A tumblelog CMS built on AJAX, PHP and MySQL.

template_add_post.htm 702B

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