<%@ Page language="c#" Codebehind="DETSample.aspx.cs" AutoEventWireup="false" Inherits="DataEntryTemplateSample.DETSample" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Data Entry Template Sample</title>
	</HEAD>
	<body>
		<!-- Add the attribute enctype="multipart/form-data" to the form to enable file submission-->
		<form id="DETSampleForm" method="post" runat="server">
			<table>
				<tr>
					<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:Label id="lblDETName" runat="server" Font-Bold="True">Data Entry Template Name</asp:Label></td>
				</tr>
				<tr>
					<td><asp:Panel id="pnlMain" runat="server"></asp:Panel></td>
				</tr>
				<tr>
					<td><asp:Label id="lblMessage" runat="server"></asp:Label></td>
				</tr>
				<tr>
					<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:Button id="btnCreateItem" runat="server" Text="Create Content Item"></asp:Button></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>
