A tumblelog CMS built on AJAX, PHP and MySQL.

template_add_video.htm 1.0KB

12345678910111213141516
  1. <input type="hidden" name="title" id="title" value="" />
  2. <p>
  3. <label for="url">Video URL</label>
  4. <input class="txt" type="text" name="url" id="url" value="{editUrl}" size="80" />
  5. <div style="color: rgb(136, 136, 136); margin-bottom: 5px; font-size: 11px; font-weight: bold;">
  6. This is the URL from the video sites YouTube or Vimeo.<br>
  7. <span style="font-size: 10px; font-weight: normal;">(ie. http://youtube.com/watch?v=HcBFLN9cli0)</span>
  8. </div>
  9. </p>
  10. <p>
  11. <label for="description">Caption <span class="option">(optional)</span></label><br />
  12. <textarea rows="12" cols="84" name="description" id="description" tabindex="2">{editBody}</textarea>
  13. </p>
  14. <input type="hidden" name="type" id="type" value="{type}" />
  15. <input type="hidden" name="date" id="date" value="{date}" />
  16. <input type="hidden" name="id_user" id="id_user" value="{id_user}" />