From: Mike Taylor Date: Thu, 27 Jun 2013 14:41:49 +0000 (+0200) Subject: New file html-structure.txt X-Git-Tag: 0.9.1~431 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=1adaa83cabfc4fbaec49535eb58a2a5a3432a0bc;p=mkws-moved-to-github.git New file html-structure.txt --- diff --git a/experiments/spclient/html-structure.txt b/experiments/spclient/html-structure.txt new file mode 100644 index 0000000..a1692fb --- /dev/null +++ b/experiments/spclient/html-structure.txt @@ -0,0 +1,47 @@ +The HTML structure of the MKWS
s is as follows. This is useful to +know when working on stylesheets. As in CSS, #ID indicates a unique +identifier and .CLASS indicates an instance of a class. + + +#mkwsSwitch + a* + +#mkwsLang + a* + +#mkwsSearch + form#searchForm + input#query type=text + input#button type=submit + +#mkwsBlanket + (no contents -- used only for masking) + +#mkwsRecords + table + tbody + tr + td + div#termlist + div.title + div.facet* + div.termtitle + ( a span br )* + td + ### + +#mkwsTargets + div#bytarget + table + thead + tr* + td* + tbody + tr* + td* + +#mkwsStat + span.head + span.clients + span.records +