/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

  1. <%@ Control EnableViewState="false" Language="C#" AutoEventWireup="true" CodeFile="StaticPage.ascx.cs" Inherits="Controls_StaticPage" %>
  2. <div class="moduleTitle">
  3. <h1><asp:Literal ID="LitPageTitle" runat="server"></asp:Literal></h1>
  4. </div>
  5. <div class="moduleBody">
  6. <asp:Literal ID="LitPageContent" runat="server"></asp:Literal>
  7. </div>