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/files_addedit.php

    r204 r205  
    7474 
    7575 
    76 <form action="<?php echo htmlQuotes($_SERVER["REQUEST_URI"]) ?>" method="post" enctype="multipart/form-data" name="record" onSubmit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onClick="return false;" /></div> 
     76<form action="<?php echo htmlQuotes($_SERVER["REQUEST_URI"]) ?>" method="post" enctype="multipart/form-data" name="record" onsubmit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onclick="return false;" /></div> 
    7777<div class="bodyline"> 
    7878        <div id="topButtons"><?php showSaveCancel(1); ?></div> 
     
    8484                <p> 
    8585                        <label for="id">id</label><br /> 
    86                         <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="true" class="uneditable" />                
     86                        <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="readonly" class="uneditable" />            
    8787                </p> 
    8888                <p id="roleidP"> 
     
    112112                        <p> 
    113113                                <label for="type">file type </label><span class="notes">(MIME)</span><br /> 
    114                                 <input type="text" id="type" name="type" value="<?php echo htmlQuotes($therecord["type"])?>" size="64" maxlength="100" readonly="true" class="uneditable" style="" />                    
     114                                <input type="text" id="type" name="type" value="<?php echo htmlQuotes($therecord["type"])?>" size="64" maxlength="100" readonly="readonly" class="uneditable" style="" />                        
    115115                        </p> 
    116116                        <p> 
     
    121121                        <?php if(isset($_GET["tabledefid"])){?> 
    122122                                <p><br /> 
    123                                         <input class="radiochecks" type="radio" name="newexisting" id="newfile" value="new" checked="checked" onclick="switchFile()" /><label for="newfile">new file</label>&nbsp;&nbsp; 
     123                                        <input class="radiochecks" type="radio" name="newexisting" id="newfile" value="new"  checked="checked" onclick="switchFile()" /><label for="newfile">new file</label>&nbsp;&nbsp; 
    124124                                        <input type="radio"  class="radiochecks" name="newexisting" id="existingfile" value="existing" onclick="switchFile()" /><label for="existingfile">existing file</label><br /> 
    125125                                        <span class="notes">Choose "existing file" if the file has already been uploaded into phpBMS.</span> 
     
    157157                        <tr> 
    158158                                <th align="left">table</th> 
    159                                 <th align="left" nowrap>ID</th> 
     159                                <th align="left" nowrap="nowrap">ID</th> 
    160160                                <th align="right" width="99%">attached</th> 
    161                                 <th align="left" nowrap>&nbsp;</th> 
     161                                <th align="left" nowrap="nowrap">&nbsp;</th> 
    162162                        </tr> 
    163163                <?php 
     
    165165        ?> 
    166166                        <tr> 
    167                                 <td nowrap><?php echo $attachmentrecord["displayname"] ?></td> 
     167                                <td nowrap="nowrap"><?php echo $attachmentrecord["displayname"] ?></td> 
    168168                                <td><?php echo $attachmentrecord["recordid"] ?></td> 
    169169                                <td align="right"><?php echo formatFromSQLDatetime($attachmentrecord["creationdate"]) ?></td> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.