version 1.4, 2005/01/08 19:38:39
|
version 1.36, 2005/10/01 07:13:05
|
Line 1
|
Line 1
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
<html> |
|
<head> |
|
<title>accountex: home</title> |
|
<?php include("head.html"); ?> |
|
</head> |
|
|
|
<body id="www-mozilla-org" class="secondLevel sectionHome"> |
|
<?php include("header.html"); ?> |
|
<div id="mainContent" class="right"> |
|
<script type="text/javascript"> |
|
if (navigator.language.indexOf("en") > -1) { |
|
document.write(""); |
|
} else if (navigator.language.indexOf("de") > -1) { |
|
document.write("Sehr geehrter Besucher, willkommen auf unseren Seiten"); |
|
} |
|
</script> |
|
<h2>What is accountex?</h2> |
|
<p> |
|
A powerful extension to export and import the account settings. |
|
</p> |
|
<img alt="" src="start.png"><br> |
|
|
<!-- ***************** INFO/NEWS *************** --> | <h2>Details</h2> |
<div id="infoTabs"> | <p> |
<div class="infoTab" id="whats-new"> | |
<h5 class="infoHeader">What's New</h5> | |
<ul> |
<ul> |
<li>News item goes here</li> | <li>The export assistant saves your account settings in a xml based text file (RDF). Supported are pop3 and 'local folder' accounts.</li> |
<li>More news items go 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> |
<li><a href="http://www.mozdev.org/">mozdev.org</a></li> | |
</ul> |
</ul> |
|
</p> |
|
<hr class="hide"/> |
</div> |
</div> |
| <div id="side" class="right"> |
<div class="infoTab" id="other-stuff"> | <?php include("news.html"); ?> |
<h5 class="infoHeader">Other Stuff</h5> | |
<ul> | |
<li>stuff goes here</li> | |
<li>more stuff goes here</li> | |
</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> | <?php include("footer.html"); ?> |
--> | </body> |
</div> | </html> |
<!-- ***************** INFO/NEWS *************** --> | |
| |
<!-- MAIN CONTENT --> | |
<p>The <strong>accountex</strong> project content goes here.</p> | |
| |
<p><strong>Note:</strong> If you want to add an area for user feedback to any of your pages, take a look at the <a href="notes.html">notes.html</a> | |
template.</p> | |
|
|