forked from ome/ome-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ice_downloads.html
138 lines (136 loc) · 6.37 KB
/
ice_downloads.html
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="images/plonematch.css" type="text/css" />
<style type="text/css">
[touch-action = "none"]{
-ms-touch-action:none;
touch-action:none;
}
[touch-action = "pan-x"]{
-ms-touch-action:pan-x;
touch-action:pan-x;
}
[touch-action = "pan-y"]{
-ms-touch-action:pan-y;
touch-action:pan-y;
}
[touch-action = "scroll"],
[touch-action = "pan-x pan-y"],
[touch-action = "pan-y pan-x"]{
-ms-touch-action:pan-x pan-y;
touch-action:pan-x pan-y;
}</style>
<title>Ice</title>
</head>
<body id="index" class="home">
<!-- OME Banner - START -->
<div id="portal-top">
<div id="portal-header">
<ul id="portal-siteactions">
<li>
<br />
</li>
</ul><a id="portal-logo" accesskey="1"
href="http://downloads.openmicroscopy.org/"
name="portal-logo"><img src="images/logo.jpg" alt=""
title="" height="73" width="450" /></a>
<div id="portal-globalnav">
<br />
</div>
</div>
<div id="portal-personaltools-wrapper">
<ul id="portal-personaltools" class="visualInline">
<li>
<br />
</li>
</ul>
</div>
</div>
<div class="visualClear" id="clear-space-before-wrapper-table">
<!-- OME Banner - END -->
<div class="entry-content" style="margin-left:20px;">
<h2>Ice @VERSION@ Downloads</h2>
<p>
<strong><a href="#win">Windows downloads</a>
|
<a href="#code">Source code</a>
</strong></p>
<h2><a name="ice" id="ice"></a>Ice downloads for Windows</h2>
<div class="alt-table">
<table width="800" border="0" cellpadding="5" summary="Ice Downloads for Windows">
<tbody>
<tr>
<th width="580">Downloads</th>
<th width="85">Size</th>
<th width="125">Checksum</th>
</tr>
<tr>
<td><a href="@ICE_X64_WIN@">
64-bit Ice for Windows x64 with 64-bit
Python 2.7</a></td>
<td align="center">@ICE_X64_WIN_SIZE@</td>
<td align="center">@ICE_X64_WIN_SHA1@ (<a
href="@[email protected]"
>SHA1</a>)</td>
</tr>
<tr>
<td><a href="@ICE_X86_WIN@">32-bit Ice for Windows x86 with 32-bit Python 2.7</a></td>
<td align="center">@ICE_X86_WIN_SIZE@</td>
<td align="center">@ICE_X86_WIN_SHA1@ (<a
href="@[email protected]"
>SHA1</a>)</td>
</tr>
</tbody>
</table>
</div>
<h2><a name="code" id="code"></a>Source code</h2>
<div class="alt-table">
<table width="800" border="0" cellpadding="5" summary="OMERO Code">
<tbody>
<tr>
<th width="580">Downloads</th>
<th width="85">Size</th>
<th width="125">Checksum</th>
</tr>
<tr>
<td><a href="@SOURCE_CODE@" target="_blank">Ice source code</a></td>
<td align="center">@SOURCE_CODE_SIZE@</td>
<td align="center">@SOURCE_CODE_SHA1@ (<a
href="@[email protected]">SHA1</a>)</td>
</tr>
<tr>
<td><a href="@THIRD_PARTY@" target="_blank">Ice third party source code</a></td>
<td align="center">@THIRD_PARTY_SIZE@</td>
<td align="center">@THIRD_PARTY_SHA1@ (<a
href="@[email protected]">SHA1</a>)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div><!-- /.entry-content -->
<!-- OME Footer - Start -->
<div class="visualClear" id="clear-space-before-footer"
><!-- --></div>
<div id="portal-footer">
<p>
<acronym title="Copyright">©</acronym> 2000-2014
University of Dundee & Open Microscopy Environment. <a
href="http://www.openmicroscopy.org/site/about/licensing-attribution/licensing"
>Creative Commons Attribution 3.0 Unported License</a>
</p>
<p> OME source code is available under the <a
href="http://www.openmicroscopy.org/site/about/licensing"
>GNU General public license</a> or through commercial
license from <a
href="http://www.openmicroscopy.org/site/about/development-teams/glencoe-software"
>Glencoe Software</a>
</p>
</div>
<div class="visualClear">
<!-- OME Footer - END -->
</div>
</body>
</html>