View file modules/surfing/plugins/list.php

File size: 1.07Kb
<?php

$surf_list = "
<a ajax='no' href='/services/surfing/?id=".$list['ID']."' target='_blank'>
<div class='list-menu hover'>
<span style='color: white; background-color: #4DBB55; border-radius: 100%; display: inline-block; width: 38px; height: 38px; text-align: center; line-height: 38px; position: relative; top: 5px'>".icons('arrow-circle-right', 18, 'fa-fw')."</span>
<span style='position: relative; left: 7px; top: -5px'><img src='https://www.google.com/s2/favicons?domain=".tabs($list['LINK'])."' style='position: relative; top: 3px; right: 1px'> <b>".crop_text(tabs($list['LINK']),0,22)."</b></span>
<span class='info blue' style='float: right; position: relative; top: 1px'>".money(config('SURF_'.$list['TIME2']), 2)."</span>
<br />
<span style='font-size: 13px; position: relative; left: 46px; top: -8px; width: 220px; display: inline-block'>ID: ".$list['ID']." | <b>".$list['TIME2']." ".lg('сек.')."</b> | ".tabs($list['MESSAGE'])."</span>
<span style='float: right; position: relative; top: -4px'>".icons('eye', 14)." <small>".$list['EYE']."</small></span><br />
</div>
</a>
";