[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 618 - (download) (annotate)
Fri Nov 1 20:40:49 2002 UTC (10 years, 6 months ago) by malsyned
File size: 1555 byte(s)
Fixed a syntax error
--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  </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       <!-- Nesting ifs produces the AND effect -->
   30       <!--#if can="links"-->
   31        <!--#if can="siblings"-->
   32         <hr />
   33        <!--#endif-->
   34       <!--#endif-->
   35      <div>
   36       <small>
   37        <!--#siblings-->
   38       </small>
   39      </div>
   40     </td>
   41 <!--#if warnings="1"-->
   42        <td bgcolor="#ffcccc">
   43 <!--#else-->
   44        <td>
   45 <!--#endif-->
   46      <div align="center">
   47       <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
   48      </div>
   49      <h1><!--#title--></h1>
   50      <table width="100%" cellpadding="10" cellspacing="0" border="0">
   51       <tr valign="top">
   52        <td>
   53         <!--#body-->
   54        </td>
   55        <td>
   56         <!--#info-->
   57        </td>
   58       </tr>
   59      </table>
   60     </td>
   61    </tr>
   62   </table>
   63  </body>
   64 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9