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/bms/clientemailprojects_edit.php

    r204 r205  
    5555<body><?php include("../../menu.php")?> 
    5656 
    57 <form action="<?php echo $_SERVER["REQUEST_URI"] ?>" method="post" name="record" onSubmit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onClick="return false;" /></div> 
     57<form action="<?php echo $_SERVER["REQUEST_URI"] ?>" method="post" name="record" onsubmit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onclick="return false;" /></div> 
    5858<div class="bodyline"> 
    5959        <div id="topButtons"> 
     
    6666                <p> 
    6767                        <br /> 
    68                         <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="true" class="uneditable"/> 
     68                        <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="readonly" class="uneditable"/> 
    6969                </p> 
    7070        </fieldset> 
     
    8383                <legend><label for="username">user</label></legend> 
    8484                <p><br /> 
    85                         <input id="username" name="username" type="text" value="<?php echo $username ?>" size="50" readonly="true" class="uneditable" /> 
     85                        <input id="username" name="username" type="text" value="<?php echo $username ?>" size="50" readonly="readonly" class="uneditable" /> 
    8686                </p> 
    8787                <?php if($therecord["userid"]!=0) {?> 
     
    9797                        <label for="from">from</label><br /> 
    9898                        <?php if(is_numeric($therecord["emailfrom"])) $therecord["emailfrom"]=getEmailInfo($therecord["emailfrom"]);?> 
    99                         <input id="from" name="from" value="<?php echo htmlQuotes($therecord["emailfrom"])?>" readonly="true" class="uneditable" size="60" />            
     99                        <input id="from" name="from" value="<?php echo htmlQuotes($therecord["emailfrom"])?>" readonly="readonly" class="uneditable" size="60" />                
    100100                </p> 
    101101                <p> 
    102102                        <label for="to">to</label><br /> 
    103                         <input id="to" name="to" value="<?php if($therecord["emailto"]=="selected" or $therecord["emailto"]=="all") echo htmlQuotes($therecord["emailto"]); else echo "saved search"?>" size="60" readonly="true" class="uneditable" /> 
     103                        <input id="to" name="to" value="<?php if($therecord["emailto"]=="selected" or $therecord["emailto"]=="all") echo htmlQuotes($therecord["emailto"]); else echo "saved search"?>" size="60" readonly="readonly" class="uneditable" /> 
    104104                        <?php if(is_numeric($therecord["emailto"]))     {?>                      
    105                         <br /><input id="to2" name="to2" value="<?php echo htmlQuotes(showSavedSearch($therecord["emailto"]))?>" readonly="true" class="uneditable" size="60"/> 
     105                        <br /><input id="to2" name="to2" value="<?php echo htmlQuotes(showSavedSearch($therecord["emailto"]))?>" readonly="readonly" class="uneditable" size="60"/> 
    106106                        <?php } ?>               
    107107                </p> 
     
    109109                <p> 
    110110                        <label for="subject">subject</label><br /> 
    111                         <input id="subject" name="subject" type="text" value="<?php echo $therecord["subject"]?>" size="32" readonly="true" class="uneditable" />                
     111                        <input id="subject" name="subject" type="text" value="<?php echo $therecord["subject"]?>" size="32" readonly="readonly" class="uneditable" />            
    112112                </p> 
    113113                <p> 
    114                         <textarea id="body" name="body" readonly="true" class="uneditable" cols="80" rows="40"><?php echo htmlQuotes($therecord["body"])?></textarea> 
     114                        <textarea id="body" name="body" readonly="readonly" class="uneditable" cols="80" rows="40"><?php echo htmlQuotes($therecord["body"])?></textarea> 
    115115                </p> 
    116116        </fieldset> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.