mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-07 13:59:07 +00:00
Empty commit
This commit is contained in:
parent
816f9b3de5
commit
f3aa53fe9f
@ -52,7 +52,7 @@ function head() {
|
|||||||
<? if($this->NewTorrent) { ?>
|
<? if($this->NewTorrent) { ?>
|
||||||
<p style="text-align: center;">
|
<p style="text-align: center;">
|
||||||
Your personal announce url is:<br />
|
Your personal announce url is:<br />
|
||||||
<input type="text" value="<?= ANNOUNCE_URL.'/'.$LoggedUser['torrent_pass'].'/announce'?>" size="71" onfocus="this.select()" />
|
<input type="text" value="<?= ANNOUNCE_URL.'/'.$LoggedUser['torrent_pass'].'/announce'?>" size="71" onclick="this.select()" readonly="readonly"/>
|
||||||
</p>
|
</p>
|
||||||
<? }
|
<? }
|
||||||
if($this->Error) {
|
if($this->Error) {
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<table cellpadding="5" id="report_<?=$ReportID?>">
|
<table cellpadding="5" id="report_<?=$ReportID?>">
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong><a href="<?=$Reference?>">Report</a></strong></td>
|
<td><strong><a href="<?=$Reference?>">Report #<?=$ReportID?></a></strong></td>
|
||||||
<td><strong><?=$Type['title']?></strong> was reported by <a href="user.php?id=<?=$SnitchID?>"><?=$SnitchName?></a> <?=time_diff($ReportedTime)?> <a href="reports.php?action=compose&to=<?=$SnitchID?>&reportid=<?=$ReportID?>&type=<?=$Short?>&thingid=<?=$ThingID?>">[Contact]</a></td>
|
<td><strong><?=$Type['title']?></strong> was reported by <a href="user.php?id=<?=$SnitchID?>"><?=$SnitchName?></a> <?=time_diff($ReportedTime)?> <a href="reports.php?action=compose&to=<?=$SnitchID?>&reportid=<?=$ReportID?>&type=<?=$Short?>&thingid=<?=$ThingID?>">[Contact]</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user