[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 558 - (download) (annotate)
Fri Sep 20 22:47:22 2002 UTC (10 years, 8 months ago) by sh002i
File size: 1443 byte(s)
* fixed multiple-calls-to-&handler problem
* fixed if-else-endif code in &template
* added code to catch warnings in PG evaluation
* added "pink screen" and warning reporting
* started work on logging code (see Utils.pm, commented out)
-sam & 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 <!--#if warnings="1"-->
   12  <body bgcolor="#ffcccc" text="black" link="blue" alink="red" vlink="purple">
   13 <!--#else-->
   14  <body>
   15 <!--#endif-->
   16   <table width="100%" cellpadding="10" cellspacing="0" border="1">
   17    <tr valign="middle">
   18     <td align="center">
   19      <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" />
   20     </td>
   21     <td>
   22      <h1>WeBWorK <em>mod_perl</em></h1>
   23      <!--#path style="text" image="/webwork_files/images/right_arrow.png" text=" > "-->
   24     </td>
   25    </tr>
   26    <tr valign="top">
   27     <td>
   28      <div>
   29       <small>
   30        <!--#links-->
   31       </small>
   32      </div>
   33      <hr />
   34      <div>
   35       <small>
   36        <!--#siblings-->
   37       </small>
   38      </div>
   39     </td>
   40     <td>
   41      <div align="center">
   42       <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
   43      </div>
   44      <h1><!--#title--></h1>
   45      <table width="100%" cellpadding="10" cellspacing="0" border="0">
   46       <tr valign="top">
   47        <td>
   48         <!--#body-->
   49        </td>
   50        <td>
   51         <!--#info-->
   52        </td>
   53       </tr>
   54      </table>
   55     </td>
   56    </tr>
   57   </table>
   58  </body>
   59 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9