Rename 'button' to 'mkwsButton'
[mkws-moved-to-github.git] / experiments / spclient / html-structure.txt
index 3bc5c1d..0acca43 100644 (file)
@@ -10,9 +10,9 @@ identifier and .CLASS indicates an instance of a class.
   ( a | span )*
 
 #mkwsSearch
-  form#searchForm
+  form
     input#query type=text
-    input#button type=submit
+    input#mkwsButton type=submit
 
 #mkwsBlanket
   (no contents -- used only for masking)
@@ -32,9 +32,9 @@ identifier and .CLASS indicates an instance of a class.
             form#select
               select#sort
               select#perpage
-          div#pager
-          div#navi
-          div#results
+          #mkwsPager
+          #mkwsNavi
+          #mkwsResults
             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*