Parent Directory
|
Revision Log
All of the content generators now work with the template system Moved the content generators into the WeBWorK::ContentGenerator namespace Added the default template and a few global.conf entries
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 <div style="text-align:center"><img src="<!--#logo-->" alt="WeBWorK" /></div> 12 <hr /> 13 <h1 style="text-align:center">WeBWorK <!--#title--></h1> 14 <!--#body--> 15 </body> 16 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |