WebApp: поиск фильмов по базе
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[#ftl]
|
||||
[#include "header.inc.ftl"]
|
||||
[#include "search.comp.ftl"]
|
||||
<hr>
|
||||
|
||||
<div class="searchResult">
|
||||
[#if cindocs?has_content]
|
||||
<ol>
|
||||
[#list cindocs as cinema]
|
||||
<li><a href="${cinema.url}" target="_blank">[${cinema.typeWarez}] ${cinema.title}</a></li>
|
||||
[/#list]
|
||||
</ol>
|
||||
[#else]
|
||||
<p>Ничего не найдено.</p>
|
||||
[/#if]
|
||||
</div>
|
||||
[#include "fother.inc.ftl"]
|
||||
Reference in New Issue
Block a user