summaryrefslogtreecommitdiff
path: root/templates/blogpost.tmpl
blob: 22253d60bcf828b4c37ac08d38f0fb930c6b669b (plain)
  1. <form action="<TMPL_VAR CGIURL>" method="get">
  2. <div id="blogform">
  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. </div>
  9. </form>