forked from coders-kitchen/tut-releaseNotesFromTags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleaseNotes.tpl
35 lines (35 loc) · 1.24 KB
/
releaseNotes.tpl
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
32
33
34
35
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang='de' xmlns='http://www.w3.org/1999/xhtml' lang='de'>
<head>
<title>Release Notes of $application</title>
<link rel="stylesheet" href="http://bootswatch.com/yeti/bootstrap.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<style type="text/css">
.releasenotes h1 {
font-size: 1.5em;
}
.releasenotes h2 {
font-size: 1.2em;
}
</style>
</head>
<body>
<div class="row">
<div class="navbar navbar-default">
<div class="col-md-4"></div>
<div class="col-md-4">
<h1>Releasenotes</h1>
</div>
<div class="col-md-4"></div>
</div>
</div>
<div class="row releasenotes">
<div class="col-md-4"></div>
<div class="col-md-4">$releaseNotes</div>
<div class="col-md-4"><h1>Versions</h1>$versions</div>
</div>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
</html>