Parent Directory
|
Revision Log
Instructor pages now only let instructors view and edit the database. phew. NOTE that there are new directives in global.conf.dist. You won't be able to use the professor pages until you've made that change. Also, I added new template escapes and updated the barebones and ur templates. -Dennis
1 <?xml version="1.0" encoding="utf-8"?> 2 <!DOCTYPE html 3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 6 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> 7 <head> 8 <title>WeBWorK - <!--#title--></title> 9 <!--#head--> 10 11 <style type="text/css"> 12 <!-- 13 table.attemptResults { 14 border-style: outset; 15 border-width: 1px; 16 margin: 0px 10pt; 17 border-spacing: 1px; 18 float: left 19 } 20 21 table.attemptResults td,table.attemptResults th { 22 border-style: inset; 23 border-width: 1px; 24 text-align: center; 25 width: 15ex 26 } 27 28 div.problemHeader { 29 float: left 30 } 31 32 div.problem { 33 clear: both; 34 } 35 //--> 36 </style> 37 </head> 38 <body> 39 <table width="100%" cellpadding="10" cellspacing="0" border="1"> 40 <tr valign="top"> 41 <td align="left" rowspan="2"> 42 <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" /><br /> 43 <hr /> 44 45 <div> 46 <small> 47 <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target = "_bugzilla"> Report bugs</a> 48 <hr /> 49 <!--#links--> 50 </small> 51 </div> 52 <!--#if can="links"--> 53 <!--#if can="siblings"--> 54 <hr /> 55 <!--#endif--> 56 <!--#endif--> 57 <div> 58 <small> 59 <!--#siblings--> 60 </small> 61 </div> 62 63 </td> 64 <!--#if can="path"--> 65 <td valign="bottom" style="border-right: none"> 66 <!--#path style="text" image="/webwork_files/images/right_arrow.png" text=" > "--> 67 </td> 68 <!--#endif--> 69 <!--#if loggedin="1"--> 70 <td valign="bottom" align="right" style="border-left: none"> 71 <!--#loginstatus--> 72 </td> 73 <!--#endif--> 74 </tr> 75 <tr valign="top"> 76 <!--#if warnings="1"--> 77 <td 78 <!--#if loggedin="1"--> 79 colspan="2" 80 <!--#endif--> 81 bgcolor="#ffcccc"> 82 <!--#else--> 83 <td 84 <!--#if loggedin="1"--> 85 colspan="2" 86 <!--#endif--> 87 > 88 <!--#endif--> 89 <div align="center"> 90 <!--#nav style="text" imagesuffix=".png" separator=" | "--> 91 </div> 92 <table width="100%" cellpadding="10" cellspacing="0" border="0"> 93 <tr valign="top"> 94 <td> 95 <h1 style="font-size: 14pt"><!--#title--></h1> 96 <!--#if submiterror="1"--> 97 <p><em style="color: red"><!--#submiterror--></em></p> 98 <!--#endif--> 99 <!--#body--> 100 </td> 101 <td> 102 <!--#info--> 103 </td> 104 </tr> 105 </table> 106 </td> 107 </tr> 108 </table> 109 </body> 110 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |