9 lines
457 B
Plaintext
9 lines
457 B
Plaintext
<%@ Page Title="MPADM | Login" Language="C#" MasterPageFile="~/WebMasterPages/MoonPro.master" AutoEventWireup="true" Inherits="ES3.login" Codebehind="login.aspx.cs" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_login.ascx" TagName="mod_login" TagPrefix="uc1" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
|
<div class="centerAll">
|
|
<uc1:mod_login ID="Mod_login1" runat="server" />
|
|
</div>
|
|
</asp:Content>
|