| … | |
… | |
| 4 | |
4 | |
| 5 | <!-- |
5 | <!-- |
| 6 | ################################################################################ |
6 | ################################################################################ |
| 7 | # WeBWorK Online Homework Delivery System |
7 | # WeBWorK Online Homework Delivery System |
| 8 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
8 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 9 | # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.5 2003/12/09 01:12:29 sh002i Exp $ |
9 | # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.9 2004/01/25 18:46:56 gage Exp $ |
| 10 | # |
10 | # |
| 11 | # This program is free software; you can redistribute it and/or modify it under |
11 | # This program is free software; you can redistribute it and/or modify it under |
| 12 | # the terms of either: (a) the GNU General Public License as published by the |
12 | # the terms of either: (a) the GNU General Public License as published by the |
| 13 | # Free Software Foundation; either version 2, or (at your option) any later |
13 | # Free Software Foundation; either version 2, or (at your option) any later |
| 14 | # version, or (b) the "Artistic License" which comes with this package. |
14 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 25 | <title>WeBWorK - <!--#title--></title> |
25 | <title>WeBWorK - <!--#title--></title> |
| 26 | <!--#head--> |
26 | <!--#head--> |
| 27 | |
27 | |
| 28 | <style type="text/css"> |
28 | <style type="text/css"> |
| 29 | <!-- |
29 | <!-- |
| 30 | body { |
30 | body { margin: 0px; } |
| 31 | margin: 0px; |
|
|
| 32 | } |
|
|
| 33 | table.attemptResults { |
31 | table.attemptResults { |
| 34 | border-style: outset; |
32 | border-style: outset; |
| 35 | border-width: 1px; |
33 | border-width: 1px; |
| 36 | margin: 0px 10pt; |
34 | margin: 0px 10pt; |
| 37 | border-spacing: 1px; |
35 | border-spacing: 1px; |
| 38 | } |
36 | } |
| 39 | table.attemptResults td,table.attemptResults th { |
37 | table.attemptResults td, |
|
|
38 | table.attemptResults th { |
| 40 | border-style: inset; |
39 | border-style: inset; |
| 41 | border-width: 1px; |
40 | border-width: 1px; |
| 42 | text-align: center; |
41 | text-align: center; |
| 43 | width: 15ex |
42 | width: 15ex; |
|
|
43 | background-color: #DDDDDD; |
| 44 | } |
44 | } |
| 45 | div.problemHeader { |
45 | div.problemHeader { float: left; } |
| 46 | float: left |
46 | div.problem { clear: both; } |
| 47 | } |
47 | p.emphasis { font-style:italic; } |
| 48 | div.problem { |
48 | .edgebox { background-color: #123567; color: white; } /* #123567?!?!? WTF?!!!!! */ |
| 49 | clear: both; |
|
|
| 50 | } |
|
|
| 51 | p.emphasis { |
|
|
| 52 | font-style:italic; |
|
|
| 53 | } |
|
|
| 54 | .edgebox { |
|
|
| 55 | background-color: #123567; |
|
|
| 56 | color: white; |
|
|
| 57 | } |
|
|
| 58 | .edgebox a:link,a:visited { |
49 | .edgebox a:link,a:visited { color: #FF9933; } |
| 59 | color: #FF9933; |
50 | .infobox { background-color: #CCCCCC; } |
| 60 | } |
51 | .parsehilight { background-color:yellow; } |
|
|
52 | |
|
|
53 | /* new standard classes */ |
|
|
54 | div.FormLayout { text-align: center; } |
|
|
55 | div.ResultsWithoutError { background-color: #66ff99 } |
|
|
56 | div.ResultsWithError { background-color: #ffcccc } |
|
|
57 | |
|
|
58 | /* WeBWorK::HTML widgets */ |
|
|
59 | div.ScrollingRecordList { padding: 1em; white-space: nowrap; border: thin solid gray; } |
|
|
60 | div.ScrollingRecordList select.ScrollingRecordList { width: 99%; } |
| 61 | //--> |
61 | //--> |
| 62 | </style> |
62 | </style> |
| 63 | </head> |
63 | </head> |
| 64 | <body> |
64 | <body> |
| 65 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
65 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
| 66 | <tr valign="top"> |
66 | <tr valign="top"> |
| 67 | <td align="left" rowspan="2" class="edgebox"> |
67 | <td align="left" rowspan="2" class="edgebox"> |
| 68 | <img src="/webwork2_files/images/webwork_square.gif" height="64" |
68 | <img src="/webwork2_files/images/webwork_square.gif" alt="WeBWorK" height="64" |
| 69 | width="66" /><br /> |
69 | width="66" /><br /> |
| 70 | <hr /> |
70 | <hr /> |
| 71 | <div> |
71 | <div> |
| 72 | <small> |
72 | <small> |
| 73 | <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target = "_bugzilla"> Report bugs</a> |
73 | <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target="bugzillaPage"> Report bugs</a> |
| 74 | </small> |
74 | </small> |
| 75 | </div> |
75 | </div> |
| 76 | <!--#if loggedin="1"--> |
76 | <!--#if loggedin="1"--> |
| 77 | <hr /> |
77 | <hr /> |
| 78 | <div> |
78 | <div> |
| … | |
… | |
| 129 | </div> |
129 | </div> |
| 130 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
130 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
| 131 | <tr valign="top"> |
131 | <tr valign="top"> |
| 132 | <td> |
132 | <td> |
| 133 | <h1 style="font-size: 14pt"><!--#title--></h1> |
133 | <h1 style="font-size: 14pt"><!--#title--></h1> |
| 134 | <!--#if submiterror="1"--> |
134 | <!--#if submiterror="1"--> |
| 135 | <p><em style="color: red"><!--#submiterror--></em></p> |
135 | <p><em style="color: red"><!--#submiterror--></em></p> |
| 136 | <!--#endif--> |
136 | <!--#endif--> |
| 137 | <!--#body--> |
137 | <!--#body--> |
| 138 | </td> |
138 | </td> |
| 139 | <td> |
139 | <!--#if can="info"--> |
|
|
140 | <td class="infobox" width="50%"> |
| 140 | <!--#info--> |
141 | <!--#info--> |
| 141 | </td> |
142 | </td> |
|
|
143 | <!--#endif--> |
| 142 | </tr> |
144 | </tr> |
| 143 | </table> |
145 | </table> |
| 144 | <!--#if warnings="1"--> |
146 | <!--#if warnings="1"--> |
| 145 | <hr> |
147 | <hr> |
| 146 | <div class="warnings"><!--#warnings--></div> |
148 | <div class="warnings"><!--#warnings--></div> |