Parent Directory
|
Revision Log
in the interest of alleviating crowding: moved snippets to conf/snippets. moved templates to conf/templates. updated global.conf.dist to match. -sam
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 body { 14 margin: 0px; 15 } 16 17 table.attemptResults { 18 border-style: outset; 19 border-width: 1px; 20 margin: 0px 10pt; 21 border-spacing: 1px; 22 float: left 23 } 24 25 table.attemptResults td,table.attemptResults th { 26 border-style: inset; 27 border-width: 1px; 28 text-align: center; 29 width: 15ex 30 } 31 32 div.problemHeader { 33 float: left 34 } 35 36 div.problem { 37 clear: both; 38 } 39 40 .edgebox { 41 background-color: #123567; 42 color: white; 43 } 44 45 .edgebox a:link,a:visited { 46 color: #FF9933; 47 } 48 49 //--> 50 </style> 51 </head> 52 <body> 53 <table width="100%" cellpadding="10" cellspacing="0" border="0"> 54 <tr valign="top"> 55 <td align="left" rowspan="2" class="edgebox"> 56 <img src="/webwork2_files/images/webwork_square.gif" height="64" 57 width="66" /><br /> 58 <hr /> 59 <div> 60 <small> 61 <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target = "_bugzilla"> Report bugs</a> 62 <hr /> 63 64 <!--#links--> 65 </small> 66 </div> 67 <!--#if can="links"--> 68 <!--#if can="siblings"--> 69 <hr /> 70 <!--#endif--> 71 <!--#endif--> 72 <div> 73 <small> 74 <!--#siblings--> 75 </small> 76 </div> 77 <!--#if can="options"--> 78 <div> 79 <small> 80 <!--#options--> 81 </small> 82 </div> 83 <!--#endif--> 84 85 86 </td> 87 <!--#if can="path"--> 88 <td valign="bottom" class="edgebox"> 89 <!--#path style="text" image="/webwork2_files/images/right_arrow.png" text=" > "--> 90 </td> 91 <!--#endif--> 92 <!--#if loggedin="1"--> 93 <td valign="bottom" align="right" class="edgebox"> 94 <!--#loginstatus--> 95 </td> 96 <!--#endif--> 97 </tr> 98 <tr valign="top"> 99 <!--#if warnings="1"--> 100 <td 101 <!--#if loggedin="1"--> 102 colspan="2" 103 <!--#endif--> 104 bgcolor="#ffcccc"> 105 <!--#else--> 106 <td 107 <!--#if loggedin="1"--> 108 colspan="2" 109 <!--#endif--> 110 bgcolor="#ffffff"> 111 <!--#endif--> 112 <div align="left"> 113 <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "--> 114 </div> 115 <table width="100%" cellpadding="10" cellspacing="0" border="0"> 116 <tr valign="top"> 117 <td> 118 <h1 style="font-size: 14pt"><!--#title--></h1> 119 <!--#if submiterror="1"--> 120 <p><em style="color: red"><!--#submiterror--></em></p> 121 <!--#endif--> 122 <!--#body--> 123 </td> 124 <td> 125 <!--#info--> 126 </td> 127 </tr> 128 </table> 129 </td> 130 </tr> 131 </table> 132 </body> 133 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |