comparison Applications/StoneWebViewer/WebApplication/index.html @ 1827:21ccc00839f7 StoneWebViewer-2.0

upgrade to Emscripten 2.0.23
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 May 2021 11:05:59 +0200
parents a56bf4c534ef
children 9568082ee013
comparison
equal deleted inserted replaced
1825:d6b83b4cedcd 1827:21ccc00839f7
20 <div id="wv"> 20 <div id="wv">
21 21
22 <div class="wvInfoScreen" v-show="modalNotDiagnostic" style="display: none"> 22 <div class="wvInfoScreen" v-show="modalNotDiagnostic" style="display: none">
23 <div class="wvInfoPopup"> 23 <div class="wvInfoPopup">
24 <div class="wvInfoPopupLogo"> 24 <div class="wvInfoPopupLogo">
25 <a href="https://www.osimis.io" target="_blank"> 25 <a href="https://www.orthanc-server.com/" target="_blank">
26 <img style="width: 340px;" src="img/orthanc.png"/> 26 <img style="width: 340px;" src="img/orthanc.png"/>
27 </a> 27 </a>
28 </div> 28 </div>
29 <div class="wvInfoPopupText"> 29 <div class="wvInfoPopupText">
30 <h3>Intended use</h3> 30 <h3>Intended use</h3>
33 reviewing their images,<br> for research and for quality 33 reviewing their images,<br> for research and for quality
34 assurance. 34 assurance.
35 </p> 35 </p>
36 <h3>Versions</h3> 36 <h3>Versions</h3>
37 <p> 37 <p>
38 Stone Web viewer: {{ stoneWebViewerVersion }} 38 Stone Web viewer: {{ stoneWebViewerVersion }} <br/>
39 Emscripten compiler: {{ emscriptenVersion }}
39 </p> 40 </p>
40 </div> 41 </div>
41 <div class="wvInfoPopupForm"> 42 <div class="wvInfoPopupForm">
42 <br> 43 <br>
43 <label>Show this information at startup 44 <label>Show this information at startup
54 </div> 55 </div>
55 56
56 <div class="wvInfoScreen" v-show="modalPreferences" style="display: none"> 57 <div class="wvInfoScreen" v-show="modalPreferences" style="display: none">
57 <div class="wvInfoPopup"> 58 <div class="wvInfoPopup">
58 <div class="wvInfoPopupLogo"> 59 <div class="wvInfoPopupLogo">
59 <a href="https://www.osimis.io" target="_blank"> 60 <a href="https://www.orthanc-server.com/" target="_blank">
60 <img style="width: 340px;" src="img/orthanc.png"/> 61 <img style="width: 340px;" src="img/orthanc.png"/>
61 </a> 62 </a>
62 </div> 63 </div>
63 <div class="wvInfoPopupText"> 64 <div class="wvInfoPopupText">
64 <h3>Intended use</h3> 65 <h3>Intended use</h3>
65 <p> 66 <p>
66 The Stone Web Viewer is intended for<br> patients 67 The Stone Web Viewer is intended for<br> patients
67 reviewing their images,<br> for research and for quality 68 reviewing their images,<br> for research and for quality
68 assurance. 69 assurance.
70 </p>
71 <h3>Versions</h3>
72 <p>
73 Stone Web viewer: {{ stoneWebViewerVersion }} <br/>
74 Emscripten compiler: {{ emscriptenVersion }}
69 </p> 75 </p>
70 <h3>User preferences</h3> 76 <h3>User preferences</h3>
71 </div> 77 </div>
72 <div class="wvInfoPopupForm"> 78 <div class="wvInfoPopupForm">
73 <label>Warn about the intended use at startup 79 <label>Warn about the intended use at startup