[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 647 - (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 : sh002i 474 </head>
11 :     <body>
12 :     <table width="100%" cellpadding="10" cellspacing="0" border="1">
13 :     <tr valign="middle">
14 :     <td align="center">
15 :     <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" />
16 :     </td>
17 :     <td>
18 :     <h1>WeBWorK <em>mod_perl</em></h1>
19 : sh002i 558 <!--#path style="text" image="/webwork_files/images/right_arrow.png" text=" > "-->
20 : sh002i 474 </td>
21 :     </tr>
22 :     <tr valign="top">
23 :     <td>
24 :     <div>
25 :     <small>
26 : malsyned 506 <!--#links-->
27 : sh002i 474 </small>
28 :     </div>
29 : sh002i 647 <!--#if can="links"-->
30 :     <!--#if can="siblings"-->
31 :     <hr />
32 :     <!--#endif-->
33 :     <!--#endif-->
34 : sh002i 474 <div>
35 :     <small>
36 :     <!--#siblings-->
37 :     </small>
38 :     </div>
39 :     </td>
40 : sh002i 562 <!--#if warnings="1"-->
41 :     <td bgcolor="#ffcccc">
42 :     <!--#else-->
43 :     <td>
44 :     <!--#endif-->
45 : sh002i 474 <div align="center">
46 : sh002i 558 <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
47 : sh002i 474 </div>
48 :     <h1><!--#title--></h1>
49 : sh002i 526 <table width="100%" cellpadding="10" cellspacing="0" border="0">
50 :     <tr valign="top">
51 :     <td>
52 :     <!--#body-->
53 :     </td>
54 :     <td>
55 :     <!--#info-->
56 :     </td>
57 :     </tr>
58 :     </table>
59 : sh002i 474 </td>
60 :     </tr>
61 :     </table>
62 :     </body>
63 :     </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9