Parent Directory
|
Revision Log
Backporting CSS changes to 2-1-patches
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-2003 The WeBWorK Project, http://openwebwork.sf.net/ 9 # $CVSHeader$ 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 <title><!--#path style="text" text=" : " textonly="1"--></title> 27 <!--#head--> 28 <style type="text/css" media="all">@import "<!--#url type="webwork" name="stylesheet"-->";</style> 29 </head> 30 <body> 31 <table width="100%" cellpadding="10" cellspacing="0" border="0"> 32 <tr valign="top"> 33 <td align="left" valign="top" rowspan="2" class="LeftPanel"> 34 <a href="http://webwork.math.rochester.edu"> 35 <img src="/webwork2_files/images/webwork_square.gif" alt="WeBWorK" height="64" width="66" /> 36 </a> 37 <span style="position:relative;top: -44px; right: -10px"> 38 <!--#help--> 39 </span> 40 <br /> 41 42 <!-- 43 <hr /> 44 <div class="Logo"> 45 <a href="http://webwork3.math.rochester.edu/bugzilla/enter_bug.cgi?product=WeBWorK%20mod_perl" target="bugzillaPage">Report bugs</a> 46 </div> 47 --> 48 <!--#if loggedin="1"--> 49 <hr /> 50 <div class="Links"> 51 <!--#links--> 52 </div> 53 <!--#if can="links"--> 54 <!--#if can="siblings"--> 55 <hr /> 56 <!--#endif--> 57 <!--#endif--> 58 <div class="Siblings"> 59 <!--#siblings--> 60 </div> 61 <!--#if can="options"--> 62 <div class="Options"> 63 <!--#options--> 64 </div> 65 <!--#endif--> 66 <!--#endif--> 67 </td> 68 <!--#if can="info"--> 69 <td class="TopPanel" colspan="2"> 70 <!--#else--> 71 <td class="TopPanel" > 72 <!--#endif--> 73 <div style="position:relative; width:100%;"> 74 <!--#if can="path"--> 75 <span class="Path"> 76 <!--#path style="text" image="/webwork2_files/images/right_arrow.png" text=" > "--> 77 </span> 78 <!--#endif--> 79 80 <!--#if loggedin="1"--> 81 <!--#if can="loginstatus"--> 82 83 <span class="LoginStatus"> 84 85 <!--#loginstatus--> 86 </span> 87 <!--#endif--> 88 <!--#endif--> 89 </div> 90 </td> 91 </tr> 92 <tr valign="top"> 93 <!--#if warnings="1"--> 94 <td class="ContentPanelError" bgcolor="#ffcccc"> 95 <!--#else--> 96 <td class="ContentPanel" bgcolor="#ffffff"> 97 <!--#endif--> 98 <!--#if can="nav"--> 99 <div class="Nav"> 100 <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "--> 101 </div> 102 <!--#endif--> 103 <!--#if can="title"--> 104 <div class="Title"> 105 <!--#title--> 106 </div> 107 <!--#endif--> 108 <!--#if can="message"--> 109 <div class="Message"> 110 <!--#message--> 111 </div> 112 <!--#endif--> 113 114 <!--#if can="submiterror"--> 115 <div class="SubmitError"> 116 <!--#submiterror--> 117 </div> 118 <!--#endif--> 119 <!--#if can="body"--> 120 <div class="Body"> 121 <!--#body--> 122 </div> 123 <!--#endif--> 124 <!--#if warnings="1"--> 125 <hr> 126 <div class="Warnings"> 127 <!--#warnings--> 128 </div> 129 <!--#endif--> 130 <!--#if can="message"--> 131 <div class="Message"> 132 <!--#message--> 133 </div> 134 <!--#endif--> 135 </td> 136 <!--#if can="info"--> 137 <td class="InfoPanel"> 138 <div class="Info"> 139 <!--#info--> 140 </div> 141 </td> 142 <!--#endif--> 143 </tr> 144 <tr> 145 <td class = "Timestamp", colspan=3> 146 Updated: <!--#timestamp--> 147 </td> 148 </tr> 149 </table> 150 </body> 151 152 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |