6 ←Serving Lunch with Dyalog APL · Jersie Data ApS · Dyalog '08→ 8

The .aspx file:


<%@Page Language="apl" Inherits="net" src="fb.dws" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<asp:Label id="sidestil" runat="server" />
<asp:Label id="sidetitel" runat="server" />
</head>
<body>
<form runat="server">
<table id="t1">
<tr><td colspan="4" id="topfarve"><asp:Label id="overskrift" runat="server" /><asp:Label id="overskriftprint" runat="server" /></td></tr>
<tr><td colspan="4" class="tl"><div class="menu"><asp:Label id="menuen" runat="server" /></div></td></tr>
<tr>
<td id="ts">
<asp:Label id="sidestreg" runat="server" />
</td>
<td class="vside">
<div class="m15">
<asp:Label id="velkommen" runat="server" />
<asp:Label id="brugernummer" runat="server" />
<asp:Label id="drifttest" runat="server" />
<asp:Label id="svar" runat="server" ForeColor="red" />
<table><tr><td class="t0">
<asp:Label id="brugernavn" runat="server" text="Nr.:" />
</td><td class="t0">
<asp:TextBox id="loginnavn" runat="server" columns="8" width="60px" />
</td></tr><tr><td class="t0">
<asp:Label id="brugerkode" runat="server" text="Kode:" />
</td><td class="t0">
<asp:TextBox id="loginkode" runat="server" TextMode="PassWord"  columns="8" width="60px" />
</td></tr>
</table>
<asp:Button id="logind" Text="Log ind" runat="server" OnClick="LogInd" />
<asp:Label id="loginsvar" runat="server" ForeColor="red" />
</div>
<asp:Label id="venstremenu" runat="server" />
<asp:Label id="findsmiley" runat="server" />
<asp:Label id="venstrebillede" runat="server" />
</td>
<td id="tdmidt">
<div id="midtetop" runat="server" visible="false" >
<asp:Label id="topsvar" runat="server" />
<asp:Button id="topknap" runat="server" Visible="False" OnClick="MidteKnap" />
</div>
<div id="svarmit">
<asp:Label id="mitsvar" runat="server" />
</div>
<div id="midten" runat="server">
<asp:Label id="absvar" runat="server" />
<asp:Label id="midte" runat="server" />
<asp:TextBox id="midtefelt" runat="server" Visible="False" />
<asp:Label id="midte2" runat="server" />
<asp:TextBox id="midtefelt2" runat="server" Visible="False" />
<asp:Label id="midte3" runat="server" />
<asp:CheckBoxList id="varer" runat="server" repeatcolumns="2" cellpadding="6" Visible="False"  />
<asp:RadioButtonList id="radio" runat="server" RepeatLayout="Flow" Visible="False"  />
<asp:TextBox id="loginkode2" runat="server" TextMode="PassWord"  columns="8" width="60px" Visible="False" />
<asp:Label id="midte3b" runat="server" />
<asp:TextBox id="midtefelt3" runat="server" Visible="False" />
<asp:Label id="midte3c" runat="server" />
<asp:TextBox id="midtemulti" runat="server"  TextMode="MultiLine"  Columns="30" Rows="10"  Visible="False" />
<asp:Label id="midte3d" runat="server" />
<asp:CheckBox id="valgttilfra" runat="server"  Visible="False" />
<asp:Label id="midte4" runat="server" />
<asp:DropDownList id="liste1" runat="server" Visible="False" />
<asp:Label id="midte4b" runat="server" />
<asp:TextBox id="midtefelt4" runat="server" Visible="False" />
<asp:DropDownList id="liste4" runat="server" Visible="False" />
<asp:CheckBoxList id="cbl4" runat="server" repeatcolumns="4" cellpadding="6" Visible="False"  />
<asp:Label id="midte5" runat="server" />
<asp:CheckBox id="tilfra2" runat="server"  Visible="False" />
<asp:Label id="midte5a" runat="server" />
<asp:DropDownList id="liste2" runat="server" Visible="False" />
<asp:CheckBoxList id="ugedage" runat="server" repeatcolumns="9" cellpadding="6" Visible="False"  />
<asp:Label id="midte6" runat="server" />
<asp:TextBox id="midtefelt6" runat="server" Visible="False" />
<asp:CheckBox id="tilfra3" runat="server"  Visible="False" />
<asp:Label id="midte7" runat="server" />
<asp:TextBox id="midtefelt7" runat="server" Visible="False" />
<asp:DropDownList id="liste3" runat="server" Visible="False" />
<asp:Label id="midte8" runat="server" />
<asp:Button id="midteknap" runat="server" Visible="False" OnClick="MidteKnap" />
<asp:Label id="midtesvar" runat="server" ForeColor="red" />
<asp:Label id="midte9" runat="server" />
<asp:Label id="midte10" runat="server" />
<asp:Label id="midtebund" runat="server" />
<asp:Label id="bund2" runat="server" />
<asp:Label id="hertil" runat="server" Text="1" Visible="False" />
</div>
<asp:Label id="tilbage" runat="server" />
<asp:Label id="bredside" runat="server" />
</td><td class="hside">
<div class="hoejre"> 
<asp:Label id="hoejremenu" runat="server" />
</div>
<asp:Label id="hoejrebillede" runat="server" />
</td></tr>
<tr><td colspan="4" class="buli"><asp:Label id="bundskrift" runat="server" /></td></tr>
</table>
<asp:Label id="idxid" runat="server" Visible="False" />
</form>
</body>
</html>