phpBMS

Changeset 131 for trunk/phpbms/help

Show
Ignore:
Timestamp:
10/19/06 15:58:01 (6 years ago)
Author:
brieb
Message:

Finished updating head.php include.
Updated CSS and XHTML compliance with clients add/edit screen

Location:
trunk/phpbms/help
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/help/index.php

    r93 r131  
    88<title>phpBMS Resources</title> 
    99<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")?> 
    1411</head> 
    1512 
  • trunk/phpbms/help/shortcuts.php

    r12 r131  
    99<title><?php echo $pageTitle?></title> 
    1010<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")?> 
    2012</head> 
    2113 
     
    2315<div class="bodyline" style="width:700px;"> 
    2416        <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> 
    3617         
    3718        <h2>List/Search Screens</h2> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.