1: <?php
2: $ext_path = "/mozdev/sandbox/data/helm/htdoc/accountex/www/files/";
3:
4: $current_beta = "accountex-0.2.99-de-tb.xpi";
5: $require_beta = "Thunderbird: 0.8 - 1.5.0.*";
6:
7: $valid_xhtml = 0;
8: $lng = "de";
9: $seite="_beta.html";
10: $title = "accountex: Beta";
11: include("head.html");
12: ?>
13: <div id="mainContent">
14: <h1>Beta</h1>
15: <h2>Download</h2>
16: <div class="feature-contents">
17: <div class="key-point">
18: <div id="product-desc" class="product-accountex-multi">
19: Zum installieren, nebenstehende Datei (<?php echo $current_beta ?>) auf die Festplatte herunterladen. Danach öffnen Sie in Thunderbird unter 'Extras' -> 'Erweiterungen' - > den Erweiterungs-Manager und klicken auf 'Installieren'. Nach der Installation starten Sie Thunderbird neu.<br /><br />
20: Enthaltene Sprachen: de-DE
21: </div>
22: <div class="home-download">
23: <a href="http://accountex.mozdev.org/download.php?datei=<?php echo $current_beta ?>" class="download-link download-firefox">
24: <span>
25: <strong><?php echo $current_beta ?></strong>
26: <em><br /><img src="http://www.mozilla.org/images/thunderbird16.png" height="16" width="16" alt="Thunderbird icon" style="vertical-align: middle;" /> <?php echo $require_beta ?></em>
27: </span>
28: </a>
29: <ul>
30: <li>
31: <a class="ancilliaryLink" href="http://accountex.mozdev.org/de_history.html">Versionshistorie</a>
32: </li>
33: </ul>
34: </div>
35: </div>
36:
37: <h2>Screenshots</h2>
38: <div style="text-align: center;">
39: <img alt="" src="http://www.astrapi.de/accountex/images/screenshots/de/beta1.png" />
40: </div>
41: <h2></h2>
42: <div style="text-align: center;">
43: <img alt="" src="http://www.astrapi.de/accountex/images/screenshots/de/beta2.png" />
44: </div>
45: </div>
46: <?php
47: include($lng . "_footer.html");
48: ?>
49:
50:
51:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>