Parent Directory
|
Revision Log
Tweaked the position of the help question mark. Better default addresses for link.
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: webwork-modperl/conf/templates/ur.template,v 1.28 2004/06/06 00:21:50 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: 30% } 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 /*******************/ 91 /* general classes */ 92 /*******************/ 93 94 p.emphasis { font-style:italic; } 95 96 /************************/ 97 /* new standard classes */ 98 /************************/ 99 100 /* tables used for laying out form fields shouldn't have a border */ 101 table.FormLayout { border: 0; } 102 table.FormLayout tr { vertical-align: top; } 103 table.FormLayout th.LeftHeader { text-align: right; white-space: nowrap; } 104 table.FormLayout tr.ButtonRow { text-align: left; } 105 table.FormLayout tr.ButtonRowCenter { text-align: center; } 106 107 108 /* for problems which are rendered by themselves, e.g., by Set Maker */ 109 div.RenderSolo { background-color: #E0E0E0; color: black; } 110 111 /* minimal style for lists of links (generated by the links escape) */ 112 ul.LinksMenu { list-style: none; margin-left: 0; padding-left: 0; } 113 ul.LinksMenu ul { list-style: none; margin-left: 0.5em; padding-left: 0; } 114 115 /*************************/ 116 /* WeBWorK::HTML widgets */ 117 /*************************/ 118 119 /* WeBWorK::HTML::ScrollingRecordList */ 120 div.ScrollingRecordList { padding: 1em; white-space: nowrap; border: thin solid gray; } 121 div.ScrollingRecordList select.ScrollingRecordList { width: 99%; } 122 123 /*************************************************************************/ 124 /* classes used in Problem.pm (replace these with new standard classes?) */ 125 /*************************************************************************/ 126 127 table.attemptResults { 128 border-style: outset; 129 border-width: 1px; 130 margin: 0px 10pt; 131 border-spacing: 1px; 132 } 133 table.attemptResults td, 134 table.attemptResults th { 135 border-style: inset; 136 border-width: 1px; 137 text-align: center; 138 width: 15ex; 139 background-color: #DDDDDD; 140 } 141 div.problemHeader { float: left; } 142 div.problem { clear: both; } 143 .parsehilight { background-color:yellow; } 144 145 </style> 146 </head> 147 <body> 148 <table width="100%" cellpadding="10" cellspacing="0" border="0"> 149 <tr valign="top"> 150 <td align="left" valign="top" rowspan="2" class="LeftPanel"> 151 <img src="/webwork2_files/images/webwork_square.gif" alt="WeBWorK" height="64" width="66" /> 152 <span style="position:relative;top: -44px; right: -10px"> 153 <!--#help--> 154 </span> 155 <br /> 156 <hr /> 157 <div class="Logo"> 158 159 <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target="bugzillaPage">Report bugs</a> 160 </div> 161 162 <!--#if loggedin="1"--> 163 <hr /> 164 <div class="Links"> 165 <!--#links--> 166 </div> 167 <!--#if can="links"--> 168 <!--#if can="siblings"--> 169 <hr /> 170 <!--#endif--> 171 <!--#endif--> 172 <div class="Siblings"> 173 <!--#siblings--> 174 </div> 175 <!--#if can="options"--> 176 <div class="Options"> 177 <!--#options--> 178 </div> 179 <!--#endif--> 180 <!--#endif--> 181 </td> 182 <!--#if can="info"--> 183 <td class="TopPanel" colspan="2"> 184 <!--#else--> 185 <td class="TopPanel" > 186 <!--#endif--> 187 <div style="position:relative; width:100%;"> 188 <!--#if can="path"--> 189 <span class="Path"> 190 <!--#path style="text" image="/webwork2_files/images/right_arrow.png" text=" > "--> 191 </span> 192 <!--#endif--> 193 194 <!--#if loggedin="1"--> 195 <!--#if can="loginstatus"--> 196 197 <span class="LoginStatus"> 198 199 <!--#loginstatus--> 200 </span> 201 <!--#endif--> 202 <!--#endif--> 203 </div> 204 </td> 205 </tr> 206 <tr valign="top"> 207 <!--#if warnings="1"--> 208 <td class="ContentPanelError" bgcolor="#ffcccc"> 209 <!--#else--> 210 <td class="ContentPanel" bgcolor="#ffffff"> 211 <!--#endif--> 212 <!--#if can="nav"--> 213 <div class="Nav"> 214 <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "--> 215 </div> 216 <!--#endif--> 217 <!--#if can="title"--> 218 <div class="Title"> 219 <!--#title--> 220 </div> 221 <!--#endif--> 222 <!--#if can="message"--> 223 <div class="Message"> 224 <!--#message--> 225 </div> 226 <!--#endif--> 227 228 <!--#if can="submiterror"--> 229 <div class="SubmitError"> 230 <!--#submiterror--> 231 </div> 232 <!--#endif--> 233 <!--#if can="body"--> 234 <div class="Body"> 235 <!--#body--> 236 </div> 237 <!--#endif--> 238 <!--#if warnings="1"--> 239 <hr> 240 <div class="Warnings"> 241 <!--#warnings--> 242 </div> 243 <!--#endif--> 244 <!--#if can="message"--> 245 <div class="Message"> 246 <!--#message--> 247 </div> 248 <!--#endif--> 249 </td> 250 <!--#if can="info"--> 251 <td class="InfoPanel"> 252 <div class="Info"> 253 <!--#info--> 254 </div> 255 </td> 256 <!--#endif--> 257 </tr> 258 <tr> 259 <td class = "Timestamp", colspan=3> 260 Updated: <!--#timestamp--> 261 </td> 262 </tr> 263 </table> 264 </body> 265 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |