/pigeoncms/Modules/PigeonCms.StaticPage/views/StaticPage.ascx
http://pigeoncms.googlecode.com/ · ASP.NET · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · c5e6267a6ca87fa5afaf91e84972774b MD5 · raw file
- <%@ Control EnableViewState="false" Language="C#" AutoEventWireup="true" CodeFile="StaticPage.ascx.cs" Inherits="Controls_StaticPage" %>
- <div class="moduleTitle">
- <h1><asp:Literal ID="LitPageTitle" runat="server"></asp:Literal></h1>
- </div>
- <div class="moduleBody">
- <asp:Literal ID="LitPageContent" runat="server"></asp:Literal>
- </div>