Sha256: 4ccc06b91189722f28a815db49d8f0828398a4d5046ab5b808daad4134f4577b
Contents?: true
Size: 420 Bytes
Versions: 15
Compression:
Stored size: 420 Bytes
Contents
<h1>New user</h1> <%=show_errors%> <form action="<%=url_path('/user/create')%>" method='POST'> <table> <tr> <td>Login:</td> <td><input name='login'/></td> </tr> <tr> <td>Password:</td> <td><input type="password" name='password'/></td> </tr> </table> <br/> <input type='submit' value='Add'/> <a href='javascript:void(0);' onclick="loadXMLDoc('<%=url_path('users')%>','main_box')">Back</a> </form>
Version data entries
15 entries across 15 versions & 1 rubygems