0
Files
KinoSearch/src/main/resources/kinosearch/webapp/header.inc.ftl
DmitriyMX 137846e154 избавляемся от лишних файлов
Необходимые скрипты и стили берем из CDN
2017-12-11 22:01:14 +03:00

35 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[#ftl]
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="${rutext}">
<meta name="version" content="${version}">
<title>KinoSearch :: ${rutext}</title>
<link rel="icon" type="image/svg+xml" href="/ks3logo.svg" >
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/awesome-bootstrap-checkbox.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1 class="title"><a href="/"><img src="/ks3logo.svg"> KinoSearch</a></h1>
<p class="text-center">${rutext}</p>
<form method="get" action="/">
<div class="input-group">
<input class="form-control" type="text" placeholder="Что ищем?" name="search" value="[#if searchtext??]${searchtext}[/#if]"/>
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">Ищи!</button>
</span>
</div>
<div class="checkbox checkbox-primary">
<input type="checkbox" id="strong" name="strong" value="1"[#if strong?? && strong = true] checked[/#if]>
<label for="strong">Точное совпадение</label>
</div>
</form>
<div class="text-center">
<a href="/about.html">О проекте</a> | <a href="mailto:dmitriymx@yandex.ru">Написать отзыв</a>
</div>