blob: cebdabc61da646bfa64028313a85e151ac596b50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<div class="portlet">
<h2 class="portlet-title">Latest comments</h2>
<div class="portlet-content">
<com:TBulletedList
ID="CommentList"
DisplayMode="HyperLink"
DataTextField="Content"
DataValueField="ID"
EnableViewState="false"
/>
</div><!-- end of portlet-content -->
</div><!-- end of portlet -->
|