comparison OrthancExplorer/explorer.html @ 250:f23318b11b39

creation of zip files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Dec 2012 12:29:10 +0100
parents 4829c054751a
children f2286c741109
comparison
equal deleted inserted replaced
249:5694365ecb96 250:f23318b11b39
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 <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> 86 <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>
87 </p> 88 </p>
88 </div> 89 </div>
89 </div> 90 </div>
90 <div class="ui-block-b" style="width:70%"> 91 <div class="ui-block-b" style="width:70%">
91 <div style="padding:10px"> 92 <div style="padding:10px">
113 <div style="padding-right:10px"> 114 <div style="padding-right:10px">
114 <ul data-role="listview" data-inset="true" data-theme="a" id="study-info"> 115 <ul data-role="listview" data-inset="true" data-theme="a" id="study-info">
115 </ul> 116 </ul>
116 <p> 117 <p>
117 <a href="#" data-role="button" data-icon="delete" id="study-delete">Delete this study</a> 118 <a href="#" data-role="button" data-icon="delete" id="study-delete">Delete this study</a>
119 <a href="#" data-role="button" data-icon="gear" id="study-archive">Download ZIP</a>
118 </p> 120 </p>
119 </div> 121 </div>
120 </div> 122 </div>
121 <div class="ui-block-b" style="width:70%"> 123 <div class="ui-block-b" style="width:70%">
122 <div style="padding:10px"> 124 <div style="padding:10px">
146 <div style="padding-right:10px"> 148 <div style="padding-right:10px">
147 <ul data-role="listview" data-inset="true" data-theme="a" id="series-info"> 149 <ul data-role="listview" data-inset="true" data-theme="a" id="series-info">
148 </ul> 150 </ul>
149 <p> 151 <p>
150 <a href="#" data-role="button" data-icon="delete" id="series-delete">Delete this series</a> 152 <a href="#" data-role="button" data-icon="delete" id="series-delete">Delete this series</a>
151 <a href="#" data-role="button" data-icon="arrow-d" id="series-preview">Preview this series</a> 153 <a href="#" data-role="button" data-icon="search" id="series-preview">Preview this series</a>
152 <a href="#" data-role="button" data-icon="arrow-d" id="series-store">Store in another DICOM modality</a> 154 <a href="#" data-role="button" data-icon="forward" id="series-store">Store in another DICOM modality</a>
155 <a href="#" data-role="button" data-icon="gear" id="series-archive">Download ZIP</a>
153 </p> 156 </p>
154 </div> 157 </div>
155 </div> 158 </div>
156 <div class="ui-block-b" style="width:70%"> 159 <div class="ui-block-b" style="width:70%">
157 <div style="padding:10px"> 160 <div style="padding:10px">
183 </ul> 186 </ul>
184 <p> 187 <p>
185 <a href="#" data-role="button" data-icon="delete" id="instance-delete">Delete this instance</a> 188 <a href="#" data-role="button" data-icon="delete" id="instance-delete">Delete this instance</a>
186 <a href="#" data-role="button" data-icon="arrow-d" id="instance-download-dicom">Download the DICOM file</a> 189 <a href="#" data-role="button" data-icon="arrow-d" id="instance-download-dicom">Download the DICOM file</a>
187 <a href="#" data-role="button" data-icon="arrow-d" id="instance-download-json">Download the JSON file</a> 190 <a href="#" data-role="button" data-icon="arrow-d" id="instance-download-json">Download the JSON file</a>
188 <a href="#" data-role="button" data-icon="arrow-d" id="instance-preview">Preview the instance</a> 191 <a href="#" data-role="button" data-icon="search" id="instance-preview">Preview the instance</a>
189 <a href="#" data-role="button" data-icon="arrow-d" id="instance-store">Store in another DICOM modality</a> 192 <a href="#" data-role="button" data-icon="forward" id="instance-store">Store in another DICOM modality</a>
190 </p> 193 </p>
191 </div> 194 </div>
192 </div> 195 </div>
193 <div class="ui-block-b" style="width:70%"> 196 <div class="ui-block-b" style="width:70%">
194 <div style="padding:10px"> 197 <div style="padding:10px">