diff options
author | xgizzmo <xgizzmo@ampache> | 2005-08-02 12:08:58 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-08-02 12:08:58 +0000 |
commit | 8036c3507079714e6236f56e190d4f8b6edeceed (patch) | |
tree | 67ab60a5d5db1346b9b6ea584013bc8f3a06a61d /templates/show_upload.inc | |
parent | 2a008dc4abc86385b3059f82a2419b9514882dfe (diff) | |
download | ampache-8036c3507079714e6236f56e190d4f8b6edeceed.tar.gz ampache-8036c3507079714e6236f56e190d4f8b6edeceed.tar.bz2 ampache-8036c3507079714e6236f56e190d4f8b6edeceed.zip |
HTML clean up
Diffstat (limited to 'templates/show_upload.inc')
-rw-r--r-- | templates/show_upload.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/show_upload.inc b/templates/show_upload.inc index 8cc7e8f4..3926ce7e 100644 --- a/templates/show_upload.inc +++ b/templates/show_upload.inc @@ -27,9 +27,10 @@ <table class="text-box" cellspacing="0" cellpadding="0" border="0"> <tr> <td> - <h3><?php echo _("Uploading Music to Ampache"); ?><br></h3> + <h3><?php echo _("Uploading Music to Ampache"); ?><br /></h3> <p> <b><?php echo _("The following Audio file formats are supported"); ?></b> + </p> <ul> <li>OGG</li> <li>Mp3</li> @@ -38,39 +39,38 @@ <li>WMA</li> <li>Mp4/M4a/AAC</li> </ul> - </p> <?php $GLOBALS['error']->print_error('general'); ?> </td> </tr> <tr> <td> - <input size=40 type="file" name="ul_path1" id="ul_path1"> + <input size=40 type="file" name="ul_path1" id="ul_path1" /> <?php $GLOBALS['error']->print_error('ul_path1'); ?> </td> </tr> <tr> <td> - <input size=40 type="file" name="ul_path2" id="ul_path2"> + <input size=40 type="file" name="ul_path2" id="ul_path2" /> <?php $GLOBALS['error']->print_error('ul_path2'); ?> </td> </tr> <tr> <td> - <input size=40 type="file" name="ul_path3" id="ul_path3"> + <input size=40 type="file" name="ul_path3" id="ul_path3" /> <?php $GLOBALS['error']->print_error('ul_path3'); ?> </td> </tr> <tr> <td> - <input size=40 type="file" name="ul_path4" id="ul_path4"> + <input size=40 type="file" name="ul_path4" id="ul_path4" /> <?php $GLOBALS['error']->print_error('ul_path3'); ?> </td> </tr> <tr> <td> - <input type="hidden" name="action" value="upload"> + <input type="hidden" name="action" value="upload" /> <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo _("max_upload_size"); ?>" /> - <input type="submit" value="<?php echo _("Upload"); ?>"> + <input class='button' type="submit" value="<?php echo _("Upload"); ?>" /> </td> </tr> </table> |