aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/linklist.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-02-21 20:30:36 +0100
committerArthurHoaro <arthur@hoa.ro>2016-08-07 12:17:36 +0200
commitdfb058c616a29cc712832e7e00a25e2f96eb44ce (patch)
treedce483cabe2d2ee886cf2187bac5079fb09ba271 /tpl/default/linklist.html
parent9fe38139b9bc9e9fb6736d8e539c217fb4e5b6f3 (diff)
downloadShaarli-dfb058c616a29cc712832e7e00a25e2f96eb44ce.tar.gz
Shaarli-dfb058c616a29cc712832e7e00a25e2f96eb44ce.tar.zst
Shaarli-dfb058c616a29cc712832e7e00a25e2f96eb44ce.zip
Shaarli header template
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r--tpl/default/linklist.html31
1 files changed, 6 insertions, 25 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html
index ca91699e..90932524 100644
--- a/tpl/default/linklist.html
+++ b/tpl/default/linklist.html
@@ -5,32 +5,13 @@
5 {include="includes"} 5 {include="includes"}
6</head> 6</head>
7<body> 7<body>
8<div id="pageheader"> 8{include="page.header"}
9 {include="page.header"}
10 9
11 <div id="headerform" class="search"> 10<div id="headerform" class="search">
12 <form method="GET" class="searchform" name="searchform"> 11
13 <input type="text" tabindex="1" id="searchform_value" name="searchterm" placeholder="Search text" 12 <!--{loop="$plugins_header.fields_toolbar"}
14 {if="!empty($search_crits) && $search_type=='fulltext'"} 13 {$value}
15 value="{$search_crits}" 14 {/loop}-->
16 {/if}
17 >
18 <input type="submit" value="Search" class="bigbutton">
19 </form>
20 <form method="GET" class="tagfilter" name="tagfilter">
21 <input type="text" tabindex="2" name="searchtags" id="tagfilter_value" placeholder="Filter by tag"
22 {if="!empty($search_crits) && $search_type=='tags'"}
23 value="{function="implode(' ', $search_crits)"}"
24 {/if}
25 autocomplete="off" class="awesomplete" data-multiple data-minChars="1"
26 data-list="{loop="$tags"}{$key}, {/loop}"
27 >
28 <input type="submit" value="Search" class="bigbutton">
29 </form>
30 {loop="$plugins_header.fields_toolbar"}
31 {$value}
32 {/loop}
33 </div>
34</div> 15</div>
35 16
36<div id="linklist"> 17<div id="linklist">