| <form name="update_work_items" enctype="multipart/form-data" method="post"> | |
| Update work items for a queue: <input name="queue_name"> | |
| <div> | |
| Work items: <input name="work_items"> | |
| High priority work items: <input name="high_priority_work_items"> | |
| </div> | |
| <div><input type="submit" value="Update Work Items"></div> | |
| </form> |