2008-02-26 18:40:05 +01:00
|
|
|
{include file='top.tpl'}
|
2008-11-10 00:24:46 +01:00
|
|
|
{if $pagetitle != ''}<h1 id='LSform_title'>{$pagetitle}</h1>{/if}
|
2010-11-17 19:00:09 +01:00
|
|
|
|
|
|
|
{if !empty($listAvailableDataEntryForm)}
|
|
|
|
<p class='LSform_listAvailableDataEntryForm'><label>{$DataEntryFormLabel}
|
|
|
|
<select id='LSform_listAvailableDataEntryForm'>
|
2010-11-18 11:17:46 +01:00
|
|
|
<option value=''>--</option>
|
2010-11-17 19:00:09 +01:00
|
|
|
{html_options options=$listAvailableDataEntryForm selected=$LSform_dataEntryForm}
|
|
|
|
</select>
|
|
|
|
</label>
|
|
|
|
{/if}
|
2008-02-12 18:59:44 +01:00
|
|
|
|
2008-11-03 20:25:22 +01:00
|
|
|
{include file='LSform.tpl'}
|
2008-02-26 18:40:05 +01:00
|
|
|
{include file='bottom.tpl'}
|