comparison src/main/webapp/imageServer/displayDigi.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 464224060150
comparison
equal deleted inserted replaced
37:a3bf915b62fe 38:d3c2ef4eaf6a
206 </head> 206 </head>
207 207
208 <body bgcolor=white> 208 <body bgcolor=white>
209 209
210 <jsp:include page="header.jsp" /> 210 <jsp:include page="header.jsp" />
211 <form method="GET" action='https://images.rasi.mcgill.ca/pdfs/${digiBean.getDigiLabel()}.pdf'> 211 <c:if test="${digiBean.getDigiLabel().substring(0,6) == 'Glaser'||
212 <button type="submit" style="font-size: 12; float: right; width: 100px; margin-right: 33px; margin-top: -10px;">Download PDF</button> 212 digiBean.getDigiLabel().substring(0,6) == 'Landbe'||
213 </form> 213 digiBean.getDigiLabel().substring(0,6) == 'Minuto'||
214 214 digiBean.getDigiLabel().substring(0,6) == 'Ms_or_'||
215 digiBean.getDigiLabel().substring(0,6) == 'Peterm'||
216 digiBean.getDigiLabel().substring(0,6) == 'Spreng'||
217 digiBean.getDigiLabel().substring(0,6) == 'Wetzst'}">
218 <form method="GET" action='https://images.rasi.mcgill.ca/pdfs/${digiBean.getDigiLabel()}.pdf'>
219 <button type="submit" style="font-size: 12; float: right; width: 100px; margin-right: 33px; margin-top: -10px;">Download PDF</button>
220 </form>
221 </c:if>
215 <div class="custom-container"> 222 <div class="custom-container">
216 223
217 <div class="row-fluid"> 224 <div class="row-fluid">
218 <div id="attributesPanel" class="span4 page" style="min-height: 700px;"> 225 <div id="attributesPanel" class="span4 page" style="min-height: 700px;">
219 <a class="ismi-fullscreen-icon" href="#" data-in-fullscreen-mode="true"></a> 226 <a class="ismi-fullscreen-icon" href="#" data-in-fullscreen-mode="true"></a>