Lines Matching refs:Append

38     head.Append('<link rel="icon" href="%s">' % chromium_favicon)
39 head.Append('<link rel="shortcut icon" href="%s">' % chromium_favicon)
68 (head.Append('<style>')
69 .Append('body {')
70 .Append(' margin: 0;')
71 .Append('}')
72 .Append('.pane {')
73 .Append(' height: 100%;')
74 .Append(' overflow-x: auto;')
75 .Append(' overflow-y: scroll;')
76 .Append(' display: inline-block;')
77 .Append('}')
78 .Append('#nav_pane {')
79 .Append(' width: 20%;')
80 .Append('}')
81 .Append('#nav_pane ul {')
82 .Append(' list-style-type: none;')
83 .Append(' padding: 0 0 0 1em;')
84 .Append('}')
85 .Append('#cc_pane {')
86 .Append(' width: 40%;')
87 .Append('}')
88 .Append('#h_pane {')
89 .Append(' width: 40%;')
90 .Append('}')
91 .Append('</style>')
94 body.Append(
103 body.Append('''<script type="text/javascript">
217 head.Append('<style>' +
220 body.Append(self.server.highlighters[highlighter_param]
227 body.Append('<pre>')
228 body.Append('compiler error: %s' % error)
229 body.Append('Check server log for more details')
230 body.Append('</pre>')
250 html.Append('<select id="highlighters" onChange="updateEverything()">')
252 html.Append('<option value="%s">%s</option>' %
254 html.Append('</select>')
256 html.Append('<br/>')
265 html.Append('<select class="highlighter_styles" id="%s_styles" '
268 html.Append('<option>%s</option>' % style)
269 html.Append('</select>')
271 html.Append('<br/>')
274 html.Append('<ul>')
284 html.Append('<li><a href="/%s">%s/</a>' % (normpath, os.pardir))
291 html.Append('<li><a href="/%s/">%s/</a>' % (full_path, filename))
294 html.Append('<li><a href="#%s">%s</a>' %
297 html.Append('</ul>')