Skip to content

Instantly share code, notes, and snippets.

@lantins
Created April 27, 2010 01:52
Show Gist options
  • Select an option

  • Save lantins/380218 to your computer and use it in GitHub Desktop.

Select an option

Save lantins/380218 to your computer and use it in GitHub Desktop.
<form action="/web-hooks/queue" method="post">
<table border="0" class="details form">
<tr>
<th width="150px">Serial Number:</th>
<td width="450px" class="input"><input type="text" name="serial_number" value="<%= @serial_number %>"></td>
</tr>
<tr>
<th>API User ID:</th>
<td class="input"><input type="text" name="api_user_id" value="<%= @api_user_id %>"></td>
</tr>
<tr>
<th>Start Date:</th>
<td class="input"><input type="text" name="start_date" id="start_date" value="<%= @start_date %>"></td>
</tr>
<tr>
<th>End Date:</th>
<td class="input"><input type="text" name="end_date" id="end_date" value="<%= @end_date %>"></td>
</tr>
<tr>
<td colspan="2" class="clear input boxed">
<div class="buttons">
<button type="submit">Queue</button>
</div>
</td>
</tr>
</table>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment