-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScreenshotsM2.html
More file actions
85 lines (67 loc) · 2.2 KB
/
ScreenshotsM2.html
File metadata and controls
85 lines (67 loc) · 2.2 KB
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
83
84
<!-- start page content -->
<SCRIPT LANGUAGE="javascript" TYPE="text/javascript">
<!--
function openImageWindow(image,h,w){
window.open (image, 'newwindow', config="height="+h+' , width="+w+' , toolbar=no, menubar=no, scrollbars=no, resizable=yes, location=no, directories=no, status=no')
}
-->
</SCRIPT>
<H3>Métamorphose 2 Screenshots</H3>
<p>
<b class="heading">Click on an image to show a larger version of it:</b>
</p>
<BR>
<TABLE BORDER="0" CELLSPACING="0" ALIGN="center">
<tr><td><b class="heading">» Windows «</b></td></tr>
<TR>
<TD>Picker panel, Vista:</TD>
<TD WIDTH="20%"> </TD>
<TD>Renamer panel, Vista:</TD>
</TR>
<TR>
<TD>
<a href="screenshots/M2/windows_1_large.jpg" target="_new">
<img src="screenshots/M2/windows_1.jpg" alt="Picker panel on 2000" border="0" width="250"></a></TD>
<TD> </TD>
<TD>
<a href="screenshots/M2/windows_2_large.jpg" target="_new">
<img src="screenshots/M2/windows_2.jpg" alt="Main panel on XP" border="0" width="250"></a></TD>
</TR>
<TR><TD HEIGHT="25"> </TD></TR>
<TR>
<TD>Errors panel, Vista:</TD>
<TD> </TD>
<TD>Sorting panel, Vista</TD>
</TR>
<TR>
<TD>
<a href="screenshots/M2/windows_3_large.jpg" target="_new">
<img src="screenshots/M2/windows_3.jpg" alt="Numbering panel on Windows XP" border="0" width="250"></a></TD>
<TD> </TD>
<TD>
<a href="screenshots/M2/windows_4_large.jpg" target="_new">
<img src="screenshots/M2/windows_4.jpg" alt="Preferences dialog (1) on Windows XP" border="0" width="250"></a></TD>
</TR>
<TR><TD HEIGHT="50"> </TD></TR>
</TABLE>
<TABLE BORDER="0" CELLSPACING="0" ALIGN="center">
<tr><td><b class="heading">» Linux «</b></td></tr>
<TR>
<TD>Picker panel, Gnome :</TD>
<TD WIDTH="20%"> </TD>
<TD>Renaming panel, Gnome :</TD>
</TR>
<TR>
<TD>
<a href="screenshots/M2/linux_1_large.png" target="_new">
<img src="screenshots/M2/linux_1.png" alt="Error panel on Linux/KDE" border="0" width="250"></a>
</TD>
<TD> </TD>
<TD>
<a href="screenshots/M2/linux_2_large.png" target="_new">
<img src="screenshots/M2/linux_2.png" alt="Error panel on Linux/KDE" border="0" width="250"></a>
</TD>
</TR>
<TR><TD HEIGHT="25"> </TD></TR>
</TABLE>
<br>