A tumblelog CMS built on AJAX, PHP and MySQL.

template_add_conversation.htm 1.0KB

1234567891011121314151617181920
  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 type="hidden" name="url" id="url" value="" />
  6. <p>
  7. <label for="description">Conversation</label><br />
  8. <div style="color: rgb(136, 136, 136); margin-bottom: 10px; font-size: 10px;">
  9. <span style="font-weight: bold;">Example</span><br>
  10. <span style="font-style: italic;">
  11. Geek: Wow an open source tumblelog CMS!!.<br>
  12. Normal: Tumble... what??<br>
  13. Geek: Read the wikipedia!!
  14. </span>
  15. </div>
  16. <textarea rows="12" cols="84" name="description" id="description">{editBody}</textarea>
  17. </p>
  18. <input type="hidden" name="type" id="type" value="{type}" />
  19. <input type="hidden" name="date" id="date" value="{date}" />
  20. <input type="hidden" name="id_user" id="id_user" value="{id_user}" />