website view en/artwork/screenshots.php @ rev 1005

cn, da, de: full iconv'ed to utf-8; locale: add russian links, remove links to the same page; tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 00:37:38 2012 +0300 (2012-03-29)
parents
children c2f9d5d0f314
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="en" lang="en">
4 <head>
5 <title>SliTaz Screenshots</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux project artwok images logos" />
8 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, 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.html"); ?>
20 <!-- Block -->
21 <div id="block">
22 <?php include("../../lib/html/nav.en.html"); ?>
23 <!-- Information/image -->
24 <div id="block_info">
25 <h4>Screenshots</h4>
26 <p>
27 Pictures say more than a thousand words... Screenshots of
28 the latest Stable and Cooking versions. You may also want to
29 find, discuss, upload and share SliTaz Artwork!
30 </p>
31 <p>
32 <img src="../../images/users.png" alt="users.png" />
33 <a href="http://scn.slitaz.org/groups/artwork/">Join us on SCN</a>
34 </p>
35 </div>
36 </div>
38 <!-- Content -->
39 <div id="content">
41 <div id="gallery">
43 <p>
44 <a href="../../images/screenshots/slitaz-3.0.png">
45 <img
46 src="../../images/screenshots/slitaz-3.0.png"
47 alt="Stable 3.0"
48 title="Stable 3.0"
49 style="width: 480px;" /></a>
50 </p>
52 <p>
53 <a href="../../images/screenshots/slitaz_2.png">
54 <img
55 src="../../images/screenshots/slitaz_2.png"
56 alt="Stable 2.0"
57 title="Stable 2.0"
58 style="width: 480px;" /></a>
59 </p>
61 <p>
62 <img
63 src="../../images/screenshots/index-desktop.png"
64 alt="Stable 1.0"
65 title="Stable 1.0"
66 style="width: 480px;" />
67 </p>
69 <p>
70 <img
71 src="../../images/screenshots/cooking-geany.png"
72 alt="Cooking - Geany and GPicview"
73 title="Cooking - Geany and GPicview"
74 style="width: 480px;" />
75 </p>
77 <p>
78 <img
79 src="../../images/screenshots/cooking-conky.png"
80 alt="Cooking - Conky"
81 title="Cooking - Conky"
82 style="width: 480px;" />
83 </p>
85 <p>
86 <img
87 src="../../images/screenshots/cooking-mplayer.png"
88 alt="Cooking - Multimediaplayer MPlayer"
89 title="Cooking - Multimediaplayer MPlayer"
90 style="width: 480px;" />
91 </p>
93 <p>
94 <img
95 src="../../images/screenshots/cooking-superuserpcmanfm.png"
96 alt="Cooking - Dateimanager PCManFM"
97 title="Cooking - Dateimanager PCManFM"
98 style="width: 480px; height: 384px;" />
99 </p>
101 <p>
102 <img
103 src="../../images/screenshots/e17.png"
104 alt="Stable - E17"
105 title="Stable - E17"
106 style="width: 480px;" />
107 </p>
109 <!-- Gallery end -->
110 </div>
112 <!-- End of content -->
113 </div>
115 <?php include("../../lib/html/footer.html"); ?>
117 </body>
118 </html>