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