This was long ago obsoleted by an appendix of the whitepaper
authorMike Taylor <mike@indexdata.com>
Tue, 25 Mar 2014 15:11:59 +0000 (15:11 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 25 Mar 2014 15:11:59 +0000 (15:11 +0000)
tools/htdocs/html-structure.txt [deleted file]

diff --git a/tools/htdocs/html-structure.txt b/tools/htdocs/html-structure.txt
deleted file mode 100644 (file)
index c6d0da8..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-The HTML structure of the MKWS <div>s is as follows. This is useful to
-know when working on stylesheets. As in CSS, #ID indicates a unique
-identifier and .CLASS indicates an instance of a class.
-
-
-#mkwsSwitch
-  a*
-
-#mkwsLang
-  ( a | span )*
-
-#mkwsSearch
-  form
-    input#mkwsQuery type=text
-    input#mkwsButton type=submit
-
-#mkwsBlanket
-  (no contents -- used only for masking)
-
-#mkwsResults
-  table
-    tbody
-      tr
-        td
-          #mkwsTermlists
-            div.title
-            div.facet*
-              div.termtitle
-              ( a span br )*
-        td
-          div#mkwsRanking
-            form#mkwsSelect
-              select#mkwsSort
-              select#mkwsPerpage
-          #mkwsPager
-          #mkwsNavi
-          #mkwsRecords
-            div.record*
-              span (for sequence number)
-              a (for title)
-              span (for other information such as author)
-              div.details (sometimes)
-                table
-                  tbody
-                    tr*
-                      th
-                      td
-#mkwsTargets
-  #mkwsBytarget
-    table
-      thead
-        tr*
-          td*
-      tbody
-        tr*
-          td*
-
-#mkwsStat
-  span.head
-  span.clients
-  span.records
-