Created
April 27, 2010 01:52
-
-
Save lantins/380218 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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