Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\Intranet\C\xampp\htdocs\drupal\modules\slideshow_creator\ drwxrwxrwx |
Viewing file: slideshow_creator.js (693 B) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | /** * $Id: slideshow_creator.js,v 1.3.2.6 2008/07/06 08:30:23 brmassa Exp $ * @author: Bruno Massa http://drupal.org/user/67164 * @file slideshow_creator.js * The main Javacript for this module */ /** * Initialize the module's JS functions */ Drupal.behaviors.ssc = function(context) { for (ss in Drupal.settings.ssc) { Drupal.settings.ssc[ss]["before"] = Drupal.ssc_before; $("#ssc-content-" + ss).cycle(Drupal.settings.ssc[ss]); } } Drupal.ssc_before = function() { var sscid = (this.id).replace(/ssc-slide-/, "").replace(/-.*/, ""); var slide = parseInt((this.id).replace(/ssc-slide-.*-/, "")) + 1; $("#ssc-current-" + sscid).html(slide); } |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0624 ]-- |