From: Sam H. v. a. <we...@ma...> - 2005-11-02 18:59:41
|
Log Message: ----------- removed unmaintained templates Removed Files: ------------- webwork2/conf/templates: barebones.template classic.template system.template Revision Data ------------- --- conf/templates/classic.template +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<!-- -########################################################################= ######## -# WeBWorK Online Homework Delivery System -# Copyright =A9 2000-2003 The WeBWorK Project, http://openwebwork.sf.net= / -# $CVSHeader: webwork2/conf/templates/classic.template,v 1.4 2004/01/05 = 13:51:51 gage Exp $ -#=20 -# This program is free software; you can redistribute it and/or modify i= t under -# the terms of either: (a) the GNU General Public License as published b= y the -# Free Software Foundation; either version 2, or (at your option) any la= ter -# version, or (b) the "Artistic License" which comes with this package. -#=20 -# This program is distributed in the hope that it will be useful, but WI= THOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or = FITNESS -# FOR A PARTICULAR PURPOSE. See either the GNU General Public License o= r the -# Artistic License for more details. -########################################################################= ######## ---> - -<html xmlns=3D"http://www.w3.org/1999/xhtml" lang=3D"en-US"> - <head> - <title>WeBWorK - <!--#title--></title> - <!--#head--> - =20 - <style type=3D"text/css"> - <!-- - table.attemptResults { - border-style: solid;=20 - border-width: 1px;=20 - background-color: #cccccc;=20 - margin: 0px 10pt;=20 - border-spacing: 0px; - float: left - } -=09 - table.attemptResults td,table.attemptResults th { - border-style: solid;=20 - border-width: 1px;=20 - text-align: center;=20 - width: 15ex - } -=09 - div.problemHeader { - float: left - } -=09 - div.problem { - clear: both;=20 - } - //--> - </style> - </head> - <body <!--#if warnings=3D"1"-->bgcolor=3D"#ffcccc"<!--#else-->bgcolor=3D= "#efefef"<!--#endif-->> - <table border=3D"0" width=3D"100%"> - <tr> - <td align=3D"center"> - <!--#nav style=3D"images" imagesuffix=3D".gif" separator=3D" "--> - </td> - <td align=3D"right"> - <h1>WeBWorK <em>2.0</em></h1> - </td> - <td width=3D"70"> - <img src=3D"/webwork2_files/images/webwork_square.gif" height=3D"64= " width=3D"66" /> - </td> - </tr> - </table> - <hr> - <h1 style=3D"font-size: 14pt"><!--#title--></h1> - =20 - <table width=3D"100%" cellpadding=3D"10" cellspacing=3D"0" border=3D"0= "> - <tr valign=3D"top"> - <td> - <!--#body--> - </td> - <td> - <!--#info--> - </td> - </tr> - </table> - =20 - <hr /> - =20 - <table border=3D"0" width=3D"100%"> - <tr> - <h4>Links</h4> - <td align=3D"left" valign=3D"bottom"><!--#links--></td> - <td align=3D"right" valign=3D"bottom"><!--#loginstatus--></td> - </tr> - </table> - </body> -</html> --- conf/templates/system.template +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<!-- -########################################################################= ######## -# WeBWorK Online Homework Delivery System -# Copyright =A9 2000-2003 The WeBWorK Project, http://openwebwork.sf.net= / -# $CVSHeader: webwork2/conf/templates/system.template,v 1.3 2004/01/05 1= 3:51:51 gage Exp $ -#=20 -# This program is free software; you can redistribute it and/or modify i= t under -# the terms of either: (a) the GNU General Public License as published b= y the -# Free Software Foundation; either version 2, or (at your option) any la= ter -# version, or (b) the "Artistic License" which comes with this package. -#=20 -# This program is distributed in the hope that it will be useful, but WI= THOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or = FITNESS -# FOR A PARTICULAR PURPOSE. See either the GNU General Public License o= r the -# Artistic License for more details. -########################################################################= ######## ---> - -<html xmlns=3D"http://www.w3.org/1999/xhtml" lang=3D"en-US"> - <head> - <title>WeBWorK - <!--#title--></title> - <style type=3D"text/css"><!-- - a:link { color: red } - a:active { color: white } - a:visited { color: silver } - --></style> - </head> - <body style=3D"margin: 0px"> - <table style=3D"width: 100%; padding: 0px; margin: 0px" cellspacing=3D= "0"> - <tr> - <td style=3D"color: white; background-color: darkblue; padding: 0px;= margin: 0px"> - <img src=3D"/webwork_files/images/webwork_square.png" height=3D"64"= width=3D"66" /> - </td> - <td style=3D"color: white; background-color: darkblue; padding: 0px;= margin: 0px"> - <h1 style=3D"text-align: center; font-size: 20pt">WeBWorK II</h1> - <!--#path style=3D"image" image=3D"webwork_files/images/right_arrow= .png" text=3D" > "--> - </td> - </tr> - <tr> - <td style=3D"white-space: nowrap; color: white; background-color: da= rkblue; width: 66px"> - <div><!--#quicklinks--></div> - <div><!--#siblings--></div> - </td> - <td style=3D"color: black; background-color: white; padding-left: 2e= m; padding-right: 2em"> - <div style=3D"text-align: center"> - <!--#nav style=3D"image" imagesuffix=3D".png"--> - </div> - <h1><!--#title--></h1> - <!--#body--> - </td> - </tr> - </table> - </body> --- conf/templates/barebones.template +++ /dev/null @@ -1,127 +0,0 @@ -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<!-- -########################################################################= ######## -# WeBWorK Online Homework Delivery System -# Copyright =A9 2000-2003 The WeBWorK Project, http://openwebwork.sf.net= / -# $CVSHeader: webwork2/conf/templates/barebones.template,v 1.3 2004/01/0= 5 13:51:51 gage Exp $ -#=20 -# This program is free software; you can redistribute it and/or modify i= t under -# the terms of either: (a) the GNU General Public License as published b= y the -# Free Software Foundation; either version 2, or (at your option) any la= ter -# version, or (b) the "Artistic License" which comes with this package. -#=20 -# This program is distributed in the hope that it will be useful, but WI= THOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or = FITNESS -# FOR A PARTICULAR PURPOSE. See either the GNU General Public License o= r the -# Artistic License for more details. -########################################################################= ######## ---> - -<html xmlns=3D"http://www.w3.org/1999/xhtml" lang=3D"en-US"> - <head> - <title>WeBWorK - <!--#title--></title> - <!--#head--> - - <style type=3D"text/css"> - <!-- - table.attemptResults { - border-style: outset;=20 - border-width: 1px;=20 - margin: 0px 10pt;=20 - border-spacing: 1px; - float: left - } -=09 - table.attemptResults td,table.attemptResults th { - border-style: inset;=20 - border-width: 1px;=20 - text-align: center;=20 - width: 15ex - } -=09 - div.problemHeader { - float: left - } -=09 - div.problem { - clear: both;=20 - } - //--> - </style> - </head> - <body> - <table width=3D"100%" cellpadding=3D"10" cellspacing=3D"0" border=3D"1= "> - <tr valign=3D"top"> - <td align=3D"left" rowspan=3D"2"> - <img src=3D"/webwork2_files/images/webwork_square.gif" height=3D"64= " width=3D"66" /><br /> - <hr /> - =20 - <div> - <small> - <a href=3D"http://webwork3.math.rochester.edu/bugzilla/enter= _bug.cgi?product=3DWeBWorK%20mod_perl" target =3D "_bugzilla"> Report bug= s</a> - <hr /> - <!--#links--> - </small> - </div> -<!--#if can=3D"links"--> -<!--#if can=3D"siblings"--> - <hr /> -<!--#endif--> -<!--#endif--> - <div> - <small> - <!--#siblings--> - </small> - </div> - - </td> - <!--#if can=3D"path"--> - <td valign=3D"bottom" style=3D"border-right: none"> - <!--#path style=3D"text" image=3D"/webwork2_files/images/right_arro= w.png" text=3D" > "--> - </td> - <!--#endif--> - <!--#if loggedin=3D"1"--> - <td valign=3D"bottom" align=3D"right" style=3D"border-left: none"> - <!--#loginstatus--> - </td> - <!--#endif--> - </tr> - <tr valign=3D"top"> -<!--#if warnings=3D"1"--> - <td=20 - <!--#if loggedin=3D"1"--> - colspan=3D"2"=20 - <!--#endif--> - bgcolor=3D"#ffcccc"> -<!--#else--> - <td=20 - <!--#if loggedin=3D"1"--> - colspan=3D"2" - <!--#endif--> - > -<!--#endif--> - <div align=3D"center"> - <!--#nav style=3D"text" imagesuffix=3D".png" separator=3D" | "--> - </div> - <table width=3D"100%" cellpadding=3D"10" cellspacing=3D"0" border=3D= "0"> - <tr valign=3D"top"> - <td> - <h1 style=3D"font-size: 14pt"><!--#title--></h1> - <!--#if submiterror=3D"1"--> - <p><em style=3D"color: red"><!--#submiterror--></em></p> - <!--#endif-->=09 - <!--#body--> - </td> - <td> - <!--#info--> - </td> - </tr> - </table> - </td> - </tr> - </table> - </body> -</html> |