clipbucket/upload/styles/cbv3/layout/blocks/comment.html
Arslan Hassan 5962836294 Added : template.php as template file
Added : function filters files replacing function hooks
Added : add_admin_menu a whole new function and replaced all existing functions with new
Added : New Admin Area with Bootstrap and new icons
Added : functions for widgets
Added : Sidebars and Widgets
2012-04-28 20:11:43 +00:00

32 lines
No EOL
1.7 KiB
HTML

<div class="comment row relative">
<div class="spanauto" align="center">
<img src="http://placehold.it/50x50" />
<div>
<div class="height5"></div>
<span class="badge badge-success">+2.1k</span>
</div>
</div>
<div class="span7 comment-text">
<h6>posted by username 4 days ago</h6>
<div class="height5"></div>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</div>
<div class="inlineBlock pull-right absolute comment-options" style="top:-13px; right: 0px;">
<div class="btn-toolbar">
<div class="btn-group">
<button class="btn btn-mini">Reply <i class="icon-reply icon-v3"></i></button>
<button class="btn btn-mini">Spam <i class="icon-fire"></i></button>
<button class="btn btn-danger btn-mini">Delete</button>
</div>
<div class="btn-group">
<button class="btn btn-mini"><i class="icon-like"></i></button>
<button class="btn btn-mini"><i class="icon-dislike"></i></button>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>