Файл: templates/web/viewtopic_attach_body.tpl
Строк: 21
<!-- BEGIN attach -->
<hr/>
<!-- BEGIN denyrow
-->
{postrow.attach.denyrow.L_DENIED}<br/>
<!-- END denyrow
-->
<!-- BEGIN cat_images -->
<div
align="center">
<span
class="cattitle">{L_DESCRIPTION}:</span>
{postrow.attach.cat_images.COMMENT}<br/>
{postrow.attach.cat_images.S_UPLOAD_IMAGE}
<img src="{postrow.attach.cat_images.IMG_SRC}"
alt="{postrow.attach.cat_images.DOWNLOAD_NAME}"/><br/>
{L_FILESIZE}:
{postrow.attach.cat_images.FILESIZE}
{postrow.attach.cat_images.SIZE_VAR}
{postrow.attach.cat_images.L_DOWNLOADED_VIEWED}
{postrow.attach.cat_images.L_DOWNLOAD_COUNT}
</div>
<!-- END
cat_images -->
<!-- BEGIN cat_thumb_images -->
<div
align="center">
<span
class="cattitle">{L_DESCRIPTION}:</span>
{postrow.attach.cat_thumb_images.COMMENT}<br/>
<a
href="{postrow.attach.cat_thumb_images.IMG_SRC}"
target="_blank"><img
src="{postrow.attach.cat_thumb_images.IMG_THUMB_SRC}"
alt="{postrow.attach.cat_thumb_images.DOWNLOAD_NAME}"
border="0" /></a><br/>
{L_FILESIZE}: {postrow.attach.cat_thumb_images.FILESIZE}
{postrow.attach.cat_thumb_images.SIZE_VAR}
{postrow.attach.cat_thumb_images.L_DOWNLOADED_VIEWED}:
{postrow.attach.cat_thumb_images.L_DOWNLOAD_COUNT}
</div>
<!--
END cat_thumb_images -->
<!-- BEGIN attachrow -->
<div
class="row1"><ul
class="linklist">
<li><span
class="cattitle">{L_FILENAME}:</span>
{postrow.attach.attachrow.DOWNLOAD_NAME}<br/>
<span
class="cattitle">{L_DESCRIPTION}:</span>
{postrow.attach.attachrow.COMMENT}</li>
<li>{postrow.attach.attachrow.S_UPLOAD_IMAGE}
<a href="{postrow.attach.attachrow.U_DOWNLOAD_LINK}"
class="cattitle">{L_DOWNLOAD}</a></li></ul></div>
<div
class="row1"><ul
class="linklist"><li>{L_FILESIZE}:
{postrow.attach.attachrow.FILESIZE}
{postrow.attach.attachrow.SIZE_VAR}</li>
<li>{postrow.attach.attachrow.L_DOWNLOADED_VIEWED}
{postrow.attach.attachrow.L_DOWNLOAD_COUNT}</li></ul></div>
<!--
END attachrow -->
<!-- END attach -->
<!-- BEGIN noaccess
-->
<hr/>
Чтобы скачать вложение
необходимо <a
href="{U_LOGIN_LOGOUT}">Авторизоваться</a>
<!--
END noaccess -->