summaryrefslogtreecommitdiffstats
path: root/kmymoney2/html/home_de.html
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/html/home_de.html')
-rw-r--r--kmymoney2/html/home_de.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/kmymoney2/html/home_de.html b/kmymoney2/html/home_de.html
new file mode 100644
index 0000000..a3bf0c6
--- /dev/null
+++ b/kmymoney2/html/home_de.html
@@ -0,0 +1,58 @@
+<!--
+******************************************************************************
+3/23/2005 KMyMoney Welcome Page
+Robert Wadley rob<at>robntina.fastmail.us
+David Wadley mail<at>davidwadley.com
+Thomas Baumgart ipwizard<at>users.sourceforge.net
+******************************************************************************
+-->
+
+<!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=utf-8">
+ <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">Willkommen bei KMyMoney</h3>
+<h4 id="subtitle">Ihrem persönlichen Finanzassistenten</h4>
+<!--p id="tagline">Personal Finance Software</p-->
+<div id="returnLink"><a href="/home"><img src="images/backarrow.png">Zur Finanzübersicht</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">
+ <h4>Beginne mit einer der folgenden Aktivitäten...</h4>
+ <ul>
+ <li><img src="images/filenew.png"><a href="/action?id=file_new">Erzeuge eine neue KMyMoney Datei</a></li>
+ <li><img src="images/kmymoneydata.png"><a href="/action?id=file_open">Öffne eine bestehende KMyMoney Datei</a></li>
+ <li><img src="images/manual.png"><a href="/action?id=help_contents">Lerne mit KMyMoney umzugehen</a></li>
+ <li><img src="images/konqueror.png"><a href="http://kmymoney2.sf.net">Besuche die KMyMoney website</a></li>
+ <li><img src="images/about_kde.png"><a href="http://forum.kde.org/viewforum.php?f=69">Erhalte Hilfe von der KMyMoney Community</a></li>
+ <li><img src="images/messagebox_info.png"><a href="/welcome?mode=whatsnew">Übersicht der neuen Funktionen dieser Version</a></li>
+ </ul>
+ </div><!--welcomeMenu-->
+ </td>
+ <td></td>
+ </tr>
+ </tbody>
+</table>
+</div><!--rightborder-->
+<div id="bottomleft">
+<div id="bottomright"></div><!--bottomright-->
+</div><!--bottomleft-->
+</div><!--topleft-->
+</body>
+</html>