<%@page language="abap" %>
<%@extension name="htmlb" prefix="htmlb" %>
<htmlb:content design="design2003" >
<htmlb:page title="Flugliste " >
<htmlb:form>
<htmlb:textView text="Flugliste" />
<htmlb:tableView id = "tv1"
headerText = "Flugliste"
headerVisible = "true"
design = "alternating"
visibleRowCount = "8"
fillUpEmptyRows = "true"
table = "<%= flighttab %>" />
<htmlb:button id = "Back"
text = "Zurück"
onClick = "onInputProcessing()" />
<htmlb:button id = "Exit"
text = "Beenden"
onClick = "onInputProcessing()" />
</htmlb:form>
</htmlb:page>
</htmlb:content>