summaryrefslogtreecommitdiff
path: root/gentoobrowse/present/signup.xml
blob: 9e74e3f8be44fdffd3d3f605557f68dd79c113c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<view name="index" root="gentoo" style="login.xslt" xmlns:xi="http://www.w3.org/2001/XInclude"
		xmlns:project2="http://project2.randomdan.homeip.net">
	<project2:rawview>
		<form caption="Signup" submit="Signup" action="/dosignup" method="post">
			<input type="text" name="username" caption="User name" auto="off" />
			<input type="text" name="email" caption="Email address" auto="off" />
			<input type="text" name="realname" caption="Real name" auto="off" />
			<input type="password" name="password" caption="Password" auto="off" />
		</form>
	</project2:rawview>
</view>