Some layout stuff for the queue page
From Fernseher
Jump to navigationJump to search
- fixed size of only a line or two
- no scrolling!
- dynamic menu for showing and hiding various types of photos
Contains an unordered list of menu items.
div queuearea
- vertical scrolling as necessary
- takes up most of the rest of the page
Contains the image divs.
div image
- fixed vertical height
- horizontal scrolling as necessary
- background based on what the image is currently marked
- can be individually closed using X in upper right hand corner
Contains the time and date the image was originally taken (in a div), as well as the original image (in an imageinstance span), and each of the other copies (in imageinstance spans).
imageinstance span
- contains either an original div or a copy div
- contains a place to put unique tags in a div below the image div.
div original
- contains the original image as an image, slightly larger than the copies.
- on right clicking, context correct menu appears.
- on left clicking, the default option is taken (create new copy).
div copy
- contains the copy as an image, slightly smaller than the original.
- right click has a context correct menu appear.
- left click goes into edit more for that copy.