configform.html 407 B

123456789101112
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head/>
  3. <body>
  4. <form method="post" name="configform" id="configform">
  5. <input type="text" name="setlogin" value="{{index . "setlogin"}}"/>
  6. <input type="password" name="setpassword" />
  7. <input type="text" name="title" value="{{index . "title"}}"/>
  8. <input type="submit" name="Save" value="Save config" />
  9. </form>
  10. </body>
  11. </html>