Просмотр файла mch-lib/templates/blue/user/read.tpl

Размер файла: 1.06Kb
<div class="text"> Библиотека <small> - <a href="?id={$r_bi}">Назад</a> </small> </div>
<div class="ptext">
		<div class="f">
 		  <small>{$name} [{$date}] <br />
 		  Скачать: <a href="./out_txt.php?txt={$id}">txt</a>/<a href="./out_zip.php?zip={$id}">zip</a>/<a href="./out_jar.php?jar={$id}">jar</a>
 		  {if $author} <br /> Автор:  {$author} {/if}
 		  {if $original} <br /> Оригинал:  <a href="{$original}">{$original}</a> {/if} </small>
 		  <br /> <a href="?do=4&id={$id}">Комментарии</a> [{$comm}]
 		</div>
{if $names_g}
<div class="ptext2">
<small>Главы:</small> <br />
<a href="?do=1&id={$id}">К началу</a> <br />
  {section name=g loop=$names_g}
  <small> -
  {if $nl_g[g]}
  {$names_g[g]}
  {else}
  <a href="?do=1&pg={$ids_g[g]}&id={$id}">{$names_g[g]}</a>
  {/if}
  </small> <br />
  {/section}
  </div>
{/if}
{if $vfiles}
<div class="ptext2">
  <a href="?do=2&tid={$id}">Посмотреть прикрепленные к статье файлы</a> ({$fc})
</div>
{/if}

{$mfont1}

{$text}

{$mfont2}

</div>