extract latest git commit ID from github, MKWS-420
[mkws-moved-to-github.git] / examples / htdocs / heikki-motd.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>Heikkis MOTD test</title>
5
6     <script type="text/javascript">
7       var mkws_config = {
8           //show_perpage: false,
9           //show_sort: false,
10           //perpage_default: 10,
11           //sort_default: "title:1",
12       };
13     </script>
14     <script type="text/javascript" src="/tools/htdocs/jquery-1.10.0.min.js"></script>
15     <script type="text/javascript" src="/tools/htdocs/pz2.js"></script>
16     <script type="text/javascript" src="/tools/htdocs/handlebars-v3.0.3.js"></script>
17     <script type="text/javascript" src="/tools/htdocs/jquery.json-2.4.js"></script>
18     <script type="text/javascript" src="/tools/htdocs/jsnlog.min.js"></script>
19     <script type="text/javascript" src="/tools/htdocs/mkws.js"></script>
20
21     <style type="text/css">
22       .mkws-facets div.facet {
23       float:left;
24       width: 30%;
25       margin: 0.3em;
26       }
27       .mkws-stat {
28       text-align: right;
29       }
30     </style>
31
32   </head>
33   <body>
34     <h1>Heikkis test for the MOTD</h1>
35     <div class="mkws-motd">This is the mkws-motd div </div>
36     <br/>The MOTD should not be visible above this line.
37     <div class="mkws-search"></div>
38     <div class="mkws-results"></div>
39   </body>
40 </html>