A tumblelog CMS built on AJAX, PHP and MySQL.

template_add_post.htm 718B

12345678910111213
  1. <legend>Add a Regular Post</legend>
  2. <p>
  3. <label for="title">Title <span class="option">(optional)</span></label>
  4. <input class="txt" type="text" name="title" id="title" size="80" />
  5. </p>
  6. <input class="txt" type="hidden" name="url" id="url" value="" />
  7. <p>
  8. <label for="description">Body</label><br />
  9. <textarea rows="12" cols="84" name="description" id="description"></textarea>
  10. </p>
  11. <input type="hidden" name="type" id="type" value="{type}" />
  12. <input type="hidden" name="date" id="date" value="{date}" />
  13. <input type="hidden" name="id_user" id="id_user" value="{id_user}" />