forked from ome/ome-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfigure_downloads.html
124 lines (119 loc) · 5.12 KB
/
figure_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
<!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></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>OMERO.figure @VERSION@</h2>
<ul>
<li>
<p>Information on this release of OMERO.figure is in the
<a href="@ANNOUNCEMENT_URL@">release
announcement</a>. </p>
</li>
<li>
<p>Full documentation is available as <a
href="http://will-moore.github.io/figure/">web
documentation</a>.</p>
</li>
<li>
<p>Source code and the latest development version can be
found on <a
href="https://github.com/will-moore/figure"
>GitHub</a>.</p>
</li>
</ul>
<h2>Downloads</h2>
<div class="alt-table">
<table width="800" border="0" cellpadding="5"
summary="Downloads">
<tbody>
<tr>
<th width="269">File</th>
<th width="85">Size</th>
<th width="271">File Name</th>
<th width="125">Checksum</th>
</tr>
<tr>
<td><a href="@FIGURE@"><img
src="images/omero_figure.png"
alt="OMERO.figure Download" /></a></td>
<td align="center">@FIGURE_SIZE@</td>
<td>@FIGURE_BASE@</td>
<td align="center">@FIGURE_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>