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

    r204 r205  
    5757<body><?php include("../../menu.php")?> 
    5858 
    59 <form action="<?php echo $_SERVER["PHP_SELF"] ?>" method="post" name="record" onSubmit="return validateForm(this);">                     
     59<form action="<?php echo $_SERVER["PHP_SELF"] ?>" method="post" name="record" onsubmit="return validateForm(this);">                     
    6060<div class="bodyline"> 
    6161        <h1 id="topTitle"><span><?php echo $pageTitle ?></span></h1>     
     
    6565                        <p> 
    6666                                <label for="id">id</label><br /> 
    67                                 <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="true" class="uneditable"/>                         
     67                                <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="readonly" class="uneditable"/>                     
    6868                        </p> 
    6969                        <p> 
    7070                                <label for="version">version</label><br /> 
    71                                 <input id="version" name="version" type="text" value="<?php echo $therecord["version"]; ?>" size="8" maxlength="8" readonly="true" class="uneditable" /> 
     71                                <input id="version" name="version" type="text" value="<?php echo $therecord["version"]; ?>" size="8" maxlength="8" readonly="readonly" class="uneditable" /> 
    7272                        </p> 
    7373                </fieldset>                      
     
    7878                                <p> 
    7979                                        <label for="displayname">name</label><br /> 
    80                                         <input id="displayname" name="displayname" type="text" value="<?php echo htmlQuotes($therecord["displayname"]); ?>" size="45" maxlength="128" readonly="true" class="uneditable" /> 
     80                                        <input id="displayname" name="displayname" type="text" value="<?php echo htmlQuotes($therecord["displayname"]); ?>" size="45" maxlength="128" readonly="readonly" class="uneditable" /> 
    8181                                </p> 
    8282                                 
    8383                                <p> 
    8484                                        <label for="name">folder name/location</label><br /> 
    85                                         <input id="name" name="name" type="text" value="<?php echo htmlQuotes($therecord["name"]); ?>" size="64" maxlength="128" readonly="true" class="uneditable" /> 
     85                                        <input id="name" name="name" type="text" value="<?php echo htmlQuotes($therecord["name"]); ?>" size="64" maxlength="128" readonly="readonly" class="uneditable" /> 
    8686                                </p>                             
    8787                        </fieldset> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.