mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
16 lines
No EOL
786 B
HTML
16 lines
No EOL
786 B
HTML
<li>
|
|
<a href="_link_" class='liveLink liveLink__unique_id_' id="menuItemLiveLink__unique_id_" data-toggle="tooltip" title="_description_" data-placement="right" >
|
|
<div class="pull-left">
|
|
<img src="_user_photo_" class="img img-circle img-responsive" style="max-width: 38px;">
|
|
</div>
|
|
<div style="margin-left: 40px;">
|
|
<i class="fas fa-video"></i> <strong class="liveTitle">_title_</strong> <br>
|
|
<span class="label label-success liveUser">_user_identification_</span> <span class="label label-danger liveNow faa-flash faa-slow animated ">LIVE NOW</span>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$('#liveLink_unique_id_').tooltip({html:true});
|
|
});
|
|
</script> |