Produits de cas AppML
源代码
HTML 源代码
<html>
<body>
<h1> Produits</h1>
<div id="Form01"></div>
<div id="List01"></div><br>
<tableau id="Template01" class="appmltable" style="width:100%;display:none">
<tr>
<th></th>
<th> Nom du produit</th>
<th>Catégorie</th>
<th>Fournisseur</th>
</tr>
<tr id="appml_row"> ;
<td style="curseur:pointeur" onclick="productForm.run('Form01','Template02','#ProductID#')">
<img src="../style/images/appmlPlus.png"></td>
<td>#ProductName#</td>
<td>#CategoryName#</td> ;
<td>#SupplierName#</td>
</tr>
</table>
<div id="Template02" class="appmlform " style="width:100%;display:none">
<label>ProductName:</label><input id="ProductName">
<label>Fournisseur :< /label>
<select id="SupplierID" data-appmlapplication="Models/Dropdown_Suppliers">
</select>
<label>Catégorie :</label>
<select id="CategoryID" data-appmlapplication="Models/Dropdown_Categories">
</select>
<label>Unit :</label><input id="Unit">
<label> Prix :</étiquette><entrée id="Prix">
</div>
<script src="appml.js"></script>
<script>
var products,productForm
products=new AppML("appml.php","Modèles/Produits");
products.run("List01","Template01");
productForm=new AppML("appml.php","Modèles/Produits");
productForm.displayType="form";
</script>
</body>
< /html>
<body>
<h1> Produits</h1>
<div id="Form01"></div>
<div id="List01"></div><br>
<tableau id="Template01" class="appmltable" style="width:100%;display:none">
<tr>
<th></th>
<th> Nom du produit</th>
<th>Catégorie</th>
<th>Fournisseur</th>
</tr>
<tr id="appml_row"> ;
<td style="curseur:pointeur" onclick="productForm.run('Form01','Template02','#ProductID#')">
<img src="../style/images/appmlPlus.png"></td>
<td>#ProductName#</td>
<td>#CategoryName#</td> ;
<td>#SupplierName#</td>
</tr>
</table>
<div id="Template02" class="appmlform " style="width:100%;display:none">
<label>ProductName:</label><input id="ProductName">
<label>Fournisseur :< /label>
<select id="SupplierID" data-appmlapplication="Models/Dropdown_Suppliers">
</select>
<label>Catégorie :</label>
<select id="CategoryID" data-appmlapplication="Models/Dropdown_Categories">
</select>
<label>Unit :</label><input id="Unit">
<label> Prix :</étiquette><entrée id="Prix">
</div>
<script src="appml.js"></script>
<script>
var products,productForm
products=new AppML("appml.php","Modèles/Produits");
products.run("List01","Template01");
productForm=new AppML("appml.php","Modèles/Produits");
productForm.displayType="form";
</script>
</body>
< /html>