Pekerja Kes AppML




< td>#BirthDate#

源代码

HTML 源代码

            <html>
<badan>

<h1>Pekerja</h1>

<div id="Form01"></div>
<div id="List01"></div>
<br>

<jadual id="Template01" class="appmltable" style="width:100%;display:none">
<tr>
<th></th>
<th>Nama Akhir</th>
<th>Nama Pertama</th>
<th>Tarikh Kelahiran</th>
</tr>
<tr id="appml_row">
<td style="cursor:pointer" onclick="employeesForm.run('Form01','Template02','#EmployeeID#')">
<img src="../style/images/appmlPlus.png"></td>
<td>#LastName#</td>
<td>#FirstName#</td>
<td>#BirthDate#</td>
</tr>
</table>
<🎜 <div id="Template02" class="appmlform" style="width:100%;display:none">
<label>Nama Akhir:</label><input id="LastName">
<label>First Nama:</label><input id="FirstName">
<label>Tarikh Lahir:</label><input id="BirthDate">
<label>Foto:</label><input id="Foto">
<label>Nota:</label><input id="Notes">
</div>

<script src="appml.js"></ skrip>
<skrip>
var pekerja,employeesForm
employees=new AppML("appml.php","Model/Pekerja");
employees.run("List01","Template01");
employeesForm=new AppML("appml.php","Model/Pekerja");
employeesForm.displayType="form";
</script>

</body>
< /html>