PageRenderTime 44ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/api/TagMiniView.aspx

#
ASP.NET | 17 lines | 16 code | 1 blank | 0 comment | 0 complexity | ecc7cfa44545d8c495e0281b650b49b7 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TagMiniView.aspx.cs" Inherits="Api.TagMiniView" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title>Tag View</title>
  6. <link href="../api/wlw.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <form id="form1" runat="server">
  10. <div>
  11. <h1>Tags</h1>
  12. <blog:TagCloud ID="TagCloud1" MinimumPosts="1" TagCloudSize="-1" runat="server" />
  13. </div>
  14. </form>
  15. </body>
  16. </html>