0
This commit is contained in:
2015-12-02 01:23:17 +00:00
parent 36144aa3d8
commit 70bfaf32a1
10 changed files with 76 additions and 13 deletions

View File

@@ -23,6 +23,7 @@
<button class="btn btn-primary" type="submit">Ищи!</button>
</span>
</div>
<input class="check-middle" type="checkbox" name="strong" value="1"<#if strong?? && strong = true> checked</#if>> Точное совпадение
</form>
<div class="text-center">
<a href="${basedir}/about.html">О проекте</a> | <a href="mailto:admin@dmitriymx.ru">Написать отзыв</a>

View File

@@ -27,4 +27,8 @@ body {
hr {
border-top-color: #d4d4d4;
}
input.check-middle {
vertical-align: sub;
}