A tumblelog CMS built on AJAX, PHP and MySQL.

template_add_mp3.htm 924B

12345678910111213141516
  1. <legend>Add an MP3</legend>
  2. <input type="hidden" name="title" id="title" value="" />
  3. <p>
  4. <label for="url"><strong>MP3 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 Mp3 file.
  8. </div>
  9. </p>
  10. <p>
  11. <label for="description"><strong>Caption</strong>&nbsp;<em>(optional)</em></label><br />
  12. <textarea rows="12" cols="84" name="description" id="description" tabindex="2"></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}" />