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 -->
|
2003-11-13 13:25:56 +01:00
|
|
|
|
2001-07-30 17:59:25 +02:00
|
|
|
<!-- BEGIN sqlbody -->
|
|
|
|
'{table}' => array(
|
|
|
|
'fd' => array(
|
2003-11-13 13:25:56 +01:00
|
|
|
{arr} ),
|
2001-07-30 17:59:25 +02:00
|
|
|
'pk' => array({pks}),
|
|
|
|
'fk' => array({fks}),
|
|
|
|
'ix' => array({ixs}),
|
|
|
|
'uc' => array({ucs})
|
|
|
|
){term}
|
|
|
|
<!-- END sqlbody -->
|
2003-11-13 13:25:56 +01:00
|
|
|
|
2001-07-30 17:59:25 +02:00
|
|
|
<!-- BEGIN sqlfooter -->
|
|
|
|
);
|
|
|
|
</pre>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2005-07-11 20:02:19 +02:00
|
|
|
<form method="get" action="{action_url}">
|
2001-07-30 17:59:25 +02:00
|
|
|
<tr>
|
|
|
|
<td align="left" width="7%">
|
2005-07-11 20:02:19 +02:00
|
|
|
<input type="submit" name="download" value="{lang_download}" />
|
|
|
|
<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 -->
|