Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index faace6e..2a4c6f4 100644 (file)
@@ -4,50 +4,35 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: Mike's playground</title>
-    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
-    <script type="text/javascript">
-      var mkws_config = {
-        service_proxy_auth: "http://x.example.indexdata.com/service-proxy-auth/",
-      };
-      // See also the Apache2 RewriteRule needed to make this work:
-      // http://example.indexdata.com/apache-config.txt
-    </script>
+    <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
-    <style type="text/css">
-      td { vertical-align: top }
-    </style>
   </head>
   <body>
-    <h1>A site about stuff</h1>
-    <table border="1" width="100%">
+    <table width="100%" border="1">
       <tr>
-       <td width="33%">
-         <h2>Welcome</h2>
-         Main site content goes here.
+       <td valign="top" width="50%">
+         <div class="mkwsSwitch"></div>
+         <div class="mkwsLang"></div>
+         <div class="mkwsSearch"></div>
+         <div class="mkwsResults"></div>
+         <div class="mkwsTargets"></div>
+         <div class="mkwsStat"></div>
        </td>
-       <td width="33%">
-         <h2>Blog</h2>
-<div id='mkwsRecords'
-       autosearch='mike'
-       sort='relevance'
-       targets='pz:id~josiah.brown.edu:210/innopac'
->Brown results will appear here</div>
-         <div id='mkwsTermlists'/>
-       </td>
-       <td width="33%">
-         <h2>News</h2>
-<div id='mkwsRecords_MIT'
-       autosearch='fiona'
-       sort='title'
-       targets='pz:id~connect.indexdata.com:9000/mit_opencourseware'
->MIT results will appear here</div>
-         <div id='mkwsTermlists_MIT'/>
+       <td valign="top" width="50%">
+         <div class="mkwsSwitch mkwsTeam_2"></div>
+         <div class="mkwsLang mkwsTeam_2"></div>
+         <div class="mkwsSearch mkwsTeam_2"></div>
+         <div class="mkwsResults mkwsTeam_2"></div>
+         <div class="mkwsTargets mkwsTeam_2"></div>
+         <div class="mkwsStat mkwsTeam_2"></div>
        </td>
       </tr>
     </table>
+    <div class="mkwsMOTD">This is the first MOTD</div>
+    <div class="mkwsMOTD mkwsTeam_2">This is the second MOTD</div>
   </body>
 </html>