torrentpier/styles/templates/default/viewtopic_attach_guest.tpl
Roman Kelesidis eeb391da6a
misc: Minor improvements (#1876)
* misc: Minor improvements

* Update viewprofile.php

* Update viewprofile.php

* Update functions.php

* Update filelist.php

* Revert "Update filelist.php"

This reverts commit e5eb9a6b3f.

* Update .cliffignore

* Updated

* Update viewtopic_attach_guest.tpl
2025-04-16 13:40:36 +03:00

14 lines
773 B
Smarty

<!-- IF postrow.IS_FIRST_POST -->
<div>
<fieldset class="attach">
<legend>{L_DOWNLOAD}</legend>
<h1 class="attach_link"><a href="{U_REGISTER}" style="color: brown;">{L_DOWNLOAD_INFO}</a></h1>
<p id="guest-dl-tip" class="attach_comment med">
<a href="{#FILELIST_URL#}{TOPIC_ID}" target="_blank" class="med"><b>{L_BT_FLIST_LINK_TITLE}</b></a> &middot;
<a href="{$bb_cfg['how_to_download_url_help']}" class="med"><b>{L_HOW_TO_DOWNLOAD}</b></a> &middot;
<a href="{$bb_cfg['what_is_torrent_url_help']}" class="med"><b>{L_WHAT_IS_A_TORRENT}</b></a> &middot;
<a href="{$bb_cfg['ratio_url_help']}" class="med"><b>{L_RATINGS_AND_LIMITATIONS}</b></a><br/>
</p>
</fieldset>
</div>
<!-- ENDIF -->