[otrs-cvs] otrsweb/js,NONE,NONE

Comments:
Update of /home/cvs/otrsweb/js
In directory lancelot:/tmp/cvs-serv18288/js

Log Message:
Directory /home/cvs/otrsweb/js added to the repository
_______________________________________________
OTRS mailing list: cvs-log - Web-CVS http://cvs.otrs.org/
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log

[otrs-cvs] otrsweb/css,NONE,NONE

Comments:
Update of /home/cvs/otrsweb/css
In directory lancelot:/tmp/cvs-serv18297/css

Log Message:
Directory /home/cvs/otrsweb/css added to the repository
_______________________________________________
OTRS mailing list: cvs-log - Web-CVS http://cvs.otrs.org/
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log

[otrs-cvs] otrsweb/css lightbox.css,NONE,1.1

Comments:
Update of /home/cvs/otrsweb/css
In directory lancelot:/tmp/cvs-serv18347/css

Added Files:
	lightbox.css 
Log Message:
Improved shown screenshots.

Author: martin

--- NEW FILE: lightbox.css ---
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px;
margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center;
line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image:
url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
(Continue reading)

[otrs-cvs] otrsweb/images close.gif, NONE, 1.1 closelabel.gif, NONE, 1.1 loading.gif, NONE, 1.1 nextlabel.gif, NONE, 1.1 prevlabel.gif, NONE, 1.1

Comments:
Update of /home/cvs/otrsweb/images
In directory lancelot:/tmp/cvs-serv18347/images

Added Files:
	close.gif closelabel.gif loading.gif nextlabel.gif 
	prevlabel.gif 
Log Message:
Improved shown screenshots.

Author: martin

--- NEW FILE: close.gif ---
GIF89a

[otrs-cvs] otrsweb screenshot.shtml,1.8,1.9

Comments:
Update of /home/cvs/otrsweb
In directory lancelot:/tmp/cvs-serv18347

Modified Files:
	screenshot.shtml 
Log Message:
Improved shown screenshots.

Author: martin

Index: screenshot.shtml
===================================================================
RCS file: /home/cvs/otrsweb/screenshot.shtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** screenshot.shtml	26 Oct 2005 11:29:14 -0000	1.8
--- screenshot.shtml	2 Jan 2009 02:48:54 -0000	1.9
***************
*** 4,7 ****
--- 4,13 ----
   <at> ArticleTitle0 <at> :Screenshots
   <at> ArticleContent0 <at> :
+ 
+ <script type="text/javascript" src="js/prototype.js"></script>
+ <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
+ <script type="text/javascript" src="js/lightbox.js"></script>
+ <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
+ 
(Continue reading)

[otrs-cvs] otrsweb/js builder.js, NONE, 1.1 effects.js, NONE, 1.1 lightbox.js, NONE, 1.1 prototype.js, NONE, 1.1 scriptaculous.js, NONE, 1.1

Comments:
Update of /home/cvs/otrsweb/js
In directory lancelot:/tmp/cvs-serv18347/js

Added Files:
	builder.js effects.js lightbox.js prototype.js 
	scriptaculous.js 
Log Message:
Improved shown screenshots.

Author: martin

--- NEW FILE: builder.js ---
// script.aculo.us builder.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008

// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
//
// script.aculo.us is freely distributable under the terms of an MIT-style license.
// For details, see the script.aculo.us web site: http://script.aculo.us/

var Builder = {
  NODEMAP: {
    AREA: 'map',
    CAPTION: 'table',
    COL: 'table',
    COLGROUP: 'table',
    LEGEND: 'fieldset',
    OPTGROUP: 'select',
    OPTION: 'select',
    PARAM: 'object',
(Continue reading)

[otrs-cvs] otrsweb/js lightbox.js,1.1,1.2

Comments:
Update of /home/cvs/otrsweb/js
In directory lancelot:/tmp/cvs-serv18716/js

Modified Files:
	lightbox.js 
Log Message:
Improved shown screenshows.

Author: martin

Index: lightbox.js
===================================================================
RCS file: /home/cvs/otrsweb/js/lightbox.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lightbox.js	2 Jan 2009 02:48:54 -0000	1.1
--- lightbox.js	2 Jan 2009 02:53:11 -0000	1.2
***************
*** 47,52 ****
  //
  LightboxOptions = Object.extend({
!     fileLoadingImage:        'images/loading.gif',     
!     fileBottomNavCloseImage: 'images/closelabel.gif',

      overlayOpacity: 0.8,   // controls transparency of shadow overlay
--- 47,52 ----
  //
  LightboxOptions = Object.extend({
(Continue reading)

[otrs-cvs] otrsweb screenshot.shtml,1.9,1.10

Comments:
Update of /home/cvs/otrsweb
In directory lancelot:/tmp/cvs-serv18716

Modified Files:
	screenshot.shtml 
Log Message:
Improved shown screenshows.

Author: martin

Index: screenshot.shtml
===================================================================
RCS file: /home/cvs/otrsweb/screenshot.shtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** screenshot.shtml	2 Jan 2009 02:48:54 -0000	1.9
--- screenshot.shtml	2 Jan 2009 02:53:11 -0000	1.10
***************
*** 5,12 ****
   <at> ArticleContent0 <at> :

! <script type="text/javascript" src="js/prototype.js"></script>
! <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
! <script type="text/javascript" src="js/lightbox.js"></script>
! <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

  <center>
--- 5,12 ----
(Continue reading)

[otrs-cvs] otrsweb/images/screen-2.0 address.png, 1.1, 1.2 admin-email.png, 1.1, 1.2 admin-group-user.png, 1.1, 1.2 admin-overview.png, 1.1, 1.2 admin-pop3.png, 1.1, 1.2 application-bench.png, 1.1, 1.2 application-calendar-zoom.png, 1.1, 1.2 application-calendar.png, 1.1, 1.2 application-filemanager.png, 1.1, 1.2 application-systemstate.png, 1.1, 1.2 application-webmail.png, 1.1, 1.2 bulk.png, 1.1, 1.2 compose.png, 1.1, 1.2 customer-companyTickets.png, 1.1, 1.2 customer-faq.png, 1.1, 1.2 customer-login.png, 1.1, 1.2 customer-myTickets.png, 1.1, 1.2 customer-newTicket.png, 1.1, 1.2 customer-search.png, 1.1, 1.2 forward.png, 1.1, 1.2 history.png, 1.1, 1.2 locked-tickets.png, 1.1, 1.2 login.png, 1.1, 1.2 note.png, 1.1, 1.2 package-manager.png, 1.1, 1.2 plain.png, 1.1, 1.2 postmaster-filter.png, 1.1, 1.2 preferences.png, 1.1, 1.2 public.png, 1.1, 1.2 queue-admin.png, 1.1

Comments:
Update of /home/cvs/otrsweb/images/screen-2.0
In directory lancelot:/tmp/cvs-serv20125

Modified Files:
	address.png admin-email.png admin-group-user.png 
	admin-overview.png admin-pop3.png application-bench.png 
	application-calendar-zoom.png application-calendar.png 
	application-filemanager.png application-systemstate.png 
	application-webmail.png bulk.png compose.png 
	customer-companyTickets.png customer-faq.png 
	customer-login.png customer-myTickets.png 
	customer-newTicket.png customer-search.png forward.png 
	history.png locked-tickets.png login.png note.png 
	package-manager.png plain.png postmaster-filter.png 
	preferences.png public.png queue-admin.png queue.png 
	response.png salutation.png search.png select.png session.png 
	signature.png sysconfig.png user.png zoom.png 
Log Message:
Improved screenshots.

Author: martin

Index: address.png
===================================================================
RCS file: /home/cvs/otrsweb/images/screen-2.0/address.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvstBvJtU and /tmp/cvsltwWOK differ
(Continue reading)

[otrs-cvs] otrsweb/js controls.js, NONE, 1.1 dragdrop.js, NONE, 1.1 frog.js, NONE, 1.1 slider.js, NONE, 1.1

Comments:
Update of /home/cvs/otrsweb/js
In directory lancelot:/tmp/cvs-serv21559/js

Added Files:
	controls.js dragdrop.js frog.js slider.js 
Log Message:
Added new frog feature.

Author: martin

--- NEW FILE: controls.js ---
// script.aculo.us controls.js v1.7.0, Fri Jan 19 19:16:36 CET 2007

// Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
//           (c) 2005, 2006 Ivan Krstic (http://blogs.law.harvard.edu/ivan)
//           (c) 2005, 2006 Jon Tirsen (http://www.tirsen.com)
// Contributors:
//  Richard Livsey
//  Rahul Bhargava
//  Rob Wills
// 
// script.aculo.us is freely distributable under the terms of an MIT-style license.
// For details, see the script.aculo.us web site: http://script.aculo.us/

// Autocompleter.Base handles all the autocompletion functionality 
// that's independent of the data source for autocompletion. This
// includes drawing the autocompletion menu, observing keyboard
// and mouse events, and similar.
//
(Continue reading)


Gmane