2011-09-18 15:41:25 +02:00
|
|
|
<html><head>
|
2012-01-15 17:15:48 +01:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2011-09-18 15:41:25 +02:00
|
|
|
<title>%TITLE%</title>
|
2011-12-02 23:25:27 +01:00
|
|
|
<link rel="icon" href="%FAVICON%" type="image/x-icon" />
|
2011-09-18 15:41:25 +02:00
|
|
|
<style>
|
2011-12-02 23:25:27 +01:00
|
|
|
html {background: #eeeeee;font: 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;color: #525c66;}
|
|
|
|
html * {font-size: 100%;line-height: 1.6;}
|
|
|
|
#box {max-width: 650px;overflow:auto;margin: 25px auto 10px auto;padding: 10px 40px;border-width: 20px;-webkit-border-image: url(%BOX-BORDER%) 25;text-align: left;}
|
|
|
|
h1 {color: #1a4ba4;font-size: 160%;margin-bottom: 0px;}
|
|
|
|
h2 {margin: 5px 0px;font-size: 100%;color: #525c66;font-weight: bold;}
|
|
|
|
dl {margin-top: 0px;}
|
2011-12-28 11:39:34 +01:00
|
|
|
dt {display: block;float: left;min-width: 24%;margin: 0 0 0.3em 1%}
|
2011-12-02 23:25:27 +01:00
|
|
|
dd {color: black;margin: 0 0 0.3em 28%;}
|
|
|
|
p {margin-left: 1%;}
|
|
|
|
.about-img {float: right;margin-top: 15px;margin-right: -25px;}
|
2011-09-18 15:41:25 +02:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="box">
|
2011-12-02 23:25:27 +01:00
|
|
|
<img src="%ABOUT-IMG%" class="about-img">
|
2011-09-18 15:41:25 +02:00
|
|
|
<h1>%ABOUT-QUPZILLA%</h1>
|
|
|
|
<h2>%INFORMATIONS-ABOUT-VERSION%</h2>
|
|
|
|
<dl>
|
|
|
|
%VERSION-INFO%
|
|
|
|
</dl>
|
2012-02-16 20:17:39 +01:00
|
|
|
|
2011-10-15 13:16:22 +02:00
|
|
|
<h3>%MAIN-DEVELOPER%</h3>
|
|
|
|
<p>%MAIN-DEVELOPER-TEXT%</p>
|
|
|
|
<h3>%CONTRIBUTORS%</h3>
|
|
|
|
<p>%CONTRIBUTORS-TEXT%</p>
|
|
|
|
<h3>%TRANSLATORS%</h3>
|
|
|
|
<p>%TRANSLATORS-TEXT%</p>
|
2011-09-18 15:41:25 +02:00
|
|
|
<h2>%COPYRIGHT%</h2>
|
|
|
|
<pre>
|
|
|
|
%COPYRIGHT-INCLUDE%
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body></html>
|