phpBMS

Show
Ignore:
Timestamp:
03/26/07 16:50:25 (5 years ago)
Author:
brieb
Message:

Updated XHTML compliance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/tabledefs_options.php

    r204 r205  
    104104</script> 
    105105</head> 
    106 <body onLoad="init()"><?php include("../../menu.php")?> 
     106<body onload="init()"><?php include("../../menu.php")?> 
    107107 
    108108 
     
    112112   <table border="0" cellpadding="3" cellspacing="0" class="querytable"> 
    113113        <tr> 
    114          <th nowrap align="center">other</th> 
    115          <th nowrap align="left">name</th> 
    116          <th nowrap align="left">option / function</th> 
    117          <th nowrap align="center">access</th> 
    118          <th nowrap>&nbsp;</th> 
     114         <th nowrap="nowrap"align="center">other</th> 
     115         <th nowrap="nowrap"align="left">name</th> 
     116         <th nowrap="nowrap"align="left">option / function</th> 
     117         <th nowrap="nowrap"align="center">access</th> 
     118         <th nowrap="nowrap">&nbsp;</th> 
    119119        </tr> 
    120120 
     
    125125        ?> 
    126126        <tr class="qr<?php echo $row?> noselects"> 
    127          <td align="center" nowrap><?php echo booleanFormat($therecord["othercommand"])?></td> 
    128          <td nowrap><strong><?php  
     127         <td align="center" nowrap="nowrap"><?php echo booleanFormat($therecord["othercommand"])?></td> 
     128         <td nowrap="nowrap"><strong><?php  
    129129                        if($therecord["othercommand"]) echo $therecord["option"]; else echo $therecord["name"]; ?></strong> 
    130130        </td> 
    131          <td nowrap class="small"><?php  
     131         <td nowrap="nowrap"class="small"><?php  
    132132                if($therecord["othercommand"])  
    133133                        echo $therecord["name"];  
     
    139139                } 
    140140        ?></td> 
    141          <td nowrap align="center"><?php displayRights($therecord["roleid"],$therecord["rolename"])?></td>       
     141         <td nowrap="nowrap"align="center"><?php displayRights($therecord["roleid"],$therecord["rolename"])?></td>       
    142142          
    143          <td nowrap valign="top"> 
     143         <td nowrap="nowrap"valign="top"> 
    144144                 <button id="edit<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=edit&amp;optionid=".$therecord["id"]?>';" class="graphicButtons buttonEdit"><span>edit</span></button> 
    145145                 <button id="delete<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=delete&amp;optionid=".$therecord["id"]?>';" class="graphicButtons buttonDelete"><span>delete</span></button> 
     
    157157        <fieldset> 
    158158                <legend><?php echo $action?></legend> 
    159                 <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onSubmit="return validateForm(this);"> 
     159                <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onsubmit="return validateForm(this);"> 
    160160                        <input id="optionid" name="optionid" type="hidden" value="<?php echo $theoption["id"]?>" /> 
    161161                        <p>command type</p> 
    162162                        <p>                      
    163                                 <input type="radio" id="oc1" name="othercommand" value="0" onClick="switchType()" class="radiochecks" <?php if(!$theoption["othercommand"]) echo "checked=\"checked\""?>  /><label for="oc1">pre-defined</label> 
     163                                <input type="radio" id="oc1" name="othercommand" value="0" onclick="switchType()" class="radiochecks" <?php if(!$theoption["othercommand"]) echo "checked=\"checked\""?>  /><label for="oc1">pre-defined</label> 
    164164                                &nbsp; 
    165165                                 
    166                                 <input name="othercommand" id="oc2" type="radio" class="radiochecks" value="1" onClick="switchType()" <?php if($theoption["othercommand"]) echo "checked=\"checked\""?>  /><label for="oc2">other</label> 
     166                                <input name="othercommand" id="oc2" type="radio" class="radiochecks" value="1" onclick="switchType()" <?php if($theoption["othercommand"]) echo "checked=\"checked\""?>  /><label for="oc2">other</label> 
    167167                        </p> 
    168168                         
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.