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