AppML ケースの従業員
源代码
HTML 源代番号
<html>
<body>
<h1>従業員</h1>
<div id="Form01"></div>
<div id="List01"></div>
<br>
<table id="Template01" class="appmltable" style="width:100%;display:none">
<tr>
<th></th>
<th>姓</th>
<th>名</th>
<th>日付 誕生</th>
</tr>
<tr id="appml_row">
<td style="cursor:pointer" onclick="employeesForm.run('Form01','Template02','#EmployeeID#')">
<img src="../style/images/appmlPlus.png"></td>
<td>#姓#</td>
<td>#名#</td>
<td>#生年月日#</td>
</tr>
</table>
<div id="Template02" class="appmlform" style="width:100%;display:none">
<label>姓:</label><input id="LastName">
<label>名 名前:</label><input id="FirstName">
<label>生年月日:</label><input id="誕生日">
<label>写真:</label><input id="写真">
<label>Notes:</label><input id="Notes">
</div>
<script src="appml.js"></script>
<script> ;
var 従業員,従業員フォーム
従業員=新規 AppML("appml.php","モデル/従業員");
employees.run("List01","Template01");
employeesForm=new AppML("appml.php","モデル/従業員");
employeesForm.displayType="form";
</script>
</body>
</html>
<body>
<h1>従業員</h1>
<div id="Form01"></div>
<div id="List01"></div>
<br>
<table id="Template01" class="appmltable" style="width:100%;display:none">
<tr>
<th></th>
<th>姓</th>
<th>名</th>
<th>日付 誕生</th>
</tr>
<tr id="appml_row">
<td style="cursor:pointer" onclick="employeesForm.run('Form01','Template02','#EmployeeID#')">
<img src="../style/images/appmlPlus.png"></td>
<td>#姓#</td>
<td>#名#</td>
<td>#生年月日#</td>
</tr>
</table>
<div id="Template02" class="appmlform" style="width:100%;display:none">
<label>姓:</label><input id="LastName">
<label>名 名前:</label><input id="FirstName">
<label>生年月日:</label><input id="誕生日">
<label>写真:</label><input id="写真">
<label>Notes:</label><input id="Notes">
</div>
<script src="appml.js"></script>
<script> ;
var 従業員,従業員フォーム
従業員=新規 AppML("appml.php","モデル/従業員");
employees.run("List01","Template01");
employeesForm=new AppML("appml.php","モデル/従業員");
employeesForm.displayType="form";
</script>
</body>
</html>