website diff ru/artwork/screenshots.php @ rev 970

Russian translation added (partial)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 17 23:26:12 2012 +0200 (2012-03-17)
parents
children 7bb8568e1c75
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ru/artwork/screenshots.php	Sat Mar 17 23:26:12 2012 +0200
     1.3 @@ -0,0 +1,115 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
     1.7 +<head>
     1.8 +    <title>Скриншоты SliTaz</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.10 +    <meta name="description" content="Скриншоты проекта SliTaz GNU/Linux" />
    1.11 +    <meta name="keywords" lang="ru" content="о SliTaz, Gnu, Linux, мини дистрибутив, LiveCD" />
    1.12 +    <meta name="robots" content="index, follow, all" />
    1.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.14 +    <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    1.15 +    <meta name="publisher" content="www.slitaz.org" />
    1.16 +    <link rel="shortcut icon" href="../../favicon.ico" />
    1.17 +    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    1.18 +</head>
    1.19 +<body>
    1.20 +
    1.21 +<?php include("../../lib/html/header.ru.html"); ?>
    1.22 +
    1.23 +<!-- Block -->
    1.24 +<div id="block">
    1.25 +	<?php include("../../lib/html/nav.ru.html"); ?>
    1.26 +	<!-- Information/image -->
    1.27 +	<div id="block_info">
    1.28 +		<h4>Скриншоты</h4>
    1.29 +
    1.30 +		<p>Лучше один раз увидеть, чем сто раз услышать… Скриншоты последних стабильной и нестабильной версий. Вы тоже можете находить, обсуждать, загружать и делиться графикой SliTaz!</p>
    1.31 +		<p>
    1.32 +			<img src="../../images/users.png" alt="users.png" />
    1.33 +			<a href="http://scn.slitaz.org/groups/artwork/">Присоединяйтесь к нам на SCN</a>
    1.34 +		</p>
    1.35 +	</div>
    1.36 +</div>
    1.37 +
    1.38 +<!-- Content -->
    1.39 +<div id="content">
    1.40 +
    1.41 +<div id="gallery">
    1.42 +
    1.43 +<p>
    1.44 +<a href="../../images/screenshots/slitaz-3.0.png">
    1.45 +<img
    1.46 +    src="../../images/screenshots/slitaz-3.0.png"
    1.47 +    alt="Стабильная версия 3.0"
    1.48 +    title="Стабильная версия 3.0"
    1.49 +    style="width: 480px;" /></a>
    1.50 +</p>
    1.51 +
    1.52 +<p>
    1.53 +<a href="../../images/screenshots/slitaz_2.png">
    1.54 +<img
    1.55 +    src="../../images/screenshots/slitaz_2.png"
    1.56 +    alt="Стабильная версия 2.0"
    1.57 +    title="Стабильная версия 2.0"
    1.58 +    style="width: 480px;" /></a>
    1.59 +</p>
    1.60 +
    1.61 +<p>
    1.62 +<img
    1.63 +    src="../../images/screenshots/index-desktop.png"
    1.64 +    alt="Стабильная версия 1.0"
    1.65 +    title="Стабильная версия 1.0"
    1.66 +    style="width: 480px;" />
    1.67 +</p>
    1.68 +
    1.69 +<p>
    1.70 +<img
    1.71 +    src="../../images/screenshots/cooking-geany.png"
    1.72 +    alt="Cooking — Geany и GPicview"
    1.73 +    title="Cooking — Geany и GPicview"
    1.74 +    style="width: 480px;" />
    1.75 +</p>
    1.76 +
    1.77 +<p>
    1.78 +<img
    1.79 +    src="../../images/screenshots/cooking-conky.png"
    1.80 +    alt="Cooking — Conky"
    1.81 +    title="Cooking — Conky"
    1.82 +    style="width: 480px;" />
    1.83 +</p>
    1.84 +
    1.85 +<p>
    1.86 +<img
    1.87 +    src="../../images/screenshots/cooking-mplayer.png"
    1.88 +    alt="Cooking — медиапроигрыватель MPlayer"
    1.89 +    title="Cooking — медиапроигрыватель MPlayer"
    1.90 +    style="width: 480px;" />
    1.91 +</p>
    1.92 +
    1.93 +<p>
    1.94 +<img
    1.95 +    src="../../images/screenshots/cooking-superuserpcmanfm.png"
    1.96 +    alt="Cooking — файловый менеджер PCManFM"
    1.97 +    title="Cooking — файловый менеджер PCManFM"
    1.98 +    style="width: 480px; height: 384px;" />
    1.99 +</p>
   1.100 +
   1.101 +<p>
   1.102 +<img
   1.103 +    src="../../images/screenshots/e17.png"
   1.104 +    alt="Стабильная версия — E17"
   1.105 +    title="Стабильная версия — E17"
   1.106 +    style="width: 480px;" />
   1.107 +</p>
   1.108 +
   1.109 +<!-- Gallery end -->
   1.110 +</div>
   1.111 +
   1.112 +<!-- End of content -->
   1.113 +</div>
   1.114 +
   1.115 +<?php include("../../lib/html/footer.ru.html"); ?>
   1.116 +
   1.117 +</body>
   1.118 +</html>