Skip to content

Instantly share code, notes, and snippets.

@hadrienl
Created November 29, 2011 14:26
Show Gist options
  • Save hadrienl/1404971 to your computer and use it in GitHub Desktop.
Save hadrienl/1404971 to your computer and use it in GitHub Desktop.
<form class="form_upload" id="io:yui_3_4_0_2_1322576704376_338">
<p>
<label>
<span id="yui_3_4_0_2_1322576704376_230">Upload :</span>
<input type="file" class="upload" name="file">
</label>
<button type="submit">
<span id="yui_3_4_0_2_1322576704376_259">Send</span>
</button>
</p></form>
<form class="{form_upload}">
<p>
<label>
{@publish~label.upload@}
<input type="file" class="{class_upload}" name="file" />
</label>
<button type="submit">{@publish~label.send@}</button>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment