A tumblelog CMS built on AJAX, PHP and MySQL.

template_add_video.htm 1.0KB

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