Mercurial > hg > orthanc-stone
annotate Applications/Samples/Web/index.html @ 925:4639d0bf6390
Added support for Grayscale16 in the multiframe loader (Victor)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 22 Jul 2019 16:00:03 +0200 |
parents | 8bf717c4e497 |
children |
rev | line source |
---|---|
238 | 1 <!doctype html> |
2 | |
3 <html lang="us"> | |
4 <head> | |
5 <meta charset="utf-8" /> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
7 | |
8 <!-- Disable pinch zoom on mobile devices --> | |
9 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
10 <meta name="HandheldFriendly" content="true" /> | |
11 | |
12 <title>Wasm Samples</title> | |
13 | |
14 <body> | |
15 <ul> | |
326 | 16 <li><a href="simple-viewer/simple-viewer.html">Simple Viewer Project (you may add ?studyId=XXX in the url)</a></li> |
17 <li><a href="single-frame.html?instance=XXX">Single frame application (you must replace XXX by a valid instance id in the url)</a></li> | |
18 <li><a href="single-frame-editor.html?instance=XXX">Single frame editor application (you must replace XXX by a valid instance id in the url)</a></li> | |
319
daa04d15192c
new SimpleViewer sample that has been split in multiple files to be able to scale it
am@osimis.io
parents:
285
diff
changeset
|
19 <li><a href="simple-viewer-single-file.html">Simple Viewer Single file (to be replaced by other samples)</a></li> |
238 | 20 </ul> |
21 </body> | |
22 | |
23 </html> |