Parent Directory
|
Revision Log
Revision 1708 - (view) (download)
| 1 : | sh002i | 1100 | <!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 : | sh002i | 1663 | <!-- |
| 6 : | ################################################################################ | ||
| 7 : | # WeBWorK Online Homework Delivery System | ||
| 8 : | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ | ||
| 9 : | gage | 1708 | # $CVSHeader: webwork-modperl/conf/templates/system.template,v 1.2 2003/12/09 01:12:29 sh002i Exp $ |
| 10 : | sh002i | 1663 | # |
| 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 : | sh002i | 1100 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| 24 : | <head> | ||
| 25 : | <title>WeBWorK - <!--#title--></title> | ||
| 26 : | <style type="text/css"><!-- | ||
| 27 : | a:link { color: red } | ||
| 28 : | a:active { color: white } | ||
| 29 : | a:visited { color: silver } | ||
| 30 : | --></style> | ||
| 31 : | </head> | ||
| 32 : | <body style="margin: 0px"> | ||
| 33 : | <table style="width: 100%; padding: 0px; margin: 0px" cellspacing="0"> | ||
| 34 : | <tr> | ||
| 35 : | <td style="color: white; background-color: darkblue; padding: 0px; margin: 0px"> | ||
| 36 : | <img src="/webwork_files/images/webwork_square.png" height="64" width="66" /> | ||
| 37 : | </td> | ||
| 38 : | <td style="color: white; background-color: darkblue; padding: 0px; margin: 0px"> | ||
| 39 : | <h1 style="text-align: center; font-size: 20pt">WeBWorK II</h1> | ||
| 40 : | <!--#path style="image" image="webwork_files/images/right_arrow.png" text=" > "--> | ||
| 41 : | </td> | ||
| 42 : | </tr> | ||
| 43 : | <tr> | ||
| 44 : | <td style="white-space: nowrap; color: white; background-color: darkblue; width: 66px"> | ||
| 45 : | <div><!--#quicklinks--></div> | ||
| 46 : | <div><!--#siblings--></div> | ||
| 47 : | </td> | ||
| 48 : | <td style="color: black; background-color: white; padding-left: 2em; padding-right: 2em"> | ||
| 49 : | <div style="text-align: center"> | ||
| 50 : | <!--#nav style="image" imagesuffix=".png"--> | ||
| 51 : | </div> | ||
| 52 : | <h1><!--#title--></h1> | ||
| 53 : | <!--#body--> | ||
| 54 : | </td> | ||
| 55 : | </tr> | ||
| 56 : | </table> | ||
| 57 : | </body> |
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |