Mercurial > hg > ismi-richfaces
comparison src/main/webapp/imageServer/displayDigi.jsp @ 41:464224060150
Fixed: Download PDF all browsers
Fixed:
- Now the Download PDF button should be visible on all browsers
Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author | arussell |
---|---|
date | Thu, 02 Jul 2015 21:26:32 +0000 |
parents | d3c2ef4eaf6a |
children | 72b58ef8b9ae |
comparison
equal
deleted
inserted
replaced
40:d52657711e61 | 41:464224060150 |
---|---|
214 digiBean.getDigiLabel().substring(0,6) == 'Ms_or_'|| | 214 digiBean.getDigiLabel().substring(0,6) == 'Ms_or_'|| |
215 digiBean.getDigiLabel().substring(0,6) == 'Peterm'|| | 215 digiBean.getDigiLabel().substring(0,6) == 'Peterm'|| |
216 digiBean.getDigiLabel().substring(0,6) == 'Spreng'|| | 216 digiBean.getDigiLabel().substring(0,6) == 'Spreng'|| |
217 digiBean.getDigiLabel().substring(0,6) == 'Wetzst'}"> | 217 digiBean.getDigiLabel().substring(0,6) == 'Wetzst'}"> |
218 <form method="GET" action='https://images.rasi.mcgill.ca/pdfs/${digiBean.getDigiLabel()}.pdf'> | 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> | 219 <input type="button" style="font-size: 12; float: right; width: 100px; margin-right: 33px; margin-top: -10px;">Download PDF</input> |
220 </form> | 220 </form> |
221 </c:if> | 221 </c:if> |
222 <div class="custom-container"> | 222 <div class="custom-container"> |
223 | 223 |
224 <div class="row-fluid"> | 224 <div class="row-fluid"> |