Skip to content

Instantly share code, notes, and snippets.

@iguana007
Created July 21, 2011 11:53
Show Gist options
  • Save iguana007/1097043 to your computer and use it in GitHub Desktop.
Save iguana007/1097043 to your computer and use it in GitHub Desktop.
<form enctype="multipart/form-data" class="ajax" id="frm-clocOutletFormExtended" method="post" action="add-new-outlet/?do=clocOutletFormExtended-submit" novalidate="">
<fieldset>
<legend>Outlet details</legend>
<table><div class="fieldsetIn">
<tbody><tr>
<th><label for="frmclocOutletFormExtended-upload">Select photos</label></th>
<td><div id="frmclocOutletFormExtended-upload" class="MultipleFileUpload"><input type="hidden" value="1777511084e281310c1d09" name="upload[token]"><div style="display: block;" id="frmclocOutletFormExtended-upload-MFUInterface-MFUUIPlupload"><div class="mfuplupload" id="frmclocOutletFormExtended_upload_box"><div class="plupload_wrapper plupload_scroll"><div class="plupload_container" id="frmclocOutletFormExtended_upload_box_container" title="Using runtime: flash"><div class="plupload"><div class="plupload_header"><div class="plupload_header_content"><div class="plupload_header_title">Select files</div><div class="plupload_header_text">Add files to the upload queue and click the start button.</div></div></div><div class="plupload_content"><div class="plupload_filelist_header"><div class="plupload_file_name">Filename</div><div class="plupload_file_action">&nbsp;</div><div class="plupload_file_status"><span>Status</span></div><div class="plupload_file_size">Size</div><div class="plupload_clearer">&nbsp;</div></div><ul class="plupload_filelist" id="frmclocOutletFormExtended_upload_box_filelist"></ul><div class="plupload_filelist_footer"><div class="plupload_file_name"><div class="plupload_buttons"><a class="plupload_button plupload_add" href="#" id="frmclocOutletFormExtended_upload_box_browse">Add files</a><a class="plupload_button plupload_start plupload_disabled" href="#">Start upload</a></div><span class="plupload_upload_status"></span></div><div class="plupload_file_action"></div><div class="plupload_file_status"><span class="plupload_total_status">0%</span></div><div class="plupload_file_size"><span class="plupload_total_file_size">0 b</span></div><div class="plupload_progress"><div class="plupload_progress_container"><div class="plupload_progress_bar"></div></div></div><div class="plupload_clearer">&nbsp;</div></div></div></div></div><input type="hidden" value="0" name="frmclocOutletFormExtended_upload_box_count" id="frmclocOutletFormExtended_upload_box_count"></div></div></div><div style="display: none;" id="frmclocOutletFormExtended-upload-MFUInterface-MFUUIHTML4SingleUpload">
<div style="padding: 5px;" class="ui-widget ui-widget-content ui-corner-all">
<table cellspacing="5">
<tbody><tr>
<th>
1. soubor
</th>
<td>
<input type="file" name="upload[files][]">
</td>
</tr>
<tr>
<th>
2. soubor
</th>
<td>
<input type="file" name="upload[files][]">
</td>
</tr>
<tr>
<th>
3. soubor
</th>
<td>
<input type="file" name="upload[files][]">
</td>
</tr>
<tr>
<th>
4. soubor
</th>
<td>
<input type="file" name="upload[files][]">
</td>
</tr>
<tr>
<th>
5. soubor
</th>
<td>
<input type="file" name="upload[files][]">
</td>
</tr>
</tbody></table>
</div></div><a href="#">Is upload not working. Click here to switch to default upload.</a><a href="#">Is upload not working. Click here to switch to default upload.</a></div></td>
</tr>
<tr>
<th>&nbsp;</th>
<td><input type="submit" value="Save outlet" id="frmclocOutletFormExtended-ulozit" name="ulozit" class="submitRed buttonRedSave button"></td>
</tr>
</tbody></div></table>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment