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

Annotation of /trunk/webwork2/conf/barebones.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 948 - (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 : gage 905
45 : sh002i 474 <div>
46 :     <small>
47 : gage 932 <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target = "_bugzilla"> Report bugs</a>
48 : sh002i 948 <hr />
49 : malsyned 506 <!--#links-->
50 : sh002i 474 </small>
51 :     </div>
52 : sh002i 647 <!--#if can="links"-->
53 :     <!--#if can="siblings"-->
54 :     <hr />
55 :     <!--#endif-->
56 :     <!--#endif-->
57 : sh002i 474 <div>
58 :     <small>
59 :     <!--#siblings-->
60 :     </small>
61 :     </div>
62 : malsyned 761
63 : sh002i 474 </td>
64 : malsyned 761 <!--#if can="path"-->
65 :     <td valign="bottom" style="border-right: none">
66 :     <!--#path style="text" image="/webwork_files/images/right_arrow.png" text=" > "-->
67 :     </td>
68 :     <!--#endif-->
69 :     <!--#if loggedin="1"-->
70 :     <td valign="bottom" align="right" style="border-left: none">
71 :     <!--#loginstatus-->
72 :     </td>
73 :     <!--#endif-->
74 :     </tr>
75 :     <tr valign="top">
76 : sh002i 562 <!--#if warnings="1"-->
77 : malsyned 748 <td
78 :     <!--#if loggedin="1"-->
79 :     colspan="2"
80 :     <!--#endif-->
81 :     bgcolor="#ffcccc">
82 : sh002i 562 <!--#else-->
83 : malsyned 748 <td
84 :     <!--#if loggedin="1"-->
85 :     colspan="2"
86 :     <!--#endif-->
87 :     >
88 : sh002i 562 <!--#endif-->
89 : sh002i 474 <div align="center">
90 : malsyned 795 <!--#nav style="text" imagesuffix=".png" separator=" | "-->
91 : sh002i 474 </div>
92 : sh002i 526 <table width="100%" cellpadding="10" cellspacing="0" border="0">
93 :     <tr valign="top">
94 :     <td>
95 : malsyned 761 <h1 style="font-size: 14pt"><!--#title--></h1>
96 : sh002i 526 <!--#body-->
97 :     </td>
98 :     <td>
99 :     <!--#info-->
100 :     </td>
101 :     </tr>
102 :     </table>
103 : sh002i 474 </td>
104 :     </tr>
105 :     </table>
106 :     </body>
107 :     </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9