[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 647 - (download) (annotate)
Sat Nov 23 00:30:55 2002 UTC (10 years, 6 months ago) by sh002i
File size: 1475 byte(s)
removed annoying comment.
-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="text" 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 <!--#if can="links"-->
   30 <!--#if can="siblings"-->
   31      <hr />
   32 <!--#endif-->
   33 <!--#endif-->
   34      <div>
   35       <small>
   36        <!--#siblings-->
   37       </small>
   38      </div>
   39     </td>
   40 <!--#if warnings="1"-->
   41        <td bgcolor="#ffcccc">
   42 <!--#else-->
   43        <td>
   44 <!--#endif-->
   45      <div align="center">
   46       <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
   47      </div>
   48      <h1><!--#title--></h1>
   49      <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     </td>
   60    </tr>
   61   </table>
   62  </body>
   63 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9