86 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <script
 | |
|       type="text/javascript"
 | |
|       src="https://codesandbox.io/public/sse-hooks/sse-hooks.js"
 | |
|     ></script>
 | |
| 
 | |
|     <title>AGC scans viewer</title>
 | |
|     <meta charset="UTF-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <meta http-equiv="X-UA-Compatible" content="ie=edge" />
 | |
|     <script src="js/index.js"></script>
 | |
|     <link
 | |
|       href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap"
 | |
|       rel="stylesheet"
 | |
|     />
 | |
|     <link
 | |
|       href="https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css"
 | |
|       rel="stylesheet"
 | |
|     />
 | |
|     <link rel="stylesheet" href="css/main.css" /></head
 | |
|   ><span id="warning-container"><i data-reactroot=""></i></span>
 | |
|   <body
 | |
|     onload="showPage()"
 | |
|     data-new-gr-c-s-check-loaded="14.973.0"
 | |
|     style="cursor: default"
 | |
|   >
 | |
|     <div class="header">
 | |
|       <form name="form" onsubmit="return false" id="form">
 | |
|         <select name="directory" onchange="changeDir()">
 | |
|           <option>Comanche055</option>
 | |
|           <option>Luminary099</option>
 | |
|         </select>
 | |
|         <input type="button" onclick="showFirst()" value="First" />
 | |
|         <input type="button" onclick="showPrevious()" value="Previous" />
 | |
|         <input
 | |
|           type="text"
 | |
|           name="pagenum"
 | |
|           onchange="changePage(this.value)"
 | |
|           size="5"
 | |
|           maxlength="4"
 | |
|           value="1"
 | |
|         />
 | |
|         <input type="button" onclick="showNext()" value="Next" />
 | |
|         <input type="button" onclick="showLast()" value="Last" />
 | |
|         <span>
 | |
|           Images hosted by
 | |
|           <a href="https://www.ibiblio.org/apollo">Ibiblio</a> and the Virtual
 | |
|           AGC project
 | |
|         </span>
 | |
|       </form>
 | |
|       <script src="js/darkmode.js"></script>
 | |
|       <button id="switch" onclick="lightDark(this)">Dark Mode</button>
 | |
|     </div>
 | |
| 
 | |
|     <img
 | |
|       name="image"
 | |
|       onload="this.title=this.src;document.body.style.cursor='default'"
 | |
|       width="1314"
 | |
|       height="1000"
 | |
|       src="https://www.ibiblio.org/apollo/ScansForConversion/Comanche055/0002.jpg"
 | |
|       title="https://www.ibiblio.org/apollo/ScansForConversion/Comanche055/0002.jpg"
 | |
|     />
 | |
|     <script
 | |
|       crossorigin=""
 | |
|       type="text/javascript"
 | |
|       src="https://codesandbox.io/static/js/watermark-button.ccc763f75.js"
 | |
|     ></script>
 | |
| 
 | |
|     <iframe
 | |
|       id="sb__open-sandbox20"
 | |
|       style="
 | |
|         position: fixed;
 | |
|         margin: 0;
 | |
|         padding: 0;
 | |
|         bottom: 16px;
 | |
|         right: 16px;
 | |
|         border: none;
 | |
|         width: 118px;
 | |
|         height: 36px;
 | |
|         z-index: 9999999999999;
 | |
|       "
 | |
|     ></iframe>
 | |
|   </body>
 | |
| </html>
 |