phpBMS

Show
Ignore:
Timestamp:
10/16/06 20:06:23 (6 years ago)
Author:
brieb
Message:

Updated CSS on search screens. Rewrote tab generation code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/loadsearch.php

    r77 r117  
    119119                        <tr> 
    120120                                <td valign="top"> 
    121                                 <label for="LSList" style="float:left;"> 
    122                                         saved searches<br /> 
    123                                         <?php displaySavedSearchList($queryresult,$basepath)?> 
    124                                 </label>                                 
     121                                <p> 
     122                                <label for="LSList">saved searches</label><br /> 
     123                                        <?php displaySavedSearchList($queryresult,$basepath)?>                           
     124                                </p> 
    125125                                </td> 
    126126                                <td valign="top" width="100%"> 
    127                                         <label> 
    128                                                 name<br> 
    129                                                 <input type="text" id="LSSelectedSearch" size="10" style="width:98%" readonly="readonly" class="uneditable" /> 
    130                                         </label> 
    131                                         <label for="LSSQL" style=""> 
    132                                                 <textarea id="LSSQL" rows="8" cols="10" style="width:98%;height:127px;" <?php if($_SESSION["userinfo"]["accesslevel"]<30) echo " readonly=\"readonly\""?>></textarea> 
    133                                         </label> 
     127                                        <p> 
     128                                        <label for="LSSelectedSearch">name</label><br /> 
     129                                                <input type="text" id="LSSelectedSearch" size="10" readonly="readonly" class="uneditable" />                                     
     130                                        </p> 
     131                                        <p> 
     132                                                <textarea id="LSSQL" rows="8" cols="10" <?php if($_SESSION["userinfo"]["accesslevel"]<30) echo " readonly=\"readonly\""?>></textarea> 
     133                                        </p> 
    134134                                </td> 
    135                                 <td valign="top"><br> 
    136                                         <div><input id="LSLoad" type="button" onClick="LSRunSearch()" class="Buttons" disabled="true" value="run search" style="width:90px;"/></div> 
    137                                         <div><input id="LSDelete" type="button" onClick="LSDeleteSearch('<?php echo $basepath ?>')" class="Buttons" disabled="true" value="delete" style="width:90px;"/></div> 
     135                                <td valign="top"> 
     136                                        <p><br/><input id="LSLoad" type="button" onClick="LSRunSearch()" class="Buttons" disabled="true" value="run search"/></p> 
     137                                        <p><input id="LSDelete" type="button" onClick="LSDeleteSearch('<?php echo $basepath ?>')" class="Buttons" disabled="true" value="delete"/></p> 
    138138                                        <div id="LSResults">&nbsp;</div> 
    139139                                </td> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.