| 
									
										
										
										
											2023-07-17 13:13:09 +03:00
										 |  |  | <!DOCTYPE html> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | <html> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:14:05 +03:00
										 |  |  | <head> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-17 13:13:09 +03:00
										 |  |  | <meta charset="utf-8" /> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-17 13:13:09 +03:00
										 |  |  | <title>Grid n' View</title> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-17 13:13:09 +03:00
										 |  |  | <link rel="stylesheet" href="css/grid-n-view.css" /> | 
					
						
							|  |  |  | <script src="grid-n-view.js"></script> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-17 13:13:09 +03:00
										 |  |  | <style> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | </style> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-17 13:13:09 +03:00
										 |  |  | <script> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | </script> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:13:09 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-17 13:14:05 +03:00
										 |  |  | </head> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | <body onload="setup()"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-21 13:29:39 +03:00
										 |  |  | <h3>ToDo</h3> | 
					
						
							|  |  |  | <pre> | 
					
						
							|  |  |  | - <s>Gallery: Adaptable image justification in grid</s> | 
					
						
							|  |  |  | 	- Can we make this passive??? (i.e. CSS only) | 
					
						
							| 
									
										
										
										
											2023-07-21 14:40:30 +03:00
										 |  |  | 	- <s>Make more accurate -- align right side to pixel...</s> | 
					
						
							| 
									
										
										
										
											2023-07-21 13:29:39 +03:00
										 |  |  | - <s>Gallery: Spacial navigation (up/down/left/right)</s> | 
					
						
							|  |  |  | 	- Up/Down: might be a good idea to err slightly to the left | 
					
						
							|  |  |  | - <s>Gallery/Lightbox: Selection of images (space / ctrl-a / ctrl-d / ctrl-i)</s> | 
					
						
							| 
									
										
										
										
											2023-07-21 14:40:30 +03:00
										 |  |  | 	- <s>Lightbox: show selection marker</s> | 
					
						
							| 
									
										
										
										
											2023-07-21 13:29:39 +03:00
										 |  |  | - <b>Gallery: constructor (list of urls)</b> | 
					
						
							|  |  |  | - <b>Gallery: views</b> | 
					
						
							|  |  |  | 	- "make view from selection" | 
					
						
							|  |  |  | 	- close view | 
					
						
							|  |  |  | 	- multiple view stack | 
					
						
							|  |  |  | - Gallery: drop images | 
					
						
							|  |  |  | - Gallery: drag to sort | 
					
						
							|  |  |  | - Gallery: remove image | 
					
						
							|  |  |  | - <b>Gallery: serialize / deserialize</b> | 
					
						
							|  |  |  | - <s>Lightbox: navigation (keyboard / mouse)</s> | 
					
						
							|  |  |  | - Lightbox: fullscreen mode | 
					
						
							|  |  |  | - Gallery: element (???) | 
					
						
							|  |  |  | - ... | 
					
						
							|  |  |  | </pre> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <hr> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | <div class="gallery"> | 
					
						
							| 
									
										
										
										
											2023-07-20 21:42:17 +03:00
										 |  |  | 	<!-- gallery: content --> | 
					
						
							|  |  |  | 	<div class="images"> | 
					
						
							|  |  |  | 		<img src="images/500px/1.JPG" caption="Caption text"> | 
					
						
							|  |  |  | 		<img src="images/500px/2.JPG"> | 
					
						
							|  |  |  | 		<img src="images/500px/3.JPG"> | 
					
						
							|  |  |  | 		<img src="images/500px/DSC08102.jpg"> | 
					
						
							|  |  |  | 		<img src="images/500px/4.JPG"> | 
					
						
							|  |  |  | 		<img src="images/500px/5.JPG"> | 
					
						
							|  |  |  | 		<img src="images/500px/DSC08102.jpg"> | 
					
						
							|  |  |  | 		<img src="images/500px/6.JPG"> | 
					
						
							|  |  |  | 		<img src="images/500px/DSC08102.jpg"> | 
					
						
							|  |  |  | 		<img src="images/500px/2.JPG"> | 
					
						
							|  |  |  | 		<img src="images/500px/5.JPG"> | 
					
						
							|  |  |  | 	</div> | 
					
						
							| 
									
										
										
										
											2023-07-17 13:03:51 +03:00
										 |  |  | 	<!-- lightbox --> | 
					
						
							|  |  |  | 	<div class="lightbox"> | 
					
						
							|  |  |  | 		<img> | 
					
						
							|  |  |  | 		<div class="button close"></div> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> | 
					
						
							|  |  |  | <!-- vim:set ts=4 sw=4 : --> |