Files
dn42-pingfinder/sm/templates/layout.tpl
Xuu at Sour.is 4d3fbe0c22 chore: bugfixes
2022-11-06 07:17:24 -07:00

39 lines
1.2 KiB
Smarty

<html>
<head>
<meta charset="UTF-8">
{block name=meta}{/block}
<title>DN42 PingFinder</title>
<link href="/css/bootstrap.min.css" rel="stylesheet" integrity='sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7'>
<link href="/css/peerfinder.css" rel="stylesheet" integrity='sha384-ZsT4S9156eA60lsB4aOfffKowiaZ0NG7gIQfgIfGoxT6FxFocYH39kZgYaeZCvql'>
</head>
<body>
<div class="container-fluid">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/peers">Home</a></li>
<li role="presentation"><a href="/peers/status">Status</a></li>
<li role="presentation"><a href="//util.sour.is/peer">Sign up/Manage</a></li>
<li role="presentation"><a href="//git.dn42.dev/dn42/pingfinder/src/master/clients">Scripts</a></li>
</ul>
</nav>
<h3 class="text-muted">DN42 PeerFinder</h3>
</div>
</div>
{block name=container}
<div class=container>
{block name=content}{/block}
</div>
{/block}
<div class=container>
<h2>JSON Output</h2>
<pre style="background:#222; color:#ddd; height: 20em; font-size: 65%">{$o|json_encode:128|escape}</pre>
</div>
</body>
</html>