|
From: Andrew <men...@us...> - 2006-01-15 02:26:13
|
Update of /cvsroot/mxbb/core/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31807/docs Modified Files: main_doc_index.html Log Message: Added images that were left out of the last commit (third time's the charm), and updated the rest. Index: main_doc_index.html =================================================================== RCS file: /cvsroot/mxbb/core/docs/main_doc_index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main_doc_index.html 15 Jan 2006 01:51:42 -0000 1.1 --- main_doc_index.html 15 Jan 2006 02:26:01 -0000 1.2 *************** *** 1,4 **** ! <?php ! /** * * @package mxBB Portal 2.8.0 --- 1,4 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html><head><?php /** * * @package mxBB Portal 2.8.0 *************** *** 16,29 **** */ ?> ! <html> ! <head> ! <title>mxBB Portal :: Documentation Index</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <link rel="stylesheet" href="css/subSilver.css" type="text/css" /> ! </head> <body style="color: rgb(0, 0, 0); background-color: rgb(243, 243, 243);"> ! ! <br /> <table class="bodyline" align="center" cellpadding="8" cellspacing="0" width="90%"> --- 16,27 ---- */ ?> ! ! <title>mxBB Portal :: Documentation Index</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <link rel="stylesheet" href="css/subSilver.css" type="text/css"></head> <body style="color: rgb(0, 0, 0); background-color: rgb(243, 243, 243);"> ! ! <a name="top"></a> ! <br> <table class="bodyline" align="center" cellpadding="8" cellspacing="0" width="90%"> *************** *** 32,36 **** <td colspan="2"> <div style="text-align: center;"> ! <a name="top"><span class="postbody" style="font-weight: bold; font-size: 18px; line-height: normal; text-decoration: underline;">mxBB Portal :: Documentation</span></a> </div> --- 30,34 ---- <td colspan="2"> <div style="text-align: center;"> ! <span class="postbody" style="font-weight: bold; font-size: 18px; line-height: normal; text-decoration: underline;">mxBB Portal :: Documentation<br><small><small>Documentation Index</small></small></span> </div> *************** *** 50,54 **** <a name="general-overview"><span style="font-weight: bold; font-size: 14px; line-height: normal;">General Overview</span></a> ! <br /> <span class="postbody">mxBB Portal is --- 48,52 ---- <a name="general-overview"><span style="font-weight: bold; font-size: 14px; line-height: normal;">General Overview</span></a> ! <br> <span class="postbody">mxBB Portal is *************** *** 64,90 **** improved and enhanced for every phpBB version released since 2001.</span> ! <br /> ! <br /> <span class="postbody"> <a name="doc-overview"><span style="font-weight: bold; font-size: 14px; line-height: normal;">Documentation Overview</span></a> ! <br /> - The mxBB Documentation Package is intended for general mxBB administrators. If you are simply a visitor to an mxBB-powered site, this document may - or may not be useful for you. <br /> <br /> - The documentation contains various chapters and subsections. - </span> ! <br /> ! <br /> ! <span class="postbody"> ! <a name="toc"><span style="font-weight: bold; font-size: 14px; line-height: normal;">Table of Contents</span></a> </span> - - <br /> </td> </tr> --- 62,90 ---- improved and enhanced for every phpBB version released since 2001.</span> ! <br> ! <br> <span class="postbody"> <a name="doc-overview"><span style="font-weight: bold; font-size: 14px; line-height: normal;">Documentation Overview</span></a> ! <br /> ! The mxBB Documentation Package is intended for general mxBB administrators. If you are simply a visitor to an mxBB-powered site, ! this document may or may not be useful for you. ! <br /> ! <br /> ! The documentation contains various chapters and subsections. ! </span> <br /> <br /> ! <span class="postbody"> ! <a name="toc"><span style="font-weight: bold; font-size: 14px; line-height: normal;">Table of Contents</span></a> ! </span> ! ! <br /> ! <br /> </span> </td> </tr> *************** *** 92,95 **** </table> ! </body> ! </html> \ No newline at end of file --- 92,94 ---- </table> ! </body></html> \ No newline at end of file |