Index: /EWD/display.ewd
===================================================================
--- /EWD/display.ewd	(revision 1201)
+++ /EWD/display.ewd	(revision 1201)
@@ -0,0 +1,15 @@
+<ewd:config isFirstPage="false" prePageScript="DisplayUserCharacteristics^KBANDemo">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Display User Characteristics</title>
+</head>
+<body bgcolor="#C5E3E4">
+<div style="text-align: center">
+<h1>Display User Characteristics</h1>
+<hr />
+<textarea name="display" rows=24 cols=80 readonly="readonly">*</textarea>
+</div>
+</body>
+</html>
+
Index: /EWD/editchar.ewd
===================================================================
--- /EWD/editchar.ewd	(revision 1201)
+++ /EWD/editchar.ewd	(revision 1201)
@@ -0,0 +1,33 @@
+<ewd:config isFirstPage="false">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Edit User Characteristics</title>
+</head>
+<body>
+<div style="text-align: center">
+<h1>Edit User Characteristics</h1>
+<hr />
+<table style="border:0px; text-align:right; margin-left:auto; margin-right:auto;">
+<tr>
+<td><fm:edit dd="200" fields="1" iens="#DUZ" /></td>
+<td><fm:edit dd="200" fields=".131" iens="#DUZ" /></td>
+</tr>
+<tr>
+<td><fm:edit dd="200" fields="13" iens="#DUZ" /></td>
+<td><fm:edit dd="200" fields=".132" iens="#DUZ" /></td>
+</tr>
+<tr>
+<td>&nbsp;</td>
+<td><fm:edit dd="200" fields=".137" iens="#DUZ" /></td>
+</tr>
+<tr>
+<td>&nbsp;</td>
+<td><fm:edit dd="200" fields=".138" iens="#DUZ" /></td>
+</tr>
+</table>
+<hr />
+<fm:edit dd="200" fields="200.05;200.09;31.2;31.3" iens="#DUZ" />
+</div>
+</body>
+</html>
Index: /EWD/index.ewd
===================================================================
--- /EWD/index.ewd	(revision 1201)
+++ /EWD/index.ewd	(revision 1201)
@@ -0,0 +1,33 @@
+<ewd:config isFirstPage="true" prePageScript="SignonTxt^KBANDemo">
+<html>
+<meta http-equiv="Content-type" content="text/html;charset=UTF-8"> 
+<head><title>Test Page</title></head>
+<body bgcolor="#C5E3E4">
+<div style="text-align:center">
+<pre>
+<?= #signontxt ?>
+
+Username: clerk1
+Password: abc,123%
+</pre>
+</div>
+<h3>Please enter your username and password:</h3>
+<form method="post" action="ewd">
+ <table border=0>
+  <tr>
+   <td>Username: </td>
+   <td><input type="text" name="username" focus="true" /></td>
+  </tr>
+  <tr>
+   <td>Password: </td>
+   <td><input type="password" name="password" /></td>
+  </tr>
+  <tr>
+   <td><input type="submit" name="Submit" value="Login" action="login^KBANDemo" nextpage="welcome" /></td>
+  </tr>
+ </table>
+</form>
+<br /><br />
+<a href="ewdLogout.ewd">Log out</a>
+</body>
+</html>
Index: /EWD/modesig.ewd
===================================================================
--- /EWD/modesig.ewd	(revision 1201)
+++ /EWD/modesig.ewd	(revision 1201)
@@ -0,0 +1,32 @@
+<ewd:config isFirstPage="false">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<script type="text/javascript">
+SAM = {};  //My global storage object
+SAM.x = function () {
+    // ewd:esigjs^KBANDemo('SAM[20.4]');
+    // document.forms[0].F200I20_4.value = SAM['20.4']();
+    };
+SAM.val = function (dd,iens,field,value,name) {
+	 var q = 'dd=' + dd + '&iens=' + iens + '&field=' + field + '&value=' + value + '&name=' + name;
+    EWD.ajax.getPage({page: 'valfield', targetId: 'testdiv', nvp: q})
+    };
+</script>
+<title>Edit Electronic Signature</title>
+</head>
+<body bgcolor="#C5E3E4" onload='SAM.x()'>
+<div style="text-align: center">
+<h1>Edit Electronic Signature</h1>
+<hr />
+<form name="form" method="post" action="ewd">
+<label for="esig">Electronic Signature</label>
+<input type="text" name="F200I20_4" value="*" onchange="SAM.val(200,<?= #DUZ ?>,20.4,this.value,this.name)" />
+<input type="submit" name="save" value="Save" action="saveEsig^KBANDemo" nextpage="welcome.ewd" />
+</form>
+</div>
+<div id="testdiv" style="background-color: purple; color: white; ">
+Testing
+</div>
+</body>
+</html>
Index: /EWD/sso.ewd
===================================================================
--- /EWD/sso.ewd	(revision 1201)
+++ /EWD/sso.ewd	(revision 1201)
@@ -0,0 +1,1 @@
+<ewd:config isFirstPage="true" prePageScript="SSO^KBANDemo">
Index: /EWD/valfield.ewd
===================================================================
--- /EWD/valfield.ewd	(revision 1201)
+++ /EWD/valfield.ewd	(revision 1201)
@@ -0,0 +1,12 @@
+<ewd:config pageType="ajax" isFirstPage="false" prePageScript="VAL^KBANEWD1">
+
+<script language="javascript">
+ if ("<?= #tmp.error ?>")
+ {
+ 	alert("<?= #tmp.error ?>")
+ }
+ else
+ {
+ 	document.getElementById("<?= #tmp.name ?>").value = "<?= #tmp.result ?>"
+ }
+</script>
Index: /EWD/welcome.ewd
===================================================================
--- /EWD/welcome.ewd	(revision 1201)
+++ /EWD/welcome.ewd	(revision 1201)
@@ -0,0 +1,25 @@
+<ewd:config isFirstPage="false">
+<html>
+ <head>
+  <title>Welcome to Edit Your Stuff Portal</title>
+ </head>
+ <body>
+  <div>
+  <h1>Welcome to Edit Your Stuff Portal</h1>
+  <hr />
+  <p>You are: 
+  <?= #Name ?>
+  </p>
+  <p>You can do the following<p>
+  <ul>
+  <li><a href="display.ewd">Display User Characteristics</a></li>
+  <li><a href="modesig.ewd">Modify Your Electronic Signature</a></li>
+  <li><a href="editchar.ewd">Edit your Contact Information</a></li>
+  </ul>
+  <p>Your session ID is 
+  <?= #ewd_sessid ?>
+  </p>
+  <br><br>
+  <a href=ewdLogout.ewd>Log out</a>
+ </body>
+</html>
