Mercurial > hg > orthanc-wsi
view ViewerPlugin/viewer.html @ 370:5fb0dfa5c155
do not fill the imaged volume width/height tags without information
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Mar 2025 13:59:23 +0100 |
parents | 60100f5effee |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>Orthanc for Whole-Slide Imaging</title> <link rel="stylesheet" href="ol.css" type="text/css"> <style> html, body { margin: 0; height: 100%; } #map { position: absolute; top: 0; bottom: 0; width: 100%; } </style> </head> <body> <div id="map"></div> <!-- This is the version of jQuery that is used by Orthanc Explorer --> <script src="../../app/libs/jquery.min.js"></script> <script src="dist/ol.js"></script> <script src="viewer.js"></script> </body> </html>