This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
screenshots.php
82 lines (77 loc) · 4.57 KB
/
screenshots.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<section id="content">
<div class="container_24">
<div class="row-1-row">
<table class="screeny">
<tr><td colspan=4><h2>Linux KDE</h2></td></tr>
<tr><td>
<a title="<?php echo $LANG["qupzilla"]; ?>: Linux KDE" href="screens/kde_window.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/kde_window.png"></a>
</td>
<td>
<a title="<?php echo $LANG["screens_speeddial"]; ?>: Linux KDE" href="screens/kde_speeddial.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/kde_speeddial.png"></a>
</td>
<td><a title="<?php echo $LANG["screens_library"]; ?>: Linux KDE" href="screens/kde_library.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/kde_library.png"></a></td>
<td><a title="<?php echo $LANG["screens_preferences"]; ?>: Linux KDE" href="screens/kde_preferences.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/kde_preferences.png"></a>
</td></tr>
<tr><td colspan=4><h2>Linux Gnome</h2></td></tr>
<tr><td>
<a title="<?php echo $LANG["qupzilla"]; ?>: Linux Gnome" href="screens/gnome_window.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/gnome_window.png"></a>
</td>
<td>
<a title="<?php echo $LANG["screens_speeddial"]; ?>: Linux Gnome" href="screens/gnome_speeddial.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/gnome_speeddial.png"></a>
</td>
<td><a title="<?php echo $LANG["screens_library"]; ?>: Linux Gnome" href="screens/gnome_library.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/gnome_library.png"></a></td>
<td><a title="<?php echo $LANG["screens_preferences"]; ?>: Linux Gnome" href="screens/gnome_preferences.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/gnome_preferences.png"></a>
</td></tr>
<tr><td colspan=4><h2>Windows 10</h2></td></tr>
<tr><td>
<a title="<?php echo $LANG["qupzilla"]; ?>: Windows 10" href="screens/win_window.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/win_window.png"></a>
</td>
<td>
<a title="<?php echo $LANG["screens_speeddial"]; ?>: Windows 10" href="screens/win_speeddial.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/win_speeddial.png"></a>
</td>
<td><a title="<?php echo $LANG["screens_library"]; ?>: Windows 10" href="screens/win_library.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/win_library.png"></a></td>
<td><a title="<?php echo $LANG["screens_preferences"]; ?>: Windows 10" href="screens/win_preferences.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/win_preferences.png"></a>
</td></tr>
<tr><td colspan=4><h2>Windows XP</h2></td></tr>
<tr><td>
<a title="<?php echo $LANG["qupzilla"]; ?>: Windows XP" href="screens/winxp_window.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/winxp_window.png"></a>
</td>
<td>
<a title="<?php echo $LANG["screens_speeddial"]; ?>: Windows XP" href="screens/winxp_speeddial.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/winxp_speeddial.png"></a>
</td>
<td><a title="<?php echo $LANG["screens_history"]; ?>: Windows XP" href="screens/winxp_library.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/winxp_library.png"></a></td>
<td><a title="<?php echo $LANG["screens_preferences"]; ?>: Windows XP" href="screens/winxp_preferences.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/winxp_preferences.png"></a>
</td></tr>
<tr><td colspan=4><h2><?php echo $LANG["screens_other"]; ?></h2></td></tr>
<tr><td>
<a title="<?php echo $LANG["qupzilla"]; ?>: OS/2 (<?php echo $LANG["screens_thanksto"]; ?> Elbert Pol)" href="screens/other_os2.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/other_os2.png"></a>
</td>
<td><a title="<?php echo $LANG["qupzilla"]; ?>: Haiku (<?php echo $LANG["screens_thanksto"]; ?> Khaled Berraoui)" href="screens/other_haiku.png" rel="lightbox[screens]">
<img width="200" height="200" src="screens/thumbs/other_haiku.png"></a></td>
<td></td>
<td></td>
</tr>
</table>
</div>
<div class="hr"></div>
<div class="row-2">
</div>
</div>
</section>