|
AccVerify Report
Verified File Name: http://www.csustan.edu/oit/ClientServices/LabSoftReqForm.html Date and Time: 8/14/2008 9:46:26 AM Failed Automated Verification |
| The level of detail setting for the report is to show all detail. |
| Checkpoints | Passed | ||
|---|---|---|---|
| 508 Standards, Section 1194.22 | Yes | No | Other |
A. 508 Standards, Section 1194.22, (a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content).
|
No | ||
B. 508 Standards, Section 1194.22, (b) Equivalent alternatives for any multimedia presentation shall be synchronized with the presentation.
|
N/A | ||
| C. 508 Standards, Section 1194.22, (c) Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup. | |||
D. 508 Standards, Section 1194.22, (d) Documents shall be organized so they are readable without requiring an associated style sheet.
|
|||
E. 508 Standards, Section 1194.22, (e) Redundant text links shall be provided for each active region of a server-side image map.
|
N/A | ||
F. 508 Standards, Section 1194.22, (f) Client-side image maps shall be provided instead of server-side image maps except where the regions cannot be defined with an available geometric shape.
|
N/A | ||
G. 508 Standards, Section 1194.22, (g) Row and column headers shall be identified for data tables.
|
|||
H. 508 Standards, Section 1194.22, (h) Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers.
|
|||
I. 508 Standards, Section 1194.22, (i) Frames shall be titled with text that facilitates frame identification and navigation.
|
N/A | ||
J. 508 Standards, Section 1194.22, (j) Pages shall be designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz.
|
|||
| K. 508 Standards, Section 1194.22, (k) A text-only page, with equivalent information or functionality, shall be provided to make a web site comply with the provisions of this part, when compliance cannot be accomplished in any other way. The content of the text-only page shall be updated whenever the primary page changes. | |||
| (k) Option A - Check for the string 'Text Version' within the document. | N/V | ||
| (k) Option B - Check for a Global Text Version Link within the document. | N/V | ||
| (k) Option C - Check for an Accessibility Policy Link within the document. | N/V | ||
L. 508 Standards, Section 1194.22, (l) When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology.
|
|||
M. 508 Standards, Section 1194.22, (m) When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with §1194.21(a) through (l).
|
Yes | ||
N. 508 Standards, Section 1194.22, (n) When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
|
|||
O. 508 Standards, Section 1194.22, (o) A method shall be provided that permits users to skip repetitive navigation links.
|
|||
| P. 508 Standards, Section 1194.22, (p) When a timed response is required, the user shall be alerted and given sufficient time to indicate more time is required. | |||
Checkpoint Result Legend: Yes = Passed Automated Verification, No = Failed Automated Verification, Warning = Failed Automated Verification, however, configured not to cause page to fail (Priority 2 or 3 only), N/V = Not selected for verification, N/A = No related elements were found in document (Visual only), No Value = Visual Checkpoint
Report generated by HiSoftware AccVerify®
AccVerify® is a registered trademark of Hiawatha Island Software Inc. (www.hisoftware.com)
1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2:
3: <HTML>
4:
5: <HEAD>
6: <meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1">
7: <title>Client Services</title>
8: <script language="JavaScript" type="text/JavaScript">
9: <!--
10:
11: function MM_findObj(n, d) { //v4.01
12: var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
13: d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
14: if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
15: for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
16: if(!x && d.getElementById) x=d.getElementById(n); return x;
17: }
18:
19: function MM_validateForm() { //v4.0
20: var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
21: for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
22: if (val) { nm=val.name; if ((val=val.value)!="") {
23: if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
24: if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
25: } else if (test!='R') { num = parseFloat(val);
26: if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
27: if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
28: min=test.substring(8,p); max=test.substring(p+1);
29: if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
30: } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
31: } if (errors) alert('The following error(s) occurred:\n'+errors);
32: document.MM_returnValue = (errors == '');
33: }
34: //-->
35: </script>
36: <link href="css/Universal.css" rel="stylesheet" type="text/css" media="all" />
37: <csactions>
38: <csaction name="c1b957966" class="Go Last Page" type="onevent"></csaction>
39: </csactions>
40: <csscriptdict>
41: <script type="text/javascript"><!--
42: CSStopExecution=false;
43: function CSAction(array) {return CSAction2(CSAct, array);}
44: function CSAction2(fct, array) {
45: var result;
46: for (var i=0;i<array.length;i++) {
47: if(CSStopExecution) return false;
48: var aa = fct[array[i]];
49: if (aa == null) return false;
50: var ta = new Array;
51: for(var j=1;j<aa.length;j++) {
52: if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
53: if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
54: else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
55: else ta[j]=aa[j];}
56: } else ta[j]=aa[j];
57: }
58: result=aa[0](ta);
59: }
60: return result;
61: }
62: CSAct = new Object;
63:
64: function CSGoBack1() { history.back() }
65:
66: function CSClickReturn () {
67: var bAgent = window.navigator.userAgent;
68: var bAppName = window.navigator.appName;
69: if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
70: return true; /* dont follow link */
71: else return false; /* dont follow link */
72: }
73:
74:
75: // --></script>
76: </csscriptdict>
77: <csactiondict>
78: <script type="text/javascript"><!--
79: CSAct[/*CMP*/ 'c185e6503'] = new Array(CSGoBack1);
80: CSAct[/*CMP*/ 'c1b957966'] = new Array(CSGoBack1);
81:
82: // --></script>
83: </csactiondict>
84: </HEAD>
85:
86: <BODY onload="void(0);"
87: TOPMARGIN="24" LEFTMARGIN="24" MARGINWIDTH="24" MARGINHEIGHT="24">
88: <div align="center">
89: <a name="Anchor-49575" id="Anchor-49575"></a>
90: <table width="804" border="0" cellspacing="2" cellpadding="0" bgcolor="white">
91: <tr>
92: <td width="800">
93: <iframe id="FooterTop" name="FooterTop" src="http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/AFooter-Top.html" frameborder="0" scrolling="no" height="30" width="800">
94: Your browser does not support IFRAMES. To view the content visit the actual source page: <a href="http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/AFooter-Top.html">http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/AFooter-Top.html</a> </iframe>
95: </td>
96: </tr>
97: <tr>
98: <td width="800">
99: <iframe id="HeaderCatagory" name="HeaderCatagory" src="http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/Global-NoImages/AHeader-none.html" frameborder="0" scrolling="no" height="82" width="800">
100: Your browser does not support IFRAMES. To view the content visit the actual source page: <a href="http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/Global-NoImages/AHeader-none.html">http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/Global-NoImages/AHeader-none.html</a>
101: </iframe>
102: </td>
103: </tr>
104: <tr height="47">
105: <td width="800">
106: <iframe id="DeptName" name="DeptName" src="WebComponents/DeptName.html" frameborder="0" scrolling="no" height="47" width="800">
107: Your browser does not support IFRAMES. To view the content visit the actual source page: <a href="WebComponents/DeptName.html">../WebComponents/DeptName.html</a>
108: </iframe>
109: </td>
110: </tr>
111: <tr>
112: <td align="center" valign="top" bgcolor="white" width="800">
113: <table width="100%" border="0" cellspacing="5" cellpadding="5">
114: <tr>
115: <td align="center" valign="top" width="100%">
116: <table width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="white">
117: <tr>
118: <td align="left" valign="top" bgcolor="white">
119: <div align="left">
120: <table width="100%" border="0" cellpadding="0" cellspacing="0">
121: <tr>
122: <td valign="middle" align="left" bgcolor="white" width="12"><img src="http://www.csustan.edu/Mainpage/parts/space.gif" width="12" height="18" border="0" alt="spacer" /></td>
123: <td valign="middle" align="left" bgcolor="white" width="12"><a title="Back to previous page" onclick="CSAction(new Array(/*CMP*/'c1b957966'));return CSClickReturn()" href="#" target="_top" csclick="c1b957966"><img src="http://www.csustan.edu/Catalog/images/arow-bk-Lft-GREY.gif" alt="Back with arrow pointing left" width="62" height="18" border="0" /></a></td>
124: <td valign="middle" align="left" bgcolor="white" width="178"><img src="http://www.csustan.edu/Mainpage/parts/space.gif" width="178" height="18" border="0" alt="spacer" /></td>
125: <td valign="middle" align="left" bgcolor="white" width="100%">
126: <div align="left">
127: <a href="index.html" target="_top">Client Services</a> > <a href="LabsMain.html">Computer Labs</a> > Lab Software Installation Request Form</div>
128: </td>
129: </tr>
130: </table>
131: </div>
132: </td>
133: </tr>
134: <tr>
135: <td align="left" valign="top" bgcolor="white"><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="7" width="251" border="0" /></td>
136: </tr>
137: <tr>
138: <td align="left" valign="top" bgcolor="white">
139: <div align="center">
140: <table width="100%" border="0" cellspacing="0" cellpadding="9">
141: <tr>
142: <td valign="top" bgcolor="white">
143: <div align="center">
144: <span class="A-PgName-Georgia">Lab Software Installation Request Form</span></div>
145: </td>
146: </tr>
147: <tr>
148: <td valign="top" bgcolor="white">
149: <div align="center">
150: <span class="C-TextGray">To request lab software installation, please fill out all requested information<br>
151: and click on "Submit" at the bottom of the page.<br>
152: </span><span class="C-TextRed">Note: Requests will not be processed if form is incomplete.</span><br>
153: </div>
154: </td>
155: </tr>
156: <tr height="480">
157: <td valign="top" bgcolor="white" height="480">
158: <form name="form1" method="post" ENCTYPE = "text/plain" action="mailto:hphan@csustan.edu?subject=Lab Software Installation Request">
159: <div align="center">
160: <table border="0" cellspacing="2" cellpadding="2">
161: <tr>
162: <td><b>Client Information:</b></td>
163: <td></td>
164: <td></td>
165: </tr>
166: <tr>
167: <td>First Name:</td>
168: <td>Last Name:</td>
169: <td></td>
170: </tr>
171: <tr>
172: <td><input type="text" size="26" maxlength="256" name="First Name"></td>
173: <td><input type="text" size="26" maxlength="256" name="Last Name"></td>
174: <td></td>
175: </tr>
176: <tr>
177: <td><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="16" width="158" border="0" /></td>
178: <td></td>
179: <td></td>
180: </tr>
181: <tr>
182: <td>Phone #:</td>
183: <td>Email Address:</td>
184: <td>Department:</td>
185: </tr>
186: <tr>
187: <td><input type="text" size="26" maxlength="256" name="Phone #"></td>
188: <td><input type="text" size="26" maxlength="256" name="Email Address"></td>
189: <td><input type="text" size="26" maxlength="256" name="Department"></td>
190: </tr>
191: <tr>
192: <td><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="16" width="158" border="0" /></td>
193: <td><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="16" width="158" border="0" /></td>
194: <td></td>
195: </tr>
196: <tr>
197: <td><b>Requested Software:</b></td>
198: <td></td>
199: <td></td>
200: </tr>
201: <tr>
202: <td><input type="text" size="26" maxlength="256" name="Requested Software"></td>
203: <td></td>
204: <td></td>
205: </tr>
206: <tr>
207: <td><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="16" width="158" border="0" /></td>
208: <td></td>
209: <td></td>
210: </tr>
211: <tr>
212: <td>Installation Needed By:</td>
213: <td></td>
214: <td></td>
215: </tr>
216: <tr>
217: <td>
218: <div align="left">
219: <input type="text" size="1" maxlength="256" name="Requested Month"> / <input type="text" size="1" maxlength="256" name="Requested Day"> / 2008</div>
220: </td>
221: <td></td>
222: <td></td>
223: </tr>
224: <tr>
225: <td><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="16" width="158" border="0" /></td>
226: <td></td>
227: <td></td>
228: </tr>
229: <tr>
230: <td><b>Lab Information:</b></td>
231: <td></td>
232: <td></td>
233: </tr>
234: <tr>
235: <td colspan="3">Please select all instructional labs that require the requested software:</td>
236: </tr>
237: <tr>
238: <td><input type="checkbox" name="L125 PC Lab" value="checkbox">
239: L125 PC Lab</td>
240: <td></td>
241: <td></td>
242: </tr>
243: <tr>
244: <td><input type="checkbox" name="L125C Mac Lab" value="checkbox"> L125C PC Lab</td>
245: <td></td>
246: <td></td>
247: </tr>
248: <tr>
249: <td><input type="checkbox" name="P107 PC Lab" value="checkbox">
250: P107 PC Lab</td>
251: <td></td>
252: <td></td>
253: </tr>
254: <tr>
255: <td><input type="checkbox" name="P120 PC/Mac Lab" value="checkbox">
256: P120 PC/Mac Lab </td>
257: <td></td>
258: <td></td>
259: </tr>
260: <tr>
261: <td><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="16" width="158" border="0" /></td>
262: <td></td>
263: <td></td>
264: </tr>
265: <tr>
266: <td colspan="3">Upon receipt of this request, the lab administrator will contact you for further information.</td>
267: </tr>
268: <tr>
269: <td><img src="http://www.csustan.edu/Mainpage/parts/space.gif" alt="spacer" height="16" width="158" border="0" /></td>
270: <td></td>
271: <td></td>
272: </tr>
273: <tr>
274: <td nowrap><input type="submit" onClick="MM_validateForm('First Name','','R','Last Name','','R','Phone #','','R','Email Address','','R','Department','','R','Requested Username','','R','Requested Password','','R');return document.MM_returnValue" value="Submit">
275: <input type="reset" value="Clear Form"></td>
276: <td></td>
277: <td></td>
278: </tr>
279: </table>
280: </div>
281: </form>
282: </td>
283: </tr>
284: </table>
285: </div>
286: </td>
287: </tr>
288: </table>
289: </td>
290: </tr>
291: </table>
292: </td>
293: </tr>
294: <tr>
295: <td width="800">
296: <iframe id="FooterBottom" name="FooterBottom" src="http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/AFooter-Bottom.html" frameborder="0" scrolling="no" height="36" width="800">
297: Your browser does not support IFRAMES. To view the content visit the actual source page: <a href="http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/AFooter-Bottom.html">http://www.csustan.edu/Mainpage/Data-Dir-Components/ATemplatePg-Components/AFooter-Bottom.html</a></iframe>
298: </td>
299: </tr>
300: </table>
301: </div>
302: </BODY>
303:
304: </HTML>