Add #mkwsMOTD div.
[mkws-moved-to-github.git] / experiments / spclient / html-structure.txt
index a1692fb..c6d0da8 100644 (file)
@@ -7,31 +7,46 @@ identifier and .CLASS indicates an instance of a class.
   a*
 
 #mkwsLang
-  a*
+  ( a | span )*
 
 #mkwsSearch
-  form#searchForm
-    input#query type=text
-    input#button type=submit
+  form
+    input#mkwsQuery type=text
+    input#mkwsButton type=submit
 
 #mkwsBlanket
   (no contents -- used only for masking)
 
-#mkwsRecords
+#mkwsResults
   table
     tbody
       tr
         td
-          div#termlist
+          #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
-  div#bytarget
+  #mkwsBytarget
     table
       thead
         tr*