updated 0l.de links
This commit is contained in:
parent
6200c4fe70
commit
a9eae607a2
3 changed files with 9 additions and 8 deletions
|
@ -37,7 +37,7 @@ if (isAuthentificated()) {
|
|||
?>
|
||||
|
||||
<div id="admin">
|
||||
<div style="float: right;"><a href="http://0l.de"><img src="../images/nulll_small.png" alt="/dev/nulll" /></a></div>
|
||||
<div style="float: right;"><a href="http://dev.0l.de"><img src="../images/nulll_small.png" alt="/dev/nulll" /></a></div>
|
||||
<h1>Tiny DNS & URL</h1>
|
||||
<h3>Administration interface</h3>
|
||||
<p>by <a href="http://www.steffenvogel.de">Steffen Vogel</a></p>
|
||||
|
@ -48,12 +48,13 @@ if (isAuthentificated()) {
|
|||
<li>get: <a href="get?data=hosts">hosts</a>, <a href="get?data=records">records</a>, <a href="get?data=uris">uris</a>, <a href="get?data=logs">logs</a>, <a href="get?data=queries">queries</a></li>
|
||||
<li><a href="parse">parse</a></li>
|
||||
<li><a href="sync">sync</a></li>
|
||||
<li>stats: <a href="stats/hosts.php">hosts</a>, <a href="stats/types.png">types</a></li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
<a href="/expert">expert mode</a> -
|
||||
<a href="http://0l.de/projects/sddns/usage">usage</a> -
|
||||
<a href="http://0l.de/projects/sddns">wiki</a> -
|
||||
<a href="http://dev.0l.de/projects/sddns/usage">usage</a> -
|
||||
<a href="http://dev.0l.de/projects/sddns">wiki</a> -
|
||||
<a href="javascript:u='http://d.0l.de/add.html?type=URL&rdata='+encodeURIComponent(location.href);h=encodeURIComponent(window.getSelection().toString().replace(/[\s\x21\x22\x23$
|
||||
<a href="javascript:installSearchEngine('<?php echo $site['url']; ?>/opensearch.xml');">search plugin</a>
|
||||
<address><?php echo $_SERVER['SERVER_SIGNATURE']; ?></address>
|
||||
|
|
|
@ -41,7 +41,7 @@ $checkedType = (isset($_REQUEST['type'])) ? $_REQUEST['type'] : $config['sddns']
|
|||
|
||||
?>
|
||||
<div id="expert">
|
||||
<div style="float: right;"><a href="http://0l.de"><img src="images/nulll_small.png" alt="/dev/nulll" /></a></div>
|
||||
<div style="float: right;"><a href="http://dev.0l.de"><img src="images/nulll_small.png" alt="/dev/nulll" /></a></div>
|
||||
<h1>Tiny DNS & URL</h1>
|
||||
<h3>Expert interface</h3>
|
||||
<p>by <a href="http://www.steffenvogel.de">Steffen Vogel</a></p>
|
||||
|
@ -119,8 +119,8 @@ $checkedType = (isset($_REQUEST['type'])) ? $_REQUEST['type'] : $config['sddns']
|
|||
<a href="/simple">simple mode</a> -
|
||||
<?php if (isAuthentificated()) echo '<a href="/admin">admin</a> - '; ?>
|
||||
<?php if (!isAuthentificated()) echo '<a href="/login">login</a> - '; ?>
|
||||
<a href="http://0l.de/projects/sddns/usage">usage</a> -
|
||||
<a href="http://0l.de/projects/sddns">wiki</a> -
|
||||
<a href="http://dev.0l.de/projects/sddns/usage">usage</a> -
|
||||
<a href="http://dev.0l.de/projects/sddns">wiki</a> -
|
||||
<a href="javascript:u='http://d.0l.de/add.html?type=URL&rdata='+encodeURIComponent(location.href);h=encodeURIComponent(window.getSelection().toString().replace(/[\s\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2A\x2B\x2C\x2E\x2F\x3A\x3B\x3C\x3D\x3F\x40\x5B\x5C\x5D\x5E\x5F\x60\x7B\x7C\x7C\x7D\x7E]+/gi,'-').replace(/^\-+/,'').replace(/\-+$/,''));if(!h){h=prompt('Subdomain','');}if(h){u+='&host='+h;}location.href=u">bookmarklet</a> -
|
||||
<a href="javascript:installSearchEngine('<?php echo $site['url']; ?>/opensearch.xml');">search plugin</a>
|
||||
<address><?php echo $_SERVER['SERVER_SIGNATURE']; ?></address>
|
||||
|
|
|
@ -30,7 +30,7 @@ $output = Output::start('html');
|
|||
<div id="simple">
|
||||
|
||||
<header>
|
||||
<a href="http://0l.de"><img src="images/nulll_small.png" alt="/dev/nulll" /></a>
|
||||
<a href="http://dev.0l.de"><img src="images/nulll_small.png" alt="/dev/nulll" /></a>
|
||||
<h1>Tiny DNS & URL</h1>
|
||||
</header>
|
||||
|
||||
|
@ -64,7 +64,7 @@ if (!isAuthentificated()) {
|
|||
</form>
|
||||
|
||||
<footer>
|
||||
<p>by <a href="http://www.steffenvogel.de">Steffen Vogel</a> - <a href="expert">expert mode</a> - <a href="http://0l.de/projects/sddns/usage">usage help</a> - <a href="javascript:installSearchEngine('<?php echo $site['url']; ?>/opensearch.xml');">searchplugin</a></p>
|
||||
<p>by <a href="http://www.steffenvogel.de">Steffen Vogel</a> - <a href="expert">expert mode</a> - <a href="http://dev.0l.de/projects/sddns/usage">usage help</a> - <a href="javascript:installSearchEngine('<?php echo $site['url']; ?>/opensearch.xml');">searchplugin</a></p>
|
||||
<a href="javascript:u='http://d.0l.de/add.html?type=URL&rdata='+encodeURIComponent(location.href);h=encodeURIComponent(window.getSelection().toString().replace(/[\s\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2A\x2B\x2C\x2E\x2F\x3A\x3B\x3C\x3D\x3F\x40\x5B\x5C\x5D\x5E\x5F\x60\x7B\x7C\x7C\x7D\x7E]+/gi,'-').replace(/^\-+/,'').replace(/\-+$/,''));if(!h){h=prompt('Subdomain','');}if(h){u+='&host='+h;}location.href=u"><img style="margin-bottom: -6px;" src="images/bookmarklet.gif" alt="/dev/nulll/url bookmarklet" /></a> drag this button into your bookmarks for creating tiny urls easily!<p>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue