diff PalantirExplorer/explorer.html @ 35:f6d12037f886

full json vs. simplified json
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Aug 2012 12:24:31 +0200
parents 3959d33612cc
children
line wrap: on
line diff
--- a/PalantirExplorer/explorer.html	Thu Aug 30 11:22:21 2012 +0200
+++ b/PalantirExplorer/explorer.html	Thu Aug 30 12:24:31 2012 +0200
@@ -178,6 +178,10 @@
             <div style="padding:10px">
               <div class="ui-body ui-body-b">
                 <h1>DICOM Tags</h1>
+                <p align="right">
+                  <input type="checkbox" id="show-tag-name" checked="checked" class="custom" data-mini="true" />
+                  <label for="show-tag-name">Show tag description</label>
+                </p>
                 <div id="dicom-tree"></div>
               </div>
             </div>