|
From: Jon O. <jon...@us...> - 2006-08-30 19:18:45
|
Update of /cvsroot/mxbb/mx_errordocs/templates In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21761/modules/mx_errordocs/templates Modified Files: errordocs_body.tpl Log Message: Cosmetics... Index: errordocs_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/templates/errordocs_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** errordocs_body.tpl 5 Apr 2006 21:16:12 -0000 1.2 --- errordocs_body.tpl 30 Aug 2006 19:18:41 -0000 1.3 *************** *** 6,25 **** <td class="row1" valign="top"> ! <table width="100%" cellpadding="10" cellspacing="1" border="0"> ! <tr> ! <td class="row1"> ! <span class="maintitle"><u><b>{L_TITLE}</b></u></span> ! <br /> <br /> <br /> ! <span class="gen">{L_ERROR_LONG}</span> ! <br /> <br /> ! <span class="gen">{L_REFERER_INFO}</span> ! <div style="width:10px;height:100px;"> </div> ! <div class="gensmall">{L_ERROR_LOGGED}<hr size="1" width="100%">{L_MORE_INFO}<br /><a ! href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10" ! target="_rfc2616">RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 -- Status Code Definitions</a> ! </div> ! </td> ! </tr> ! </table> </td> --- 6,25 ---- <td class="row1" valign="top"> ! <table width="100%" cellpadding="10" cellspacing="1" border="0"> ! <tr> ! <td class="row1"> ! <span class="maintitle"><u><b>{L_TITLE}</b></u></span> ! <br /> <br /> <br /> ! <span class="gen">{L_ERROR_LONG}</span> ! <br /> <br /> ! <span class="gen">{L_REFERER_INFO}</span> ! <div style="width:10px;height:100px;"> </div> ! <div class="gensmall">{L_ERROR_LOGGED}<hr size="1" width="100%">{L_MORE_INFO}<br /><a ! href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10" ! target="_rfc2616">RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 -- Status Code Definitions</a> ! </div> ! </td> ! </tr> ! </table> </td> *************** *** 27,29 **** </table> ! <br clear="all" /> --- 27,29 ---- </table> ! <br clear="all" /> \ No newline at end of file |