Taylohtio/SFG/Published/SFG Extracted/SFGDesignForm.aspx

24 lines
1.3 KiB
Plaintext

<%@ Assembly Name="SFG, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e571a78f081e36fc" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
<%@ Import Namespace="Microsoft.SharePoint" %>
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SFGDesignForm.aspx.cs" Inherits="SFG.SFGDesignForm"%>
<%@ Import Namespace="SFG" %>
<!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 id="Head1" runat="server">
<title>Design </title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="LabelTitle" runat="server" Text="Label"></asp:Label>
</div>
</form>
</body>
</html>