예제 #1
0
"> 
            <br><br>
         	<label><strong>News Summary</strong></label>
             <?php 
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 
예제 #2
0
            
            <label><strong>Username*</strong></label>
            <?php 
echo valrequiredwarning('k5');
?>
 
            <!-- 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;
?>
">