-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathasearchtemplate.html
More file actions
21 lines (20 loc) · 921 Bytes
/
Copy pathasearchtemplate.html
File metadata and controls
21 lines (20 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Feed v.2.1 (asearchtemplate.html) - Copyright (C) 2021, TRMSC - https://trmsc1.wordpress.com/ -->
<!-- GNU General Public Licence 3.0 - http://www.gnu.de/documents/gpl-3.0.en.html -->
<div class="defaulttemplate" id="searchArea" style="display: block!important">
<div class="row">
<div class="col rightSpace" style="text-align: right">
<script>var listLink = window.location.href.split('&')[0]; document.write("<a href='"+listLink+"'><i class=" + '"' + "fa fa-times"+'"'+"></i></a>");</script>
</div>
</div>
<div class="row test">
<div class="col" id="firstnameSearch">
<span>Vorname: ##firstname##</span>
</div>
<div class="col" id="lastnameSearch">
<span>Nachname: ##lastname##</span>
</div>
<div class="col" id="textfieldSearch">
<span>Text: [[Textzeile]]</span>
</div>
</div>
</div>