Sha256: 68a4f31179ef94aa168cb2a8eec8733c9eeb28576ebbea47f6d1ce7c2b07b67e

Contents?: true

Size: 394 Bytes

Versions: 5

Compression:

Stored size: 394 Bytes

Contents

<h1>New user</h1>
<%=show_errors%>
<form action="<%=url('/user/create')%>" method='POST'>
	<table>
		<tr>
			<td>Login:</td>
			<td><input name='login'/></td>
		</tr>
		<tr>
			<td>Password:</td>
			<td><input name='password'/></td>
		</tr>
	</table>
	<br/>
	<input type='submit' value='Add'/>
	<a href='javascript:void(0);' onclick="loadXMLDoc('<%=url('users')%>','main_box')">Back</a>
</form>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rhosync-2.1.1 lib/rhosync/console/app/views/newuser.erb
rhosync-2.1.0 lib/rhosync/console/app/views/newuser.erb
rhosync-2.1.0.beta.2 lib/rhosync/console/app/views/newuser.erb
rhosync-2.1.0.beta.1 lib/rhosync/console/app/views/newuser.erb
rhosync-2.0.9 lib/rhosync/console/app/views/newuser.erb