diff options
author | hellekin <hellekin@cepheide.org> | 2012-11-01 14:57:52 -0300 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2012-11-01 15:02:01 -0300 |
commit | 92075a8c92356d84af8464f8672d3832d7c6826c (patch) | |
tree | 6a4c5f0f6d14fc300b4eda164918559edd4d423b /views/default | |
parent | fbb80487e6af07dd66411245a839c4af38c3a57f (diff) | |
download | elgg-92075a8c92356d84af8464f8672d3832d7c6826c.tar.gz elgg-92075a8c92356d84af8464f8672d3832d7c6826c.tar.bz2 |
Are those ours?
Cannot tag with agplv3+ if we don't know for sure.
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css/lightbox.php | 22 | ||||
-rw-r--r-- | views/default/js/embed/embed.php | 26 | ||||
-rw-r--r-- | views/default/js/lightbox.php | 23 |
3 files changed, 67 insertions, 4 deletions
diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php index b96d9cb05..e18c02bf8 100644 --- a/views/default/css/lightbox.php +++ b/views/default/css/lightbox.php @@ -1,11 +1,27 @@ <?php /** - * Colorbox lightbox CSS. + * Colorbox -- Stylesheet * * Used as a view because we need to pass a full URL to AlphaImageLoader. * - * @package Elgg.Core - * @subpackage UI + * @package Lorea + * @subpackage Colorbox + * + * Copyright 2011-2012 Lorea Faeries <federation@lorea.org> + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/>. */ $jquery_path = elgg_get_site_url() . 'mod/colorbox/vendors/jquery/'; diff --git a/views/default/js/embed/embed.php b/views/default/js/embed/embed.php index b762736c1..42165fa42 100644 --- a/views/default/js/embed/embed.php +++ b/views/default/js/embed/embed.php @@ -1,3 +1,29 @@ +<?php +/** + * Colorbox -- Javascript + * + * Used as a view because we need to pass a full URL to AlphaImageLoader. + * + * @package Lorea + * @subpackage Colorbox + * + * Copyright 2011-2012 Lorea Faeries <federation@lorea.org> + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/>. + */ +?> elgg.provide('elgg.embed'); elgg.embed.init = function() { diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 014a33196..732092e2b 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -1,6 +1,27 @@ <?php /** - * Elgg lightbox + * Colorbox -- Stylesheet + * + * Used as a view because we need to pass a full URL to AlphaImageLoader. + * + * @package Lorea + * @subpackage Colorbox + * + * Copyright 2011-2012 Lorea Faeries <federation@lorea.org> + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/>. * * Usage * Apply the class elgg-lightbox to links. |