PageRenderTime 45ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/widgets/Twitter/widget.ascx

#
ASP.NET | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | 06f151ca5d902dbff3bebe31341b640e 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.Twitter.Widget" %>
  2. <asp:Repeater runat="server" ID="repItems" OnItemDataBound="RepItemsItemDataBound">
  3. <ItemTemplate>
  4. <img src="<%=BlogEngine.Core.Utils.RelativeWebRoot %>widgets/Twitter/twitter.ico" alt="Twitter" />
  5. <asp:Label runat="server" ID="lblDate" style="color:gray" /><br />
  6. <asp:Label runat="server" ID="lblItem" /><br /><br />
  7. </ItemTemplate>
  8. </asp:Repeater>
  9. <asp:HyperLink runat="server" ID="hlTwitterAccount" Text="<%$Resources:labels, followTwitter %>" rel="me" />