Changeset 131 for trunk/phpbms/help
- Timestamp:
- 10/19/06 15:58:01 (6 years ago)
- Location:
- trunk/phpbms/help
- Files:
-
- 1 removed
- 2 modified
-
customize.php (deleted)
-
index.php (modified) (1 diff)
-
shortcuts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/help/index.php
r93 r131 8 8 <title>phpBMS Resources</title> 9 9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 10 <link href="<?php echo $_SESSION["app_path"]?>common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/base.css" rel="stylesheet" type="text/css" /> 11 <style> 12 li{margin-bottom:10px;} 13 </style> 10 <?php require("head.php")?> 14 11 </head> 15 12 -
trunk/phpbms/help/shortcuts.php
r12 r131 9 9 <title><?php echo $pageTitle?></title> 10 10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 11 <link href="<?php echo $_SESSION["app_path"]?>common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/base.css" rel="stylesheet" type="text/css" /> 12 <style>li{margin-bottom:10px;}</style> 13 <script language="JavaScript" src="<?php echo $_SESSION["app_path"]?>common/javascript/common.js" type="text/javascript" ></script> 14 <script language="javascript"> 15 function navTo(){ 16 var theselect=getObjectFromID("navselect"); 17 document.location=theselect.value; 18 } 19 </script> 11 <?php require("../head.php")?> 20 12 </head> 21 13 … … 23 15 <div class="bodyline" style="width:700px;"> 24 16 <h1><?php echo $pageTitle?></h1> 25 <div style="float:right">26 <select id="navselect">27 <option value="">choose...</option>28 <option value="<?php echo $_SESSION["app_path"]?>help/reference">Using phpBMS</option>29 <option value="http://www.kreotek.com/products/phpbms/tutorials">Tutorials</option>30 <option value="<?php echo $_SESSION["app_path"]?>help/customize.php">Customizing phpBMS</option>31 <option value="<?php echo $_SESSION["app_path"]?>help/shortcuts.php">Keyboard Shortcuts</option>32 <option value="<?php echo $_SESSION["app_path"]?>info.php">About phpBMS</option>33 </select>34 <input type="button" class="Buttons" value="go" onClick="navTo()"/>35 </div>36 17 37 18 <h2>List/Search Screens</h2>