[system] / trunk / webwork2 / conf / templates / ur.template Repository:
ViewVC logotype

Annotation of /trunk/webwork2/conf/templates/ur.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2028 - (view) (download)

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 : gage 2028 # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.23 2004/05/06 22:19:53 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 : toenail 2010 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 :     div.LoginStatus { text-align: right; font-size: small; }
51 : gage 1946 td.Timestamp { text-align: left; font-size: small; font-style: italic; }
52 :    
53 : sh002i 1868 div.Path { }
54 :    
55 : sh002i 1907 /* main content panel, contains body */
56 : sh002i 1868 td.ContentPanel { background-color: white; color: black; }
57 :     td.ContentPanel a:link,
58 :     td.ContentPanel a:visited { color: blue; }
59 :     td.ContentPanel a:active { color: red; }
60 :    
61 : sh002i 1907 /* contains info */
62 : gage 1967 td.InfoPanel { background-color: #DDDDDD; color: black; width: 30% }
63 : sh002i 1907 td.InfoPanel a:link,
64 :     td.InfoPanel a:visited { color: blue; }
65 :     td.InfoPanel a:active { color: red; }
66 :    
67 :     div.Info { }
68 : sh002i 1868 div.Nav { }
69 :     div.Title { font-size: 16pt; }
70 :     div.SubmitError { color: red; font-style: italic; }
71 : gage 2028 div.Message{ font-style: italic; }
72 : sh002i 1868 div.Body { }
73 :     div.Warnings { }
74 :    
75 : gage 2028 /* background colors for success and failure messages */
76 :     /* currently only used by Assigner, but may be used elsewhere. */
77 :     div.ResultsWithoutError { background-color: #66ff99 } /* light green */
78 :     div.ResultsWithError { background-color: #ffcccc } /* light red */
79 :    
80 : sh002i 1868 /*******************/
81 :     /* general classes */
82 :     /*******************/
83 :    
84 :     p.emphasis { font-style:italic; }
85 :    
86 :     /************************/
87 :     /* new standard classes */
88 :     /************************/
89 :    
90 : sh002i 1904 /* tables used for laying out form fields shouldn't have a border */
91 :     table.FormLayout { border: 0; }
92 : sh002i 1944 table.FormLayout tr { vertical-align: top; }
93 :     table.FormLayout th.LeftHeader { text-align: right; white-space: nowrap; }
94 : gage 2018 table.FormLayout tr.ButtonRow { text-align: left; }
95 :     table.FormLayout tr.ButtonRowCenter { text-align: center; }
96 : sh002i 1868
97 :    
98 : jj 1989 /* for problems which are rendered by themselves, e.g., by Set Maker */
99 :    
100 :     div.RenderSolo { background-color: #E0E0E0; color: black; }
101 :    
102 : sh002i 1868 /* minimal style for lists of links (generated by the links escape) */
103 :     ul.LinksMenu { list-style: none; margin-left: 0; padding-left: 0; }
104 :     ul.LinksMenu ul { list-style: none; margin-left: 0.5em; padding-left: 0; }
105 :    
106 :     /*************************/
107 :     /* WeBWorK::HTML widgets */
108 :     /*************************/
109 :    
110 :     /* WeBWorK::HTML::ScrollingRecordList */
111 :     div.ScrollingRecordList { padding: 1em; white-space: nowrap; border: thin solid gray; }
112 :     div.ScrollingRecordList select.ScrollingRecordList { width: 99%; }
113 :    
114 :     /*************************************************************************/
115 :     /* classes used in Problem.pm (replace these with new standard classes?) */
116 :     /*************************************************************************/
117 :    
118 :     table.attemptResults {
119 :     border-style: outset;
120 :     border-width: 1px;
121 :     margin: 0px 10pt;
122 :     border-spacing: 1px;
123 :     }
124 :     table.attemptResults td,
125 :     table.attemptResults th {
126 :     border-style: inset;
127 :     border-width: 1px;
128 :     text-align: center;
129 :     width: 15ex;
130 :     background-color: #DDDDDD;
131 :     }
132 :     div.problemHeader { float: left; }
133 :     div.problem { clear: both; }
134 :     .parsehilight { background-color:yellow; }
135 :    
136 :     </style>
137 :     </head>
138 :     <body>
139 :     <table width="100%" cellpadding="10" cellspacing="0" border="0">
140 :     <tr valign="top">
141 :     <td align="left" rowspan="2" class="LeftPanel">
142 :     <img src="/webwork2_files/images/webwork_square.gif" alt="WeBWorK" height="64" width="66" />
143 :     <br />
144 :     <hr />
145 :     <div class="Logo">
146 :     <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target="bugzillaPage">Report bugs</a>
147 :     </div>
148 :     <!--#if loggedin="1"-->
149 :     <hr />
150 :     <div class="Links">
151 :     <!--#links-->
152 :     </div>
153 :     <!--#if can="links"-->
154 :     <!--#if can="siblings"-->
155 :     <hr />
156 :     <!--#endif-->
157 :     <!--#endif-->
158 :     <div class="Siblings">
159 :     <!--#siblings-->
160 :     </div>
161 :     <!--#if can="options"-->
162 :     <div class="Options">
163 :     <!--#options-->
164 :     </div>
165 :     <!--#endif-->
166 :     <!--#endif-->
167 :     </td>
168 : sh002i 1907 <!--#if can="info"-->
169 :     <td class="TopPanel" colspan="2">
170 :     <!--#else-->
171 : sh002i 1868 <td class="TopPanel">
172 : sh002i 1907 <!--#endif-->
173 : sh002i 1868 <!--#if loggedin="1"-->
174 :     <!--#if can="loginstatus"-->
175 :     <div class="LoginStatus">
176 :     <!--#loginstatus-->
177 :     </div>
178 :     <!--#endif-->
179 :     <!--#endif-->
180 :     <!--#if can="path"-->
181 :     <div class="Path">
182 :     <!--#path style="text" image="/webwork2_files/images/right_arrow.png" text=" > "-->
183 :     </div>
184 :     <!--#endif-->
185 :     </td>
186 :     </tr>
187 :     <tr valign="top">
188 :     <!--#if warnings="1"-->
189 :     <td class="ContentPanelError" bgcolor="#ffcccc">
190 :     <!--#else-->
191 :     <td class="ContentPanel" bgcolor="#ffffff">
192 :     <!--#endif-->
193 :     <!--#if can="nav"-->
194 :     <div class="Nav">
195 :     <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "-->
196 :     </div>
197 :     <!--#endif-->
198 :     <!--#if can="title"-->
199 :     <div class="Title">
200 :     <!--#title-->
201 :     </div>
202 :     <!--#endif-->
203 : gage 2028 <!--#if can="message"-->
204 :     <div class="Message">
205 :     <!--#message-->
206 :     </div>
207 :     <!--#endif-->
208 :    
209 : gage 1981 <!--#if can="submiterror"-->
210 :     <div class="SubmitError">
211 :     <!--#submiterror-->
212 :     </div>
213 : sh002i 1868 <!--#endif-->
214 :     <!--#if can="body"-->
215 :     <div class="Body">
216 :     <!--#body-->
217 :     </div>
218 :     <!--#endif-->
219 :     <!--#if warnings="1"-->
220 :     <hr>
221 :     <div class="Warnings">
222 :     <!--#warnings-->
223 :     </div>
224 :     <!--#endif-->
225 :     </td>
226 : sh002i 1907 <!--#if can="info"-->
227 :     <td class="InfoPanel">
228 :     <div class="Info">
229 :     <!--#info-->
230 :     </div>
231 :     </td>
232 :     <!--#endif-->
233 : sh002i 1868 </tr>
234 : gage 1946 <tr>
235 :     <td class = "Timestamp", colspan=3>
236 :     Updated: <!--#timestamp-->
237 :     </td>
238 :     </tr>
239 : sh002i 1868 </table>
240 :     </body>
241 : sh002i 1100 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9