mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Code re-formatting (#1071)
This commit is contained in:
parent
e1a7630cee
commit
951cebe815
2 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ if (isset($tor['creation date']) && is_numeric($tor['creation date'])) {
|
||||||
echo <<<EOF
|
echo <<<EOF
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="robots" content="index, follow">
|
<meta name="robots" content="index, follow">
|
||||||
<meta name="description" content="File list for topic - $topic_id">
|
<meta name="description" content="File list for topic - $topic_id">
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
<p class="small">{postrow.attach.tor_reged.FILESIZE}</p>
|
<p class="small">{postrow.attach.tor_reged.FILESIZE}</p>
|
||||||
<p style="padding-top: 6px;"><input id="tor-filelist-btn" type="button" class="lite" value="{L_FILELIST}" /></p>
|
<p style="padding-top: 6px;"><input id="tor-filelist-btn" type="button" class="lite" value="{L_FILELIST}" /></p>
|
||||||
<!-- IF postrow.attach.tor_reged.HASH_V2 -->
|
<!-- IF postrow.attach.tor_reged.HASH_V2 -->
|
||||||
<p><a href="{PAGE_URL}&filelist=1" title = "File hashes" target="_blank">...</a></p>
|
<p><a href="{PAGE_URL}&filelist=1" title = "File hashes | Detailed .torrent meta info" target="_blank">...</a></p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue