PageRenderTime 55ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/widgets/Calendar/widget.ascx

#
ASP.NET | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | f2cde74c7f1a989059a630846a13a4e4 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="widget.ascx.cs" Inherits="Widgets.Calendar.Widget" %>
  2. <%@ Import Namespace="BlogEngine.Core" %>
  3. <div style="text-align: center">
  4. <blog:PostCalendar ID="PostCalendar1" runat="Server" NextMonthText=">>" DayNameFormat="FirstTwoLetters"
  5. FirstDayOfWeek="monday" PrevMonthText="<<" CssClass="calendar" BorderWidth="0"
  6. WeekendDayStyle-CssClass="weekend" OtherMonthDayStyle-CssClass="other" UseAccessibleHeader="true"
  7. EnableViewState="false" />
  8. <br />
  9. <a href="<%=Utils.AbsoluteWebRoot %>calendar/default.aspx"><%=Resources.labels.viewLargeCalendar %></a>
  10. </div>