CMS  Version 3.9
banner.inc
Go to the documentation of this file.
1 <?php
2 
3 $book = $_GET["book"];
4 $page = $_GET["page"];
5 
6 
8 
10 
11 $mgr->startFrame("banner");
12 if ($helpBook->searchable)
13 {
14 ?>
15 <form id="search" target='Two' method='POST' action='/action/online_help/search'>
16 <input type='text' id='searchterms' name='search_terms'/>&nbsp;<input type='submit' name='submit' value="Search" class="button"/></form>
17 <?
18 }
19 ?>
20 <h2><?echo $helpBook->title?></h2>
21 <?
22 $mgr->endFrame();
23 ?>
& nbsp
Definition: index.inc:49
$siteTree target
Definition: site_map.inc:56
$form action
Definition: edit.inc:67
static findByIdentifier($identifier)
Definition: help_book.inc:60
$page
Definition: banner.inc:4
$helpBook
Definition: banner.inc:7
$mgr
Definition: banner.inc:9
$book
Definition: banner.inc:3