コード例 #1
0
ファイル: editUser.php プロジェクト: AaEzha/reoseg
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Update User</title>
<link rel="stylesheet" href="../asset/css/formstyle.css" type="text/css" media="all" />
</head>
<?php 
include '../fungsiUser.php';
$hasil = readDataJabatan($_GET['username']);
?>
<body>
<form id="form1" name="form1" method="post" action="">
<div class="form-all">
           		
  <div class="form-header-group" style="margin-left:75px;">
      <h2 class="form-header" style="float:left;">Update User</h2>
      <img src="../asset/images/jabatan.png" width="75" height="54" style="float:right; margin-top:-10px;">
      <div class="form-subHeader"> Pilih Fields yang akan di update</div>
  </div>
  <table width="467" border="0" style="margin-left:85px;">
    <tr>
      <td width="224">User Name</td>
      <td width="224"><label for="username"></label>
      <input name="username" type="text" id="username" size="40"  value="<?php 
echo $hasil['data']['username'];
?>
" readonly/></td>
    </tr>
    <tr>
      <td>Password</td>
      <td><label for="password"></label>
コード例 #2
0
ファイル: editJab.php プロジェクト: AaEzha/reoseg
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Update Jabatan</title>
<link rel="stylesheet" href="../asset/css/formstyle.css" type="text/css" media="all" />
</head>
<?php 
include '../fungsiJab.php';
$hasil = readDataJabatan($_GET['kode_jab']);
?>
<body>
<form id="form1" name="form1" method="post" action="">
<div class="form-all">
           		
  <div class="form-header-group" style="margin-left:75px;">
      <h2 class="form-header" style="float:left;">Update Jabatan</h2>
      <img src="../asset/images/jabatan.png" width="75" height="54" style="float:right; margin-top:-10px;">
      <div class="form-subHeader"> Pilih Fields yang akan di update</div>
  </div>
  <table width="467" border="0" style="margin-left:85px;">
    <tr>
      <td width="224">Kode Jabatan</td>
      <td width="224"><label for="kodejab"></label>
      <input name="kodejab" type="text" id="kodejab" size="20"  value="<?php 
echo $hasil['data']['kode_jab'];
?>
" readonly/></td>
    </tr>
    <tr>
      <td>Nama Jabatan</td>
      <td><label for="namajab"></label>