PHP Demo Application - Source Code
/Application/View/Templates/Forms/Store.tpl.html
<form enctype="multipart/form-data" id="frmUpdate_3f66ab7aa96528dae1912358a6e3708a" class="frmUpdate" method="post" action="{$url_3f66ab7aa96528dae1912358a6e3708a}">
<input type="hidden" name="pk_3f66ab7aa96528dae1912358a6e3708a" value="{$pk_3f66ab7aa96528dae1912358a6e3708a}" />
<input type="hidden" name="mode_3f66ab7aa96528dae1912358a6e3708a" value="{$mode}" />
<h1>{$mode}</h1>
<fieldset>
<ul>
<li>
<label for="Id__85">ID</label>
<span id="Id__85" class="readOnly"> {$store__store_id__16} </span>
</li>
<li>
<label for="Manager__Staff__86">Manager Staff</label>
<select id="Manager__Staff__86" name="Manager__Staff__86" class="inputSelect">
<option value=''>{$APEEL_LANGUAGE_PLEASE_SELECT} -></option>
{$store__manager_staff_id__staff__value__16_options}
</select>
</li>
<li>
<label for="Address__87_display">Address</label>
<input type="text" id="Address__87_display" maxlength="1024" class="inputText" value="{$address_id__address__desc__16}" />
<input type="hidden" id="Address__87_id" name="Address__87" class="inputText" value="{$store__address_id__16}" />
</li>
<li>
<label for="Last__Update__88">Last Update</label>
<span id="Last__Update__88" class="readOnly"> {$store__last_update__16} </span>
</li>
</ul>
</fieldset>
</form>
<br class="clear" />
<script type="text/javascript">
{$page_script}
</script>