diff Sources/OrthancExplorer.js @ 63:1fd6d0f8fdc9

clarifying the versions of the viewers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Jun 2024 16:17:41 +0200
parents b798387b085c
children 6a891818bad5
line wrap: on
line diff
--- a/Sources/OrthancExplorer.js	Sat Jun 15 16:08:52 2024 +0200
+++ b/Sources/OrthancExplorer.js	Sat Jun 15 16:17:41 2024 +0200
@@ -63,7 +63,7 @@
       window.open('../stl/app/three.html?instance=' + instanceId);
     });
 
-    AddViewer(viewers, 'Online3DViewer', function() {
+    AddViewer(viewers, 'Online3DViewer (version 0.12.0)', function() {
       window.open('../stl/app/o3dv.html?instance=' + instanceId);
     });
 
@@ -515,11 +515,11 @@
                   .attr('data-divider-theme', 'd')
                   .attr('data-role', 'listview');
 
-              AddViewer(viewers, 'Basic Nexus viewer', function() {
+              AddViewer(viewers, 'Basic Nexus viewer (version 4.2 - Nexus 2018)', function() {
                 window.open('../stl/nexus/threejs.html?model=../../instances/' + instanceId + '/nexus');
               });
 
-              AddViewer(viewers, '3DHOP', function() {
+              AddViewer(viewers, '3DHOP (version 4.3)', function() {
                 window.open('../stl/3dhop/3DHOP_all_tools.html?instance=' + instanceId);
               });