New file html-structure.txt
[mkws-moved-to-github.git] / experiments / spclient / html-structure.txt
1 The HTML structure of the MKWS <div>s is as follows. This is useful to
2 know when working on stylesheets. As in CSS, #ID indicates a unique
3 identifier and .CLASS indicates an instance of a class.
4
5
6 #mkwsSwitch
7   a*
8
9 #mkwsLang
10   a*
11
12 #mkwsSearch
13   form#searchForm
14     input#query type=text
15     input#button type=submit
16
17 #mkwsBlanket
18   (no contents -- used only for masking)
19
20 #mkwsRecords
21   table
22     tbody
23       tr
24         td
25           div#termlist
26             div.title
27             div.facet*
28               div.termtitle
29               ( a span br )*
30         td
31           ###
32
33 #mkwsTargets
34   div#bytarget
35     table
36       thead
37         tr*
38           td*
39       tbody
40         tr*
41           td*
42
43 #mkwsStat
44   span.head
45   span.clients
46   span.records
47