adu2002hn Thành viên [Off] [#] (25.09.2018 / 20:19) Buồn... |
{% macro tiento(ten,time) %} <script language="javascript" type="text/javascript">t="{{time}}";h=t.search("gi");m=t.search("ph");n=t.search("V");if (((h!=-1)&&(n!=-1))||((m!=-1)&&(t.length==13))){document.write("<b><font color=\"darkgreen\">");}</script> <script language="javascript" type="text/javascript"> pic = new Array('<span class="tiento" style="background:red">','<span class="tiento" style="background:green">','<span class="tiento" style="background:olive">','<span class="tiento" style="background:blue">','<span class="tiento" style="background:lightgreen">','<span class="tiento" style="background:gray">','<span class="tiento" style="background:silver">','<span class="tiento" style="background:yellow">','<span class="tiento" style="background:orange">','<span class="tiento" style="background:violet">','<span class="tiento" style="background:darkorange">','<span class="tiento" style="background:darkviolet">','<span class="tiento" style="background:darkgray">'); n=Math.floor(Math.random() * 13); ten='{{ten}}'; dau=ten.indexOf('['); cuoi=ten.indexOf(']'); g=cuoi-(-1); tiento=ten.substring(dau,g); m=dau-cuoi; if((m!=0)&&(tiento.length<20)){ a=tiento.replace(']','</span> '); b=a.replace('[',pic[n]); ten=ten.replace(tiento,b);} document.write(ten);</script> <script language="javascript" type="text/javascript">t="{{time}}";h=t.search("gi");m=t.search("ph");n=t.search("V");if (((h!=-1)&&(n!=-1))||((m!=-1)&&(t.length==13))){document.write("</font></b>");}</script> {% endmacro %}
{% import 'functions.twig' as m %} {{m.tiento(ten,time)}}
{% macro tiento(title) %} {% set sub=title|split(']')|first|split('[')|last|raw %} {% set after=title|split(']',2)|last|raw %} {% if sub != after %}{{random(['<span class="tiento" style="background:red">','<span class="tiento" style="background:green">','<span class="tiento" style="background:olive">','<span class="tiento" style="background:blue">','<span class="tiento" style="background:lightgreen">','<span class="tiento" style="background:gray">','<span class="tiento" style="background:silver">','<span class="tiento" style="background:gold">','<span class="tiento" style="background:orange">','<span class="tiento" style="background:violet">','<span class="tiento" style="background:darkorange">','<span class="tiento" style="background:darkviolet">','<span class="tiento" style="background:darkgray">'])|raw}}{{sub|raw}}</span> {{after|raw}}{% else %}{{after|raw}}{% endif %} {% endmacro %}
{% import 'functions.twig' as m %} {{m.tiento(ten)}}
.tiento { padding: 1px 9px 2px; font-size: 12.025px; font-weight: bold; white-space: nowrap; color: #ffffff; background-color: #999999; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } .tiento:hover { color: #ffffff; text-decoration: none; cursor: pointer; }