/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-12-04 16:51:06 UTC
  • Revision ID: gego@quad-20091204165106-wumf1gzbskkuai0g
merging Neo to trunk. freezing neo branshs.

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