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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 506 - (download) (annotate)
Thu Aug 22 22:04:07 2002 UTC (10 years, 9 months ago) by malsyned
File size: 1145 byte(s)
Matches the template escapes again
-dennis`

    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  <body>
   11   <table width="100%" cellpadding="10" cellspacing="0" border="1">
   12    <tr valign="middle">
   13     <td align="center">
   14      <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" />
   15     </td>
   16     <td>
   17      <h1>WeBWorK <em>mod_perl</em></h1>
   18      <!--#path style="image" image="webwork_files/images/right_arrow.png" text=" > "-->
   19     </td>
   20    </tr>
   21    <tr valign="top">
   22     <td>
   23      <div>
   24       <small>
   25        <!--#links-->
   26       </small>
   27      </div>
   28      <hr />
   29      <div>
   30       <small>
   31        <strong>Siblings</strong><br />
   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      <!--#body-->
   42     </td>
   43    </tr>
   44   </table>
   45  </body>
   46 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9