version 1.13, 2005/01/23 19:19:55
|
version 1.62, 2005/11/15 15:18:07
|
Line 1
|
Line 1
|
<!-- ***************** INFO/NEWS *************** --> | <?xml version="1.0" encoding="UTF-8"?> |
<div id="infoTabs"> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
<div class="infoTab" id="whats-new"> | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> |
<h5 class="infoHeader">What's New</h5> | <head> |
<ul> | <title>accountex: home</title> |
<li>2005-01-09:<br/>First Screenshots aviable</li> | <?php include("head.html"); ?> |
</ul> | </head> |
| <body id="www-mozilla-org" class="secondLevel sectionAccountex"> |
| <?php include("en_header.html"); ?> |
| |
| <div id="side"> |
| <?php $seite="_index.html"; ?> |
| <?php include("en_nav.html"); ?> |
| <?php include("en_sidebar.html"); ?> |
</div> |
</div> |
|
|
|
<div id="mainContent"> |
|
<h2>Home</h2> |
|
Welcome to the home of accountex. |
|
<h3>What is accountex?</h3> |
|
<p> |
|
A powerful extension to export and import the account settings from/to <a href="http://www.mozilla.org/products/thunderbird/" |
|
title="Get Thunderbird - Reclaim Your Inbox">Mozilla Thunderbird</a>. |
|
</p> |
|
<img alt="" src="en_start.png" /><br /> |
|
|
<!-- Beginn Hitmaster Grafikcounter | <h3>Details</h3> |
<script language="JavaScript" SRC="http://www.hitmaster.de/hm3c.php?cid=160277"></script> | |
Ende Hitmaster Grafikcounter --> | |
|
|
<!-- |
|
<div class="infoTab" id="other-stuff"> |
|
<h5 class="infoHeader">Other Stuff</h5> |
|
<ul> |
<ul> |
<li>stuff goes here</li> | <li>The export assistant saves your account settings in a xml based text file (RDF). Supported are pop3, imap and 'local folder' accounts.</li> |
<li>more stuff goes here</li> | <li>The import assistant imports your saved account settings in a thunderbird profile. Very helpful for example after a new installation or re-installation.</li> |
</ul> |
</ul> |
</div> |
|
--> |
|
<!-- alternative image/table base tab works better in NS4 --> |
|
<!-- |
|
<div class="infoTab" id="whats-new-image"> |
|
<h5 class="infoHeader"><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" alt="What's New"></h5> |
|
<div class="infoItems"> |
|
<div>News item goes here</div> |
|
<div>More news item goes here</div> |
|
<div><a href="http://mozdev.org/">mozdev.org</a></div> |
|
</div> |
|
</div> |
|
--> |
|
</div> |
|
<!-- ***************** INFO/NEWS *************** --> |
|
|
|
<!-- MAIN CONTENT --> |
|
<p>The <strong>accountex</strong> project content goes here.</p> |
|
|
|
|
|
|
<hr class="hide"/> |
|
</div> |
|
<?php include("footer.html"); ?> |
|
</body> |
|
</html> |
|
|