egroupware/setup/templates/default/sqltoarray.tpl

41 lines
996 B
Smarty
Raw Normal View History

2001-07-30 17:59:25 +02:00
<!-- BEGIN sqlheader -->
<table colspan="6">
2001-09-27 01:59:52 +02:00
<tr bgcolor="#e6e6e6">
2001-07-30 17:59:25 +02:00
<td>
<pre>
$phpgw_baseline = array(
<!-- END sqlheader -->
2001-07-30 17:59:25 +02:00
<!-- BEGIN sqlbody -->
'{table}' => array(
'fd' => array(
{arr} ),
2001-07-30 17:59:25 +02:00
'pk' => array({pks}),
'fk' => array({fks}),
'ix' => array({ixs}),
'uc' => array({ucs})
){term}
<!-- END sqlbody -->
2001-07-30 17:59:25 +02:00
<!-- BEGIN sqlfooter -->
);
</pre>
</td>
</tr>
<form method="get" action="{action_url}">
2001-07-30 17:59:25 +02:00
<tr>
<td align="left" width="7%">
<input type="submit" name="download" value="{lang_download}" />&nbsp;
<input type="submit" name="cancel" value="{lang_cancel}" />
<input type="hidden" name="appname" value="{appname}" />
<input type="hidden" name="table" value="{table}" />
<input type="hidden" name="apps" value="{apps}" />
<input type="hidden" name="showall" value="{showall}" />
<input type="hidden" name="submit" value="True" />
2001-07-30 17:59:25 +02:00
</td>
</tr>
</form>
</table>
</table>
<!-- END sqlfooter -->