[system] / trunk / webwork-modperl / conf / barebones.template Repository:
ViewVC logotype

Annotation of /trunk/webwork-modperl/conf/barebones.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 765 - (view) (download)

1 : sh002i 474 <?xml version="1.0" encoding="utf-8"?>
2 :     <!DOCTYPE html
3 :     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 :     SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 :    
6 :     <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
7 :     <head>
8 :     <title>WeBWorK - <!--#title--></title>
9 : sh002i 555 <!--#head-->
10 : malsyned 760
11 :     <style type="text/css">
12 :     <!--
13 :     table.attemptResults {
14 :     border-style: outset;
15 :     border-width: 1px;
16 :     margin: 0px 10pt;
17 :     border-spacing: 1px;
18 :     float: left
19 :     }
20 :    
21 :     table.attemptResults td,table.attemptResults th {
22 :     border-style: inset;
23 :     border-width: 1px;
24 :     text-align: center;
25 :     width: 15ex
26 :     }
27 :    
28 :     div.problemHeader {
29 :     float: left
30 :     }
31 :    
32 :     div.problem {
33 :     clear: both;
34 :     }
35 :     //-->
36 :     </style>
37 : sh002i 474 </head>
38 :     <body>
39 :     <table width="100%" cellpadding="10" cellspacing="0" border="1">
40 :     <tr valign="top">
41 : malsyned 765 <td align="left" rowspan="2">
42 : malsyned 761 <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" /><br />
43 :     <hr />
44 : sh002i 474 <div>
45 :     <small>
46 : malsyned 506 <!--#links-->
47 : sh002i 474 </small>
48 :     </div>
49 : sh002i 647 <!--#if can="links"-->
50 :     <!--#if can="siblings"-->
51 :     <hr />
52 :     <!--#endif-->
53 :     <!--#endif-->
54 : sh002i 474 <div>
55 :     <small>
56 :     <!--#siblings-->
57 :     </small>
58 :     </div>
59 : malsyned 761
60 : sh002i 474 </td>
61 : malsyned 761 <!--#if can="path"-->
62 :     <td valign="bottom" style="border-right: none">
63 :     <!--#path style="text" image="/webwork_files/images/right_arrow.png" text=" > "-->
64 :     </td>
65 :     <!--#endif-->
66 :     <!--#if loggedin="1"-->
67 :     <td valign="bottom" align="right" style="border-left: none">
68 :     <!--#loginstatus-->
69 :     </td>
70 :     <!--#endif-->
71 :     </tr>
72 :     <tr valign="top">
73 : sh002i 562 <!--#if warnings="1"-->
74 : malsyned 748 <td
75 :     <!--#if loggedin="1"-->
76 :     colspan="2"
77 :     <!--#endif-->
78 :     bgcolor="#ffcccc">
79 : sh002i 562 <!--#else-->
80 : malsyned 748 <td
81 :     <!--#if loggedin="1"-->
82 :     colspan="2"
83 :     <!--#endif-->
84 :     >
85 : sh002i 562 <!--#endif-->
86 : sh002i 474 <div align="center">
87 : sh002i 558 <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
88 : sh002i 474 </div>
89 : sh002i 526 <table width="100%" cellpadding="10" cellspacing="0" border="0">
90 :     <tr valign="top">
91 :     <td>
92 : malsyned 761 <h1 style="font-size: 14pt"><!--#title--></h1>
93 : sh002i 526 <!--#body-->
94 :     </td>
95 :     <td>
96 :     <!--#info-->
97 :     </td>
98 :     </tr>
99 :     </table>
100 : sh002i 474 </td>
101 :     </tr>
102 :     </table>
103 :     </body>
104 :     </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9