-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
31 lines (25 loc) · 916 Bytes
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
%(head)s
<link rel="stylesheet" type="text/css" href="{{root}}css/html4css1.css" />
<link rel="stylesheet" type="text/css" href="{{root}}css/stylesheet.css" />
</head>
<body>
<div id="header">
<a href="{{root}}index.html">
<img src="{{root}}icons/phenix-logo-small.jpg" alt="PHENIX" height="20%%" width="20%%" />
<span>
<strong>P</strong>ython-based
<strong>H</strong>ierarchical
<strong>EN</strong>vironment
for
<strong>I</strong>ntegrated
<strong>X</strong>tallography
</span>
</a>
</div>
%(html_body)s
</body>
</html>