/[gnue]/gnue-samples/testcases/i18n/iso8859-13.gfd
ViewVC logotype

Diff of /gnue-samples/testcases/i18n/iso8859-13.gfd

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

revision 1.1 by arturas, Mon Sep 23 14:02:09 2002 UTC revision 1.2 by siesel, Thu Jul 31 12:27:56 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="iso8859-13"?>  <?xml version="1.0" encoding="iso8859-13"?>
2    
3  <form height="20" title="Timesheet" width="50">  <form title="Timesheet">
4    <page name="pgAktmp1">    <logic>
5      <block name="blkAktmp1">      <block name="blkAktmp1">
6        <label name="lblItemID" text="Item -àèæëáðøûþ- ID:" width="20" x="1" y="1"/>        <field name="inpItemID" field="id"/>
7        <entry field="id" name="inpItemID" width="30" height="1"        <field name="inpDate" field="date" typecast="date"/>
8          x="1" y="2"/>        <field name="inpComments" field="comment" typecast="text"/>
   
       <label name="lblDate" text="Date:" width="20" x="1" y="3"/>  
       <entry field="date" name="inpDate" width="30" height="1"  
         x="1" y="4" typecast="date"/>  
   
       <label name="lblNotes" text="Comments: -àèæëáðøûþ-" width="25" x="1" y="9"/>  
       <entry field="comment" name="inpComments" width="30" height="4"  
         x="1" y="10" typecast="text"/>  
   
9      </block>      </block>
10    </page>    </logic>
11      <layout xmlns:c="GNUe:Layout:Char" c:height="20" c:width="50">
12        <page name="pgAktmp1">
13          <label name="lblItemID" text="Item -àèæëáðøûþ-:" c:width="20" c:x="1" c:y="1"/>
14          <entry block="blkAktmp1" field="inpItemID" c:height="1" c:width="30"
15                 c:x="1" c:y="2"/>
16          <label name="lblDate" text="Date:" c:width="20" c:x="1" c:y="3"/>
17          <entry block="blkAktmp1" field="inpDate" c:height="1" c:width="30"
18                 c:x="1" c:y="4"/>
19          <label name="lblNotes" text="Comments -àèæëáðøûþ-:" c:width="25" c:x="1"
20                 c:y="9"/>
21          <entry block="blkAktmp1" field="inpComments" c:height="4" c:width="30"
22                 c:x="1" c:y="10"/>
23        </page>
24      </layout>
25  </form>  </form>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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