video-template-3
This commit is contained in:
16
code/app/home/view/videoBoKu/public/video-list-phb.html
Normal file
16
code/app/home/view/videoBoKu/public/video-list-phb.html
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
<li>
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<?php $key ++ ?>
|
||||
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">
|
||||
<span class="pull-right text-muted hidden-md">{$Video.v_remarks} </span>
|
||||
<span class='badge badge-radius
|
||||
{eq name="$key" value="1"}badge-first {/eq}
|
||||
{eq name="$key" value="2"}badge-second {/eq}
|
||||
{eq name="$key" value="3"}badge-third {/eq}'
|
||||
'>{$key}</span>
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user