[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 526 - (download) (annotate)
Thu Aug 29 19:56:24 2002 UTC (10 years, 8 months ago) by sh002i
File size: 1300 byte(s)
HTML_img mode ("images" mode in the HTML interface) now uses dvipng to
generate images. ProblemSet now has a link to Hardcopy.
-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  <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        <!--#siblings-->
   32       </small>
   33      </div>
   34     </td>
   35     <td>
   36      <div align="center">
   37       <!--#nav style="image" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
   38      </div>
   39      <h1><!--#title--></h1>
   40      <table width="100%" cellpadding="10" cellspacing="0" border="0">
   41       <tr valign="top">
   42        <td>
   43         <!--#body-->
   44        </td>
   45        <td>
   46         <!--#info-->
   47        </td>
   48       </tr>
   49      </table>
   50     </td>
   51    </tr>
   52   </table>
   53  </body>
   54 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9