Skip to content

Instantly share code, notes, and snippets.

@estebanroblesluna
Created January 18, 2011 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save estebanroblesluna/784684 to your computer and use it in GitHub Desktop.
Save estebanroblesluna/784684 to your computer and use it in GitHub Desktop.
<h1>Picture Approval</h1>
<p>
The user: <b>${user}</b> wants the high definition version of the image <b>${imageName}</b>.
</p>
<p>
Do you approve this?
<select name="approvalConfirmed">
<option value="true">Yes</option>
<option value="false">No</option>
</select>
<input type="hidden" name="approvalConfirmed_type" value="Boolean" />
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment