| … | |
… | |
| 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.8 2004/01/23 20:23:37 gage 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; |
| 44 | background-color:#DDDDDD; |
43 | background-color: #DDDDDD; |
| 45 | } |
44 | } |
| 46 | div.problemHeader { |
45 | div.problemHeader { float: left; } |
| 47 | float: left |
46 | div.problem { clear: both; } |
| 48 | } |
47 | p.emphasis { font-style:italic; } |
| 49 | div.problem { |
48 | .edgebox { background-color: #123567; color: white; } /* #123567?!?!? WTF?!!!!! */ |
| 50 | clear: both; |
|
|
| 51 | } |
|
|
| 52 | p.emphasis { |
|
|
| 53 | font-style:italic; |
|
|
| 54 | } |
|
|
| 55 | .edgebox { |
|
|
| 56 | background-color: #123567; |
|
|
| 57 | color: white; |
|
|
| 58 | } |
|
|
| 59 | .edgebox a:link,a:visited { |
49 | .edgebox a:link,a:visited { color: #FF9933; } |
| 60 | color: #FF9933; |
|
|
| 61 | } |
|
|
| 62 | |
|
|
| 63 | .infobox { |
|
|
| 64 | background-color: #CCCCCC; |
50 | .infobox { background-color: #CCCCCC; } |
| 65 | } |
51 | .parsehilight { background-color:yellow; } |
| 66 | .parsehilight { |
52 | |
| 67 | background-color:yellow; |
53 | /* new standard classes */ |
| 68 | } |
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%; } |
| 69 | //--> |
61 | //--> |
| 70 | </style> |
62 | </style> |
| 71 | </head> |
63 | </head> |
| 72 | <body> |
64 | <body> |
| 73 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
65 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
| … | |
… | |
| 137 | </div> |
129 | </div> |
| 138 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
130 | <table width="100%" cellpadding="10" cellspacing="0" border="0"> |
| 139 | <tr valign="top"> |
131 | <tr valign="top"> |
| 140 | <td> |
132 | <td> |
| 141 | <h1 style="font-size: 14pt"><!--#title--></h1> |
133 | <h1 style="font-size: 14pt"><!--#title--></h1> |
| 142 | <!--#if submiterror="1"--> |
134 | <!--#if submiterror="1"--> |
| 143 | <p><em style="color: red"><!--#submiterror--></em></p> |
135 | <p><em style="color: red"><!--#submiterror--></em></p> |
| 144 | <!--#endif--> |
136 | <!--#endif--> |
| 145 | <!--#body--> |
137 | <!--#body--> |
| 146 | </td> |
138 | </td> |
| 147 | <!--#if can="info"--> |
139 | <!--#if can="info"--> |
| 148 | <td class="infobox" width="50%"> |
140 | <td class="infobox" width="50%"> |
| 149 | <!--#info--> |
141 | <!--#info--> |