DocumentationTools/TemplatesListsStyleCSS.py

branch
5_3_x
changeset 2373
918a29c04d2f
parent 2302
f29e9405c851
child 2525
8b507a9a2d40
child 3033
58fe260e7469
child 3163
9f50365a0870
equal deleted inserted replaced
2372:8f553ad50adf 2373:918a29c04d2f
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>'''

eric ide

mercurial