Revision 9d0fc9cc
Von Hans Peter Schlaepfer vor fast 6 Jahren hinzugefügt
templates/webpages/project/search.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 |
[%- USE L %] |
|
4 |
[%- USE LxERP %] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE L %] |
|
4 |
[% USE LxERP %] |
|
5 |
|
|
5 | 6 |
<h1>[% 'Search projects' | $T8 %]</h1> |
6 | 7 |
|
7 |
[%- INCLUDE 'common/flash.html' %] |
|
8 | 8 |
|
9 |
<form method="post" action="controller.pl" id="search_form"> |
|
9 |
<form method="post" action="controller.pl" id="search_form"> |
|
10 |
<div class="wrapper"> |
|
11 |
|
|
12 |
[% INCLUDE 'common/flash.html' %] |
|
13 |
|
|
14 |
|
|
15 |
[% INCLUDE 'project/_filter.html' %] |
|
10 | 16 |
|
11 |
<p> |
|
12 |
[%- INCLUDE 'project/_filter.html' %] |
|
13 |
</p> |
|
14 |
</form> |
|
17 |
</div> |
|
18 |
</form> |
Auch abrufbar als: Unified diff
Neues kivitendo Design Aenderungen in templates/webpages/project/..