@(tasks: List[TableTask]) @* Written by: Rohit Lakshmanatirthakatte *@ @* Tested by: Rohit Lakshmanatirthakatte *@ @* Debugged by: Rohit Lakshmanatirthakatte *@ @* This is the HTML/scala template that defines the Tables interface *@ @import helper._ @* Scala main function to start the template *@ @main("Restaurant Tables") { } {

List of Tables

Press "Create Table" to Create Restaurant Tables

@* Button to create a table *@ @form(routes.Tables.newTable()) { } @* Button to reset the numbering of tables *@ @form(routes.Tables.resetCount()) { } @* HTML code to refresh the page automatically every 20 seconds. *@ }