| 12345678910111213141516 |
- <legend>Add an MP3</legend>
- <input type="hidden" name="title" id="title" value="" />
- <p>
- <label for="url"><strong>MP3 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 Mp3 file.
- </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}" />
|