Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

21 wiersze
853 B

  1. <h3><?php render_navigation($db); ?> &raquo; <?php hm("authentication"); ?></h3>
  2. <div class="operation">
  3. <a href="<?php h(url("db.auth", array("db"=>$db))); ?>"><?php hm("users"); ?></a> |
  4. <a href="<?php h(url("db.addUser", array("db"=>$db))); ?>" class="current"><?php hm("adduser"); ?></a>
  5. </div>
  6. <div>
  7. <?php if(isset($error)):?><p class="error"><?php h($error);?></p><?php endif;?>
  8. <form method="post">
  9. <?php hm("username"); ?>:<br/>
  10. <input type="text" name="username" value="<?php h_escape(x("username"));?>"/><br/>
  11. <?php hm("password"); ?>:<br/>
  12. <input type="password" name="password"/><br/>
  13. <?php hm("confirm_pass"); ?>:<br/>
  14. <input type="password" name="password2"/><br/>
  15. <?php hm("readonly"); ?><br/>
  16. <input type="checkbox" name="readonly" value="1"/><br/>
  17. <input type="submit" value="<?php hm("addreplace"); ?>"/>
  18. </form>
  19. </div>