You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.2 KiB
59 lines
2.2 KiB
<!--
|
|
***************************************************************************************
|
|
3/23/2005 KMyMoney Welcome Page
|
|
Robert Wadley rob<at>robntina.fastmail.us
|
|
David Wadley mail<at>davidwadley.com
|
|
|
|
***************************************************************************************
|
|
-->
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Untitled Document</title>
|
|
<meta http-equiv="Content-Type"
|
|
content="text/html; charset=iso-8859-1">
|
|
<link href="welcome.css" rel="stylesheet" type="text/css">
|
|
|
|
</head>
|
|
<body>
|
|
<!--"background_image", if enabled, displays an image in the background of this page.
|
|
If you wish to use a background, un-comment the following line -->
|
|
<img id="background_image" src="images/background.png" height="100%">
|
|
<img id="KMyMoneyLogo" src="images/trans_logo.png">
|
|
<h3 id="title">Welkom bij KMyMoney</h3>
|
|
<h4 id="subtitle">Persoonlijke Financiële Software</h4>
|
|
|
|
<div id="returnLink"><a href="/home"><img src="images/backarrow.png">Ga naar mijn Financiële Samenvatting</a></div>
|
|
<div id="topleft">
|
|
<div id="topright"><img src="images/spacer.png"></div>
|
|
<div id="rightborder">
|
|
<table style="width: 100%;">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<!-- <td style="height: 150px; width: 380px;"> -->
|
|
<td style="height: 150px;">
|
|
<div id="welcomeMenu">
|
|
<ul>
|
|
<li><img src="images/filenew.png"><a href="/action?id=file_new">Creëer een nieuw KMyMoney bestand</a></li>
|
|
<li><img src="images/kmymoneydata.png"><a href="/action?id=file_open">Open een bestaand KMyMoney bestand</a></li>
|
|
<li><img src="images/manual.png"><a href="/action?id=help_contents">Leer hoe je KMyMoney gebruikt</a></li>
|
|
<li><img src="images/konqueror.png"><a href="http://kmymoney2.sf.net">Bezoek de KMyMoney website</a></li>
|
|
<li><img src="images/about_kde.png"><a href="http://forum.kde.org/viewforum.php?f=69">Vraag hulp aan de KMyMoney community</a></li>
|
|
<li><img src="images/messagebox_info.png"><a href="/welcome?mode=whatsnew">Nieuw in deze versie</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div id="bottomleft">
|
|
<div id="bottomright"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|