Komplet prepsano (a prelozeno) menu, Prohloubena abstrakce generovani HTML kodu
[mirrors/SokoMan.git] / assistants / store.inc.php
index 3e05919a679ff9e440d9ae288d0fbb63aff82dbb..cacee8f53c02dfabd70e94d5029e60d4300b4324 100644 (file)
@@ -1,12 +1,10 @@
 <?php
 switch($SUBPATH[0]) {
        default: case 1:
-?>
-<form action="<?=$URL?>/2" method="GET">
-       model_barcode: <input type="text" name="barcode" autofocus />
-       <input type="submit" value="STORE" />
-</form>
-<?php
+               echo $this->html->form("$URL/2", 'GET', array(
+                       array('barcode','','text',false,'autofocus','model_barcode:'),
+                       array(false,'STORE','submit')
+               ));
                break;
        case 2:
                $model_id = $this->db->map_unique('model_barcode', $_GET['barcode'], 'model_id', 'model');
This page took 0.114308 seconds and 4 git commands to generate.