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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 555 - (download) (annotate)
Wed Sep 18 19:25:42 2002 UTC (10 years, 8 months ago) by sh002i
File size: 1315 byte(s)
fixed image centering, added head escape.
-sam

    1 <?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   <!--#head-->
   10  </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      <!--#path style="image" image="webwork_files/images/right_arrow.png" text=" > "-->
   20     </td>
   21    </tr>
   22    <tr valign="top">
   23     <td>
   24      <div>
   25       <small>
   26        <!--#links-->
   27       </small>
   28      </div>
   29      <hr />
   30      <div>
   31       <small>
   32        <!--#siblings-->
   33       </small>
   34      </div>
   35     </td>
   36     <td>
   37      <div align="center">
   38       <!--#nav style="image" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
   39      </div>
   40      <h1><!--#title--></h1>
   41      <table width="100%" cellpadding="10" cellspacing="0" border="0">
   42       <tr valign="top">
   43        <td>
   44         <!--#body-->
   45        </td>
   46        <td>
   47         <!--#info-->
   48        </td>
   49       </tr>
   50      </table>
   51     </td>
   52    </tr>
   53   </table>
   54  </body>
   55 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9