]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/vandelay/inc/marchtml.tt2
initial merge/overlay profile editor ui
[working/Evergreen.git] / Open-ILS / web / templates / default / vandelay / inc / marchtml.tt2
1 <!-- MARC as HTML -->
2 <h1>&vandelay.marc.record;</h1><br/>
3 <span class='hidden' id='vl-marc-edit-save-label'>&vandelay.save;</span>
4 <span class='hidden' id='vl-marc-edit-complete-label'>&vandelay.record_saved;</span>
5 <div>
6     <button id='vl-marc-html-done-button' dojoType='dijit.form.Button'>&#x2196; &vandelay.return;</button>
7     <button id='vl-marc-html-edit-button' dojoType='dijit.form.Button'>&vandelay.edit;</button>
8 </div>
9 <div>
10     <style>#vl-marc-record-html td {padding:0px;}</style>
11     <div id='vl-marc-record-html'> </div>
12 </div>
13