Exemplo n.º 1
0
echo valrequiredwarning('ksummary');
?>
 
        	<textarea name="txtsummary"><?php 
echo valreturned('ksummary');
?>
</textarea>
            <script>toolbar('txtsummary');</script>
            <br><br>
         	<label><strong>News details</strong></label>
             <?php 
echo valrequiredwarning('kcontent');
?>
 
        	<textarea name="txtcontent"><?php 
echo valreturned('kcontent');
?>
</textarea>
            <script>toolbar('txtcontent');</script>
    	<br><br>
            <label><strong>Upload Images</strong></label>
				<input type="file" name="txtselfie">
                
            <label><strong>Caption*</strong></label>
                <input type="text" name="txtcaption">
                
				<input type="hidden" name="txtsecurity" value="<?php 
echo $vsecurity;
?>
">
                <br>
Exemplo n.º 2
0
             <?php 
echo valrequiredwarning('kstartdate');
?>
 
        	<input type="date" name="txtstartdate" value="<?php 
echo valreturned('estartdate');
?>
"> 
            <br><br>
         	<label><strong>Event details</strong></label>
             <?php 
echo valrequiredwarning('kcontent');
?>
 
        	<textarea name="txtcontent"><?php 
echo valreturned('econtent');
?>
</textarea>
            <script>toolbar('txtcontent');</script>
         
    	<input type="hidden" name="txtsecurity" value="<?php 
echo $vsecurity;
?>
">
    		<br><br>
        <input type="submit" name="btnsave" value="Save">  
        </fieldset>
        </form>
    </div>
        
</div>
Exemplo n.º 3
0
 
            <!-- REMEMBER TO ADD REQUIRED -->
     		<input type="text" name="txtusername" autofocus value="<?php 
echo valreturned('ausername');
?>
">
            <br><br>
            
            <label><strong>Password*</strong></label>
            <?php 
echo valrequiredwarning('k6');
?>
 
            <!-- REMEMBER TO ADD REQUIRED -->
     		<input type="text" name="txtpassword" autofocus value="<?php 
echo valreturned('apassword');
?>
">
            <br><br>
         </fieldset>  
         
            <br><br>
    	<input type="hidden" name="txtsecurity" value="<?php 
echo $vsecurity;
?>
">
        
        <input type="hidden" name="txtid" value="<?php 
if (isset($rsnl_rows['aid']) && $rsnl_rows['aid'] != '') {
    echo $rsnl_rows['aid'];
}
Exemplo n.º 4
0
?>
  
            <!-- REMEMBER TO ADD REQUIRED -->
     		<input type="text" name="txtsurname" value="<?php 
echo valreturned('k3');
?>
">
            <br><br>
            <label><strong>Email*</strong></label>
            <?php 
echo valrequiredwarning('k3');
?>
  
            <!-- REMEMBER TO ADD REQUIRED -->
     		<input type="text" name="txtemail" value="<?php 
echo valreturned('k3');
?>
">
            <br><br>
         </fieldset>  
         
         <br>
    	<input type="hidden" name="txtsecurity" value="<?php 
echo $vsecurity;
?>
">
        
        <input type="hidden" name="txtid" value="<?php 
if (isset($rsnl_rows['sid']) && $rsnl_rows['sid'] != '') {
    echo $rsnl_rows['sid'];
}