Update of /cvsroot/phpwebapp/documentation/templates/user_manual
In directory sc8-pr-cvs1:/tmp/cvs-serv11335/templates/user_manual
Modified Files:
manual_items.php manual_page.php user_manual.html
Log Message:
Index: manual_items.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/manual_items.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** manual_items.php 21 Feb 2003 08:18:24 -0000 1.1.1.1
--- manual_items.php 23 Feb 2003 14:29:07 -0000 1.2
***************
*** 2,11 ****
/**
* The $menu_items array contains the items
! * of the tabs2::manual web object.
*/
$menu_items = array(
! "intro" => "Intro",
"templates" => "Templates",
"transitions" => "Transitions",
"webox" => "WebBox-es",
"events" => "Events",
--- 2,12 ----
/**
* The $menu_items array contains the items
! * of the tabs3::manual web object.
*/
$menu_items = array(
! "intro" => "Introduction",
"templates" => "Templates",
"transitions" => "Transitions",
+ "webclass" => "WebClass-es",
"webox" => "WebBox-es",
"events" => "Events",
***************
*** 13,18 ****
"session" => "Session",
"database" => "Database",
! "new_app" => "New Application",
! "boxes" => "Common Weboxes"
);
?>
--- 14,20 ----
"session" => "Session",
"database" => "Database",
! "recordset" => "Recordsets",
! "new_app" => "Application Structure",
! "misc" => "Misc"
);
?>
Index: manual_page.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/manual_page.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** manual_page.php 21 Feb 2003 08:18:24 -0000 1.1.1.1
--- manual_page.php 23 Feb 2003 14:29:07 -0000 1.2
***************
*** 4,10 ****
function onRender()
{
! $page = WebApp::getSVar("tabs2::manual->selected_item");
$file = TPL_PATH."user_manual/manual_pages/".$page.".txt";
! WebApp::setSVar("codeViewer->codeFile", $file);
}
}
--- 4,10 ----
function onRender()
{
! $page = WebApp::getSVar("tabs3::manual->selected_item");
$file = TPL_PATH."user_manual/manual_pages/".$page.".txt";
! WebApp::setSVar("displaytxt->file", $file);
}
}
Index: user_manual.html
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/user_manual.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** user_manual.html 21 Feb 2003 08:18:24 -0000 1.1.1.1
--- user_manual.html 23 Feb 2003 14:29:07 -0000 1.2
***************
*** 7,15 ****
<tr>
<td>
! <Include SRC="{{WOBJ_PATH}}tabs2/tabs2.html" />
! <WebObject Class="tabs2" Name="manual"
items="{{./}}manual_items.php" />
<WebBox ID="manual_page">
! <Include SRC="{{CODEVIEWER_PATH}}codeViewer.html" />
</WebBox>
</td>
--- 7,15 ----
<tr>
<td>
! <Include SRC="{{WEBOBJ_PATH}}tabs/tabs3.html" />
! <WebObject Class="tabs3" Name="manual"
items="{{./}}manual_items.php" />
<WebBox ID="manual_page">
! <Include SRC="{{WOBJ_PATH}}displaytxt/displaytxt.html" />
</WebBox>
</td>
|