blob: 963e58a1dc9711c2dda6416b8f524bf0a4cf6c16 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<page xmlns:ft="http://apache.org/cocoon/forms/1.0#template" xmlns:fi="http://apache.org/cocoon/forms/1.0#instance">
<site signOn="false" view="cforms">
<ft:form-template action="#{$continuation/id}.kont" method="POST">
<fi:form layout="grey">
<fi:group>
<fi:label>User Information</fi:label>
<fi:widgets>
<ft:widget id="message">
<fi:styling class="warnoutput" />
</ft:widget>
<ft:widget id="username">
<fi:styling class="output" />
</ft:widget>
<ft:widget id="changePwdOption" />
<ft:widget id="password">
<fi:styling size="20" type="password"/>
</ft:widget>
<ft:widget id="retypepassword">
<fi:styling size="20" type="password"/>
</ft:widget>
</fi:widgets>
</fi:group>
<fi:group>
<fi:label>Account Information</fi:label>
<fi:widgets>
<ft:widget id="firstname">
<fi:styling maxlength="100" type="text" />
</ft:widget>
<ft:widget id="lastname">
<fi:styling maxlength="100" type="text" />
</ft:widget>
<ft:widget id="email">
<fi:styling size="40" maxlength="100" type="text" />
</ft:widget>
<ft:widget id="phone">
<fi:styling maxlength="100" type="text" />
</ft:widget>
<ft:widget id="addr1">
<fi:styling size="40" maxlength="100" type="text" />
</ft:widget>
<ft:widget id="addr2">
<fi:styling size="40" maxlength="100" type="text" />
</ft:widget>
<ft:widget id="city">
<fi:styling maxlength="100" type="text" />
</ft:widget>
<ft:widget id="state">
<fi:styling size="4" maxlength="100" type="text" />
</ft:widget>
<ft:widget id="zip">
<fi:styling size="10" maxlength="100" type="text" />
</ft:widget>
<ft:widget id="country">
<fi:styling size="15" maxlength="100" type="text" />
</ft:widget>
</fi:widgets>
</fi:group>
<fi:group>
<fi:label>Profile Information</fi:label>
<fi:widgets>
<ft:widget id="langpref" />
<ft:widget id="favcategory" />
<ft:widget id="mylistopt" />
<ft:widget id="banneropt" />
</fi:widgets>
</fi:group>
</fi:form>
<br />
<center>
<input border="0" type="image" src="images/button_submit.gif" name="submit" value="Save Account Information" />
</center>
</ft:form-template>
<p><center><b><a href="listOrders.do">My Orders</a></b></center></p>
</site>
</page>