コード例 #1
0
ファイル: profile-edit.php プロジェクト: hanstf/HRMS
           
           	</div>
           
           
              <label for="Username">Username:</label>
		<input type ="Text" height="20px" width="135px"
		enabled="True" id="Ausername"   required class="form-control" name="username" value="<?php 
$username = Agetuserlogin($userid, 'UserName');
echo $username;
?>
">

  <label for="Password">Password:</label>
		<input type ="Password" height="20px" width="135px"
		enabled="True" id="Auserpass"  required class="form-control" name="userpass" value="<?php 
$userpass = Agetuserlogin($userid, 'Password');
echo $userpass;
?>
">	
       	
 
             <label for="Employees ID">Employees ID:</label>
		<input type ="Text" height="20px" width="135px"
		enabled="True" id="EmplyID" readonly class="form-control" name="empid" value="<?php 
$ID = getuserdetails($userid, 'Employees_ID');
echo $ID;
?>
">		

           
           <label for="Name">Name :</label>
コード例 #2
0
ファイル: profile.php プロジェクト: hanstf/HRMS
}
?>
             <img src="picture/<?php 
echo $pict;
?>
.jpg" width="200" height="300" >
             
           	
            </td>
            </tr>
                 <tr>
             
		
		<th>UserName :</th>
		<td><?php 
$username = Agetuserlogin($userid, 'UserName');
echo $username;
?>
		</td>
		</tr>
        
             <tr>
             
		
		<th>Password :</th>
		<td><?php 
echo "******";
?>
		</td>
		</tr>
             <tr>
コード例 #3
0
ファイル: Admin-editStaff.php プロジェクト: hanstf/HRMS
.jpg"  width="150" height="150" class="img-thumbnail">
            <input type="file" name="picts">
           	</div>
          
          <label for="Username">Username:</label>
		<input type ="Text" height="20px" width="135px"
		enabled="True" id="Ausername" required class="form-control" name="Ausername" value="<?php 
$ID = Agetuserlogin($userid, 'UserName');
echo $ID;
?>
">		

  <label for="Password">Password:</label>
		<input type ="Password" height="20px" width="135px"
		enabled="True" id="Ausername" required class="form-control" name="Auserpass" value="<?php 
$ID = Agetuserlogin($userid, 'Password');
echo $ID;
?>
">		

             <label for="Employees ID">Employees ID:</label>
		<input type ="Text" height="20px" width="135px"
		enabled="True" id="EmplyID" readonly class="form-control" name="empid" value="<?php 
$ID = getuserdetails($userid, 'Employees_ID');
echo $ID;
?>
">		

           
           <label for="Name">Name :</label>
             <input type="Text" Height="20px" Width="135px"