Change Mike's playground to two-team version.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <title>MKWS demo: Mike's playground</title>
7     <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
8     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
9     <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
10     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
11     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
12     <script type="text/javascript">
13       var mkws_config = { responsive_design_width: 990 };
14     </script>
15     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
16   </head>
17   <body>
18     <table width="100%" border="1">
19       <tr>
20         <td valign="top" width="50%">
21           <div class="mkwsSwitch"></div>
22           <div class="mkwsLang"></div>
23           <div class="mkwsSearch"></div>
24           <div class="mkwsResults"></div>
25           <div class="mkwsTargets"></div>
26           <div class="mkwsStat"></div>
27         </td>
28         <td valign="top" width="50%">
29           <div class="mkwsSwitch mkwsTeam_2"></div>
30           <div class="mkwsLang mkwsTeam_2"></div>
31           <div class="mkwsSearch mkwsTeam_2"></div>
32           <div class="mkwsResults mkwsTeam_2"></div>
33           <div class="mkwsTargets mkwsTeam_2"></div>
34           <div class="mkwsStat mkwsTeam_2"></div>
35         </td>
36       </tr>
37     </table>
38     <div class="mkwsMOTD">This is the first MOTD</div>
39     <div class="mkwsMOTD mkwsTeam_2">This is the second MOTD</div>
40   </body>
41 </html>