[system] / branches / dg_dev / webwork2 / conf / templates / math / system.template Repository:
ViewVC logotype

View of /branches/dg_dev/webwork2/conf/templates/math/system.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6616 - (download) (annotate)
Fri Dec 3 18:43:36 2010 UTC (2 years, 5 months ago) by david gage
File size: 4148 byte(s)
trying to add dgage theme

    1 <!DOCTYPE html
    2   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    3   SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    4 
    5 <!--
    6 ################################################################################
    7 # WeBWorK Online Homework Delivery System
    8 # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
    9 # $CVSHeader: webwork2/conf/templates/math/system.template,v 1.11 2008/10/09 02:18:37 gage Exp $
   10 #
   11 # This program is free software; you can redistribute it and/or modify it under
   12 # the terms of either: (a) the GNU General Public License as published by the
   13 # Free Software Foundation; either version 2, or (at your option) any later
   14 # version, or (b) the "Artistic License" which comes with this package.
   15 #
   16 # This program is distributed in the hope that it will be useful, but WITHOUT
   17 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
   18 # FOR A PARTICULAR PURPOSE.  See either the GNU General Public License or the
   19 # Artistic License for more details.
   20 ################################################################################
   21 -->
   22 
   23 
   24 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
   25 <head>
   26 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   27 <link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/dgage.css"/>
   28 <title><!--#path style="text" text=" : " textonly="1"--></title>
   29 <!--#head-->
   30 </head>
   31 <body bgcolor="white" onload="if (typeof(initializeWWquestion) == 'function') {initializeWWquestion()}">
   32 
   33 <div id="site-navigation">
   34     <!--#if can="links"-->
   35           <!--#links-->
   36           <!--#endif-->
   37           <!--#if can="siblings"-->
   38             <!--#siblings-->
   39           <!--#endif-->
   40           <!--#if can="options"-->
   41           <ul>
   42             <li>
   43               <h2>Display Options</h2>
   44               <!--#options-->
   45             </li>
   46           </ul>
   47           <!--#endif-->
   48 </div>
   49 <hr class="for-broken-browsers"/>
   50 <div id="big-wrapper">
   51 <div id="masthead">
   52   <div id="logo">
   53                 <a href="http://webwork.maa.org"><img src="<!--#url type="webwork" name="htdocs"-->/images/webwork_rectangle.png" alt="WeBWorK" height="51" width="267" /></a>&nbsp;
   54                 <a href="http://www.maa.org"><img src="<!--#url type="webwork" name="htdocs"-->/images/maa_logo.png" alt="MAA" height="51" width="449" /></a>
   55   </div>
   56   <div id="loginstatus">
   57     <!--#loginstatus-->
   58   </div>
   59 </div>
   60 <div style="clear:both;"></div>
   61   <div id="breadcrumbs">
   62     <!--#path style="text" text=" &#x2192; "-->
   63   </div>
   64   <div id="content" >
   65 
   66       <!--#if can="title"-->
   67         <span style="font-size:larger; color:#00F; float:left;  width:60%;   "><!--#title--></span>
   68       <!--#endif-->
   69       <!--#if can="message"-->
   70         <span class="Message" style=" float:right; width:40%; right:0;">
   71           <!--#message-->
   72         </span>
   73       <!--#endif-->
   74 
   75         <hr style="clear:both"/>
   76           <!--#if can="info"-->
   77         <!--  styles could be different for different pages so they are not set here -->
   78         <!--#info-->
   79         <!--#endif-->
   80 
   81     <!--#if can="nav"-->
   82     <div class="Nav">
   83       <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator="  "-->
   84     </div>
   85     <!--#endif-->
   86 
   87       <!--#if can="body"-->
   88         <!--#if warnings="1"-->
   89           <div class="Body" style="background-color:#ffcccc">
   90           <p style="font-size:larger">
   91           Warning -- there may be something wrong with this question. Please inform your instructor
   92           including the warning messages below.
   93           </p>
   94         <!--#else-->
   95           <div class="Body" style="background-color:#ffffff">
   96         <!--#endif-->
   97 
   98         <!--#body-->
   99         </div>
  100       <!--#endif-->
  101 
  102     <!--#if warnings="1"-->
  103 
  104     <hr/>
  105     <div class="Warnings">
  106       <!--#warnings-->
  107     </div>
  108     <!--#endif-->
  109 
  110     <!--#if can="message"-->
  111       <div class="Message">
  112         <!--#message-->
  113       </div>
  114     <!--#endif-->
  115 
  116 
  117   <hr class="for-broken-browsers"/>
  118   <div id="footer">
  119     <p id="last-modified">Page generated at <!--#timestamp--></p>
  120     <div id="copyright">
  121       WeBWorK &#169; 2000-2007 <a href="http://openwebwork.sf.net/">The WeBWorK Project</a>
  122     </div>
  123   </div>
  124 
  125 </div><!--content-->
  126 </div> <!-- big-wrapper -->
  127 </body>
  128 </html>

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9