website view ru/artwork/screenshots.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents c673d3ff358e
children d21256a7ed5b
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 <?php include("../../lib/lang.php"); ?>
37 <!-- Content -->
38 <div id="content">
40 <div id="gallery">
42 <p>
43 <a href="../../images/screenshots/slitaz-3.0.png">
44 <img
45 src="../../images/screenshots/slitaz-3.0.png"
46 alt="Стабильная версия 3.0"
47 title="Стабильная версия 3.0"
48 style="width: 480px;" /></a>
49 </p>
51 <p>
52 <a href="../../images/screenshots/slitaz_2.png">
53 <img
54 src="../../images/screenshots/slitaz_2.png"
55 alt="Стабильная версия 2.0"
56 title="Стабильная версия 2.0"
57 style="width: 480px;" /></a>
58 </p>
60 <p>
61 <img
62 src="../../images/screenshots/index-desktop.png"
63 alt="Стабильная версия 1.0"
64 title="Стабильная версия 1.0"
65 style="width: 480px;" />
66 </p>
68 <p>
69 <img
70 src="../../images/screenshots/cooking-geany.png"
71 alt="Cooking — Geany и GPicview"
72 title="Cooking — Geany и GPicview"
73 style="width: 480px;" />
74 </p>
76 <p>
77 <img
78 src="../../images/screenshots/cooking-conky.png"
79 alt="Cooking — Conky"
80 title="Cooking — Conky"
81 style="width: 480px;" />
82 </p>
84 <p>
85 <img
86 src="../../images/screenshots/cooking-mplayer.png"
87 alt="Cooking — медиапроигрыватель MPlayer"
88 title="Cooking — медиапроигрыватель MPlayer"
89 style="width: 480px;" />
90 </p>
92 <p>
93 <img
94 src="../../images/screenshots/cooking-superuserpcmanfm.png"
95 alt="Cooking — файловый менеджер PCManFM"
96 title="Cooking — файловый менеджер PCManFM"
97 style="width: 480px; height: 384px;" />
98 </p>
100 <p>
101 <img
102 src="../../images/screenshots/e17.png"
103 alt="Стабильная версия — E17"
104 title="Стабильная версия — E17"
105 style="width: 480px;" />
106 </p>
108 <!-- Gallery end -->
109 </div>
111 <!-- End of content -->
112 </div>
114 <?php include("../../lib/html/footer.ru.html"); ?>
116 </body>
117 </html>