<%@ Page Language="vb" AutoEventWireup="false" Codebehind="DETSample.aspx.vb" Inherits="DataEntryTemplateSampleVB.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>
