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.
kmymoney/kmymoney2/html/home_ru.html

57 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
***************************************************************************************
16.03.2007 KMyMoney Welcome Page on Russian
Andrey Cherepanov sibskull<at>mail.ru
***************************************************************************************
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Страница приветствия</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">Добро пожаловать в KMyMoney</h3>
<h4 id="subtitle">Программа учёта финансов</h4>
<div id="returnLink"><img src="images/backarrow.png" style="vertical-align: middle; "> <a href="/home">Сводное финансовое состояние</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;">
<div id="welcomeMenu">
<ul>
<li><img src="images/filenew.png"><a href="/action?id=file_new">Создать новый файл и настроить счета</a></li>
<li><img src="images/kmymoneydata.png"><a href="/action?id=file_open">Открыть существующий файл</a></li>
<li><img src="images/manual.png"><a href="/action?id=help_contents">Руководство пользователя</a> (на английском языке)</li>
<li><img src="images/konqueror.png"><a href="http://kmymoney2.sf.net">Веб-сайт KMyMoney</a> (на английском языке)</li>
<li><img src="images/about_kde.png"><a href="http://forum.kde.org/viewforum.php?f=69">Форум сообщества пользователей KMyMoney</a> (на английском языке)</li>
<li><img src="images/messagebox_info.png"><a href="/welcome?mode=whatsnew">Изменения в этой версии</a></li>
</ul>
</div>
</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="bottomleft">
<div id="bottomright"></div>
</div>
</div>
</body>
</html>