/booka/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/trunk

« back to all changes in this revision

Viewing changes to inc/admin_reg_form.html

  • Committer: Gustav Hartvigsson
  • Date: 2009-11-23 23:28:06 UTC
  • Revision ID: gego@quad-20091123232806-jbqmchsmz7onianm
initial code...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<form id="Register" method="POST" action="./firstrun.php" >
 
2
        Sitename : <input name="sitename" /> <br /> <!-- is this realy needed? -->
 
3
<hr/>
 
4
        Admin Name: <input name="Name" /><br />
 
5
        password: <input type="password" name="password" /> <br \>
 
6
        password again: <input type="password" name="password2" \> <br \>
 
7
        <input type="submit" name="submit" title="submit" \>
 
8
</form>
 
9