Parent Directory
|
Revision Log
added PG/TeX snippets and corresponding lines in global.conf added a new template -- barebones.template -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 </head> 10 <body> 11 <table width="100%" cellpadding="10" cellspacing="0" border="1"> 12 <tr valign="middle"> 13 <td align="center"> 14 <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" /> 15 </td> 16 <td> 17 <h1>WeBWorK <em>mod_perl</em></h1> 18 <!--#path style="image" image="webwork_files/images/right_arrow.png" text=" > "--> 19 </td> 20 </tr> 21 <tr valign="top"> 22 <td> 23 <div> 24 <small> 25 <strong>Quick Links</strong><br /> 26 <!--#quicklinks--> 27 </small> 28 </div> 29 <hr /> 30 <div> 31 <small> 32 <strong>Siblings</strong><br /> 33 <!--#siblings--> 34 </small> 35 </div> 36 </td> 37 <td> 38 <div align="center"> 39 <!--#nav style="image" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "--> 40 </div> 41 <h1><!--#title--></h1> 42 <!--#body--> 43 </td> 44 </tr> 45 </table> 46 </body> 47 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |