comparison 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
comparison
equal deleted inserted replaced
62:b798387b085c 63:1fd6d0f8fdc9
61 61
62 AddViewer(viewers, 'Basic viewer built using Three.js', function() { 62 AddViewer(viewers, 'Basic viewer built using Three.js', function() {
63 window.open('../stl/app/three.html?instance=' + instanceId); 63 window.open('../stl/app/three.html?instance=' + instanceId);
64 }); 64 });
65 65
66 AddViewer(viewers, 'Online3DViewer', function() { 66 AddViewer(viewers, 'Online3DViewer (version 0.12.0)', function() {
67 window.open('../stl/app/o3dv.html?instance=' + instanceId); 67 window.open('../stl/app/o3dv.html?instance=' + instanceId);
68 }); 68 });
69 69
70 // Launch the dialog 70 // Launch the dialog
71 $('#dialog').simpledialog2({ 71 $('#dialog').simpledialog2({
513 if (${IS_3DHOP_ENABLED}) { 513 if (${IS_3DHOP_ENABLED}) {
514 var viewers = $('<ul>') 514 var viewers = $('<ul>')
515 .attr('data-divider-theme', 'd') 515 .attr('data-divider-theme', 'd')
516 .attr('data-role', 'listview'); 516 .attr('data-role', 'listview');
517 517
518 AddViewer(viewers, 'Basic Nexus viewer', function() { 518 AddViewer(viewers, 'Basic Nexus viewer (version 4.2 - Nexus 2018)', function() {
519 window.open('../stl/nexus/threejs.html?model=../../instances/' + instanceId + '/nexus'); 519 window.open('../stl/nexus/threejs.html?model=../../instances/' + instanceId + '/nexus');
520 }); 520 });
521 521
522 AddViewer(viewers, '3DHOP', function() { 522 AddViewer(viewers, '3DHOP (version 4.3)', function() {
523 window.open('../stl/3dhop/3DHOP_all_tools.html?instance=' + instanceId); 523 window.open('../stl/3dhop/3DHOP_all_tools.html?instance=' + instanceId);
524 }); 524 });
525 525
526 // Launch the dialog 526 // Launch the dialog
527 $('#dialog').simpledialog2({ 527 $('#dialog').simpledialog2({