
/***  CONFIGS of Oog-Lightbox  ***/


/*
 * Oog Photo-Gallery v3.2
 * http://www.oog-gallery.de/ 
 * Copyright (C) 2009 Torben Rottbrand
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */


resize_photos = 'only_to_bigs';     // expects: 'all' or 'only_to_bigs'.
                                    // if resize_photos=='all' the lightbox will resize all photos to display's size.
                                    // if resize_photos=='only_to_bigs' the lightbox will resize only photos that are bigger than display's size to display's size.

timeout_slideshow = 5000;           // expects: an integer. defines the time in milliseconds for switching photos in the slideshow.

/******************************************************
	Oog-Lightbox's XHTML-Code
*******************************************************/

// here is the lightbox's xhtml-code.
// be careful with modifying the code! for help visit: forum.oog-gallery.de

oog_lightbox_xhtml = '<div id="oog_lightbox_overlay"></div>' + 
'<div id="oog_lightbox_loading">' + 
'<br />' + 
'<p>Press ESC to cancel loading</p>' + 
'</div>' + 
'<div id="oog_lightbox_main">' + 
'<table id="oog_lightbox_photo_box" border="0" cellPadding="0" cellSpacing="0">' + 
'<tr>' +
'<td id="oog_lightbox_shad_topleft"></td>' +
'<td id="oog_lightbox_shad_top"></td>' +
'<td id="oog_lightbox_shad_topright"></td>' +
'</tr>' +
'<tr>' +
'<td id="oog_lightbox_shad_left"></td>' +
'<th id="oog_lightbox_photo_border">' + 
'<img id="oog_lightbox_photo" border="0" />' + 
'</th>' +
'<td id="oog_lightbox_shad_right"></td>' +
'</tr>' +
'<tr>' +
'<td id="oog_lightbox_shad_bottomleft"></td>' +
'<td id="oog_lightbox_shad_bottom"></td>' +
'<td id="oog_lightbox_shad_bottomright"></td>' +
'</tr>' +
'<input type="button" onclick="exitlightbox()" id="oog_lightbox_close_but" title="Close | Esc" />' + 
'<div id="oog_lightbox_previous_radius" onclick="previous()">' +
'<input type="button" id="oog_lightbox_previous_but" title="Previous Photo | Left Arrow Key" />' +
'</div>' +
'<div id="oog_lightbox_next_radius" onclick="next()">' +
'<input type="button" id="oog_lightbox_next_but" title="Next Photo | Right Arrow Key" />' +
'</div>' +
'</table>' +
'</div>';

/*
'<div id="oog_lightbox_extrafunctions">' +   
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Disgusting" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Bad" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Okay" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Nice" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Perfect" />' +
'<span class="spacer">|</span>' + 
'<input type="button" onclick="comments();" id="oog_lightbox_comments_but" title="Read Or Write Comments" />' +
'<span class="spacer">|</span>' +
'<input type="button" onclick="save();" id="oog_lightbox_save_but" title="Save This Photo To Your PC" />' + 
'<span class="spacer">|</span>' +
'<input type="button" onclick="info();" id="oog_lightbox_info_but" title="Show Exif-Data" />' +
'<span class="spacer">|</span>' +
'<input type="button" onclick="slide();" id="oog_lightbox_slide_but" title="Start Slideshow" />' +
'</div>' + 
*/
