website view cn/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 24f95ad1a345
children 47055e938c85
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="cn" lang="cn">
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="cn" content="slitaz artwork" />
9 <meta name="author" content="Draplater" />
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.cn.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>截图</h4>
22 <p>
23 Pictures say more than a thousand words... Screenshots of
24 the latest Stable and Cooking versions. You may also want to
25 find, discuss, upload and share SliTaz Artwork!
26 </p>
27 <p>
28 <img src="../../images/users.png" alt="users.png" />
29 <a href="http://scn.slitaz.org/groups/artwork/">Join us on SCN</a>
30 </p>
31 </div>
32 </div>
34 <?php include("../../lib/lang.php"); ?>
36 <!-- Content -->
37 <div id="content">
39 <div id="gallery">
41 <p>
42 <a href="../../images/screenshots/slitaz-3.0.png">
43 <img
44 src="../../images/screenshots/slitaz-3.0.png"
45 alt="Stable 3.0"
46 title="Stable 3.0"
47 style="width: 480px;" /></a>
48 </p>
50 <p>
51 <a href="../../images/screenshots/slitaz_2.png">
52 <img
53 src="../../images/screenshots/slitaz_2.png"
54 alt="Stable 2.0"
55 title="Stable 2.0"
56 style="width: 480px;" /></a>
57 </p>
59 <p>
60 <img
61 src="../../images/screenshots/index-desktop.png"
62 alt="Stable 1.0"
63 title="Stable 1.0"
64 style="width: 480px;" />
65 </p>
67 <p>
68 <img
69 src="../../images/screenshots/cooking-geany.png"
70 alt="Cooking - Geany and GPicview"
71 title="Cooking - Geany and GPicview"
72 style="width: 480px;" />
73 </p>
75 <p>
76 <img
77 src="../../images/screenshots/cooking-conky.png"
78 alt="Cooking - Conky"
79 title="Cooking - Conky"
80 style="width: 480px;" />
81 </p>
83 <p>
84 <img
85 src="../../images/screenshots/cooking-mplayer.png"
86 alt="Cooking - Multimediaplayer MPlayer"
87 title="Cooking - Multimediaplayer MPlayer"
88 style="width: 480px;" />
89 </p>
91 <p>
92 <img
93 src="../../images/screenshots/cooking-superuserpcmanfm.png"
94 alt="Cooking - Dateimanager PCManFM"
95 title="Cooking - Dateimanager PCManFM"
96 style="width: 480px; height: 384px;" />
97 </p>
99 <p>
100 <img
101 src="../../images/screenshots/e17.png"
102 alt="Stable - E17"
103 title="Stable - E17"
104 style="width: 480px;" />
105 </p>
107 <!-- Gallery end -->
108 </div>
110 <!-- End of content -->
111 </div>
113 <?php include("../../lib/html/footer.html"); ?>
115 </body>
116 </html>