Advertisement
Guest User

Untitled

a guest
Jul 20th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.59 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Enter Early Start Course Information</title>
  6.  
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  8. <meta name="generator" content="WebGUI 7.6.35" />
  9. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  10. <meta http-equiv="Content-Style-Type" content="text/css" />
  11. <script type="text/javascript">
  12. function getWebguiProperty (propName) {
  13. var props = new Array();
  14. props["extrasURL"] = "/extras/";
  15. props["pageURL"] = "/csu_campus/entry/form";
  16. return props[propName];
  17. }
  18. </script>
  19. <script type="text/javascript">
  20. document.getElementById('course_year_formId').value = Date();
  21. </script>
  22.  
  23. <link href="/extras/tabs/tabs.css" type="text/css" />
  24. <script src="/extras/tabs/tabs.js" type="text/javascript"></script>
  25. <style type="text/css">
  26. .errors {
  27. font-weight: bold;
  28. color: #cc0033;
  29. clear: both;
  30. width: 100%;
  31. float: left;
  32.  
  33. }
  34.  
  35. .errors ul {
  36. font-weight: normal;
  37. list-style: disc;
  38. margin-left: 30px;
  39. }
  40.  
  41.  
  42. h2{
  43. font-family:arial;
  44. margin-top:3px;
  45. margin-bottom:3px;
  46. }
  47.  
  48. .comma {
  49. margin-left:-9999px;
  50. width:50px;
  51. position: absolute;
  52.  
  53. }
  54.  
  55. .defaultData td{
  56. font-family:arial;
  57. font-size:9pt;
  58. }
  59.  
  60. form {
  61. float: left;
  62. }
  63.  
  64. td.formDescription {
  65. width:25%;
  66. font-weight: bold;
  67. vertical-align: top;
  68. }
  69.  
  70. td.tableData {
  71. padding-left: 10px;
  72. vertical-align: top;
  73. }
  74.  
  75. td.tableData label{
  76. font-weight: normal;
  77. font-size: 100%;
  78. }
  79.  
  80. .formContents {
  81. margin: 20px 20px 20px 20px;
  82. border: 1px #ccc solid;
  83. background: #ebebeb;
  84. padding: 10px;
  85. float: left;
  86. width: 550px;
  87.  
  88. }
  89.  
  90. .formContents h2 {
  91. font-weight: bold;
  92. font-size: 130%;
  93. margin-bottom: 10px;
  94. }
  95.  
  96. .formContents td {
  97. border-bottom: 1px solid #ccc;
  98. padding: 5px;
  99. }
  100.  
  101. .tabForm td{
  102. font-family:arial;
  103. font-size:9pt;
  104. }
  105.  
  106. .dataControls
  107. {
  108. -moz-box-sizing:border-box;
  109.  
  110. color:#666;
  111. width:100%;
  112. text-align:left;
  113. padding:3px;
  114. margin-bottom:-10px;
  115. }
  116.  
  117. .dataControls a:link
  118. {
  119.  
  120. font-size: .9em;
  121. text-decoration:underline;
  122.  
  123. }
  124.  
  125. .dataControls a:visited
  126. {
  127. color:#000066;
  128. font-size: .9em;
  129. text-decoration:underline;
  130.  
  131. }
  132.  
  133. .dataControls a:hover {
  134. color: #666;
  135. font-size: .9em;
  136. text-decoration: underline;
  137. }
  138.  
  139. .dataControls a:active {
  140. color: #666;
  141. font-size: .9em;
  142. text-decoration: underline;
  143. }
  144.  
  145. a.delete_entry {
  146. font-weight: bold;
  147. padding-left: 15px;
  148.  
  149. }
  150.  
  151. .crumbTrail {
  152. padding: 10px 0;
  153. }
  154.  
  155. .forwardButton {
  156.  
  157. margin-left: 140px;
  158.  
  159. background: #000099;
  160.  
  161. color: #fff;
  162.  
  163. padding: 3px;
  164.  
  165. width: 5em;
  166.  
  167. font-weight: bold;
  168.  
  169. }
  170.  
  171.  
  172.  
  173. .cancelButton {
  174.  
  175. background: #d0d0d0;
  176.  
  177. color: #000099;
  178.  
  179. padding: 3px;
  180.  
  181. width: 5em;
  182.  
  183. margin-left: 10px;
  184.  
  185. }
  186.  
  187. .formSubtext {
  188. color: #c03;
  189. display: block;
  190. margin: -10px 0 3px 0;
  191. font-size: .9em;
  192. }
  193.  
  194. </style>
  195.  
  196.  
  197. <meta http-equiv="Pragma" content="no-cache" />
  198. <meta http-equiv="Cache-Control" content="no-cache, must-revalidate, max-age=0, private" />
  199. <meta http-equiv="Expires" content="0" />
  200.  
  201.  
  202. <link rel="stylesheet" type="text/css"
  203. href="/co_main_style" />
  204.  
  205. <link rel="stylesheet" type="text/css" href="/dataform_style" />
  206.  
  207. <!--[if IE 8]>
  208. <style type="text/css">
  209. .page_border {
  210. width: 800px;
  211. margin: 0 auto;
  212. border-left:1px solid #d0d0d0;
  213. }
  214.  
  215. </style>
  216. <![endif]-->
  217.  
  218. <!--[if IE 7]>
  219.  
  220. <link rel="stylesheet" type="text/css"
  221. href="/deg-search-ie7" />
  222. <![endif]-->
  223.  
  224.  
  225.  
  226. </head>
  227.  
  228. <body>
  229. <div class="body_gradient">
  230.  
  231.  
  232. <div class="page_border">
  233. <div id="wrapper">
  234. <div id="topbar">
  235. <div id="logo"><img src="/uploads/5f/22/5f22499e99392f3110b6ad6fae3a61f3/wordmark_pg2.gif" style="border-style:none;" alt="California State University" /></div>
  236.  
  237. <div id="account">
  238.  
  239. Hello&#44; <a class="myAccountLink" href="/csu_campus/entry/form?noCache=128:1342807530;op=auth;method=init">Susan</a> <span>|</span> <a href="/csu_campus/entry">Enter a Course</a> <span>|</span> <a class="loginToggleLink" href="/csu_campus/entry/form?noCache=45:1342807530;op=auth;method=logout">Logout</a> <span>|</span> <a href="/csu_campus/entry/form?noCache=625:1342807530;op=switchOnAdmin">Edit On</a>
  240.  
  241.  
  242. </div>
  243. <div id="header"></div>
  244.  
  245. <div id="page-banner">
  246. <h1 class="hidden">Enter Early Start Course Information</h1>
  247. </div>
  248. </div><!--topbar-->
  249.  
  250.  
  251. <div id="maincontainer">
  252. <a name="content"></a>
  253.  
  254. <script src="/extras/emailCheck.js" type="text/javascript"></script>
  255. <link href="/extras/yui/build/calendar/assets/skins/sam/calendar.css" rel="stylesheet" media="all" type="text/css" />
  256. <script src="/extras/yui/build/yahoo/yahoo-min.js" type="text/javascript"></script>
  257. <script src="/extras/yui/build/dom/dom-min.js" type="text/javascript"></script>
  258. <script src="/extras/yui/build/event/event-min.js" type="text/javascript"></script>
  259. <script src="/extras/yui/build/calendar/calendar-min.js" type="text/javascript"></script>
  260. <script type="text/javascript">var webguiFirstDayOfWeek = 0</script><script src="/extras/yui-webgui/build/datepicker/datepicker.js" type="text/javascript"></script>
  261. <script type="text/javascript">var webguiFirstDayOfWeek = 0</script><script src="/extras/inputCheck.js" type="text/javascript"></script>
  262. <link href="/extras/yui/build/resize/assets/skins/sam/resize.css" rel="stylesheet" type="text/css" />
  263. <script src="/extras/yui/build/utilities/utilities.js" type="text/javascript"></script>
  264. <script src="/extras/yui/build/resize/resize-min.js" type="text/javascript"></script>
  265. <a name="idKtDr69gFaSfXnG1BU_ePIA" id="idKtDr69gFaSfXnG1BU_ePIA"></a>
  266.  
  267. <script type="text/javascript">
  268. document.getElementById('course_year_formId').value = '1000';
  269. </script>
  270.  
  271.  
  272.  
  273. <h2>Enter Early Start Course Information</h2>
  274.  
  275.  
  276.  
  277. <div class="dataControls">
  278.  
  279. <a class="delete_entry" href="/csu_campus/entry/form?noCache=150:1342807530;func=deleteEntry;entryId=5qlIoXmt-MFLbnEMwUca1Q" onclick="return confirm('Are you sure you want to DELETE this entry permanently?');">Delete this entry</a>
  280. </div>
  281.  
  282. <form action="/csu_campus/entry/form" enctype="multipart/form-data" method="post" ><div class="formContents"><input type="hidden" name="noCache" value="663:1342807530" />
  283. <input type="hidden" name="func" value="process" />
  284. <input type="hidden" name="entryId" value="5qlIoXmt-MFLbnEMwUca1Q" />
  285.  
  286. <table class="defaultData">
  287. <!-- End UNLESS -->
  288. <!-- End UNLESS -->
  289. <!-- End UNLESS -->
  290. <!-- End UNLESS -->
  291. <!-- End UNLESS -->
  292. <!-- Special field processing -->
  293. <tr>
  294. <td class="formDescription" valign="top">
  295. Campus </td>
  296. <td class="tableData" valign="top">
  297. Center for Distributed Learning
  298.  
  299. <span class="formSubtext">
  300. <br />
  301. </span>
  302. </td>
  303. </tr>
  304. <!-- End SWITCH -->
  305. <!-- End UNLESS -->
  306. <!-- Special field processing -->
  307. <tr>
  308. <td class="formDescription" valign="top">
  309. Subject <span class="required">*</span><span class="hidden">(required field)</span>
  310. </td>
  311. <td class="tableData" valign="top">
  312. <fieldset style="border:none;margin:0;padding:0"><input type="hidden" name="__subject3_isIn" value="1" />
  313. <input type="checkbox" name="subject3" value="Math" id="subject31" /><label for="subject31">Math</label> &nbsp; &nbsp;
  314. <input type="checkbox" name="subject3" value="English" id="subject32" checked="checked" /><label for="subject32">English</label> &nbsp; &nbsp;
  315. </fieldset>
  316.  
  317. <span class="formSubtext">
  318. <br />
  319. </span>
  320. </td>
  321. </tr>
  322. <!-- End SWITCH -->
  323. <!-- End UNLESS -->
  324. <!-- Special field processing -->
  325. <tr>
  326. <td class="formDescription" valign="top">
  327. Course Title <span class="required">*</span><span class="hidden">(required field)</span>
  328. </td>
  329. <td class="tableData" valign="top">
  330. <input id="coursename_formId" type="text" name="coursename" value="JavaScript Test" size="0" maxlength="255" />
  331.  
  332. <span class="formSubtext">
  333. <br />
  334. (e.g. ESMATH 103 Mathematical Ideas) </span>
  335. </td>
  336. </tr>
  337. <!-- End SWITCH -->
  338. <!-- End UNLESS -->
  339. <!-- Special field processing -->
  340. <tr>
  341. <td class="formDescription" valign="top">
  342. Course Section </td>
  343. <td class="tableData" valign="top">
  344. <input id="coursesection_formId" type="text" name="coursesection" value="100-01" size="0" maxlength="255" />
  345.  
  346. <span class="formSubtext">
  347. <br />
  348. </span>
  349. </td>
  350. </tr>
  351. <!-- End SWITCH -->
  352. <!-- End UNLESS -->
  353. <!-- Special field processing -->
  354. <tr>
  355. <td class="formDescription" valign="top">
  356. Start Date <span class="required">*</span><span class="hidden">(required field)</span>
  357. </td>
  358. <td class="tableData" valign="top">
  359. <input id="startdate_formId" type="text" name="startdate" value="2012-05-04" size="0" maxlength="10" onfocus="YAHOO.WebGUI.Form.DatePicker.display(this);" />
  360.  
  361. <span class="formSubtext">
  362. <br />
  363. </span>
  364. </td>
  365. </tr>
  366. <!-- End SWITCH -->
  367. <!-- End UNLESS -->
  368. <!-- Special field processing -->
  369. <tr>
  370. <td class="formDescription" valign="top">
  371. End Date <span class="required">*</span><span class="hidden">(required field)</span>
  372. </td>
  373. <td class="tableData" valign="top">
  374. <input id="enddate_formId" type="text" name="enddate" value="2012-05-18" size="0" maxlength="10" onfocus="YAHOO.WebGUI.Form.DatePicker.display(this);" />
  375.  
  376. <span class="formSubtext">
  377. <br />
  378. </span>
  379. </td>
  380. </tr>
  381. <!-- End SWITCH -->
  382. <!-- End UNLESS -->
  383. <!-- Special field processing -->
  384. <tr>
  385. <td class="formDescription" valign="top">
  386. Course Year </td>
  387. <td class="tableData" valign="top">
  388. <input id="course_year_formId" type="text" name="course_year" value="" size="0" maxlength="255" />
  389.  
  390. <span class="formSubtext">
  391. <br />
  392. </span>
  393. </td>
  394. </tr>
  395. <!-- End SWITCH -->
  396. <!-- End UNLESS -->
  397. <!-- Special field processing -->
  398. <tr>
  399. <td class="formDescription" valign="top">
  400. Units
  401. <span class="required">*</span><span class="hidden">(required field)</span>
  402. <span class="formSubtext">
  403.  
  404. </span>
  405. </td>
  406. <td class="tableData" valign="top">
  407. <select name="units" size="1" id="units_formId" ><option value="1" selected="selected">1</option><option value="1.5">1.5</option><option value="2">2</option><option value="3">3</option><option value="4.5">4.5</option></select>
  408.  
  409. <!-- End SWITCH -->
  410. <!-- End UNLESS -->
  411. <!-- Special field processing -->
  412.  
  413. <select name="term" size="1" id="term_formId" ><option value="semester" selected="selected">semester</option><option value="quarter">quarter</option></select>
  414.  
  415. </td>
  416. </tr>
  417.  
  418. <!-- Normal field processing -->
  419. <!-- End SWITCH -->
  420. <!-- End UNLESS -->
  421. <!-- Special field processing -->
  422. <tr>
  423. <td class="formDescription" valign="top">
  424. Online? <span class="required">*</span><span class="hidden">(required field)</span>
  425. </td>
  426. <td class="tableData" valign="top">
  427. <fieldset style="border:none;margin:0;padding:0"><input type="radio" name="online" value="Yes" id="online1" /><label for="online1">Yes</label> &nbsp; &nbsp;
  428. <input type="radio" name="online" value="Hybrid" id="online2" /><label for="online2">Hybrid</label> &nbsp; &nbsp;
  429. <input type="radio" name="online" value="No" id="online3" checked="checked" /><label for="online3">No</label> &nbsp; &nbsp;
  430. </fieldset>
  431.  
  432. <span class="formSubtext">
  433. <br />
  434. </span>
  435. </td>
  436. </tr>
  437. <!-- End SWITCH -->
  438. <!-- End UNLESS -->
  439. <!-- Special field processing -->
  440. <tr>
  441. <td class="formDescription" valign="top">
  442. Days </td>
  443. <td class="tableData" valign="top">
  444. <fieldset style="border:none;margin:0;padding:0"><input type="hidden" name="__days_isIn" value="1" />
  445. <input type="checkbox" name="days" value="M" id="days1" checked="checked" /><label for="days1">M</label> &nbsp; &nbsp;
  446. <input type="checkbox" name="days" value="T" id="days2" /><label for="days2">T</label> &nbsp; &nbsp;
  447. <input type="checkbox" name="days" value="W" id="days3" /><label for="days3">W</label> &nbsp; &nbsp;
  448. <input type="checkbox" name="days" value="TR" id="days4" /><label for="days4">TR</label> &nbsp; &nbsp;
  449. <input type="checkbox" name="days" value="F" id="days5" /><label for="days5">F</label> &nbsp; &nbsp;
  450. <input type="checkbox" name="days" value="S" id="days6" /><label for="days6">S</label> &nbsp; &nbsp;
  451. </fieldset>
  452.  
  453. <span class="formSubtext">
  454. <br />
  455. </span>
  456. </td>
  457. </tr>
  458. <!-- End SWITCH -->
  459. <!-- End UNLESS -->
  460. <!-- Special field processing -->
  461. <tr>
  462. <td class="formDescription" valign="top">
  463. Start Time
  464. <span class="formSubtext">
  465. <br />
  466. </span>
  467. </td>
  468. <td class="tableData" valign="top">
  469. <input id="starttime-hr_formId" type="text" name="starttime-hr" value="0" size="2" maxlength="11" onkeyup="doInputCheck(document.getElementById('starttime-hr_formId'),'0123456789-')" /> :
  470.  
  471. <!-- End SWITCH -->
  472. <!-- End UNLESS -->
  473. <!-- Special field processing -->
  474.  
  475. <input id="starttime-mn_formId" type="text" name="starttime-mn" value="0" size="2" maxlength="11" onkeyup="doInputCheck(document.getElementById('starttime-mn_formId'),'0123456789-')" /> <!-- End SWITCH -->
  476. <!-- End UNLESS -->
  477. <!-- Special field processing -->
  478. <select name="starttime-ampm" size="1" id="starttime-ampm_formId" ><option value="AM" selected="selected">AM</option><option value="PM">PM</option></select>
  479. </td>
  480. </tr>
  481.  
  482. <!-- Units field processing -->
  483. <!-- End SWITCH -->
  484. <!-- End UNLESS -->
  485. <!-- Special field processing -->
  486. <tr>
  487. <td class="formDescription" valign="top">
  488. End Time
  489. <span class="formSubtext">
  490. <br />
  491. </span>
  492. </td>
  493. <td class="tableData" valign="top">
  494. <input id="endtime-hr_formId" type="text" name="endtime-hr" value="0" size="2" maxlength="11" onkeyup="doInputCheck(document.getElementById('endtime-hr_formId'),'0123456789-')" /> :
  495.  
  496. <!-- End SWITCH -->
  497. <!-- End UNLESS -->
  498. <!-- Special field processing -->
  499.  
  500. <input id="endtime-mn_formId" type="text" name="endtime-mn" value="0" size="2" maxlength="11" onkeyup="doInputCheck(document.getElementById('endtime-mn_formId'),'0123456789-')" /> <!-- End SWITCH -->
  501. <!-- End UNLESS -->
  502. <!-- Special field processing -->
  503. <select name="endtime-ampm" size="1" id="endtime-ampm_formId" ><option value="AM" selected="selected">AM</option><option value="PM">PM</option></select>
  504. </td>
  505. </tr>
  506.  
  507. <!-- Units field processing -->
  508. <!-- End SWITCH -->
  509. <!-- End UNLESS -->
  510. <!-- Special field processing -->
  511. <tr>
  512. <td class="formDescription" valign="top">
  513. Description <span class="required">*</span><span class="hidden">(required field)</span>
  514. </td>
  515. <td class="tableData" valign="top">
  516. <div id="description_formId_resizewrapper" style="padding-right: 6px; padding-bottom: 6px; width: 400px; height: 150px;"><textarea id="description_formId" name="description" rows="#" cols="#" style=" height: 100%; width: 100%">place to test my js code</textarea></div>
  517. <script type="text/javascript">
  518. (function() {
  519. var resize = new YAHOO.util.Resize('description_formId_resizewrapper');
  520. })();
  521. </script>
  522.  
  523.  
  524. <span class="formSubtext">
  525. <br />
  526. </span>
  527. </td>
  528. </tr>
  529. <!-- End SWITCH -->
  530. <!-- End UNLESS -->
  531. <!-- End both FOREACH loops -->
  532. </table>
  533. <br />
  534.  
  535.  
  536. <input type="submit" value="save" class="forwardButton" />
  537. <input type="button" name="Cancel" value="Cancel" onclick="window.location = '/csu_campus/entry/form?noCache=309:1342807530' " class="cancelButton" />
  538. </div></form>
  539.  
  540.  
  541.  
  542.  
  543. </div>
  544.  
  545. <br />
  546. <div id="footer2">
  547. &copy; 2011 California State University&nbsp;&nbsp;|&nbsp;&nbsp;Office of the Chancellor&nbsp;&nbsp;|&nbsp;&nbsp;401 Golden Shore&nbsp;&nbsp;|&nbsp;&nbsp;Long Beach, CA 90802-4210&nbsp;&nbsp;|&nbsp;&nbsp;(562) 951-4000
  548. </div>
  549.  
  550.  
  551. </div><!--end wrapper-->
  552. </div><!--end border-->
  553. </div><!--body gradient-->
  554. </body>
  555. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement