source: trunk/setup/templates/default/sqltoarray.tpl @ 2

Revision 2, 982 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN sqlheader -->
2<table colspan="6">
3  <tr bgcolor="#e6e6e6">
4    <td>
5      <pre>
6        $phpgw_baseline = array(
7<!-- END sqlheader -->
8
9<!-- BEGIN sqlbody -->
10                '{table}' => array(
11                        'fd' => array(
12{arr}                   ),
13                        'pk' => array({pks}),
14                        'fk' => array({fks}),
15                        'ix' => array({ixs}),
16                        'uc' => array({ucs})
17                ){term}
18<!-- END sqlbody -->
19
20<!-- BEGIN sqlfooter -->
21        );
22      </pre>
23    </td>
24  </tr>
25<form method="GET" action="{action_url}">
26  <tr>
27    <td align="left" width="7%">
28      <input type="submit" name="download" value="{lang_download}">&nbsp;
29      <input type="submit" name="cancel" value="{lang_cancel}">
30      <input type="hidden" name="appname" value="{appname}">
31      <input type="hidden" name="table" value="{table}">
32      <input type="hidden" name="apps" value="{apps}">
33      <input type="hidden" name="showall" value="{showall}">
34      <input type="hidden" name="submit" value="True">
35    </td>
36  </tr>
37</form>
38</table>
39</table>
40<!-- END sqlfooter -->
Note: See TracBrowser for help on using the repository browser.