52 lines
2.9 KiB
Smarty
52 lines
2.9 KiB
Smarty
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
|
<meta name="description" content="coppertopia.net - A Steampunk Chat RP Website" />
|
||
|
<meta content="coppertopia.net - A Steampunk Chat RP Website" property="og:title" />
|
||
|
<meta name="keywords" content="steampunk roleplay rp chat vintage cyo choose your own freeflow" />
|
||
|
<meta name="author" content="becast.at" />
|
||
|
<meta content="coppertopia.net" property="og:site_name" />
|
||
|
<link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196">
|
||
|
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
|
||
|
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
|
||
|
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||
|
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||
|
<link type="text/css" rel="stylesheet" href="{$path}themes/coppertopia/css/style.css?id=914127384" media="screen,projection" />
|
||
|
<link rel="stylesheet" href="/js/odo/odometer-theme-minmal.css" />
|
||
|
<link href="//chat.coppertopia.net/" rel="Chat"/>
|
||
|
<link href="//forum.coppertopia.net/" rel="Forum"/>
|
||
|
<script src="/js/odo/odometer.min.js"></script>
|
||
|
{$meta}
|
||
|
<title>{$titleaddon}{$sitetitle}</title>
|
||
|
</head>
|
||
|
<body id="body_1" style="background: #F3E4C8;">
|
||
|
{if $nrep!="" || $rep!=""}
|
||
|
<div id="accordion">
|
||
|
{foreach from=$nrep item=nrp}
|
||
|
<h5 style="background:none;background-color:#810000;">{$nrp.date} - <a class="user" href="//chat.coppertopia.net/profile/{$nrp.name}">{$nrp.name}</a> (<a class="user" href="//forum.coppertopia.net/user-{$nrp.cpid}.html">{$nrp.cname}</a>) by <a class="user" href="//forum.coppertopia.net/user-{$nrp.fuid}.html">{$nrp.username}</a></h5>
|
||
|
<div>
|
||
|
<p>
|
||
|
{$nrp.reason}
|
||
|
</p>
|
||
|
<span style="float:left"><a id="{$nrp.rid}" class="seen"><img style="border:none;" src="/themes/coppertopia/images/icons/eye.png"></a>
|
||
|
<a id="{$nrp.rid}" class="delete" ><img style="border:none;" src="/themes/coppertopia/images/icons/delete.png"></a>
|
||
|
</span>
|
||
|
</div>
|
||
|
{/foreach}
|
||
|
{foreach from=$rep item=rp}
|
||
|
<h5 style="background:none;background-color:#80CB80;">{$rp.date} - <a class="user" href="//chat.coppertopia.net/profile/{$rp.name}">{$rp.name}</a> (<a class="user" href="//forum.coppertopia.net/user-{$rp.cpid}.html">{$rp.cname}</a>) by <a class="user" href="//forum.coppertopia.net/user-{$rp.fuid}.html">{$rp.username}</a></h5>
|
||
|
<div>
|
||
|
<p>
|
||
|
{$rp.reason}
|
||
|
</p>
|
||
|
<span style="float:left"><a id="{$rp.rid}" class="unseen"><img style="border:none;" src="/themes/coppertopia/images/icons/tick.png"></a>
|
||
|
<a id="{$rp.rid}" class="delete" ><img style="border:none;" src="/themes/coppertopia/images/icons/delete.png"></a>
|
||
|
</span>
|
||
|
</div>
|
||
|
{/foreach}
|
||
|
</div>
|
||
|
{else}
|
||
|
No reports for this user.
|
||
|
{/if}
|