21 lines
1.0 KiB
HTML
21 lines
1.0 KiB
HTML
<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>
|
|
<script type="text/javascript">
|
|
//<!--
|
|
init_tynimce('description', 'url');
|
|
//-->
|
|
</script>
|
|
</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}" /> |