Add #mkwsMOTD div.
[mkws-moved-to-github.git] / experiments / spclient / html-structure.txt
index a4eaae2..c6d0da8 100644 (file)
@@ -10,14 +10,14 @@ identifier and .CLASS indicates an instance of a class.
   ( 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
@@ -28,13 +28,13 @@ identifier and .CLASS indicates an instance of a class.
               div.termtitle
               ( a span br )*
         td
-          div#ranking
-            form#select
-              select#sort
-              select#perpage
+          div#mkwsRanking
+            form#mkwsSelect
+              select#mkwsSort
+              select#mkwsPerpage
           #mkwsPager
           #mkwsNavi
-          #mkwsResults
+          #mkwsRecords
             div.record*
               span (for sequence number)
               a (for title)
@@ -46,7 +46,7 @@ identifier and .CLASS indicates an instance of a class.
                       th
                       td
 #mkwsTargets
-  div#bytarget
+  #mkwsBytarget
     table
       thead
         tr*