comparison src/main/webapp/public/publicCodex.jsp @ 37:a3bf915b62fe

Added: PDF Download Button [top right of codex pages] Added: Download.png for later use on diva bar Added PDF functionality, some are still being converted at the moment (jun10). Will possibly incorporate this button in the diva toolbar instead. Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Wed, 10 Jun 2015 15:05:03 +0000
parents 9087a4623a08
children d3c2ef4eaf6a
comparison
equal deleted inserted replaced
36:5fdd27200bfd 37:a3bf915b62fe
235 235
236 <!-- 236 <!--
237 <div class="magnifiedAttributePanel"> 237 <div class="magnifiedAttributePanel">
238 </div> 238 </div>
239 --> 239 -->
240 240
241 <form method="get" value="<%=codexPage.getDigiLabel()%>" action='https://images.rasi.mcgill.ca/pdfs/${codexPage.getDigiLabel()}.pdf'>
242 <button type="submit" style="font-size: 12; float: right; width: 100px; margin-right: 33px; margin-top: -10px;">Download PDF</button>
243 </form>
241 <div class="custom-container"> 244 <div class="custom-container">
242 245
243 246
244 <div class="row-fluid"> 247 <div class="row-fluid">
245 <div id="attributesPanel" class="span4 page" style="min-height: 700px;"> 248 <div id="attributesPanel" class="span4 page" style="min-height: 700px;">
246 249
247 <a class="ismi-fullscreen-icon" href="#" data-in-fullscreen-mode="true"></a> 250 <a class="ismi-fullscreen-icon" href="#" data-in-fullscreen-mode="true"></a>
248 251