Файл: sm_ff/RU/templates/SIMPLE/tools/punycodeconv/tpl_punycodeconv_t_r_add_row.tpl
Строк: 20
{* добавление строки в таблицу *}
<tr
onmouseover="DoHigl(this, 1)" onmouseout="DoHigl(this,
0)">
<td class="sth1" valign="center"
align="left" style="border-left: 1px solid #E3E4E8; width:
50%">
<label style="margin-left: 4px">
{$tool_object->GetResultValue('decode')} <a
title="Перейти на сайт (откроется в новом
окне)"
href="{$tool_object->CorrectLinkToProtocol($tool_object->GetResultValue('decode'))}"
target="_blank"><img
src="{$smarty.const.W_SITEPATH}img/items/target_link.png"></a>
</label>
</td>
<td class="sth1"
valign="center" align="left" style="border-right:
1px solid #E3E4E8; width: 50%">
<label
style="margin-left: 4px">
{$tool_object->GetResultValue('encode')}
</label>
</td>
</tr>
{literal}
<script
type="text/javascript">
$(function()
{ $("#tableresultsourceid").tablesorter();
});
</script>
{/literal}