[Openfirst-cvscommit] manual/openfirst.sidebars sidebars.php,NONE,1.1 openfirst.sidebars.html,1.1,1.
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-29 21:42:03
|
Update of /cvsroot/openfirst/manual/openfirst.sidebars In directory sc8-pr-cvs1:/tmp/cvs-serv23387 Modified Files: openfirst.sidebars.html Added Files: sidebars.php Log Message: Removing old named manual file and replacing with new file. --- NEW FILE: sidebars.php --- <?php /* * openFIRST.manual - /openfirst.sidebars/sidebars.php * * Copyright (C) 2003, * openFIRST Project * Original Author: David Di Biase <dav...@ea...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ include("../../config/globals.php"); include("$header"); ?> <h2>openFIRST Manual Module</h2> <table width="68%" cellpadding="4"> <tr><th>openFIRST.sidebars</th></tr> <tr> <td><div align="center"> <p> </p> <p>[ No screenshots ]</p> <p> </p> </div></td> </tr> <tr> <td class='sub'><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.sidebars is used to provide information from modules directly within the main contant of the entire openFIRST system. This is a great feature because it keeps the website dynamic and up-to-date with the latest news. </td> </tr> <tr> <td class='sub'><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginn of openFIRST</td> </tr> <tr> <td class='sub'><strong>Database Tables</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td class='sub'><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td class='sub'><strong>How It Works</strong></td> </tr> <tr> <td><p>The sidebars module creates information specific to each module and displays it on the side of the website this way visitors can view information quicker.</p> </td> </tr> <tr> <td class='sub'><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td class='sub'><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td class='sub'><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php - basic view of the sidebars<br> sidebar.php - performs all the functions for editing the sidebars<br> preview.php - allows us to preview the sidebars</td> </tr> <tr> <td class='sub'><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> <tr> <td>openFIRST.base</td> </tr> </table> <p><strong></strong></p> <?php include("$footer"); ?> Index: openfirst.sidebars.html =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.sidebars/openfirst.sidebars.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.sidebars.html 14 Sep 2003 03:22:16 -0000 1.1 --- openfirst.sidebars.html 29 Sep 2003 21:41:59 -0000 1.2 *************** *** 5,9 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> --- 5,9 ---- </tr> <tr> ! <td ><strong>Description:</strong></td> </tr> <tr> *************** *** 14,18 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> --- 14,18 ---- </tr> <tr> ! <td ><strong>Developed By:</strong></td> </tr> <tr> *************** *** 20,24 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> --- 20,24 ---- </tr> <tr> ! <td ><strong>Database Tables</strong></td> </tr> <tr> *************** *** 27,31 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> --- 27,31 ---- </tr> <tr> ! <td ><strong>Includes</strong></td> </tr> <tr> *************** *** 33,37 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> --- 33,37 ---- </tr> <tr> ! <td ><strong>How It Works</strong></td> </tr> <tr> *************** *** 42,46 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> --- 42,46 ---- </tr> <tr> ! <td ><strong>Upcoming Module Requests</strong></td> </tr> <tr> *************** *** 49,53 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> --- 49,53 ---- </tr> <tr> ! <td ><strong>Module Defined Variables</strong></td> </tr> <tr> *************** *** 56,60 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> --- 56,60 ---- </tr> <tr> ! <td ><strong>Module Scripts</strong></td> </tr> <tr> *************** *** 64,68 **** </tr> <tr> ! <td bgcolor="#CCCCCC"><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> --- 64,68 ---- </tr> <tr> ! <td ><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> |