From: Mike G. v. a. <we...@ma...> - 2008-06-24 17:32:09
|
Log Message: ----------- updated version of template Modified Files: -------------- webwork2/conf/templates/math: system.template Revision Data ------------- Index: system.template =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/templates/math/system.template,v retrieving revision 1.7 retrieving revision 1.8 diff -Lconf/templates/math/system.template -Lconf/templates/math/system.template -u -r1.7 -r1.8 --- conf/templates/math/system.template +++ conf/templates/math/system.template @@ -24,55 +24,61 @@ <title><!--#path style="text" text=" : " textonly="1"--></title> <!--#head--> </head> -<body bgcolor="white"> +<body bgcolor="white" onload="if (typeof(initializeAction) == 'function') {initializeAction()}"> <div id="masthead"> <div id="loginstatus"> <!--#loginstatus--> + <!--#if can="nav"--> + <div id="Nav"> + <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "--> + </div> + <!--#endif--> + </div> <div id="logo"> <img src="<!--#url type="webwork" name="htdocs"-->/images/webwork_rectangle.png" alt="WeBWorK" height="51" width="267" /> </div> </div> <hr class="for-broken-browsers"/> -<div id="big-wrapper"> +<div id="big-wrapper" > <div id="breadcrumbs"> <!--#path style="text" text=" → "--> </div> - <div id="content"> - - <!--#if can="info"--> - <!--<div id="page-info">--> - <!--<div class="info-box" id="fisheye">--> - <!--#info--> - <!--</div>--> - <!--</div>--> - <!--#endif--> - - <!--#if can="nav"--> - <div class="Nav"> - <!--#nav style="images" imageprefix="/webwork2_files/images/nav" imagesuffix=".gif" separator=" "--> - </div> - <!--#endif--> - - <!--#if can="title"--> - <h1><!--#title--></h1> - <!--#endif--> - - <!--#if can="message"--> - <div class="Message"> - <!--#message--> - </div> - <!--#endif--> + <div id="content" > - <!--#if can="body"--> - <div class="Body"> - <!--#body--> - </div> - <!--#endif--> + <!--#if can="title"--> + <span style="font-size:larger; color:#00F; float:left; width:60%; "><!--#title--></span> + <!--#endif--> + <!--#if can="message"--> + <span class="Message" style=" float:right; width:40%; right:0;"> + <!--#message--> + </span> + <!--#endif--> + + <hr style="clear:both"/> + <!--#if can="info"--> + <!-- 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"> + <p style="font-size:larger"> + Warning -- there may be something wrong with this question. Please inform your instructor + including the warning messages below. + </p> + <!--#else--> + <div class="Body" style="background-color:#ffffff"> + <!--#endif--> + + <!--#body--> + </div> + <!--#endif--> <!--#if warnings="1"--> - <hr> + + <hr/> <div class="Warnings"> <!--#warnings--> </div> @@ -84,7 +90,7 @@ </div> <!--#endif--> - </div> <!-- content --> + <hr class="for-broken-browsers"/> <div id="footer"> <p id="last-modified">Page generated at <!--#timestamp--></p> @@ -109,6 +115,8 @@ </div> <!--#endif--> </div> + +</div><!--content--> </div> <!-- big-wrapper --> </body> |