comparison OrthancExplorer/explorer.html @ 1501:aaf368280f5a

C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Aug 2015 17:23:28 +0200
parents 6b4862a496c1
children e0517f25919e
comparison
equal deleted inserted replaced
1500:a11281698db9 1501:aaf368280f5a
351 <input type="checkbox" name="XA" id="qr-xa" class="custom" /> <label for="qr-xa">XA</label> 351 <input type="checkbox" name="XA" id="qr-xa" class="custom" /> <label for="qr-xa">XA</label>
352 </fieldset> 352 </fieldset>
353 </div> 353 </div>
354 </div> 354 </div>
355 355
356 <button id="qr-submit" type="submit" data-theme="b">Search studies</button> 356 <fieldset class="ui-grid-a">
357 <div class="ui-block-a">
358 <button id="qr-echo" data-theme="a">Test Echo</button>
359 </div>
360 <div class="ui-block-b">
361 <button id="qr-submit" type="submit" data-theme="b">Search studies</button>
362 </div>
363 </fieldset>
357 </form> 364 </form>
358 </div> 365 </div>
359 </div> 366 </div>
360 367
361 368