1 |
2007-09-03 Sascha L. Teichmann <[email protected]> |
2007-09-03 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/help.py: New parses an |
4 |
|
XHTML document for id'ed divs and builds a help lookup. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |
7 |
|
the help content frame. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/web/www/help.xhtml: Some simple |
10 |
|
help text index. |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
13 |
|
texts now. |
14 |
|
|
15 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
18 |
|
elements will be rendered in the formular navigation. |
19 |
|
Formular pages in the navigation now have their own css-style |
20 |
|
attributes. |
21 |
|
|
22 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
25 |
|
errors in template |
26 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |
27 |
|
pageerrors variable |
28 |
|
|
29 |
|
2007-09-03 Frank Koormann <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/export/html.py |
32 |
|
(RecursiveExporter): Added annotation to export |
33 |
|
(fillRow()): Renamed old fillNine to this more generic name. |
34 |
|
|
35 |
|
|
36 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/renderer.py: Using the decorator |
39 |
|
from model.misc now. |
40 |
|
|
41 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
* tools/formed/formed/model/nodecomponents.py: Added an |
* tools/formed/formed/model/nodecomponents.py: Added an |
44 |
'annotation' attribute to node components. This is to |
'annotation' attribute to node components. This is to |
45 |
enable FormEd document authors to add comments to groups |
enable FormEd document authors to add comments to groups |