@(waiters: ArrayList[String]) @* Written by: Rohit Lakshmanatirthakatte *@ @* Tested by: Rohit Lakshmanatirthakatte *@ @* Debugged by: Rohit Lakshmanatirthakatte *@ @* This is the template for a portion of the Waiter Interface. *@ @* The ArrayList data structure contains a message to waiter *@ @* about an order when it is finished. *@ @import helper._ @* Main template begins here. *@ @main("Waiter Interface") { } {

Waiter Interface

@* The number of orders that are ready. *@

@waiters.size() orders are ready.

@* Lists a message about an order with order ID when order is completed. *@ @* HTML code to refresh the page automatically every 5 seconds. *@ }