format document number on status page
[phinde.git] / data / templates / base.htm
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5   <meta charset="utf-8" />
6   <title>{% block title %}{% endblock %}{{apptitle}}</title>
7   <link rel="stylesheet" href="css/bootstrap.min.css"/>
8   <link rel="stylesheet" href="css/font-awesome.css"/>
9   <link rel="stylesheet" href="css/phinde.css"/>
10   <link rel="icon" href="favicon.ico"/>
11   <meta name="generator" content="phinde" />
12   <link rel="search" title="{{apptitle}}" type="application/opensearchdescription+xml" href="/opensearchdescription.php"/>
13   {% block meta %}{% endblock %}
14  </head>
15  <body>
16
17   {% block maincontent %}{% endblock %}
18
19   <div class="container footer">
20    Powered by
21    <a href="https://github.com/cweiske/phinde"><em>phinde</em></a>,
22    the self-hosted search engine
23   </div>
24  </body>
25 </html>