[phpwebapp-commits] CVS: documentation/templates styles.css,1.3,1.4 mainMenu_items.php,1.2,1.3 main.
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-20 09:09:31
|
Update of /cvsroot/phpwebapp/documentation/templates In directory sc8-pr-cvs1:/tmp/cvs-serv10107/templates Modified Files: styles.css mainMenu_items.php main.html content.php about.html Log Message: tabs converted to spaces, improvments in templates and stylesheets Index: styles.css =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/styles.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** styles.css 15 Aug 2003 07:37:30 -0000 1.3 --- styles.css 20 Aug 2003 07:31:55 -0000 1.4 *************** *** 3,7 **** margin: 5px; background-color: #ffffff; ! font-family: arial, helvetica, sans-se; font-size: 12pt; color: #000044; --- 3,7 ---- margin: 5px; background-color: #ffffff; ! font-family: arial, helvetica, sans-se; font-size: 12pt; color: #000044; *************** *** 13,16 **** --- 13,26 ---- } + h1 + { + text-align: center; + } + + h1, h2, h3, h4, h5 + { + color: #660000; + } + .small_font { *************** *** 25,29 **** { padding: 10px; ! background-color: #ffaaaa; } --- 35,39 ---- { padding: 10px; ! background-color: #ffddaa; } Index: mainMenu_items.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/mainMenu_items.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mainMenu_items.php 23 Feb 2003 14:29:07 -0000 1.2 --- mainMenu_items.php 20 Aug 2003 07:31:55 -0000 1.3 *************** *** 4,12 **** */ $menu_items = array( ! "about" => "About", ! "tutorial" => "Tutorial", ! "user_manual" => "User Manual", ! "webobjects" => "Web Objects", ! "developer_docs"=> "Developer Docs" ! ); ?> --- 4,12 ---- */ $menu_items = array( ! "about" => "About", ! "tutorial" => "Tutorial", ! "user_manual" => "User Manual", ! "webobjects" => "Web Objects", ! "developer_docs"=> "Developer Docs" ! ); ?> Index: main.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/main.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** main.html 15 Aug 2003 07:37:30 -0000 1.3 --- main.html 20 Aug 2003 07:31:55 -0000 1.4 *************** *** 18,22 **** <td width="1%" align="left" valign="top" nowrap> <Include SRC="{{./}}bismilah.html" /> ! </td> </tr> </table> --- 18,22 ---- <td width="1%" align="left" valign="top" nowrap> <Include SRC="{{./}}bismilah.html" /> ! </td> </tr> </table> Index: content.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/content.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** content.php 21 Feb 2003 08:18:24 -0000 1.1.1.1 --- content.php 20 Aug 2003 07:31:55 -0000 1.2 *************** *** 7,28 **** $tab = WebApp::getSVar("tabs1::mainMenu->selected_item"); switch ($tab) ! { ! default: ! case "about": ! $content_file = "about.html"; ! break; ! case "tutorial": ! $content_file = "tutorial/tutorial.html"; ! break; ! case "user_manual": ! $content_file = "user_manual/user_manual.html"; ! break; ! case "developer_docs": ! $content_file = "developer_docs.html"; ! break; ! case "webobjects": ! $content_file = "webobjects/webobjects.html"; ! break; ! } WebApp::addVar("content_file", $content_file); } --- 7,28 ---- $tab = WebApp::getSVar("tabs1::mainMenu->selected_item"); switch ($tab) ! { ! default: ! case "about": ! $content_file = "about.html"; ! break; ! case "tutorial": ! $content_file = "tutorial/tutorial.html"; ! break; ! case "user_manual": ! $content_file = "user_manual/user_manual.html"; ! break; ! case "developer_docs": ! $content_file = "developer_docs.html"; ! break; ! case "webobjects": ! $content_file = "webobjects/webobjects.html"; ! break; ! } WebApp::addVar("content_file", $content_file); } Index: about.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/about.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** about.html 7 Aug 2003 15:54:14 -0000 1.5 --- about.html 20 Aug 2003 07:31:55 -0000 1.6 *************** *** 1,3 **** - <br> <h3>What is phpWebApp</h3> <p> --- 1,2 ---- |