10 ################################################# |
10 ################################################# |
11 ## Common templates for index and docu files ## |
11 ## Common templates for index and docu files ## |
12 ################################################# |
12 ################################################# |
13 |
13 |
14 headerTemplate = \ |
14 headerTemplate = \ |
15 '''<?xml version="1.0" encoding="utf-8"?> |
15 '''<!DOCTYPE html> |
16 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
17 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
18 <html><head> |
16 <html><head> |
19 <title>{Title}</title> |
17 <title>{Title}</title> |
|
18 <meta charset="UTF-8"> |
20 <style> |
19 <style> |
21 {Style} |
20 {Style} |
22 </style> |
21 </style> |
23 </head> |
22 </head> |
24 <body>''' |
23 <body>''' |