comparison src/main/webapp/public/publicCodex.jsp @ 38:d3c2ef4eaf6a

Temporary Fix: Launch PDFs Fixed: Download png resized Hackjob fix for having only the launch PDFs have the Download PDF button visible. [note: will remove the 8 PDFs on the to-do list]. Download.png resized for possible future use in diva toolbar Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Fri, 12 Jun 2015 23:13:12 +0000
parents a3bf915b62fe
children ec638eda0d68
comparison
equal deleted inserted replaced
37:a3bf915b62fe 38:d3c2ef4eaf6a
235 235
236 <!-- 236 <!--
237 <div class="magnifiedAttributePanel"> 237 <div class="magnifiedAttributePanel">
238 </div> 238 </div>
239 --> 239 -->
240 240 <c:if test="${digiBean.getDigiLabel().substring(0,6) == 'Glaser'||
241 <form method="get" value="<%=codexPage.getDigiLabel()%>" action='https://images.rasi.mcgill.ca/pdfs/${codexPage.getDigiLabel()}.pdf'> 241 digiBean.getDigiLabel().substring(0,6) == 'Landbe'||
242 <button type="submit" style="font-size: 12; float: right; width: 100px; margin-right: 33px; margin-top: -10px;">Download PDF</button> 242 digiBean.getDigiLabel().substring(0,6) == 'Minuto'||
243 </form> 243 digiBean.getDigiLabel().substring(0,6) == 'Ms_or_'||
244 digiBean.getDigiLabel().substring(0,6) == 'Peterm'||
245 digiBean.getDigiLabel().substring(0,6) == 'Spreng'||
246 digiBean.getDigiLabel().substring(0,6) == 'Wetzst'}">
247 <form method="get" value="<%=codexPage.getDigiLabel()%>" action='https://images.rasi.mcgill.ca/pdfs/${codexPage.getDigiLabel()}.pdf'>
248 <button type="submit" style="font-size: 12; float: right; width: 100px; margin-right: 33px; margin-top: -10px;">Download PDF</button>
249 </form>
250 </c:if>
244 <div class="custom-container"> 251 <div class="custom-container">
245 252
246 253
247 <div class="row-fluid"> 254 <div class="row-fluid">
248 <div id="attributesPanel" class="span4 page" style="min-height: 700px;"> 255 <div id="attributesPanel" class="span4 page" style="min-height: 700px;">