- 03, May 2012
- #1
Нужно чтобы без нажатия на "больше информации" отображалась информация о торрент вложении
Вот скриншоты:
И есть html код этого шаблона:
И есть html код этого шаблона:
<a href="#" onclick="return toggle_collapse('tmoreinfo$myid')" ><FONT COLOR="#008B00">$vbphrase[vbtt_more_info]</font></a></td>
</tr>
<tr><td valign="top"><div id="freetorrent$attachment[attach]">$freetorrentbit</div></td><td><b>$vbphrase[vbtt_full_size]:</b> <span title="$attachment[size] $vbphrase[bytes]">$attachment[sizeformatted]</span>, <b>$vbphrase[vbtt_seeders]:</b> $attachment[seeders], <b>$vbphrase[vbtt_leechers]:</b> $attachment[leechers], <b>$vbphrase[vbtt_completed]:</b> $attachment[completed], <b>$vbphrase[vbtt_ulspeed]:</b> <if condition="$attachment[upspeedformatted]"><phrase 1="$attachment[upspeedformatted]">$vbphrase[vbtt_speed_formatted]</phrase><else />0</if>, <b>$vbphrase[vbtt_dlspeed]:</b> <if condition="$attachment[downspeedformatted]"><phrase 1="$attachment[downspeedformatted]">$vbphrase[vbtt_speed_formatted]</phrase><else />0</if><br />
<div id="collapseobj_tmoreinfo$myid" style="display:none;">
<div id="torrentfiles$myid" style="width: 100%;">
<table class="tborder" cellpadding="6" cellspacing="1" width="100%" border="0">
<tbody>
<tr>
<td class="tcat" width="100%">
<a href="#" style="float:right" onclick="yo_vbtt_ajax('torrentfiles', $myid,''); return false;" rel="nofollow">
<img id="collapseimg_torrentfiles$myid" src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif" alt="" border="0" title="$vbphrase[vbtt_show]" /></a>
<strong><a href="#top" onclick="yo_vbtt_ajax('torrentfiles', $myid,''); return false;" rel="nofollow" title="$vbphrase[vbtt_show]">$vbphrase[vbtt_files]</a></strong>
</td></tr></tbody>
</table>
</div>
<div id="torrentpeers$myid" style="width: 100%;">
<table class="tborder" cellpadding="6" cellspacing="1" width="100%" border="0">
<tbody>
<tr>
<td class="tcat" width="100%">
<a href="#" style="float:right" onclick="yo_vbtt_ajax('torrentpeers', $myid,''); return false;" rel="nofollow">
<img id="collapseimg_torrentpeers$myid" src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif" alt="" border="0" title="$vbphrase[vbtt_show]" /></a>
<strong><a href="#top" onclick="yo_vbtt_ajax('torrentpeers', $myid,''); return false;" rel="nofollow" title="$vbphrase[vbtt_show]">$vbphrase[vbtt_peerlist]</a></strong>
</td></tr></tbody>
</table>
</div>
<div id="torrentcompleted$myid" style="width: 100%;">
<table class="tborder" cellpadding="6" cellspacing="1" width="100%" border="0">
<tbody>
<tr>
<td class="tcat" width="100%">
<a href="#" style="float:right" onclick="yo_vbtt_ajax('torrentcompleted', $myid,''); return false;" rel="nofollow">
<img id="collapseimg_torrentcompleted$myid" src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif" alt="" border="0" title="$vbphrase[vbtt_show]" /></a>
<strong><a href="#top" onclick="yo_vbtt_ajax('torrentcompleted', $myid,''); return false;" rel="nofollow" title="$vbphrase[vbtt_show]">$vbphrase[vbtt_completedby]</a></strong>
</td></tr></tbody>
</table>
</div>
</div></td></tr><tr><td>
Я так понимаю что-то корректировать вот здесь:
<a href="#" onclick="return toggle_collapse('tmoreinfo$myid')" ><FONT COLOR="#008B00">$vbphrase[vbtt_more_info]</font></a></td>
</tr>