0
Files
KinoSearch/webapp/WEB-INF/header.inc.html

34 lines
1.8 KiB
HTML
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.

<!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/png" href="${basedir}/favicon.png" >
<link rel="stylesheet" type="text/css" href="${basedir}/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="${basedir}/css/awesome-bootstrap-checkbox.css">
<link rel="stylesheet" type="text/css" href="${basedir}/css/style.css">
<script type="text/javascript" src="${basedir}/js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="${basedir}/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1 class="title"><a href="${basedir}/"><span class="logo">&nbsp;</span> KinoSearch</a></h1>
<p class="text-center">${rutext}</p>
<form method="get" action="${basedir}/">
<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="${basedir}/about.html">О проекте</a> | <a href="mailto:admin@dmitriymx.ru">Написать отзыв</a>
</div>