From: Mike G. v. a. <we...@ma...> - 2008-06-26 13:39:54
|
Log Message: ----------- Minor changes in templates to make them more uniform. The ur template uses tables heavily -- the rest do not Tags: ---- rel-2-4-patches Modified Files: -------------- webwork2/conf/templates/math: system.template webwork2/conf/templates/math2: system.template webwork2/conf/templates/ur: system.template Revision Data ------------- Index: system.template =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/templates/math/system.template,v retrieving revision 1.6.2.1.2.1 retrieving revision 1.6.2.1.2.2 diff -Lconf/templates/math/system.template -Lconf/templates/math/system.template -u -r1.6.2.1.2.1 -r1.6.2.1.2.2 --- conf/templates/math/system.template +++ conf/templates/math/system.template @@ -1,5 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!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 @@ -17,7 +19,9 @@ # Artistic License for more details. ################################################################################ --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/math.css"/> Index: system.template =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/templates/math2/Attic/system.template,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -Lconf/templates/math2/system.template -Lconf/templates/math2/system.template -u -r1.1.2.1 -r1.1.2.2 --- conf/templates/math2/system.template +++ conf/templates/math2/system.template @@ -1,5 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!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 @@ -17,7 +19,9 @@ # Artistic License for more details. ################################################################################ --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/math.css"/> @@ -41,7 +45,7 @@ </div> </div> <hr class="for-broken-browsers"/> -<div id="big-wrapper" > +<div id="big-wrapper"> <div id="breadcrumbs"> <!--#path style="text" text=" → "--> </div> @@ -61,6 +65,7 @@ <!-- styles could be different for different pages so they are not set here --> <!--#info--> <!--#endif--> + <!--#if can="body"--> <!--#if warnings="1"--> <div class="Body" style="background-color:#ffcccc"> Index: system.template =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/templates/ur/system.template,v retrieving revision 1.3.4.1.2.1 retrieving revision 1.3.4.1.2.2 diff -Lconf/templates/ur/system.template -Lconf/templates/ur/system.template -u -r1.3.4.1.2.1 -r1.3.4.1.2.2 --- conf/templates/ur/system.template +++ conf/templates/ur/system.template @@ -23,11 +23,15 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> +<meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/ur.css"/> <title><!--#path style="text" text=" : " textonly="1"--></title> <!--#head--> -<link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/ur.css"/> </head> -<body> +<body bgcolor="white" onload="if (typeof(initializeAction) == 'function') {initializeAction()}"> + +<!-- this is a table based layout as opposed to a css based layout --> + <table width="100%" cellpadding="10" cellspacing="0" border="0"> <tr valign="top"> <td align="left" valign="top" rowspan="2" class="LeftPanel"> |