comparison OrthancServer/OrthancExplorer/explorer.html @ 5244:72dfa0ac84eb db-protobuf

lookup for labels in orthanc explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Apr 2023 16:55:55 +0200
parents b3d0a3a4d890
children b36f82260f41
comparison
equal deleted inserted replaced
5243:f00811d14348 5244:72dfa0ac84eb
77 </div> 77 </div>
78 78
79 <div data-role="fieldcontain"> 79 <div data-role="fieldcontain">
80 <label for="lookup-study-description">Study Description:</label> 80 <label for="lookup-study-description">Study Description:</label>
81 <input type="text" name="lookup-study-description" id="lookup-study-description" value="" /> 81 <input type="text" name="lookup-study-description" id="lookup-study-description" value="" />
82 </div>
83
84 <div data-role="fieldcontain" id="lookup-study-labels-div">
85 <label for="lookup-study-labels">Labels:</label>
86 <input type="text" name="lookup-study-description" id="lookup-study-labels" value="" />
82 </div> 87 </div>
83 88
84 <div data-role="fieldcontain"> 89 <div data-role="fieldcontain">
85 <label for="lookup-study-date">Study Date:</label> 90 <label for="lookup-study-date">Study Date:</label>
86 <select name="lookup-study-date" id="lookup-study-date"> 91 <select name="lookup-study-date" id="lookup-study-date">