diff --git a/src/main/webapp/WEB-INF/header.inc.html b/src/main/webapp/WEB-INF/header.inc.html index 52eeeb9..0f8d6ea 100644 --- a/src/main/webapp/WEB-INF/header.inc.html +++ b/src/main/webapp/WEB-INF/header.inc.html @@ -1,4 +1,5 @@ - +[#ftl] + @@ -19,13 +20,13 @@

${rutext}

- +
- checked> +
diff --git a/src/main/webapp/WEB-INF/index.html b/src/main/webapp/WEB-INF/index.html index f2de89e..800b48d 100644 --- a/src/main/webapp/WEB-INF/index.html +++ b/src/main/webapp/WEB-INF/index.html @@ -1,5 +1,6 @@ -<#include "/header.inc.html"> - <#if resultsearch??> +[#ftl] +[#include "/header.inc.html"] + [#if resultsearch??]
- <#if resultsearch?has_content> - <#list resultsearch as kino> - <#if kino.getClass().getSimpleName() == "KinoGroup"> + [#if resultsearch?has_content] + [#list resultsearch as kino] + [#if kino.getClass().getSimpleName() == "KinoGroup"]
 ${kino.name}
- <#list kino.kinolist as kino_groupped> + [#list kino.kinolist as kino_groupped]
${kino_groupped.name}
@@ -32,11 +33,11 @@
- + [/#list]
- <#else> + [#else]
${kino.name}
@@ -50,12 +51,12 @@
- - - <#else> + [/#if] + [/#list] + [#else]

Ничего не найдено =(

- - <#else> - <#include "/news.inc.html"> - -<#include "/fother.inc.html"> \ No newline at end of file + [/#if] + [#else] + [#include "/news.inc.html"] + [/#if] +[#include "/fother.inc.html"] \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/player.html b/src/main/webapp/WEB-INF/player.html index 25d3b20..b25d1b4 100644 --- a/src/main/webapp/WEB-INF/player.html +++ b/src/main/webapp/WEB-INF/player.html @@ -1,4 +1,5 @@ -<#include "/header.inc.html"> +[#ftl] +[#include "/header.inc.html"]