Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -1,5 +1,3 @@
/* $Id: lightbox-rtl.css,v 1.1.2.18 2010/06/07 14:43:02 snpower Exp $ */
#imageData #imageDetails {
float: right;
text-align: right;
@ -59,4 +57,3 @@
#frameNextLink:hover, #frameNextLink:visited:hover {
background: url(../images/prev_hover.gif) left 15% no-repeat;
}

View file

@ -1,4 +1,3 @@
/* $Id: lightbox.css,v 1.1.4.28 2010/09/22 10:47:15 snpower Exp $ */
#lightbox {
position: absolute;
top: 40px;

View file

@ -1,4 +1,3 @@
/* $Id: lightbox_alt.css,v 1.1.4.22 2010/09/22 10:47:15 snpower Exp $ */
/**
* Based on a design created by Nicolas Borda:
* http://www.ipwa.net/assets/myslimbox/

View file

@ -1,4 +1,3 @@
/* $Id: lightbox_lite-rtl.css,v 1.1.2.6 2010/06/07 14:54:30 snpower Exp $ */
#lightbox {
background-color: #eee;
padding: 10px;
@ -57,4 +56,3 @@
opacity: 0.6;
filter:alpha(opacity=60);
}

View file

@ -1,4 +1,3 @@
/* $Id: lightbox_lite.css,v 1.1.4.11 2010/06/07 14:54:30 snpower Exp $ */
#lightbox {
background-color: #eee;
padding: 10px;
@ -57,4 +56,3 @@
opacity: 0.6;
filter:alpha(opacity=60);
}

View file

@ -1,5 +1,3 @@
/* $Id: auto_image_handling.js,v 1.1.4.33 2010/09/22 21:07:57 snpower Exp $ */
// Image Node Auto-Format with Auto Image Grouping.
// Original version by Steve McKenzie.
// Altered by Stella Power for jQuery version.
@ -262,4 +260,3 @@ function lightbox2_image_nodes() {
Drupal.behaviors.initAutoLightbox = function (context) {
lightbox2_image_nodes();
};

View file

@ -1,5 +1,3 @@
/* $Id: lightbox.js,v 1.5.2.6.2.136 2010/09/24 08:39:40 snpower Exp $ */
/**
* jQuery Lightbox
* @author
@ -1187,4 +1185,3 @@ Drupal.behaviors.initLightbox = function (context) {
Lightbox.initList(context);
$('#lightboxAutoModal', context).triggerHandler('click');
};

View file

@ -1,5 +1,3 @@
/* $Id: lightbox2.js,v 1.1.4.39 2010/06/07 15:24:24 snpower Exp $ */
function alt_layout_handler(event) {
if ($("input[name=lightbox2_lite]:checked").val() != 1) {
if ($("input[name=lightbox2_use_alt_layout]:checked").val() == 1) {
@ -185,5 +183,3 @@ if (Drupal.jsEnabled) {
$("textarea[name=lightbox2_custom_trigger_classes]").bind("change", image_node_handler);
});
}

View file

@ -1,5 +1,3 @@
/* $Id: lightbox_lite.js,v 1.1.2.2.2.19 2010/06/07 14:54:30 snpower Exp $ */
/**
* Lightbox JS: Fullsize Image Overlays
* by Lokesh Dhakar - http://www.huddletogether.com

View file

@ -1,5 +1,3 @@
// $Id: lightbox_modal.js,v 1.1.2.5 2010/06/07 17:22:03 snpower Exp $
function lightbox2_login() {
$("a[href*='/user/login'], a[href*='?q=user/login']").each(function() {
$(this).attr({
@ -30,4 +28,3 @@ Drupal.behaviors.initLightboxModal = function (context) {
lightbox2_contact();
}
};

View file

@ -1,5 +1,3 @@
/* $Id: lightbox_video.js,v 1.1.4.20 2010/09/21 17:57:22 snpower Exp $ */
/**
* Lightbox video
* @author

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2-insert-image.tpl.php,v 1.1.2.2 2010/09/22 10:16:30 snpower Exp $
/**
* @file
* Template file for Lightbox2 content inserted via the Insert module.

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2.admin.inc,v 1.1.2.38 2010/09/24 08:41:02 snpower Exp $
/**
* @file
* Administrative page callbacks for the lightbox2 module.
@ -967,4 +965,3 @@ function lightbox2_auto_image_handling_settings_form() {
function _lightbox2_validate_hex_color($hex) {
return preg_match('!^[a-f0-9]{3}([a-f0-9]{3})?$!i', $hex);
}

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2.formatter.inc,v 1.1.2.30 2010/09/22 10:47:15 snpower Exp $
/**
* @file
* Lightbox2 formatter hooks and callbacks.
@ -523,7 +521,7 @@ function theme_lightbox2_emvideo($field, $item, $formatter, $node, $options = ar
// otherwise try node title, then widget thumbnail setting and fallback to
// default string.
$title = isset($options['title']) ? $options['title'] : (isset($item['data']['emthumb']['emthumb_title']) ? $item['data']['emthumb']['emthumb_title'] : (isset($node->title) ? $node->title : (isset($field['widget']['thumbnail_link_title']) ? $field['widget']['thumbnail_link_title'] : variable_get('emvideo_default_thumbnail_link_title', t('See video')))));
$destination = 'video-cck/lightbox2/'. $node->nid .'/'. $field['widget']['video_width'] .'/'. $field['widget']['video_height'] .'/'. $field['field_name'] .'/'. $item['provider'] .'/'. $item['value'];
$width = $field['widget']['video_width'] + 20;
$height = $field['widget']['video_height'] + 20;
@ -548,4 +546,3 @@ function theme_lightbox2_emvideo($field, $item, $formatter, $node, $options = ar
$output = l($thumbnail, $destination, $attributes);
return $output;
}

View file

@ -1,4 +1,3 @@
; $Id: lightbox2.info,v 1.1.6.4 2008/07/14 11:51:34 snpower Exp $
name = Lightbox2
description = Enables Lightbox2 for Drupal
package = User interface

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2.insert.inc,v 1.1.2.6 2010/09/22 10:47:15 snpower Exp $
/**
* @file
* Lightbox2 support for Insert module.
@ -65,4 +63,3 @@ function template_preprocess_lightbox2_insert_image(&$vars) {
$vars['class'] = !empty($vars['widget']['insert_class']) ? $vars['widget']['insert_class'] : '';
}

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2.install,v 1.1.4.4.2.49 2010/09/22 17:26:19 snpower Exp $
/**
* @file
* Installation functions for Lightbox2.
@ -199,4 +197,3 @@ function lightbox2_update_6002() {
function lightbox2_update_6003() {
return array();
}

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2.module,v 1.16.2.16.2.171 2010/09/24 08:33:00 snpower Exp $
/**
* @file
* Enables the use of lightbox2 which places images above your current page,
@ -1362,4 +1360,3 @@ function lightbox2_filter_xss() {
}
drupal_json($output);
}

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2.views.inc,v 1.1.2.1 2009/09/05 09:52:26 snpower Exp $
/**
* @file
* lightbox2.views.inc

View file

@ -1,6 +1,4 @@
<?php
// $Id: lightbox2_handler_field_lightbox2.inc,v 1.1.2.4 2010/03/07 21:38:39 snpower Exp $
/**
* A handler to provide a field that is completely custom by the administrator.
*

View file

@ -1,6 +1,4 @@
<?php
// $Id: page-node-lightbox2.tpl.php,v 1.1.2.2 2008/06/11 22:16:38 snpower Exp $
/**
* @file
* Template file for displaying the node content, associated with an image, in