Parent Directory
|
Revision Log
new template file: gw.template for gateway tests
1 <!DOCTYPE html 2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5 <!-- 6 ################################################################################ 7 # WeBWorK Online Homework Delivery System 8 # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ 9 # $CVSHeader: webwork2/conf/templates/ur.template,v 1.29.2.2 2004/07/26 15:11:16 gage Exp $ 10 # 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 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. 15 # 16 # This program is distributed in the hope that it will be useful, but WITHOUT 17 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 18 # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the 19 # Artistic License for more details. 20 ################################################################################ 21 --> 22 23 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> 24 <head> 25 <title><!--#path style="text" text=" : " textonly="1"--></title> 26 <!--#head--> 27 <style type="text/css"> 28 29 /********************/ 30 /* template classes */ 31 /********************/ 32 33 body { margin: 0px; } 34 35 /* left table cell, contains logo and menus */ 36 td.LeftPanel { background-color: #003366; color: white; white-space: nowrap; width: 1em; } 37 td.LeftPanel a:link, 38 td.LeftPanel a:visited { color: #FF9933; } 39 40 div.Logo { } 41 div.Links { font-size: small; } 42 div.Siblings { font-size: small; } 43 div.Options { font-size: small; } 44 45 /* top table cell, contains login message and path */ 46 td.TopPanel { background-color: #003366; color: white; height: 1; } 47 td.TopPanel a:link, 48 td.TopPanel a:visited { color: #FF9933; } 49 50 51 *.LoginStatus { text-align: right; font-size: small; position:absolute; right: 0; } 52 td.Timestamp { text-align: left; font-size: small; font-style: italic; } 53 54 *.Path { } 55 56 /* main content panel, contains body */ 57 td.ContentPanel { background-color: white; color: black; } 58 td.ContentPanel a:link, 59 td.ContentPanel a:visited { color: blue; } 60 td.ContentPanel a:active { color: red; } 61 62 /* contains info */ 63 td.InfoPanel { background-color: #DDDDDD; color: black; width: 15% } 64 td.InfoPanel a:link, 65 td.InfoPanel a:visited { color: blue; } 66 td.InfoPanel a:active { color: red; } 67 68 div.Info { } 69 div.Nav { } 70 div.Title { font-size: 16pt; } 71 div.SubmitError { color: red; font-style: italic; } 72 div.Message { font-style: italic; } 73 div.Body { } 74 div.Warnings { } 75 76 /* background colors for success and failure messages */ 77 div.ResultsWithoutError { background-color: #66ff99 } /* light green */ 78 div.ResultsWithError { background-color: #ffcccc } /* light red */ 79 80 /* text colors for published and unpublished sets */ 81 font.Published { font-style: normal; font-weight: bold; color: #000000; } /* black */ 82 font.Unpublished { font-style: italic; font-weight: normal; color: #aaaaaa; } /* light grey */ 83 84 /* text colors for Auditing, Current, and Dropped students */ 85 div.Audit { font-style: normal; color: black; } 86 div.Enrolled { font-weight: bold; color: black; } 87 div.Drop { font-style: italic; color: grey; } 88 89 /*******************/ 90 /* general classes */ 91 /*******************/ 92 93 p.emphasis { font-style:italic; } 94 95 /************************/ 96 /* new standard classes */ 97 /************************/ 98 99 /* tables used for laying out form fields shouldn't have a border */ 100 table.FormLayout { border: 0; } 101 table.FormLayout tr { vertical-align: top; } 102 table.FormLayout th.LeftHeader { text-align: right; white-space: nowrap; } 103 table.FormLayout tr.ButtonRow { text-align: left; } 104 table.FormLayout tr.ButtonRowCenter { text-align: center; } 105 106 /* for problems which are rendered by themselves, e.g., by Set Maker */ 107 div.RenderSolo { background-color: #E0E0E0; color: black; } 108 109 /* minimal style for lists of links (generated by the links escape) */ 110 ul.LinksMenu { list-style: none; margin-left: 0; padding-left: 0; } 111 ul.LinksMenu ul { list-style: none; margin-left: 0.5em; padding-left: 0; } 112 113 /*************************/ 114 /* WeBWorK::HTML widgets */ 115 /*************************/ 116 117 /* WeBWorK::HTML::ScrollingRecordList */ 118 div.ScrollingRecordList { padding: 1em; white-space: nowrap; border: thin solid gray; } 119 div.ScrollingRecordList select.ScrollingRecordList { width: 99%; } 120 121 /*************************************************************************/ 122 /* classes used in Problem.pm (replace these with new standard classes?) */ 123 /*************************************************************************/ 124 125 table.attemptResults { 126 border-style: outset; 127 border-width: 1px; 128 margin: 0px 10pt; 129 border-spacing: 1px; 130 } 131 table.attemptResults td, 132 table.attemptResults th { 133 border-style: inset; 134 border-width: 1px; 135 text-align: center; 136 width: 15ex; 137 background-color: #DDDDDD; 138 } 139 div.problemHeader { float: left; } 140 div.problem { clear: both; background-color: #E0E0E0; color: black; } 141 .parsehilight { background-color:yellow; } 142 143 </style> 144 </head> 145 <body> 146 <table width="100%" cellpadding="10" cellspacing="0" border="0"> 147 <tr valign="top"> 148 <td align="left" valign="top" rowspan="2" class="LeftPanel"> 149 <img src="/webwork2_files/images/webwork_square.gif" alt="WeBWorK" height="64" width="66" /> 150 <span style="position:relative;top: -44px; right: -10px"> 151 <!--#help--> 152 </span> 153 <br /> 154 155 <!-- 156 <hr /> 157 <div class="Logo"> 158 <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target="bugzillaPage">Report bugs</a> 159 </div> 160 --> 161 <!--#if loggedin="1"--> 162 <hr /> 163 <div class="Links"> 164 <!--#links--> 165 </div> 166 <!--#if can="links"--> 167 <!--#if can="siblings"--> 168 <hr /> 169 <!--#endif--> 170 <!--#endif--> 171 <div class="Siblings"> 172 <!--#siblings--> 173 </div> 174 <!--#if can="options"--> 175 <div class="Options"> 176 <!--#options--> 177 </div> 178 <!--#endif--> 179 <!--#endif--> 180 </td> 181 <!--#if can="info"--> 182 <td class="TopPanel" colspan="2"> 183 <!--#else--> 184 <td class="TopPanel" > 185 <!--#endif--> 186 <div style="position:relative; width:100%;"> 187 <!--#if can="path"--> 188 <span class="Path"> 189 <!--#path style="text" image="/webwork2_files/images/right_arrow.png" text=" > "--> 190 </span> 191 <!--#endif--> 192 193 <!--#if loggedin="1"--> 194 <!--#if can="loginstatus"--> 195 196 <span class="LoginStatus"> 197 198 <!--#loginstatus--> 199 </span> 200 <!--#endif--> 201 <!--#endif--> 202 </div> 203 </td> 204 </tr> 205 <tr valign="top"> 206 <!--#if warnings="1"--> 207 <td class="ContentPanelError" bgcolor="#ffcccc"> 208 <!--#else--> 209 <td class="ContentPanel" bgcolor="#ffffff"> 210 <!--#endif--> 211 <!--#if can="nav"--> 212 <div class="Nav"> 213 <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "--> 214 </div> 215 <!--#endif--> 216 <!--#if can="title"--> 217 <div class="Title"> 218 <!--#title--> 219 </div> 220 <!--#endif--> 221 <!--#if can="message"--> 222 <div class="Message"> 223 <!--#message--> 224 </div> 225 <!--#endif--> 226 227 <!--#if can="submiterror"--> 228 <div class="SubmitError"> 229 <!--#submiterror--> 230 </div> 231 <!--#endif--> 232 <!--#if can="body"--> 233 <div class="Body"> 234 <!--#body--> 235 </div> 236 <!--#endif--> 237 <!--#if warnings="1"--> 238 <hr> 239 <div class="Warnings"> 240 <!--#warnings--> 241 </div> 242 <!--#endif--> 243 <!--#if can="message"--> 244 <div class="Message"> 245 <!--#message--> 246 </div> 247 <!--#endif--> 248 </td> 249 <!--#if can="info"--> 250 <td class="InfoPanel"> 251 <div class="Info"> 252 <!--#info--> 253 </div> 254 </td> 255 <!--#endif--> 256 </tr> 257 <tr> 258 <td class = "Timestamp", colspan=3> 259 Updated: <!--#timestamp--> 260 </td> 261 </tr> 262 </table> 263 </body> 264 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |