2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2013-02-27 12:00:16 +01:00
|
|
|
<head>
|
|
|
|
{include="includes"}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="pageheader">
|
|
|
|
{include="page.header"}
|
|
|
|
<div id="headerform" style="width:100%; white-space:nowrap;">
|
2013-02-28 14:45:11 +01:00
|
|
|
<form method="get" class="searchform" name="searchform" style="display:inline;">
|
2013-02-27 12:00:16 +01:00
|
|
|
<input type="text" id="searchform_value" name="searchterm" style="width:30%" value="">
|
|
|
|
<input type="submit" value="Search" class="bigbutton">
|
|
|
|
</form>
|
2013-02-28 14:45:11 +01:00
|
|
|
<form method="get" class="tagfilter" name="tagfilter" style="display:inline;margin-left:24px;">
|
2013-02-27 12:00:16 +01:00
|
|
|
<input type="text" name="searchtags" id="tagfilter_value" style="width:10%" value="">
|
|
|
|
<input type="submit" value="Filter by tag" class="bigbutton">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="findSnippet">
|
|
|
|
{include="findSnippet"}
|
|
|
|
</div>
|
|
|
|
<div id="linklist">
|
|
|
|
{include="linklist.paging"}
|
|
|
|
{if="count($links)==0"}
|
|
|
|
<div id="searchcriteria">
|
|
|
|
Nothing found.</i>
|
|
|
|
</div>
|
|
|
|
{else}
|
|
|
|
{if="$search_type=='fulltext'"}
|
|
|
|
<div id="searchcriteria">
|
|
|
|
{$result_count} results for <i>{$search_crits}</i>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
{if="$search_type=='tags'"}
|
|
|
|
<div id="searchcriteria">
|
|
|
|
{$result_count} results for tags <i> {loop="search_crits"} <span class="linktag" title="Remove tag"><a href="?removetag={$value|htmlspecialchars}">{$value|htmlspecialchars} <span style="border-left:1px solid #aaa; padding-left:5px; color:#6767A7;">x</span></a></span> {/loop}</i>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
<ul>
|
2013-02-26 10:09:41 +01:00
|
|
|
{loop="links"}
|
2013-02-28 14:45:11 +01:00
|
|
|
<li {if="$value.class"} class="{$value.class}"{/if}>
|
2013-02-27 12:00:16 +01:00
|
|
|
<div class="linkInfo">
|
|
|
|
{if="$value.tags"}
|
|
|
|
<div class="linktaglist">
|
|
|
|
{loop="value.taglist"}<span class="linktag" title="Add tag"><a href="?addtag={$value|urlencode}">{$value|htmlspecialchars}</a></span> {/loop}
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
{if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"}
|
|
|
|
<span class="linkdate" title="Permalink"><a href="?{$value.linkdate|smallHash}">{$value.localdate|htmlspecialchars} - permalink</a> - </span>
|
|
|
|
{else}
|
|
|
|
<span class="linkdate" title="Short link here"><a href="?{$value.linkdate|smallHash}">permalink</a> - </span>
|
|
|
|
{/if}
|
2013-02-28 14:45:11 +01:00
|
|
|
<span>
|
2013-02-27 12:00:16 +01:00
|
|
|
<a href="http://invx.com/code/qrcode/?code={$scripturl|urlencode}%3F{$value.linkdate|smallHash}&width=200&height=200" onclick="return false;" class="qrcode"><img src="images/qrcode.png#" width="13" height="13" title="QR-Code"></a>
|
2013-02-28 14:45:11 +01:00
|
|
|
</span>
|
2013-02-27 12:00:16 +01:00
|
|
|
{if="$value.via"}
|
2013-02-28 14:45:11 +01:00
|
|
|
<span><a href="{$value.via}">@ via {$value.via|getJustDomain}</a></span>
|
2013-02-27 12:00:16 +01:00
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
<div class="linkcontainer">
|
2013-02-28 14:45:11 +01:00
|
|
|
<span class="linktitle"><a href="{$redirector}{$value.url}" name="{$value.linkdate|smallHash}" id="{$value.linkdate|smallHash}">{$value.title|htmlspecialchars}</a></span>
|
2013-02-27 12:00:16 +01:00
|
|
|
{if="isLoggedIn()"}
|
|
|
|
<form method="GET" class="buttoneditform">
|
|
|
|
<input type="hidden" name="edit_link" value="{$value.linkdate}">
|
|
|
|
<input type="image" alt="Edit" src="images/edit_icon.png#" title="Edit" class="button_edit">
|
|
|
|
</form>
|
|
|
|
<form method="POST" class="buttoneditform">
|
|
|
|
<input type="hidden" name="lf_linkdate" value="{$value.linkdate}">
|
|
|
|
<input type="hidden" name="token" value="{$token}">
|
|
|
|
<input type="hidden" name="delete_link">
|
|
|
|
<input type="image" alt="Delete" src="images/delete_icon.png#" title="Delete" class="button_delete" onClick="return confirmDeleteLink();">
|
|
|
|
</form>
|
|
|
|
{/if}
|
|
|
|
<br>
|
|
|
|
{if="$value.description"}
|
|
|
|
<div class="linkdescription"{if condition="$search_type=='permalink'"} style="max-height:none !important;"{/if}>
|
|
|
|
{$value.description}
|
2013-02-26 10:09:41 +01:00
|
|
|
</div>
|
2013-02-27 12:00:16 +01:00
|
|
|
{/if}
|
|
|
|
{if="$value.snippet"}<a href="#" class="toggle">Afficher le snippet</a>
|
|
|
|
<div class="toggleSnippet">
|
|
|
|
<pre class="snippet"{if condition="$search_type=='permalink'"} style="max-height:none !important;"{/if}><code id="id_{$value.linkdate}">{$value.snippet}
|
|
|
|
</code></pre>
|
|
|
|
<a href="#" class="selectAll" data-id="id_{$value.linkdate}">Selectionner le code</a>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
{/loop}
|
|
|
|
</ul>
|
|
|
|
{include="linklist.paging"}
|
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
$('.toggleSnippet').hide();
|
|
|
|
$('.toggle').on('click', function() {
|
|
|
|
$(this).next('div.toggleSnippet').slideToggle();
|
|
|
|
return false;
|
|
|
|
});
|
2013-02-26 10:09:41 +01:00
|
|
|
|
2013-02-27 12:00:16 +01:00
|
|
|
// Code from http://stackoverflow.com/a/987376
|
|
|
|
function selectText(element) {
|
|
|
|
var doc = document, text = doc.getElementById(element), range, selection;
|
|
|
|
if (doc.body.createTextRange) {//ms
|
|
|
|
range = doc.body.createTextRange();
|
|
|
|
range.moveToElementText(text);
|
|
|
|
range.select();
|
|
|
|
} else if (window.getSelection) {//all others
|
|
|
|
selection = window.getSelection();
|
|
|
|
range = doc.createRange();
|
|
|
|
range.selectNodeContents(text);
|
|
|
|
selection.removeAllRanges();
|
|
|
|
selection.addRange(range);
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
2013-02-26 10:09:41 +01:00
|
|
|
|
2013-02-27 12:00:16 +01:00
|
|
|
$('.selectAll').on('click', function() {
|
|
|
|
selectText($(this).data('id'));
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
|
|
|
|
$('pre code').each(function(i, e) {
|
|
|
|
hljs.tabReplace = ' ';
|
|
|
|
hljs.highlightBlock(e, null, true)
|
|
|
|
});
|
|
|
|
|
|
|
|
$('a.qrcode').click(function() {
|
|
|
|
hide_qrcode();
|
|
|
|
var link = $(this).attr('href');
|
|
|
|
$(this).after('<div class="qrcode" onclick="hide_qrcode();return false;"><img src="' + link + '#" width="200" height="200"><br>click to close</div>');
|
|
|
|
});
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
function hide_qrcode() {
|
|
|
|
$('div.qrcode').remove();
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</body>
|
2013-02-26 10:09:41 +01:00
|
|
|
</html>
|