[system] / trunk / webwork-modperl / conf / classic.template Repository:
ViewVC logotype

View of /trunk/webwork-modperl/conf/classic.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 795 - (download) (annotate)
Fri Mar 21 21:40:01 2003 UTC (10 years, 2 months ago) by malsyned
File size: 1675 byte(s)
Hit the #nav macro with a cluebat
RE: webworkURLs->htdocs vs. imageprefix=""
-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 
   11   <style type="text/css">
   12    <!--
   13   table.attemptResults {
   14     border-style: solid;
   15     border-width: 1px;
   16     background-color: #cccccc;
   17     margin: 0px 10pt;
   18     border-spacing: 0px;
   19     float: left
   20   }
   21 
   22   table.attemptResults td,table.attemptResults th {
   23     border-style: solid;
   24     border-width: 1px;
   25     text-align: center;
   26     width: 15ex
   27   }
   28 
   29   div.problemHeader {
   30       float: left
   31   }
   32 
   33   div.problem {
   34     clear: both;
   35   }
   36    //-->
   37   </style>
   38  </head>
   39  <body <!--#if warnings="1"-->bgcolor="#ffcccc"<!--#else-->bgcolor="#efefef"<!--#endif-->>
   40   <table border="0" width="100%">
   41    <tr>
   42     <td align="left">
   43      <!--#links-->
   44     </td>
   45     <td align="center">
   46      <!--#nav style="images" imagesuffix=".gif" separator=" "-->
   47     </td>
   48     <td align="right">
   49      <h1>WeBWorK <em>2.0</em></h1>
   50     </td>
   51     <td width="70">
   52      <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" />
   53     </td>
   54    </tr>
   55   </table>
   56 
   57   <h1 style="font-size: 14pt"><!--#title--></h1>
   58 
   59   <table width="100%" cellpadding="10" cellspacing="0" border="0">
   60    <tr valign="top">
   61     <td>
   62      <!--#body-->
   63     </td>
   64     <td>
   65      <!--#info-->
   66     </td>
   67    </tr>
   68   </table>
   69 
   70   <hr />
   71 
   72   <table border="0" width="100%">
   73    <tr>
   74     <td align="left" valign="bottom"><!--#links--></td>
   75     <td align="right" valign="bottom"><!--#loginstatus--></td>
   76    </tr>
   77   </table>
   78  </body>
   79 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9