summaryrefslogtreecommitdiff
path: root/templates/blogpost.tmpl
blob: 8e4bb6a7dcba9b29ee944100739c131a9418e293 (plain)
  1. <hr />
  2. <form action="<TMPL_VAR CGIURL>" method="GET">
  3. <input type="hidden" name="do" value="blog">
  4. <input type="hidden" name="from" value="<TMPL_VAR ROOTPAGE>">
  5. <input type="hidden" name="subpage" value="1">
  6. Add a new post titled: <input name=title size=40>
  7. <input type="submit" value="Edit">
  8. </form>
  9. <hr />