comparison OrthancExplorer/explorer.html @ 1229:5405d36e9d48

explorer-plugin.js for plugins to adapt the default Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Nov 2014 13:54:53 +0100
parents 2e11c3353356
children f1c01451a8ee
comparison
equal deleted inserted replaced
1228:e0f7014d39a4 1229:5405d36e9d48
28 <script src="libs/jquery-file-upload/js/jquery.fileupload.js"></script> 28 <script src="libs/jquery-file-upload/js/jquery.fileupload.js"></script>
29 29
30 <link rel="stylesheet" href="explorer.css" /> 30 <link rel="stylesheet" href="explorer.css" />
31 <script src="file-upload.js"></script> 31 <script src="file-upload.js"></script>
32 <script src="explorer.js"></script> 32 <script src="explorer.js"></script>
33 <script src="explorer-plugin.js"></script>
33 </head> 34 </head>
34 <body> 35 <body>
35 <div data-role="page" id="find-patients" > 36 <div data-role="page" id="find-patients" >
36 <div data-role="header" > 37 <div data-role="header" >
37 <h1><span class="orthanc-name"></span>Find a patient</h1> 38 <h1><span class="orthanc-name"></span>Find a patient</h1>