summaryrefslogtreecommitdiff
path: root/lionss/tpl/header.html
blob: 9691f86be92f1dd718ef5f5eecd8b8a294f69f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$def with (ver, subtitle)

$code:
    if subtitle:
       subtitle = ' // ' + subtitle 

<html>
<head>
	<title>LiONSS $ver $subtitle</title>
	<link rel="stylesheet" type="text/css" href="/static/lionss.css" />
</head>
		
<body>
<div id="header">
	<h1>
		<a href="http://www.libreoffice.org" title="LibreOffice website">
			<img src="/static/libreoffice-logo.png" alt="LibreOffice" />
		</a>
	</h1>
	<p id="tagline">LiONSS: <em>Li</em>bre<em>O</em>ffice <em>N</em>ormative-<em>S</em>trings <em>S</em>earcher</p>
</div>