[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 761 - (download) (annotate)
Fri Feb 28 21:26:54 2003 UTC (10 years, 2 months ago) by malsyned
File size: 2245 byte(s)
I made a few cosmetic changes to classic.template and reworked
barebones.template to reduce the amount of vertical screen real-estate
used by the header information.
-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: outset;
   15     border-width: 1px;
   16     margin: 0px 10pt;
   17     border-spacing: 1px;
   18     float: left
   19   }
   20 
   21   table.attemptResults td,table.attemptResults th {
   22     border-style: inset;
   23     border-width: 1px;
   24     text-align: center;
   25     width: 15ex
   26   }
   27 
   28   div.problemHeader {
   29       float: left
   30   }
   31 
   32   div.problem {
   33     clear: both;
   34   }
   35    //-->
   36   </style>
   37  </head>
   38  <body>
   39   <table width="100%" cellpadding="10" cellspacing="0" border="1">
   40    <tr valign="top">
   41     <td align="left" rowspan="2" nowrap>
   42      <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" /><br />
   43      <hr />
   44      <div>
   45       <small>
   46        <!--#links-->
   47       </small>
   48      </div>
   49 <!--#if can="links"-->
   50 <!--#if can="siblings"-->
   51      <hr />
   52 <!--#endif-->
   53 <!--#endif-->
   54      <div>
   55       <small>
   56        <!--#siblings-->
   57       </small>
   58      </div>
   59 
   60     </td>
   61     <!--#if can="path"-->
   62     <td valign="bottom" style="border-right: none">
   63      <!--#path style="text" image="/webwork_files/images/right_arrow.png" text=" > "-->
   64     </td>
   65     <!--#endif-->
   66     <!--#if loggedin="1"-->
   67      <td valign="bottom" align="right" style="border-left: none">
   68      <!--#loginstatus-->
   69     </td>
   70     <!--#endif-->
   71    </tr>
   72    <tr valign="top">
   73 <!--#if warnings="1"-->
   74     <td
   75     <!--#if loggedin="1"-->
   76     colspan="2"
   77     <!--#endif-->
   78     bgcolor="#ffcccc">
   79 <!--#else-->
   80     <td
   81     <!--#if loggedin="1"-->
   82     colspan="2"
   83     <!--#endif-->
   84     >
   85 <!--#endif-->
   86      <div align="center">
   87       <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "-->
   88      </div>
   89      <table width="100%" cellpadding="10" cellspacing="0" border="0">
   90       <tr valign="top">
   91        <td>
   92         <h1 style="font-size: 14pt"><!--#title--></h1>
   93         <!--#body-->
   94        </td>
   95        <td>
   96         <!--#info-->
   97        </td>
   98       </tr>
   99      </table>
  100     </td>
  101    </tr>
  102   </table>
  103  </body>
  104 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9