[cvs] commit: ansel/js lightbox.js ansel/js/src lightbox.js ansel/lib/Views GalleryLightbox.php ansel/templates/view gallerylightbox.inc ansel/themes lightbox.css ansel/themes/graphics/lightbox bullet.gif close.gif closelabel.gif ...

Michael Rubinsky mike at theupstairsroom.com
Wed Mar 26 15:27:26 UTC 2008


mrubinsk    2008-03-26 11:27:26 EDT

  Added files:
    js                   lightbox.js 
    js/src               lightbox.js 
    lib/Views            GalleryLightbox.php 
    templates/view       gallerylightbox.inc 
    themes               lightbox.css 
    themes/graphics/lightbox bullet.gif close.gif closelabel.gif 
                             donate-button.gif download-icon.gif 
                             image-1.jpg loading.gif nextlabel.gif 
                             prevlabel.gif thumb-1.jpg 
  Log:
  Initial Lightbox-style gallery view. The js code is based on version 2.04
  of Lightbox (http://www.lokeshdhakar.com). Some changes made to the code along
  with CS changes, include removing the dependency on Builder.js from
  scriptaculous (replacing it with Element constructors) and checking for both
  title and nicetitle attributes for the captions. Still needs work - like how to
  handle paging across the gallery pages when we navigate within Lightbox, and
  there are some strings that will need to be Localized etc...
  
  Not attached to the mainline code anywhere yet, but to use the view you can use
  a URL like ansel/view.php?view=GalleryLightbox&gallery=## (where ## is the numeric gallery_id)
  
  Revision  Changes    Path
  1.1       +1 -0      ansel/js/lightbox.js (new)
  1.1       +517 -0    ansel/js/src/lightbox.js (new)
  1.1       +159 -0    ansel/lib/Views/GalleryLightbox.php (new)
  1.1       +28 -0     ansel/templates/view/gallerylightbox.inc (new)
  1.1       +1 -0      ansel/themes/graphics/lightbox/bullet.gif (new)
  1.1       +2 -0      ansel/themes/graphics/lightbox/close.gif (new)
  1.1       +3 -0      ansel/themes/graphics/lightbox/closelabel.gif (new)
  1.1       +1 -0      ansel/themes/graphics/lightbox/donate-button.gif (new)
  1.1       +8 -0      ansel/themes/graphics/lightbox/download-icon.gif (new)
  1.1       +149 -0    ansel/themes/graphics/lightbox/image-1.jpg (new)
  1.1       +24 -0     ansel/themes/graphics/lightbox/loading.gif (new)
  1.1       +4 -0      ansel/themes/graphics/lightbox/nextlabel.gif (new)
  1.1       +2 -0      ansel/themes/graphics/lightbox/prevlabel.gif (new)
  1.1       +18 -0     ansel/themes/graphics/lightbox/thumb-1.jpg (new)
  1.1       +111 -0    ansel/themes/lightbox.css (new)

  Chora Links:
  http://cvs.horde.org/co.php/ansel/js/lightbox.js?r=1.1
  http://cvs.horde.org/co.php/ansel/js/src/lightbox.js?r=1.1
  http://cvs.horde.org/co.php/ansel/lib/Views/GalleryLightbox.php?r=1.1
  http://cvs.horde.org/co.php/ansel/templates/view/gallerylightbox.inc?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/bullet.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/close.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/closelabel.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/donate-button.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/download-icon.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/image-1.jpg?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/loading.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/nextlabel.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/prevlabel.gif?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/graphics/lightbox/thumb-1.jpg?r=1.1
  http://cvs.horde.org/co.php/ansel/themes/lightbox.css?r=1.1


More information about the cvs mailing list