redrawNavi was a one-line function invoked in only one place.
[mkws-moved-to-github.git] / tools / htdocs / 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 | span )*
11
12 #mkwsSearch
13   form
14     input#mkwsQuery type=text
15     input#mkwsButton type=submit
16
17 #mkwsBlanket
18   (no contents -- used only for masking)
19
20 #mkwsResults
21   table
22     tbody
23       tr
24         td
25           #mkwsTermlists
26             div.title
27             div.facet*
28               div.termtitle
29               ( a span br )*
30         td
31           div#mkwsRanking
32             form#mkwsSelect
33               select#mkwsSort
34               select#mkwsPerpage
35           #mkwsPager
36           #mkwsNavi
37           #mkwsRecords
38             div.record*
39               span (for sequence number)
40               a (for title)
41               span (for other information such as author)
42               div.details (sometimes)
43                 table
44                   tbody
45                     tr*
46                       th
47                       td
48 #mkwsTargets
49   #mkwsBytarget
50     table
51       thead
52         tr*
53           td*
54       tbody
55         tr*
56           td*
57
58 #mkwsStat
59   span.head
60   span.clients
61   span.records
62