Beispiel #1
0
	</div>
</div>
<br/>
<div>
	<div>akses *</div>
	<div>
	<textarea name="p_akses" id="p_akses" ></textarea>
	</div>
</div>
<br/>
	<div >Yang Bertanda * Harus disi</div><br/>
	<div class="footer">
		<input type="button" value="Tambah" onClick="set_action(this, 'add')"> 
		<input type="reset" value="Reset" name="reset">
		<input type="hidden" name="act">
		<input type="button" value="Cancel" id="cancel">
		<input type="hidden" name="step" value="2">
		<input type="hidden" name="p_id" value="<?php 
echo $p_id;
?>
">
		<input type="hidden" name="referer" value="<?php 
echo $urlx->get_referer();
?>
"> 
	</div>	
</form>
</div><br/>
<?php 
echo $tampil->tampilkan_footer('');
Beispiel #2
0
<?php

$tampil = new admlib();
$appx = new app();
$msgx = new msg();
echo $tampil->tampilkan_header('', 'login');
?>
  
  <body>
    <div class="splash">
      <div id="form-div">
        <p id="judul-cms">CM. SYSTEM</p>
        <form method="post" enctype="multipart/form-data">
          <input class="itext-username" name="p_uname" type="text" placeholder="USER NAME">
          <input class="itext-password" name="p_pwdx" type="password" placeholder="PASSWORD">
          <input class="ibutt-login" type="button" value="LOGIN" onClick="set_action(this, 'login')">
		  <input type="hidden" name="act">
        </form>
      </div>
    </div>
  </body>
<?php 
echo $tampil->tampilkan_footer('login');