comparison OrthancExplorer/explorer.html @ 274:f2286c741109

patient protection in Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 08 Dec 2012 22:48:53 +0100
parents f23318b11b39
children cd6749e53a03
comparison
equal deleted inserted replaced
273:d384af918264 274:f2286c741109
80 <div class="ui-block-a" style="width:30%"> 80 <div class="ui-block-a" style="width:30%">
81 <div style="padding-right:10px"> 81 <div style="padding-right:10px">
82 <ul data-role="listview" data-inset="true" data-theme="a" id="patient-info"> 82 <ul data-role="listview" data-inset="true" data-theme="a" id="patient-info">
83 </ul> 83 </ul>
84 <p> 84 <p>
85 <a href="#find-patients" data-role="button" data-icon="search">Go to patient finder</a> 85 <div class="switch-container">
86 <select name="protection" id="protection" data-role="slider">
87 <option value="off">Unprotected</option>
88 <option value="on">Protected</option>
89 </select>
90 </div>
91 <!--a href="#find-patients" data-role="button" data-icon="search">Go to patient finder</a-->
86 <a href="#" data-role="button" data-icon="delete" id="patient-delete">Delete this patient</a> 92 <a href="#" data-role="button" data-icon="delete" id="patient-delete">Delete this patient</a>
87 <a href="#" data-role="button" data-icon="gear" id="patient-archive">Download ZIP</a> 93 <a href="#" data-role="button" data-icon="gear" id="patient-archive">Download ZIP</a>
88 </p> 94 </p>
89 </div> 95 </div>
90 </div> 96 </div>