Parent Directory
|
Revision Log
pretty much implemented the whole thing. yeah. -sam
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 <style type="text/css"><!-- 10 a:link { color: red } 11 a:active { color: white } 12 a:visited { color: silver } 13 --></style> 14 </head> 15 <body style="margin: 0px"> 16 <table style="width: 100%; padding: 0px; margin: 0px" cellspacing="0"> 17 <tr> 18 <td style="color: white; background-color: darkblue; padding: 0px; margin: 0px"> 19 <img src="/webwork_files/images/webwork_square.png" height="64" width="66" /> 20 </td> 21 <td style="color: white; background-color: darkblue; padding: 0px; margin: 0px"> 22 <h1 style="text-align: center; font-size: 20pt">WeBWorK II</h1> 23 <!--#path style="image" image="webwork_files/images/right_arrow.png" text=" > "--> 24 </td> 25 </tr> 26 <tr> 27 <td style="white-space: nowrap; color: white; background-color: darkblue; width: 66px"> 28 <div><!--#quicklinks--></div> 29 <div><!--#siblings--></div> 30 </td> 31 <td style="color: black; background-color: white; padding-left: 2em; padding-right: 2em"> 32 <div style="text-align: center"> 33 <!--#nav style="image" imageprefix="/webwork_files/images/nav" imagesuffix=".png"--> 34 </div> 35 <h1><!--#title--></h1> 36 <!--#body--> 37 </td> 38 </tr> 39 </table> 40 </body>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |