Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ Page Language="C#" ViewStateMode="Enabled" AutoEventWireup="true" CodeBehind="Editor.aspx.bak1.aspx.cs" Inherits="WebApplication1.Editor" culture="auto" meta:resourcekey="PageResource1" uiculture="auto" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
- <title></title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div id="main-wrap">
- <asp:Label ID="lblModelnaamNaInvoer" runat="server" Font-Size="X-Large"></asp:Label>
- <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
- <asp:MultiView ID="mv1" runat="server" ActiveViewIndex="0"
- >
- <asp:View ID="mv1empty" runat="server">
- </asp:View>
- <asp:View ID="view1" runat="server" >
- <asp:ListBox ID="lstModellen" runat="server" Width="900px"
- onselectedindexchanged="lstModellen_SelectedIndexChanged"
- AutoPostBack="True" ViewStateMode="Enabled" ></asp:ListBox>
- <div class="div-links">
- <asp:Label ID="lblModelnaam" runat="server" Text="Modelnaam:"></asp:Label>
- <br />
- <asp:Label ID="lblOmschrijving" runat="server" Text="Omschrijving:"></asp:Label>
- <br />
- <asp:Label ID="lblTaal" runat="server" Text="Taal:"></asp:Label>
- </div>
- <div class="div-rechts">
- <asp:TextBox ID="txtModel" runat="server" Width="280px"></asp:TextBox>
- <br />
- <asp:TextBox ID="txtOmschrijving" runat="server" Width="280px"></asp:TextBox>
- <br />
- <asp:TextBox ID="txtTaal" runat="server"></asp:TextBox>
- </div>
- <div class="buttons">
- <asp:Button ID="Button1" runat="server" Text="Edit"
- onclick="btnModelOpslaan_Click" Width="130px"/>
- </div>
- </asp:View>
- </asp:MultiView>
- <br /><br /><br />
- <br /><br /><br />
- <%--<asp:Label ID="lblDomeinNaInvoer" runat="server" Text="Huidig Domein:" Font-Size="X-Large"></asp:Label>--%>
- <asp:MultiView ID="mv2" runat="server" ActiveViewIndex="0">
- <asp:View ID="mv2empty" runat="server">
- </asp:View>
- <asp:View id="view2" runat="server">
- <asp:ListBox ID="lstDomeinen" runat="server" Width="900px"></asp:ListBox>
- <div class="div-links">
- <asp:Label ID="lblDomeinnaam" runat="server" Text="Domeinnaam:"></asp:Label>
- <br />
- <asp:Label ID="lblDomeinScoreModel" runat="server" Text="Criteria scoremodel:"></asp:Label>
- <br />
- <asp:Label ID="lblDomeinWegingsModel" runat="server" Text="Criteria wegingsmodel:"></asp:Label>
- <br />
- <asp:Label ID="lblDomeinomschrijving" runat="server" Text="Domeinomschrijving:"></asp:Label>
- </div>
- <div class="div-rechts">
- <asp:TextBox ID="txtDomeinNaam" runat="server"></asp:TextBox>
- <br />
- <asp:TextBox ID="txtSchaalMin" runat="server"></asp:TextBox>
- <asp:TextBox ID="txtSChaalMax" runat="server"></asp:TextBox>
- <br />
- <asp:TextBox ID="txtWegingMin" runat="server"
- meta:resourcekey="txtWegingMinResource1"></asp:TextBox>
- <asp:TextBox ID="txtWegingMax" runat="server"></asp:TextBox>
- <br />
- <asp:TextBox ID="txtDomeinOmschrijving" runat="server"></asp:TextBox>
- </div>
- <div class="buttons">
- <asp:Button ID="btnDomeinOpslaan" runat="server" Text="Opslaan"
- onclick="btnDomeinOpslaan_Click" Width="130px" />
- </div>
- </asp:View>
- </asp:MultiView>
- <br /><br /><br />
- <br /><br /><br />
- <asp:MultiView ID="mv3" runat="server" ActiveViewIndex="0">
- <asp:View ID="mv3empty" runat="server">
- </asp:View>
- <asp:View id="view3" runat="server">
- <asp:ListBox ID="lstCriteria" runat="server" Width="900px"></asp:ListBox>
- <div class="div-links">
- <asp:Label ID="lblCriteriumNaam" runat="server" Text="Criteriumnaam:"></asp:Label>
- </div>
- <div class="div-rechts">
- <asp:TextBox ID="txtCriteriumNaam" runat="server" Width="280px"></asp:TextBox>
- </div>
- <div class="buttons">
- <asp:Button ID="btnCriteriumToevoegen" runat="server" Text="Nog toevoegen"
- onclick="btnToevoegen_Click" Width="130px" />
- <asp:Label ID="lblCritCount" runat="server"></asp:Label>
- <br />
- <asp:Button ID="btnCritKlaar" runat="server" Text="Klaar" Width="130px"
- onclick="btnKlaar_Click"/>
- </div>
- </asp:View>
- </asp:MultiView>
- </div><%--div wrapper--%>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment