summaryrefslogtreecommitdiff
path: root/templates/blogpost.tmpl
blob: 5ded359a18448570f3371f2f4227ac3d96f7e5b7 (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>