Remove demos that have moved to the demos repo.
[mkws-moved-to-github.git] / examples / htdocs / images.html
diff --git a/examples/htdocs/images.html b/examples/htdocs/images.html
deleted file mode 100644 (file)
index 6d4f8c8..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>MKWS demo: Images</title>
-    <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
-    <script type="text/javascript" src="//x.mkws.indexdata.com/mkws-complete.js"></script>
-    <script class="mkws-template-records" type="text/x-handlebars-template">
-      {{#each hits}}
-        <div class="{{containerClass}}">
-          <a href="#" id="{{detailLinkId}}" onclick="{{detailClick}}">
-            {{#each md-thumburl}}
-              <img src="{{this}}" alt="{{../md-title}}"/>
-            {{/each}}
-            <br/>
-            {{md-title}}
-          {{#if md-title-remainder}}
-            <span>{{md-title-remainder}}</span>
-          {{/if}}
-          {{#if md-title-responsibility}}
-            <span><i>{{md-title-responsibility}}</i></span>
-          {{/if}}
-          </a>
-        </div>
-      {{/each}}
-    </script>
-    <script type="text/javascript">
-      var mkws_config = {
-        sp_auth_credentials: "mkwsimages/mkwsimages"
-      };
-    </script>
-  </head>
-  <body>
-    <div class='mkws-records' autosearch='!param!q'
-        >results will appear here</div>
-  </body>
-</html>