[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 675 - (download) (annotate)
Fri Dec 13 21:14:54 2002 UTC (10 years, 5 months ago) by sh002i
File size: 1553 byte(s)
made some improvements to Feedback, added loginStatus 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="text" image="/webwork_files/images/right_arrow.png" text=" > "-->
   20     </td>
   21     <td valign="bottom">
   22      <!--#loginstatus-->
   23     </td>
   24    </tr>
   25    <tr valign="top">
   26     <td>
   27      <div>
   28       <small>
   29        <!--#links-->
   30       </small>
   31      </div>
   32 <!--#if can="links"-->
   33 <!--#if can="siblings"-->
   34      <hr />
   35 <!--#endif-->
   36 <!--#endif-->
   37      <div>
   38       <small>
   39        <!--#siblings-->
   40       </small>
   41      </div>
   42     </td>
   43 <!--#if warnings="1"-->
   44     <td colspan="2" bgcolor="#ffcccc">
   45 <!--#else-->
   46     <td colspan="2">
   47 <!--#endif-->
   48      <div align="center">
   49       <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
   50      </div>
   51      <h1><!--#title--></h1>
   52      <table width="100%" cellpadding="10" cellspacing="0" border="0">
   53       <tr valign="top">
   54        <td>
   55         <!--#body-->
   56        </td>
   57        <td>
   58         <!--#info-->
   59        </td>
   60       </tr>
   61      </table>
   62     </td>
   63    </tr>
   64   </table>
   65  </body>
   66 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9