comparison OrthancExplorer/explorer.html @ 3166:6953a4e475b3

adding the logo in the explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jan 2019 09:47:13 +0100
parents 6aa8d90aeee5
children af81263c025c
comparison
equal deleted inserted replaced
3165:1fe524e211af 3166:6953a4e475b3
48 <a href="#query-retrieve" data-icon="search" data-role="button">Query/Retrieve</a> 48 <a href="#query-retrieve" data-icon="search" data-role="button">Query/Retrieve</a>
49 <a href="#jobs" data-icon="refresh" data-role="button" data-direction="reverse">Jobs</a> 49 <a href="#jobs" data-icon="refresh" data-role="button" data-direction="reverse">Jobs</a>
50 </div> 50 </div>
51 </div> 51 </div>
52 <div data-role="content"> 52 <div data-role="content">
53 <div data-role="content" id="content" style="padding:0px">
54 <p align="center">
55 <a href="http://www.orthanc-server.com/" target="_blank" alt="Orthanc homepage">
56 <img src="orthanc-logo.png" alt="Orthanc" style="max-width:100%" />
57 </a>
58 </p>
59 </div>
60
53 <form data-ajax="false" id="lookup-form"> 61 <form data-ajax="false" id="lookup-form">
54 <div data-role="fieldcontain"> 62 <div data-role="fieldcontain">
55 <label for="lookup-patient-id">Patient ID:</label> 63 <label for="lookup-patient-id">Patient ID:</label>
56 <input type="text" name="lookup-patient-id" id="lookup-patient-id" value="" /> 64 <input type="text" name="lookup-patient-id" id="lookup-patient-id" value="" />
57 </div> 65 </div>