[system] / branches / rel-2-1-patches / webwork2 / conf / templates / ur.template Repository:
ViewVC logotype

Annotation of /branches/rel-2-1-patches/webwork2/conf/templates/ur.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2382 - (view) (download)
Original Path: trunk/webwork2/conf/templates/ur.template

1 : sh002i 1100 <!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 : sh002i 1663 <!--
6 :     ################################################################################
7 :     # WeBWorK Online Homework Delivery System
8 :     # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
9 : sh002i 2382 # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.30 2004/06/16 02:00:35 gage Exp $
10 : sh002i 1663 #
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 : sh002i 1100 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
24 : sh002i 1868 <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 : gage 2261 td.TopPanel { background-color: #003366; color: white; height: 1; }
47 : sh002i 1868 td.TopPanel a:link,
48 :     td.TopPanel a:visited { color: #FF9933; }
49 :    
50 : gage 2261
51 :     *.LoginStatus { text-align: right; font-size: small; position:absolute; right: 0; }
52 : gage 1946 td.Timestamp { text-align: left; font-size: small; font-style: italic; }
53 :    
54 : gage 2261 *.Path { }
55 : sh002i 1868
56 : sh002i 1907 /* main content panel, contains body */
57 : sh002i 1868 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 : sh002i 1907 /* contains info */
63 : gage 1967 td.InfoPanel { background-color: #DDDDDD; color: black; width: 30% }
64 : sh002i 1907 td.InfoPanel a:link,
65 :     td.InfoPanel a:visited { color: blue; }
66 :     td.InfoPanel a:active { color: red; }
67 :    
68 :     div.Info { }
69 : sh002i 1868 div.Nav { }
70 :     div.Title { font-size: 16pt; }
71 :     div.SubmitError { color: red; font-style: italic; }
72 : sh002i 2033 div.Message { font-style: italic; }
73 : sh002i 1868 div.Body { }
74 :     div.Warnings { }
75 :    
76 : gage 2028 /* 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 : toenail 2110 /* 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 : sh002i 1868 /*******************/
91 :     /* general classes */
92 :     /*******************/
93 :    
94 :     p.emphasis { font-style:italic; }
95 :    
96 :     /************************/
97 :     /* new standard classes */
98 :     /************************/
99 :    
100 : sh002i 1904 /* tables used for laying out form fields shouldn't have a border */
101 :     table.FormLayout { border: 0; }
102 : sh002i 1944 table.FormLayout tr { vertical-align: top; }
103 :     table.FormLayout th.LeftHeader { text-align: right; white-space: nowrap; }
104 : gage 2018 table.FormLayout tr.ButtonRow { text-align: left; }
105 :     table.FormLayout tr.ButtonRowCenter { text-align: center; }
106 : sh002i 1868
107 :    
108 : jj 1989 /* for problems which are rendered by themselves, e.g., by Set Maker */
109 :     div.RenderSolo { background-color: #E0E0E0; color: black; }
110 :    
111 : sh002i 1868 /* 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 : gage 2258 <td align="left" valign="top" rowspan="2" class="LeftPanel">
151 : sh002i 1868 <img src="/webwork2_files/images/webwork_square.gif" alt="WeBWorK" height="64" width="66" />
152 : gage 2261 <span style="position:relative;top: -44px; right: -10px">
153 : sh002i 2382 <!--#help-->
154 : gage 2261 </span>
155 : sh002i 1868 <br />
156 : gage 2324
157 :     <!--
158 : sh002i 1868 <hr />
159 : gage 2324 <div class="Logo">
160 : sh002i 1868 <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target="bugzillaPage">Report bugs</a>
161 :     </div>
162 : gage 2324 -->
163 : sh002i 1868 <!--#if loggedin="1"-->
164 :     <hr />
165 :     <div class="Links">
166 :     <!--#links-->
167 :     </div>
168 :     <!--#if can="links"-->
169 :     <!--#if can="siblings"-->
170 :     <hr />
171 :     <!--#endif-->
172 :     <!--#endif-->
173 :     <div class="Siblings">
174 :     <!--#siblings-->
175 :     </div>
176 :     <!--#if can="options"-->
177 :     <div class="Options">
178 :     <!--#options-->
179 :     </div>
180 :     <!--#endif-->
181 :     <!--#endif-->
182 :     </td>
183 : sh002i 1907 <!--#if can="info"-->
184 :     <td class="TopPanel" colspan="2">
185 :     <!--#else-->
186 : gage 2258 <td class="TopPanel" >
187 : sh002i 1907 <!--#endif-->
188 : gage 2261 <div style="position:relative; width:100%;">
189 :     <!--#if can="path"-->
190 :     <span class="Path">
191 :     <!--#path style="text" image="/webwork2_files/images/right_arrow.png" text=" > "-->
192 :     </span>
193 :     <!--#endif-->
194 :    
195 :     <!--#if loggedin="1"-->
196 :     <!--#if can="loginstatus"-->
197 :    
198 :     <span class="LoginStatus">
199 :    
200 :     <!--#loginstatus-->
201 :     </span>
202 :     <!--#endif-->
203 :     <!--#endif-->
204 : gage 2258 </div>
205 : sh002i 1868 </td>
206 :     </tr>
207 :     <tr valign="top">
208 :     <!--#if warnings="1"-->
209 :     <td class="ContentPanelError" bgcolor="#ffcccc">
210 :     <!--#else-->
211 :     <td class="ContentPanel" bgcolor="#ffffff">
212 :     <!--#endif-->
213 :     <!--#if can="nav"-->
214 :     <div class="Nav">
215 :     <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "-->
216 :     </div>
217 :     <!--#endif-->
218 :     <!--#if can="title"-->
219 :     <div class="Title">
220 :     <!--#title-->
221 :     </div>
222 :     <!--#endif-->
223 : gage 2028 <!--#if can="message"-->
224 :     <div class="Message">
225 :     <!--#message-->
226 :     </div>
227 :     <!--#endif-->
228 :    
229 : gage 1981 <!--#if can="submiterror"-->
230 :     <div class="SubmitError">
231 :     <!--#submiterror-->
232 :     </div>
233 : sh002i 1868 <!--#endif-->
234 :     <!--#if can="body"-->
235 :     <div class="Body">
236 :     <!--#body-->
237 :     </div>
238 :     <!--#endif-->
239 :     <!--#if warnings="1"-->
240 :     <hr>
241 :     <div class="Warnings">
242 :     <!--#warnings-->
243 :     </div>
244 :     <!--#endif-->
245 : gage 2052 <!--#if can="message"-->
246 :     <div class="Message">
247 :     <!--#message-->
248 :     </div>
249 :     <!--#endif-->
250 : sh002i 1868 </td>
251 : sh002i 1907 <!--#if can="info"-->
252 :     <td class="InfoPanel">
253 :     <div class="Info">
254 :     <!--#info-->
255 :     </div>
256 :     </td>
257 :     <!--#endif-->
258 : sh002i 1868 </tr>
259 : gage 1946 <tr>
260 :     <td class = "Timestamp", colspan=3>
261 :     Updated: <!--#timestamp-->
262 :     </td>
263 :     </tr>
264 : sh002i 1868 </table>
265 :     </body>
266 : sh002i 1100 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9