12 lines
498 B
Plaintext
12 lines
498 B
Plaintext
<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="WebLCP.About" %>
|
|
|
|
<%@ Register Src="~/WUC/mod_about.ascx" TagPrefix="uc1" TagName="mod_about" %>
|
|
<%@ Register Src="~/WUC/tmp_WIP.ascx" TagPrefix="uc1" TagName="tmp_WIP" %>
|
|
|
|
|
|
|
|
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:mod_about runat="server" ID="mod_about" />
|
|
<uc1:tmp_WIP runat="server" ID="tmp_WIP" />
|
|
</asp:Content>
|