PageRenderTime 22ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/tmpls/newThread.st

https://bitbucket.org/dbpatterson/dbpattersonweb
Unknown | 17 lines | 17 code | 0 blank | 0 comment | 0 complexity | 3960eb51aeb852bbff76caf414bf9a04 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>$board.name$: New Thread</title>
  5. </head>
  6. <body>
  7. <a href='../'>$board.name$</a> | $loginBug()$<br><br>
  8. <b>New Thread</b>:<br>
  9. $formErrors()$
  10. <form name=myForm method=POST action='$requestURL$'>
  11. Title: <br><input type=text name=title value='$request.title$'><br>
  12. Text: <br><textarea name=contents>$request.contents$</textarea><br>
  13. Author: <br><input type=text name=author value='$if(session.userName)$$session.userName$$else$$request.author$$endif$'><br>
  14. <input type=submit value='Post Thread'>
  15. </form>
  16. </body>
  17. </html>