/[gnue]/gnue-appserver/extensions/webfrontend/sample.html
ViewVC logotype

Diff of /gnue-appserver/extensions/webfrontend/sample.html

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

revision 1.1 by siesel, Fri Sep 19 07:43:54 2003 UTC revision 1.2 by siesel, Mon Sep 22 21:50:37 2003 UTC
# Line 73  label.name='lblCity'; Line 73  label.name='lblCity';
73  entry = new GFEntry(page);  entry = new GFEntry(page);
74  entry._setParent(page);  entry._setParent(page);
75  entry.name='Entry1';  entry.name='Entry1';
76    entry.block='blkPerson';
77  entry.field='inpName';  entry.field='inpName';
78    
79  entry = new GFEntry(page);  entry = new GFEntry(page);
80  entry._setParent(page);  entry._setParent(page);
81  entry.name='Entry2';  entry.name='Entry2';
82    entry.block='blkPerson';
83  entry.field='inpStreet';  entry.field='inpStreet';
84    
85  entry = new GFEntry(page);  entry = new GFEntry(page);
86  entry._setParent(page);  entry._setParent(page);
87  entry.name='Entry3';  entry.name='Entry3';
88    entry.block='blkPerson';
89  entry.field='inpZip';  entry.field='inpZip';
90    
91  entry = new GFEntry(page);  entry = new GFEntry(page);
92  entry._setParent(page);  entry._setParent(page);
93  entry.name='Entry4';  entry.name='Entry4';
94    entry.block='blkPerson';
95  entry.field='inpCity';  entry.field='inpCity';
96    
97  btn = new GFButton(page);  btn = new GFButton(page);
# Line 101  width: 540px;border-width: 1px;border-st Line 105  width: 540px;border-width: 1px;border-st
105  <img src="images/commit-24x24.png" name="commit" alt="Commit" onclick="getForm().commit();;">  <img src="images/commit-24x24.png" name="commit" alt="Commit" onclick="getForm().commit();;">
106  <img src="images/newrecord-24x24.png" name="newrec" alt="New Record" onclick="getForm().newrec();;">  <img src="images/newrecord-24x24.png" name="newrec" alt="New Record" onclick="getForm().newrec();;">
107  <img src="images/markfordelete-24x24.png" name="trash" alt="Mark for Removal" onclick="getForm().del();;">  <img src="images/markfordelete-24x24.png" name="trash" alt="Mark for Removal" onclick="getForm().del();;">
108  &nbsp;&nbsp;<img src="images/prevrecord-24x24.png" name="prev" alt="Previous Record" onclick="getForm().prev();;">    <img src="images/prevrecord-24x24.png" name="prev" alt="Previous Record" onclick="getForm().prev();;">
109  <img src="images/nextrecord-24x24.png" name="next" alt="Next Record" onclick="getForm().next();;">  <img src="images/nextrecord-24x24.png" name="next" alt="Next Record" onclick="getForm().next();;">
110  &nbsp;&nbsp;<img src="images/enterquery-24x24.png" name="prepq" alt="Prepare Query" onclick="getForm().prepQ();;">    <img src="images/enterquery-24x24.png" name="prepq" alt="Prepare Query" onclick="getForm().prepQ();;">
111  <img src="images/execquery-24x24.png" name="query" alt="Execute Query" onclick="getForm().execQ();;">  <img src="images/execquery-24x24.png" name="query" alt="Execute Query" onclick="getForm().execQ();;">
112  &nbsp;&nbsp;<img src="images/rollback-24x24.png" name="rollback" alt="Rollback" onclick="getForm().rollback();;">    <img src="images/rollback-24x24.png" name="rollback" alt="Rollback" onclick="getForm().rollback();;">
113  &nbsp;&nbsp;<img src="images/about-24x24.png" name="help" alt="About" onclick="getForm().about();;">    <img src="images/about-24x24.png" name="help" alt="About" onclick="getForm().about();;">
114  &nbsp;&nbsp;<img src="images/exit-24x24.png" name="close" alt="" onclick="getForm().close();;">    <img src="images/exit-24x24.png" name="close" alt="" onclick="getForm().close();;">
115  </DIV><DIV STYLE="position:absolute; top: 60px;left: 5px;  </DIV>
116    
117    
118    <DIV STYLE="position:absolute; top: 90px;left: 5px;
119  width: 525px;height: 240px;border-width: 1px;border-style: solid;background-color:#EEEEEE;" align="center">  width: 525px;height: 240px;border-width: 1px;border-style: solid;background-color:#EEEEEE;" align="center">
120  &nbsp;</DIV><DIV id="pgPerson_page">  <!-- Label lblName -->   </DIV><DIV id="pgPerson_page">  <!-- Label lblName -->
121    <DIV STYLE="position:absolute; top: 90px;left: 20px;width: 75px;height: 25px;font-size: 15px;line-height: 30px" id="lblName_label">Name:</DIV>    <DIV STYLE="position:absolute; top: 120px;left: 20px;width: 75px;height: 25px;font-size: 15px;line-height: 30px" id="lblName_label">Name:</DIV>
122    <!-- Label lblStreet -->    <!-- Label lblStreet -->
123    <DIV STYLE="position:absolute; top: 120px;left: 20px;width: 105px;height: 25px;font-size: 15px;line-height: 30px" id="lblStreet_label">Street:</DIV>    <DIV STYLE="position:absolute; top: 150px;left: 20px;width: 105px;height: 25px;font-size: 15px;line-height: 30px" id="lblStreet_label">Street:</DIV>
124    <!-- Label lblZip -->    <!-- Label lblZip -->
125    <DIV STYLE="position:absolute; top: 150px;left: 20px;width: 60px;height: 25px;font-size: 15px;line-height: 30px" id="lblZip_label">Zip:</DIV>    <DIV STYLE="position:absolute; top: 180px;left: 20px;width: 60px;height: 25px;font-size: 15px;line-height: 30px" id="lblZip_label">Zip:</DIV>
126    <!-- Label lblCity -->    <!-- Label lblCity -->
127    <DIV STYLE="position:absolute; top: 180px;left: 20px;width: 75px;height: 25px;font-size: 15px;line-height: 30px" id="lblCity_label">City:</DIV>    <DIV STYLE="position:absolute; top: 210px;left: 20px;width: 75px;height: 25px;font-size: 15px;line-height: 30px" id="lblCity_label">City:</DIV>
128    
129    
130    <!-- Entry Entry1 -->    <!-- Entry Entry1 -->
131    <input type="text" name="Entry1" id="inpName_field" onfocus="getForm().gotoBlock('blkPerson');"    <input type="text" name="Entry1" id="blkPerson_inpName_field" onfocus="getForm().gotoBlock('blkPerson');"
132  STYLE="position:absolute; top: 90px;left: 140px;width: 375px;height: 25px;font-size: 13px;"></textarea>  STYLE="position:absolute; top: 120px;left: 140px;width: 375px;height: 25px;font-size: 13px;"value="">
133    
134    
135    <!-- Entry Entry2 -->    <!-- Entry Entry2 -->
136    <input type="text" name="Entry2" id="inpStreet_field" onfocus="getForm().gotoBlock('blkPerson');"    <input type="text" name="Entry2" id="blkPerson_inpStreet_field" onfocus="getForm().gotoBlock('blkPerson');"
137  STYLE="position:absolute; top: 120px;left: 140px;width: 375px;height: 25px;font-size: 13px;"></textarea>  STYLE="position:absolute; top: 150px;left: 140px;width: 375px;height: 25px;font-size: 13px;"value="">
138    
139    
140    <!-- Entry Entry3 -->    <!-- Entry Entry3 -->
141    <input type="text" name="Entry3" id="inpZip_field" onfocus="getForm().gotoBlock('blkPerson');"    <input type="text" name="Entry3" id="blkPerson_inpZip_field" onfocus="getForm().gotoBlock('blkPerson');"
142  STYLE="position:absolute; top: 150px;left: 140px;width: 375px;height: 25px;font-size: 13px;"></textarea>  STYLE="position:absolute; top: 180px;left: 140px;width: 375px;height: 25px;font-size: 13px;"value="">
143    
144    
145    <!-- Entry Entry4 -->    <!-- Entry Entry4 -->
146    <input type="text" name="Entry4" id="inpCity_field" onfocus="getForm().gotoBlock('blkPerson');"    <input type="text" name="Entry4" id="blkPerson_inpCity_field" onfocus="getForm().gotoBlock('blkPerson');"
147  STYLE="position:absolute; top: 180px;left: 140px;width: 375px;height: 25px;font-size: 13px;"></textarea>  STYLE="position:absolute; top: 210px;left: 140px;width: 375px;height: 25px;font-size: 13px;"value="">
148    <!-- Button Call -->    <!-- Button Call -->
149    <button STYLE="position:absolute; top: 240px;left: 140px;width: 375px;height: 25px;font-size: 13px;" id="Call_button">Show record</button>    <button STYLE="position:absolute; top: 270px;left: 140px;width: 375px;height: 25px;font-size: 13px;" id="Call_button">Show record</button>
150  </DIV>  </DIV>
151  <DIV STYLE="position:absolute; top: 380px;left: 5px;width: 540px;border-width: 1px; border-style: solid;background-color:#EEEEEE;" align="right">  <DIV STYLE="position:absolute; top: 410px;left: 5px;width: 540px;border-width: 1px; border-style: solid;background-color:#EEEEEE;" align="right">
152       <div id="status" style="display:inline"></div> |        <div id="status" style="display:inline"></div> | 
153       <div id="pos" style="display:inline"></div> |        <div id="pos" style="display:inline"></div> | 
154       <div id="max" style="display:inline"></div>&nbsp;&nbsp;       <div id="max" style="display:inline"></div>  
155  </DIV>  </DIV>
156  <DIV STYLE="position:absolute; top: 80px;left: 92px;width: 350px;  <DIV STYLE="position:absolute; top: 110px;left: 92px;width: 350px;
157  height: 200px;border-width: 1px; border-style: solid;background-color:#EEEEEE;visibility=visible"  height: 200px;border-width: 1px; border-style: solid;background-color:#EEEEEE;visibility=visible"
158   id="loginForm" align="center">   id="loginForm" align="center">
159  &nbsp;<BR>User:&nbsp;&nbsp;&nbsp;&nbsp; <INPUT type="text" id="username"><BR>   <BR>User:     <INPUT type="text" id="username"><BR>
160  Password: <INPUT type="password" id="password"><BR><BR>  Password: <INPUT type="password" id="password"><BR><BR>
161  <BUTTON onClick="getForm().doLogin();">Login</BUTTON>  <BUTTON onClick="getForm().doLogin();">Login</BUTTON>
162  </DIV>  </DIV>

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