A tumblelog CMS built on AJAX, PHP and MySQL.

template_add_conversation.htm 1.1KB

123456789101112131415161718192021
  1. <legend>Add a Conversation</legend>
  2. <p>
  3. <label for="title"><strong>Title</strong>&nbsp;<em>(optional)</em></label>
  4. <input class="input-text" type="text" name="title" id="title" size="80" />
  5. </p>
  6. <input type="hidden" name="url" id="url" value="" />
  7. <p>
  8. <label for="description"><strong>Conversation</strong></label><br />
  9. <div style="color: rgb(136, 136, 136); margin-bottom: 10px; font-size: 10px;">
  10. <span style="font-weight: bold;">Example</span><br>
  11. <span style="font-style: italic;">
  12. Geek: Wow an open source tumblelog CMS!!.<br>
  13. Normal: Tumble... what??<br>
  14. Geek: Read the fucking wikipedia!!
  15. </span>
  16. </div>
  17. <textarea rows="12" cols="84" name="description" id="description"></textarea>
  18. </p>
  19. <input type="hidden" name="type" id="type" value="{type}" />
  20. <input type="hidden" name="date" id="date" value="{date}" />
  21. <input type="hidden" name="id_user" id="id_user" value="{id_user}" />