/[papo]/papo/zot/template.gfd
ViewVC logotype

Diff of /papo/zot/template.gfd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jlenton, Mon Dec 2 02:11:08 2002 UTC revision 1.5 by jlenton, Thu Feb 13 16:12:08 2003 UTC
# Line 9  Line 9 
9      historytable="@ $histables @">      historytable="@ $histables @">
10      <condition>      <condition>
11        <and>        <and>
12          @ $conditions @          @ $result_conditions @
13        </and>        </and>
14      </condition>      </condition>
15    </datasource>    </datasource>
# Line 18  Line 18 
18      historytable="@ $histables @">      historytable="@ $histables @">
19      <condition>      <condition>
20        <and>        <and>
21        @ $conditions @        @ $edit_conditions @
22        </and>        </and>
23      </condition>      </condition>
24    </datasource>    </datasource>
25    @ $datasources @
26    
27    <trigger name="searchTrigger" type="NAMED">    <trigger name="searchTrigger" type="NAMED">
28    resultBlock.processRollback()    resultBlock.processRollback()
# Line 97  Line 98 
98        <entry x="1" y="@ $y @"        <entry x="1" y="@ $y @"
99          width="@ $width[$i] @"          width="@ $width[$i] @"
100          height="@ $h = $height[$i] @"          height="@ $h = $height[$i] @"
101          name="@ $fqdn[$i] @_entry"          name="@ $name[$i] @_entry"
102          field="@ $fqdn[$i] @"/>          field="@ $fqdn[$i] @"
103            @ $fkey[$i] @/>
104        @{ $y += $height[$i] }@        @{ $y += $height[$i] }@
105  @_DONE_@  @_DONE_@
106        <button x="1" y="@ $y @" trigger="commitTrigger" width="9" label="Aceptar"        <button x="1" y="@ $y @" trigger="commitTrigger" width="9" label="Aceptar"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26