comparison OrthancExplorer/explorer.html @ 2631:a963b5e2d963 jobs

more uniform layout
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 May 2018 16:18:14 +0200
parents 4ecb79c6e81c
children 567d1be0849e
comparison
equal deleted inserted replaced
2630:00327e989458 2631:a963b5e2d963
36 <body> 36 <body>
37 <div data-role="page" id="find-patients" > 37 <div data-role="page" id="find-patients" >
38 <div data-role="header" > 38 <div data-role="header" >
39 <h1><span class="orthanc-name"></span>Find a patient</h1> 39 <h1><span class="orthanc-name"></span>Find a patient</h1>
40 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-left"> 40 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-left">
41 <a href="#find-studies" data-icon="arrow-r" data-role="button" data-direction="reverse">Studies</a>
41 <a href="#plugins" data-icon="grid" data-role="button" data-direction="reverse">Plugins</a> 42 <a href="#plugins" data-icon="grid" data-role="button" data-direction="reverse">Plugins</a>
42 <a href="#find-studies" data-icon="arrow-r" data-role="button" data-direction="reverse">Studies</a>
43 </div> 43 </div>
44 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-right"> 44 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-right">
45 <a href="#upload" data-icon="gear" data-role="button">Upload</a> 45 <a href="#upload" data-icon="gear" data-role="button">Upload</a>
46 <a href="#query-retrieve" data-icon="search" data-role="button">Query/Retrieve</a> 46 <a href="#query-retrieve" data-icon="search" data-role="button">Query/Retrieve</a>
47 <a href="#jobs" data-icon="refresh" data-role="button" data-direction="reverse">Jobs</a> 47 <a href="#jobs" data-icon="refresh" data-role="button" data-direction="reverse">Jobs</a>
55 55
56 <div data-role="page" id="find-studies" > 56 <div data-role="page" id="find-studies" >
57 <div data-role="header" > 57 <div data-role="header" >
58 <h1><span class="orthanc-name"></span>Find a study</h1> 58 <h1><span class="orthanc-name"></span>Find a study</h1>
59 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-left"> 59 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-left">
60 <a href="#find-patients" data-icon="home" data-role="button" data-direction="reverse">Patients</a>
60 <a href="#plugins" data-icon="grid" data-role="button" data-direction="reverse">Plugins</a> 61 <a href="#plugins" data-icon="grid" data-role="button" data-direction="reverse">Plugins</a>
61 <a href="#find-patients" data-icon="home" data-role="button" data-direction="reverse">Patients</a>
62 </div> 62 </div>
63 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-right"> 63 <div data-type="horizontal" data-role="controlgroup" class="ui-btn-right">
64 <a href="#upload" data-icon="gear" data-role="button">Upload</a> 64 <a href="#upload" data-icon="gear" data-role="button">Upload</a>
65 <a href="#query-retrieve" data-icon="search" data-role="button">Query/Retrieve</a> 65 <a href="#query-retrieve" data-icon="search" data-role="button">Query/Retrieve</a>
66 <a href="#jobs" data-icon="refresh" data-role="button" data-direction="reverse">Jobs</a> 66 <a href="#jobs" data-icon="refresh" data-role="button" data-direction="reverse">Jobs</a>