website view 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 source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
4 <head>
5 <title>Скриншоты SliTaz</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="Скриншоты проекта SliTaz GNU/Linux" />
8 <meta name="keywords" lang="ru" content="о SliTaz, Gnu, Linux, мини дистрибутив, LiveCD" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln, Paul Issot"/>
12 <meta name="publisher" content="www.slitaz.org" />
13 <link rel="shortcut icon" href="../../favicon.ico" />
14 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
15 </head>
16 <body>
18 <?php include("../../lib/html/header.ru.html"); ?>
20 <!-- Block -->
21 <div id="block">
22 <?php include("../../lib/html/nav.ru.html"); ?>
23 <!-- Information/image -->
24 <div id="block_info">
25 <h4>Скриншоты</h4>
27 <p>Лучше один раз увидеть, чем сто раз услышать… Скриншоты последних стабильной и нестабильной версий. Вы тоже можете находить, обсуждать, загружать и делиться графикой SliTaz!</p>
28 <p>
29 <img src="../../images/users.png" alt="users.png" />
30 <a href="http://scn.slitaz.org/groups/artwork/">Присоединяйтесь к нам на SCN</a>
31 </p>
32 </div>
33 </div>
35 <!-- Content -->
36 <div id="content">
38 <div id="gallery">
40 <p>
41 <a href="../../images/screenshots/slitaz-3.0.png">
42 <img
43 src="../../images/screenshots/slitaz-3.0.png"
44 alt="Стабильная версия 3.0"
45 title="Стабильная версия 3.0"
46 style="width: 480px;" /></a>
47 </p>
49 <p>
50 <a href="../../images/screenshots/slitaz_2.png">
51 <img
52 src="../../images/screenshots/slitaz_2.png"
53 alt="Стабильная версия 2.0"
54 title="Стабильная версия 2.0"
55 style="width: 480px;" /></a>
56 </p>
58 <p>
59 <img
60 src="../../images/screenshots/index-desktop.png"
61 alt="Стабильная версия 1.0"
62 title="Стабильная версия 1.0"
63 style="width: 480px;" />
64 </p>
66 <p>
67 <img
68 src="../../images/screenshots/cooking-geany.png"
69 alt="Cooking — Geany и GPicview"
70 title="Cooking — Geany и GPicview"
71 style="width: 480px;" />
72 </p>
74 <p>
75 <img
76 src="../../images/screenshots/cooking-conky.png"
77 alt="Cooking — Conky"
78 title="Cooking — Conky"
79 style="width: 480px;" />
80 </p>
82 <p>
83 <img
84 src="../../images/screenshots/cooking-mplayer.png"
85 alt="Cooking — медиапроигрыватель MPlayer"
86 title="Cooking — медиапроигрыватель MPlayer"
87 style="width: 480px;" />
88 </p>
90 <p>
91 <img
92 src="../../images/screenshots/cooking-superuserpcmanfm.png"
93 alt="Cooking — файловый менеджер PCManFM"
94 title="Cooking — файловый менеджер PCManFM"
95 style="width: 480px; height: 384px;" />
96 </p>
98 <p>
99 <img
100 src="../../images/screenshots/e17.png"
101 alt="Стабильная версия — E17"
102 title="Стабильная версия — E17"
103 style="width: 480px;" />
104 </p>
106 <!-- Gallery end -->
107 </div>
109 <!-- End of content -->
110 </div>
112 <?php include("../../lib/html/footer.ru.html"); ?>
114 </body>
115 </html>