Parent Directory
|
Revision Log
added math-based template hack on it and figure out how it sucks.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 6 <link rel="stylesheet" type="text/css" media="All" href="<!--#url type="webwork" name="htdocs"-->/css/math.css"/> 7 <title><!--#path style="text" text=" : " textonly="1"--></title> 8 <!--#head--> 9 </head> 10 <body bgcolor="white"> 11 12 <div id="masthead"> 13 <div id="loginstatus"> 14 <!--#loginstatus--> 15 </div> 16 <div id="logo"> 17 <img src="<!--#url type="webwork" name="htdocs"-->/images/webwork_rectangle.png" alt="WeBWorK" height="51" width="267" /> 18 </div> 19 </div> 20 <hr class="for-broken-browsers"/> 21 <div id="big-wrapper"> 22 <div id="breadcrumbs"> 23 <!--#path style="text" text=" → "--> 24 </div> 25 <div id="content"> 26 27 <!--#if can="info"--> 28 <div id="page-info"> 29 <div class="info-box" id="fisheye"> 30 <h2>Info</h2> 31 <!--#info--> 32 </div> 33 </div> 34 <!--#endif--> 35 <!--#if can="nav"--> 36 <div class="Nav"> 37 <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "--> 38 </div> 39 <!--#endif--> 40 <!--#if can="title"--> 41 <h1><!--#title--></h1> 42 <!--#endif--> 43 <!--#if can="message"--> 44 <div class="Message"> 45 <!--#message--> 46 </div> 47 <!--#endif--> 48 49 <!--#if can="body"--> 50 <div class="Body"> 51 <!--#body--> 52 </div> 53 <!--#endif--> 54 <!--#if warnings="1"--> 55 <hr> 56 <div class="Warnings"> 57 <!--#warnings--> 58 </div> 59 <!--#endif--> 60 <!--#if can="message"--> 61 <div class="Message"> 62 <!--#message--> 63 </div> 64 <!--#endif--> 65 66 </div> <!-- content --> 67 <hr class="for-broken-browsers"/> 68 <div id="footer"> 69 <p id="last-modified">Page generated at <!--#timestamp--></p> 70 <!--<div id="feedback"> 71 FEEDBACK 72 </div>--> 73 <div id="copyright"> 74 WeBWorK © 2000-2005 <a href="http://openwebwork.sf.net/">The WeBWorK Project</a> 75 </div> 76 <!--<div id="validate"> 77 VALIDATE 78 </div>--> 79 <!--<p class="page-url"> 80 PAGE-URL (p) 81 </p>--> 82 </div> 83 <div id="site-navigation"> 84 <!--#if can="links"--> 85 <div class="info-box" id="fisheye"> 86 <h2>Main Menu</h2> 87 <!--#links--> 88 </div> 89 <!--#endif--> 90 <!--#if can="siblings"--> 91 <div class="info-box" id="fisheye"> 92 <h2>Siblings</h2> 93 <!--#siblings--> 94 </div> 95 <!--#endif--> 96 <!--#if can="options"--> 97 <div class="info-box" id="fisheye"> 98 <h2>Display Options</h2> 99 <!--#options--> 100 </div> 101 <!--#endif--> 102 </div> 103 </div> <!-- big-wrapper --> 104 105 </body> 106 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |