Parent Directory
|
Revision Log
- created macros/IO.pl, which is loaded with no opmask by PG.pm. It is a copy of WeBWorK::PG::IO.pm, with some changes to make it work as a macro package. The translator no longer shares IO.pm's functions with the safe compartment. This is a BAD THING, and should be reconsidered when the Translator is revised. - Changed many (but not all) checks for HTML or HTML_tth modes to match /^HTML/ in the macros. - changed &header to &head in Problem.pm - Added problem environment variables for gif2eps and png2eps and modified &dangerousMacros::alias to use them - fixed MOST of the harmless warnings in the system. there's still the "Use of uninitialized value in null operation" warning in template(), tho. Still to come: - make images in PDFs work - fix TTH mode character encodings on mac (maybe) - have logout button invalidate key - Pretty die messages (from outside of the translator) - Feedback - need nice modular way of sending email - Options - email address and password
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 </head> 11 <body> 12 <table width="100%" cellpadding="10" cellspacing="0" border="1"> 13 <tr valign="middle"> 14 <td align="center"> 15 <img src="/webwork_files/images/webwork_square.gif" height="64" width="66" /> 16 </td> 17 <td> 18 <h1>WeBWorK <em>mod_perl</em></h1> 19 <!--#path style="text" image="/webwork_files/images/right_arrow.png" text=" > "--> 20 </td> 21 </tr> 22 <tr valign="top"> 23 <td> 24 <div> 25 <small> 26 <!--#links--> 27 </small> 28 </div> 29 <hr /> 30 <div> 31 <small> 32 <!--#siblings--> 33 </small> 34 </div> 35 </td> 36 <!--#if warnings="1"--> 37 <td bgcolor="#ffcccc"> 38 <!--#else--> 39 <td> 40 <!--#endif--> 41 <div align="center"> 42 <!--#nav style="text" imageprefix="/webwork_files/images/nav" imagesuffix=".png" separator=" | "--> 43 </div> 44 <h1><!--#title--></h1> 45 <table width="100%" cellpadding="10" cellspacing="0" border="0"> 46 <tr valign="top"> 47 <td> 48 <!--#body--> 49 </td> 50 <td> 51 <!--#info--> 52 </td> 53 </tr> 54 </table> 55 </td> 56 </tr> 57 </table> 58 </body> 59 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |