Nettoyage

This commit is contained in:
Matthieu Dubuget 2016-11-01 17:47:59 +01:00
parent 7ebec3462f
commit 7957e98a2d
58 changed files with 252 additions and 9135 deletions

View File

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 279 KiB

View File

Before

Width:  |  Height:  |  Size: 261 KiB

After

Width:  |  Height:  |  Size: 261 KiB

View File

Before

Width:  |  Height:  |  Size: 255 KiB

After

Width:  |  Height:  |  Size: 255 KiB

View File

Before

Width:  |  Height:  |  Size: 322 KiB

After

Width:  |  Height:  |  Size: 322 KiB

View File

Before

Width:  |  Height:  |  Size: 232 KiB

After

Width:  |  Height:  |  Size: 232 KiB

View File

Before

Width:  |  Height:  |  Size: 215 KiB

After

Width:  |  Height:  |  Size: 215 KiB

View File

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 230 KiB

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

View File

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

View File

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 259 KiB

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View File

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 326 KiB

View File

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 281 KiB

View File

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 265 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 326 KiB

View File

Before

Width:  |  Height:  |  Size: 321 KiB

After

Width:  |  Height:  |  Size: 321 KiB

View File

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 298 KiB

View File

Before

Width:  |  Height:  |  Size: 286 KiB

After

Width:  |  Height:  |  Size: 286 KiB

View File

Before

Width:  |  Height:  |  Size: 286 KiB

After

Width:  |  Height:  |  Size: 286 KiB

View File

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

View File

Before

Width:  |  Height:  |  Size: 352 KiB

After

Width:  |  Height:  |  Size: 352 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 211 KiB

View File

Before

Width:  |  Height:  |  Size: 24 MiB

After

Width:  |  Height:  |  Size: 24 MiB

View File

Before

Width:  |  Height:  |  Size: 5.8 MiB

After

Width:  |  Height:  |  Size: 5.8 MiB

View File

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View File

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

View File

@ -1,21 +0,0 @@
The MIT License
Copyright (c) 2016 worse is better UG http://wib.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

File diff suppressed because it is too large Load Diff

View File

@ -1,63 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Galleria Flickr Plugin</title>
<style>
/* Demo styles */
html,body{background:#222;margin:0;}
body{border-top:4px solid #000;}
.content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:620px;margin:20px auto;}
h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}
/* This rule is read by Galleria to define the gallery height: */
#galleria{height:320px;}
</style>
<!-- load jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<!-- load Galleria -->
<script src="../../galleria-1.4.7.min.js"></script>
<!-- load flickr plugin -->
<script src="galleria.flickr.min.js"></script>
</head>
<body>
<div class="content">
<h1>Galleria Flickr Plugin Demo</h1>
<p>Demonstrating a basic gallery example with a Flickr search.</p>
<!-- Adding gallery images. This is just a container for the dynamic flickr images -->
<div id="galleria"></div>
<p class="cred">Made by <a href="http://galleria.io">Galleria</a>.</p>
<a href="#" id="close">cloase</a>
</div>
<script>
$(function() {
// Load the classic theme
Galleria.loadTheme('../../themes/classic/galleria.classic.min.js');
// Initialize Galleria
Galleria.run('#galleria', {
// search flickr for "galleria"
flickr: 'search:galleria',
flickrOptions: {
// sort by interestingness
sort: 'interestingness-desc'
}
});
});
</script>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,384 +0,0 @@
/**
* Galleria Flickr Plugin 2016-09-03
* http://galleria.io
*
* Copyright (c) 2010 - 2016 worse is better UG
* Licensed under the MIT license
* https://raw.github.com/worseisbetter/galleria/master/LICENSE
*
*/
(function($) {
/*global jQuery, Galleria, window */
Galleria.requires(1.25, 'The Flickr Plugin requires Galleria version 1.2.5 or later.');
// The script path
var PATH = Galleria.utils.getScriptPath();
/**
@class
@constructor
@example var flickr = new Galleria.Flickr();
@author http://galleria.io
@requires jQuery
@requires Galleria
@param {String} [api_key] Flickr API key to be used, defaults to the Galleria key
@returns Instance
*/
Galleria.Flickr = function( api_key ) {
this.api_key = api_key || '2a2ce06c15780ebeb0b706650fc890b2';
this.options = {
max: 30, // photos to return
imageSize: 'medium', // photo size ( thumb,small,medium,big,original )
thumbSize: 'thumb', // thumbnail size ( thumb,small,medium,big,original )
sort: 'interestingness-desc', // sort option ( date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, interestingness-asc, relevance )
description: false, // set this to true to get description as caption
complete: function(){}, // callback to be called inside the Galleria.prototype.load
backlink: false // set this to true if you want to pass a link back to the original image
};
};
Galleria.Flickr.prototype = {
// bring back the constructor reference
constructor: Galleria.Flickr,
/**
Search for anything at Flickr
@param {String} phrase The string to search for
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
search: function( phrase, callback ) {
return this._find({
text: phrase
}, callback );
},
/**
Search for anything at Flickr by tag
@param {String} tag The tag(s) to search for
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
tags: function( tag, callback ) {
return this._find({
tags: tag
}, callback);
},
/**
Get a user's public photos
@param {String} username The username as shown in the URL to fetch
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
user: function( username, callback ) {
return this._call({
method: 'flickr.urls.lookupUser',
url: 'flickr.com/photos/' + username
}, function( data ) {
this._find({
user_id: data.user.id,
method: 'flickr.people.getPublicPhotos'
}, callback);
});
},
/**
Get photos from a photoset by ID
@param {String|Number} photoset_id The photoset id to fetch
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
set: function( photoset_id, callback ) {
return this._find({
photoset_id: photoset_id,
method: 'flickr.photosets.getPhotos'
}, callback);
},
/**
Get photos from a gallery by ID
@param {String|Number} gallery_id The gallery id to fetch
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
gallery: function( gallery_id, callback ) {
return this._find({
gallery_id: gallery_id,
method: 'flickr.galleries.getPhotos'
}, callback);
},
/**
Search groups and fetch photos from the first group found
Useful if you know the exact name of a group and want to show the groups photos.
@param {String} group The group name to search for
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
groupsearch: function( group, callback ) {
return this._call({
text: group,
method: 'flickr.groups.search'
}, function( data ) {
this.group( data.groups.group[0].nsid, callback );
});
},
/**
Get photos from a group by ID
@param {String} group_id The group id to fetch
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
group: function ( group_id, callback ) {
return this._find({
group_id: group_id,
method: 'flickr.groups.pools.getPhotos'
}, callback );
},
/**
Set flickr options
@param {Object} options The options object to blend
@returns Instance
*/
setOptions: function( options ) {
$.extend(this.options, options);
return this;
},
// call Flickr and raise errors
_call: function( params, callback ) {
var url = 'https://api.flickr.com/services/rest/?';
var scope = this;
params = $.extend({
format : 'json',
jsoncallback : '?',
api_key: this.api_key
}, params );
$.each(params, function( key, value ) {
url += '&' + key + '=' + value;
});
$.getJSON(url, function(data) {
if ( data.stat === 'ok' ) {
callback.call(scope, data);
} else {
Galleria.raise( data.code.toString() + ' ' + data.stat + ': ' + data.message, true );
}
});
return scope;
},
// "hidden" way of getting a big image (~1024) from flickr
_getBig: function( photo ) {
if ( photo.url_l ) {
return photo.url_l;
} else if ( parseInt( photo.width_o, 10 ) > 1280 ) {
return 'https://farm'+photo.farm + '.static.flickr.com/'+photo.server +
'/' + photo.id + '_' + photo.secret + '_b.jpg';
}
return photo.url_o || photo.url_z || photo.url_m;
},
// get image size by option name
_getSize: function( photo, size ) {
var img;
switch(size) {
case 'thumb':
img = photo.url_t;
break;
case 'small':
img = photo.url_s;
break;
case 'big':
img = this._getBig( photo );
break;
case 'original':
img = photo.url_o ? photo.url_o : this._getBig( photo );
break;
default:
img = photo.url_z || photo.url_m;
break;
}
return img;
},
// ask flickr for photos, parse the result and call the callback with the galleria-ready data array
_find: function( params, callback ) {
params = $.extend({
method: 'flickr.photos.search',
extras: 'url_t,url_m,url_o,url_s,url_l,url_z,description',
sort: this.options.sort,
per_page: Math.min( this.options.max, 500 )
}, params );
return this._call( params, function(data) {
var gallery = [],
photos = data.photos ? data.photos.photo : data.photoset.photo,
len = photos.length,
photo,
i;
for ( i=0; i<len; i++ ) {
photo = photos[i];
gallery.push({
thumb: this._getSize( photo, this.options.thumbSize ),
image: this._getSize( photo, this.options.imageSize ),
big: this._getBig( photo ),
title: photos[i].title,
description: this.options.description && photos[i].description ? photos[i].description._content : '',
link: this.options.backlink ? 'https://flickr.com/photos/' + photo.owner + '/' + photo.id : ''
});
}
callback.call( this, gallery );
});
}
};
/**
Galleria modifications
We fake-extend the load prototype to make Flickr integration as simple as possible
*/
// save the old prototype in a local variable
var load = Galleria.prototype.load;
// fake-extend the load prototype using the flickr data
Galleria.prototype.load = function() {
// pass if no data is provided or flickr option not found
if ( arguments.length || typeof this._options.flickr !== 'string' ) {
load.apply( this, Galleria.utils.array( arguments ) );
return;
}
// define some local vars
var self = this,
args = Galleria.utils.array( arguments ),
flickr = this._options.flickr.split(':'),
f,
opts = $.extend({}, self._options.flickrOptions),
loader = typeof opts.loader !== 'undefined' ?
opts.loader : $('<div>').css({
width: 48,
height: 48,
opacity: 0.7,
background:'#000 url('+PATH+'loader.gif) no-repeat 50% 50%'
});
if ( flickr.length ) {
// validate the method
if ( typeof Galleria.Flickr.prototype[ flickr[0] ] !== 'function' ) {
Galleria.raise( flickr[0] + ' method not found in Flickr plugin' );
return load.apply( this, args );
}
// validate the argument
if ( !flickr[1] ) {
Galleria.raise( 'No flickr argument found' );
return load.apply( this, args );
}
// apply the preloader
window.setTimeout(function() {
self.$( 'target' ).append( loader );
},100);
// create the instance
f = new Galleria.Flickr();
// apply Flickr options
if ( typeof self._options.flickrOptions === 'object' ) {
f.setOptions( self._options.flickrOptions );
}
// call the flickr method and trigger the DATA event
f[ flickr[0] ]( flickr[1], function( data ) {
self._data = data;
loader.remove();
self.trigger( Galleria.DATA );
f.options.complete.call(f, data);
});
} else {
// if flickr array not found, pass
load.apply( this, args );
}
};
}( jQuery ) );

View File

@ -1 +0,0 @@
(function($){Galleria.requires(1.25,"The Flickr Plugin requires Galleria version 1.2.5 or later.");var PATH=Galleria.utils.getScriptPath();Galleria.Flickr=function(api_key){this.api_key=api_key||"2a2ce06c15780ebeb0b706650fc890b2";this.options={max:30,imageSize:"medium",thumbSize:"thumb",sort:"interestingness-desc",description:false,complete:function(){},backlink:false}};Galleria.Flickr.prototype={constructor:Galleria.Flickr,search:function(phrase,callback){return this._find({text:phrase},callback)},tags:function(tag,callback){return this._find({tags:tag},callback)},user:function(username,callback){return this._call({method:"flickr.urls.lookupUser",url:"flickr.com/photos/"+username},function(data){this._find({user_id:data.user.id,method:"flickr.people.getPublicPhotos"},callback)})},set:function(photoset_id,callback){return this._find({photoset_id:photoset_id,method:"flickr.photosets.getPhotos"},callback)},gallery:function(gallery_id,callback){return this._find({gallery_id:gallery_id,method:"flickr.galleries.getPhotos"},callback)},groupsearch:function(group,callback){return this._call({text:group,method:"flickr.groups.search"},function(data){this.group(data.groups.group[0].nsid,callback)})},group:function(group_id,callback){return this._find({group_id:group_id,method:"flickr.groups.pools.getPhotos"},callback)},setOptions:function(options){$.extend(this.options,options);return this},_call:function(params,callback){var url="https://api.flickr.com/services/rest/?";var scope=this;params=$.extend({format:"json",jsoncallback:"?",api_key:this.api_key},params);$.each(params,function(key,value){url+="&"+key+"="+value});$.getJSON(url,function(data){if(data.stat==="ok"){callback.call(scope,data)}else{Galleria.raise(data.code.toString()+" "+data.stat+": "+data.message,true)}});return scope},_getBig:function(photo){if(photo.url_l){return photo.url_l}else if(parseInt(photo.width_o,10)>1280){return"https://farm"+photo.farm+".static.flickr.com/"+photo.server+"/"+photo.id+"_"+photo.secret+"_b.jpg"}return photo.url_o||photo.url_z||photo.url_m},_getSize:function(photo,size){var img;switch(size){case"thumb":img=photo.url_t;break;case"small":img=photo.url_s;break;case"big":img=this._getBig(photo);break;case"original":img=photo.url_o?photo.url_o:this._getBig(photo);break;default:img=photo.url_z||photo.url_m;break}return img},_find:function(params,callback){params=$.extend({method:"flickr.photos.search",extras:"url_t,url_m,url_o,url_s,url_l,url_z,description",sort:this.options.sort,per_page:Math.min(this.options.max,500)},params);return this._call(params,function(data){var gallery=[],photos=data.photos?data.photos.photo:data.photoset.photo,len=photos.length,photo,i;for(i=0;i<len;i++){photo=photos[i];gallery.push({thumb:this._getSize(photo,this.options.thumbSize),image:this._getSize(photo,this.options.imageSize),big:this._getBig(photo),title:photos[i].title,description:this.options.description&&photos[i].description?photos[i].description._content:"",link:this.options.backlink?"https://flickr.com/photos/"+photo.owner+"/"+photo.id:""})}callback.call(this,gallery)})}};var load=Galleria.prototype.load;Galleria.prototype.load=function(){if(arguments.length||typeof this._options.flickr!=="string"){load.apply(this,Galleria.utils.array(arguments));return}var self=this,args=Galleria.utils.array(arguments),flickr=this._options.flickr.split(":"),f,opts=$.extend({},self._options.flickrOptions),loader=typeof opts.loader!=="undefined"?opts.loader:$("<div>").css({width:48,height:48,opacity:.7,background:"#000 url("+PATH+"loader.gif) no-repeat 50% 50%"});if(flickr.length){if(typeof Galleria.Flickr.prototype[flickr[0]]!=="function"){Galleria.raise(flickr[0]+" method not found in Flickr plugin");return load.apply(this,args)}if(!flickr[1]){Galleria.raise("No flickr argument found");return load.apply(this,args)}window.setTimeout(function(){self.$("target").append(loader)},100);f=new Galleria.Flickr;if(typeof self._options.flickrOptions==="object"){f.setOptions(self._options.flickrOptions)}f[flickr[0]](flickr[1],function(data){self._data=data;loader.remove();self.trigger(Galleria.DATA);f.options.complete.call(f,data)})}else{load.apply(this,args)}}})(jQuery);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,147 +0,0 @@
/**
* Galleria History Plugin 2016-09-03
* http://galleria.io
*
* Copyright (c) 2010 - 2016 worse is better UG
* Licensed under the MIT license
* https://raw.github.com/worseisbetter/galleria/master/LICENSE
*
*/
(function( $, window ) {
/*global jQuery, Galleria, window */
Galleria.requires(1.25, 'The History Plugin requires Galleria version 1.2.5 or later.');
Galleria.History = (function() {
var onloads = [],
init = false,
loc = window.location,
doc = window.document,
ie = Galleria.IE,
support = 'onhashchange' in window && ( doc.mode === undefined || doc.mode > 7 ),
iframe,
get = function( winloc ) {
if( iframe && !support && Galleria.IE ) {
winloc = winloc || iframe.location;
} else {
winloc = loc;
}
return parseInt( winloc.hash.substr(2), 10 );
},
saved = get( loc ),
callbacks = [],
onchange = function() {
$.each( callbacks, function( i, fn ) {
fn.call( window, get() );
});
},
ready = function() {
$.each( onloads, function(i, fn) {
fn();
});
init = true;
},
setHash = function( val ) {
return '/' + val;
};
// always remove support if IE < 8
if ( support && ie < 8 ) {
support = false;
}
if ( !support ) {
$(function() {
var interval = window.setInterval(function() {
var hash = get();
if ( !isNaN( hash ) && hash != saved ) {
saved = hash;
loc.hash = setHash( hash );
onchange();
}
}, 50);
if ( ie ) {
$('<iframe tabindex="-1" title="empty">').hide().attr( 'src', 'about:blank' ).one('load', function() {
iframe = this.contentWindow;
ready();
}).insertAfter(doc.body);
} else {
ready();
}
});
} else {
ready();
}
return {
change: function( fn ) {
callbacks.push( fn );
if( support ) {
window.onhashchange = onchange;
}
},
set: function( val ) {
if ( isNaN( val ) ) {
return;
}
if ( !support && ie ) {
this.ready(function() {
var idoc = iframe.document;
idoc.open();
idoc.close();
iframe.location.hash = setHash( val );
});
}
loc.hash = setHash( val );
},
ready: function(fn) {
if (!init) {
onloads.push(fn);
} else {
fn();
}
}
};
}());
}( jQuery, this ));

View File

@ -1 +0,0 @@
(function($,window){Galleria.requires(1.25,"The History Plugin requires Galleria version 1.2.5 or later.");Galleria.History=function(){var onloads=[],init=false,loc=window.location,doc=window.document,ie=Galleria.IE,support="onhashchange"in window&&(doc.mode===undefined||doc.mode>7),iframe,get=function(winloc){if(iframe&&!support&&Galleria.IE){winloc=winloc||iframe.location}else{winloc=loc}return parseInt(winloc.hash.substr(2),10)},saved=get(loc),callbacks=[],onchange=function(){$.each(callbacks,function(i,fn){fn.call(window,get())})},ready=function(){$.each(onloads,function(i,fn){fn()});init=true},setHash=function(val){return"/"+val};if(support&&ie<8){support=false}if(!support){$(function(){var interval=window.setInterval(function(){var hash=get();if(!isNaN(hash)&&hash!=saved){saved=hash;loc.hash=setHash(hash);onchange()}},50);if(ie){$('<iframe tabindex="-1" title="empty">').hide().attr("src","about:blank").one("load",function(){iframe=this.contentWindow;ready()}).insertAfter(doc.body)}else{ready()}})}else{ready()}return{change:function(fn){callbacks.push(fn);if(support){window.onhashchange=onchange}},set:function(val){if(isNaN(val)){return}if(!support&&ie){this.ready(function(){var idoc=iframe.document;idoc.open();idoc.close();iframe.location.hash=setHash(val)})}loc.hash=setHash(val)},ready:function(fn){if(!init){onloads.push(fn)}else{fn()}}}}()})(jQuery,this);

View File

@ -1,100 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Galleria History Plugin</title>
<style>
/* Demo styles */
html,body{background:#222;margin:0;}
body{border-top:4px solid #000;}
.content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:620px;margin:20px auto;}
h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}
/* This rule is read by Galleria to define the gallery height: */
#galleria{height:320px}
</style>
<!-- load jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<!-- load Galleria -->
<script src="../../galleria-1.4.7.min.js"></script>
<!-- load the History plugin, no need for further scripting -->
<script src="galleria.history.min.js"></script>
</head>
<body>
<div class="content">
<h1>Galleria History Plugin</h1>
<p>Demonstrating a basic history example. Supports most browsers, including FF 3.0+ and IE 7+</p>
<!-- Adding gallery images. We use resized thumbnails here for better performance, but its not necessary -->
<div id="galleria">
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Locomotives-Roundhouse2.jpg/800px-Locomotives-Roundhouse2.jpg">
<img title="Locomotives Roundhouse"
alt="Steam locomotives of the Chicago &amp; North Western Railway."
src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Locomotives-Roundhouse2.jpg/100px-Locomotives-Roundhouse2.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Icebergs_in_the_High_Arctic_-_20050907.jpg/1000px-Icebergs_in_the_High_Arctic_-_20050907.jpg">
<img title="Icebergs in the High Arctic"
alt="”The debris loading isn't particularly extensive, but the color is usual.”"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Icebergs_in_the_High_Arctic_-_20050907.jpg/100px-Icebergs_in_the_High_Arctic_-_20050907.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Ara%C3%B1a._A_Estrada%2C_Galiza._02.jpg/1000px-Ara%C3%B1a._A_Estrada%2C_Galiza._02.jpg">
<img title="Araña"
alt="Xysticus cristatus, A Estrada, Galicia, Spain"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Ara%C3%B1a._A_Estrada%2C_Galiza._02.jpg/100px-Ara%C3%B1a._A_Estrada%2C_Galiza._02.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/9104_-_Milano_-_Museo_storia_naturale_-_Fluorite_-_Foto_Giovanni_Dall%27Orto_22-Apr-2007.jpg/1000px-9104_-_Milano_-_Museo_storia_naturale_-_Fluorite_-_Foto_Giovanni_Dall%27Orto_22-Apr-2007.jpg">
<img title="Museo storia naturale"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/9104_-_Milano_-_Museo_storia_naturale_-_Fluorite_-_Foto_Giovanni_Dall%27Orto_22-Apr-2007.jpg/100px-9104_-_Milano_-_Museo_storia_naturale_-_Fluorite_-_Foto_Giovanni_Dall%27Orto_22-Apr-2007.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Grj%C3%B3tagj%C3%A1_caves_in_summer_2009_%282%29.jpg/1000px-Grj%C3%B3tagj%C3%A1_caves_in_summer_2009_%282%29.jpg">
<img title="Grjótagjá caves in summer 2009"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Grj%C3%B3tagj%C3%A1_caves_in_summer_2009_%282%29.jpg/100px-Grj%C3%B3tagj%C3%A1_caves_in_summer_2009_%282%29.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/9/90/20091128_Loutra_Thermes_Xanthi_Thrace_Greece_2.jpg/1000px-20091128_Loutra_Thermes_Xanthi_Thrace_Greece_2.jpg">
<img title="Thermes"
alt="Xanthi hot-spa springs, Xanthi Prefecture, Greece"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/90/20091128_Loutra_Thermes_Xanthi_Thrace_Greece_2.jpg/100px-20091128_Loutra_Thermes_Xanthi_Thrace_Greece_2.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Polish_Army_Ko%C5%82obrzeg_077.JPG/1024px-Polish_Army_Ko%C5%82obrzeg_077.JPG">
<img title="Polish Army Kołobrzeg"
alt="A display of the Polish Army. Both the soldier, and the vehicle belong to the 7th Pomeranian Coastal Defence Brigade, a part of the Szczecin-based 12th Mechanized Division ”Bolesław Krzywousty”"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Polish_Army_Ko%C5%82obrzeg_077.JPG/100px-Polish_Army_Ko%C5%82obrzeg_077.JPG">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/20100213_Zlatograd_Bulgaria_3.jpg/1024px-20100213_Zlatograd_Bulgaria_3.jpg">
<img title="Zlatograd Bulgaria"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/20100213_Zlatograd_Bulgaria_3.jpg/100px-20100213_Zlatograd_Bulgaria_3.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/FEMA_-_5399_-_Photograph_by_Andrea_Booher_taken_on_09-28-2001_in_New_York.jpg/1024px-FEMA_-_5399_-_Photograph_by_Andrea_Booher_taken_on_09-28-2001_in_New_York.jpg">
<img title="09-28-2001 in New York City"
alt="New York, NY, September 28, 2001 -- Debris on surrounding roofs at the site of the World Trade Center. Photo by Andrea Booher/ FEMA News Photo"
src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/FEMA_-_5399_-_Photograph_by_Andrea_Booher_taken_on_09-28-2001_in_New_York.jpg/100px-FEMA_-_5399_-_Photograph_by_Andrea_Booher_taken_on_09-28-2001_in_New_York.jpg">
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Antennae%2C_Hubble_images.jpg/1024px-Antennae%2C_Hubble_images.jpg">
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Antennae%2C_Hubble_images.jpg/100px-Antennae%2C_Hubble_images.jpg">
</a>
</div>
<p class="cred">Made by <a href="http://galleria.io">Galleria</a>.</p>
</div>
<script>
$(function() {
// Load the classic theme
Galleria.loadTheme('../../themes/classic/galleria.classic.min.js');
// Initialize Galleria
Galleria.run('#galleria');
});
</script>
</body>
</html>

View File

@ -1,321 +0,0 @@
/**
* Galleria Picasa Plugin 2016-09-03
* http://galleria.io
*
* Copyright (c) 2010 - 2016 worse is better UG
* Licensed under the MIT license
* https://raw.github.com/worseisbetter/galleria/master/LICENSE
*
*/
(function($) {
/*global jQuery, Galleria, window */
Galleria.requires(1.25, 'The Picasa Plugin requires Galleria version 1.2.5 or later.');
// The script path
var PATH = Galleria.utils.getScriptPath();
/**
@class
@constructor
@example var picasa = new Galleria.Picasa();
@author http://wib.io
@requires jQuery
@requires Galleria
@returns Instance
*/
Galleria.Picasa = function() {
this.options = {
max: 30, // photos to return
imageSize: 'medium', // photo size ( thumb,small,medium,big,original ) or a number
thumbSize: 'thumb', // thumbnail size ( thumb,small,medium,big,original ) or a number
complete: function(){} // callback to be called inside the Galleria.prototype.load
};
};
Galleria.Picasa.prototype = {
// bring back the constructor reference
constructor: Galleria.Picasa,
/**
Search for anything at Picasa
@param {String} phrase The string to search for
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
search: function( phrase, callback ) {
return this._call( 'search', 'all', {
q: phrase
}, callback );
},
/**
Get a user's public photos
@param {String} username The username to fetch photos from
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
user: function( username, callback ) {
return this._call( 'user', 'user/' + username, callback );
},
/**
Get photos from an album
@param {String} username The username that owns the album
@param {String} album The album ID
@param {Function} [callback] The callback to be called when the data is ready
@returns Instance
*/
useralbum: function( username, album, callback ) {
return this._call( 'useralbum', 'user/' + username + '/album/' + album, callback );
},
/**
Set picasa options
@param {Object} options The options object to blend
@returns Instance
*/
setOptions: function( options ) {
$.extend(this.options, options);
return this;
},
// call Picasa
_call: function( type, url, params, callback ) {
url = 'https://picasaweb.google.com/data/feed/api/' + url + '?';
if (typeof params == 'function') {
callback = params;
params = {};
}
var self = this;
params = $.extend({
'kind': 'photo',
'access': 'public',
'max-results': this.options.max,
'thumbsize': this._getSizes().join(','),
'alt': 'json-in-script',
'callback': '?'
}, params );
$.each(params, function( key, value ) {
url += '&' + key + '=' + value;
});
// since Picasa throws 404 when the call is malformed, we must set a timeout here:
var data = false;
Galleria.utils.wait({
until: function() {
return data;
},
success: function() {
self._parse.call( self, data.feed.entry, callback );
},
error: function() {
var msg = '';
if ( type == 'user' ) {
msg = 'user not found.';
} else if ( type == 'useralbum' ) {
msg = 'album or user not found.';
}
Galleria.raise('Picasa request failed' + (msg ? ': ' + msg : '.'));
},
timeout: 5000
});
$.getJSON( url, function( result ) {
data = result;
});
return self;
},
// parse image sizes and return an array of three
_getSizes: function() {
var self = this,
norm = {
small: '72c',
thumb: '104u',
medium: '640u',
big: '1024u',
original: '1600u'
},
op = self.options,
t = {},
n,
sz = [32,48,64,72,94,104,110,128,144,150,160,200,220,288,320,400,512,576,640,720,800,912,1024,1152,1280,1440,1600];
$(['thumbSize', 'imageSize']).each(function() {
if( op[this] in norm ) {
t[this] = norm[ op[this] ];
} else {
n = Galleria.utils.parseValue( op[this] );
if (n > 1600) {
n = 1600;
} else {
$.each( sz, function(i) {
if ( n < this ) {
n = sz[i-1];
return false;
}
});
}
t[this] = n;
}
});
return [ t.thumbSize, t.imageSize, '1280u'];
},
// parse the result and call the callback with the galleria-ready data array
_parse: function( data, callback ) {
var self = this,
gallery = [],
img;
$.each( data, function() {
img = this.media$group.media$thumbnail;
gallery.push({
thumb: img[0].url,
image: img[1].url,
big: img[2].url,
title: this.summary.$t
});
});
callback.call( this, gallery );
}
};
/**
Galleria modifications
We fake-extend the load prototype to make Picasa integration as simple as possible
*/
// save the old prototype in a local variable
var load = Galleria.prototype.load;
// fake-extend the load prototype using the picasa data
Galleria.prototype.load = function() {
// pass if no data is provided or picasa option not found
if ( arguments.length || typeof this._options.picasa !== 'string' ) {
load.apply( this, Galleria.utils.array( arguments ) );
return;
}
// define some local vars
var self = this,
args = Galleria.utils.array( arguments ),
picasa = this._options.picasa.split(':'),
p,
opts = $.extend({}, self._options.picasaOptions),
loader = typeof opts.loader !== 'undefined' ?
opts.loader : $('<div>').css({
width: 48,
height: 48,
opacity: 0.7,
background:'#000 url('+PATH+'loader.gif) no-repeat 50% 50%'
});
if ( picasa.length ) {
// validate the method
if ( typeof Galleria.Picasa.prototype[ picasa[0] ] !== 'function' ) {
Galleria.raise( picasa[0] + ' method not found in Picasa plugin' );
return load.apply( this, args );
}
// validate the argument
if ( !picasa[1] ) {
Galleria.raise( 'No picasa argument found' );
return load.apply( this, args );
}
// apply the preloader
window.setTimeout(function() {
self.$( 'target' ).append( loader );
},100);
// create the instance
p = new Galleria.Picasa();
// apply Flickr options
if ( typeof self._options.picasaOptions === 'object' ) {
p.setOptions( self._options.picasaOptions );
}
// call the picasa method and trigger the DATA event
var arg = [];
if ( picasa[0] == 'useralbum' ) {
arg = picasa[1].split('/');
if (arg.length != 2) {
Galleria.raise( 'Picasa useralbum not correctly formatted (should be [user]/[album])');
return;
}
} else {
arg.push( picasa[1] );
}
arg.push(function(data) {
self._data = data;
loader.remove();
self.trigger( Galleria.DATA );
p.options.complete.call(p, data);
});
p[ picasa[0] ].apply( p, arg );
} else {
// if flickr array not found, pass
load.apply( this, args );
}
};
}( jQuery ) );

View File

@ -1 +0,0 @@
(function($){Galleria.requires(1.25,"The Picasa Plugin requires Galleria version 1.2.5 or later.");var PATH=Galleria.utils.getScriptPath();Galleria.Picasa=function(){this.options={max:30,imageSize:"medium",thumbSize:"thumb",complete:function(){}}};Galleria.Picasa.prototype={constructor:Galleria.Picasa,search:function(phrase,callback){return this._call("search","all",{q:phrase},callback)},user:function(username,callback){return this._call("user","user/"+username,callback)},useralbum:function(username,album,callback){return this._call("useralbum","user/"+username+"/album/"+album,callback)},setOptions:function(options){$.extend(this.options,options);return this},_call:function(type,url,params,callback){url="https://picasaweb.google.com/data/feed/api/"+url+"?";if(typeof params=="function"){callback=params;params={}}var self=this;params=$.extend({kind:"photo",access:"public","max-results":this.options.max,thumbsize:this._getSizes().join(","),alt:"json-in-script",callback:"?"},params);$.each(params,function(key,value){url+="&"+key+"="+value});var data=false;Galleria.utils.wait({until:function(){return data},success:function(){self._parse.call(self,data.feed.entry,callback)},error:function(){var msg="";if(type=="user"){msg="user not found."}else if(type=="useralbum"){msg="album or user not found."}Galleria.raise("Picasa request failed"+(msg?": "+msg:"."))},timeout:5e3});$.getJSON(url,function(result){data=result});return self},_getSizes:function(){var self=this,norm={small:"72c",thumb:"104u",medium:"640u",big:"1024u",original:"1600u"},op=self.options,t={},n,sz=[32,48,64,72,94,104,110,128,144,150,160,200,220,288,320,400,512,576,640,720,800,912,1024,1152,1280,1440,1600];$(["thumbSize","imageSize"]).each(function(){if(op[this]in norm){t[this]=norm[op[this]]}else{n=Galleria.utils.parseValue(op[this]);if(n>1600){n=1600}else{$.each(sz,function(i){if(n<this){n=sz[i-1];return false}})}t[this]=n}});return[t.thumbSize,t.imageSize,"1280u"]},_parse:function(data,callback){var self=this,gallery=[],img;$.each(data,function(){img=this.media$group.media$thumbnail;gallery.push({thumb:img[0].url,image:img[1].url,big:img[2].url,title:this.summary.$t})});callback.call(this,gallery)}};var load=Galleria.prototype.load;Galleria.prototype.load=function(){if(arguments.length||typeof this._options.picasa!=="string"){load.apply(this,Galleria.utils.array(arguments));return}var self=this,args=Galleria.utils.array(arguments),picasa=this._options.picasa.split(":"),p,opts=$.extend({},self._options.picasaOptions),loader=typeof opts.loader!=="undefined"?opts.loader:$("<div>").css({width:48,height:48,opacity:.7,background:"#000 url("+PATH+"loader.gif) no-repeat 50% 50%"});if(picasa.length){if(typeof Galleria.Picasa.prototype[picasa[0]]!=="function"){Galleria.raise(picasa[0]+" method not found in Picasa plugin");return load.apply(this,args)}if(!picasa[1]){Galleria.raise("No picasa argument found");return load.apply(this,args)}window.setTimeout(function(){self.$("target").append(loader)},100);p=new Galleria.Picasa;if(typeof self._options.picasaOptions==="object"){p.setOptions(self._options.picasaOptions)}var arg=[];if(picasa[0]=="useralbum"){arg=picasa[1].split("/");if(arg.length!=2){Galleria.raise("Picasa useralbum not correctly formatted (should be [user]/[album])");return}}else{arg.push(picasa[1])}arg.push(function(data){self._data=data;loader.remove();self.trigger(Galleria.DATA);p.options.complete.call(p,data)});p[picasa[0]].apply(p,arg)}else{load.apply(this,args)}}})(jQuery);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,55 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Galleria Flickr Plugin</title>
<style>
/* Demo styles */
html,body{background:#222;margin:0;}
body{border-top:4px solid #000;}
.content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:620px;margin:20px auto;}
h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}
/* This rule is read by Galleria to define the gallery height: */
#galleria{height:320px;}
</style>
<!-- load jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<!-- load Galleria -->
<script src="../../galleria-1.4.7.min.js"></script>
<!-- load picasa plugin -->
<script src="galleria.picasa.min.js"></script>
</head>
<body>
<div class="content">
<h1>Galleria Picasa Plugin Demo</h1>
<p>Demonstrating a basic gallery example with photos from a Picasa album.</p>
<!-- Adding gallery images. This is just a container for the dynamic picasa images -->
<div id="galleria"></div>
<p class="cred">Made by <a href="http://galleria.io">Galleria</a>.</p>
</div>
<script>
$(function() {
// Load the classic theme
Galleria.loadTheme('../../themes/classic/galleria.classic.min.js');
Galleria.run('#galleria', {
// The user & album. This example fetches the album "Demo" from the user "galleriajs"
picasa: 'useralbum:galleriajs/Demo'
});
});
</script>
</body>
</html>

View File

@ -1,124 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Galleria Classic Theme</title>
<style>
/* Demo styles */
html,body{background:#222;margin:0;}
body{border-top:4px solid #000;}
.content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:620px;margin:20px auto;}
h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}
/* This rule is read by Galleria to define the gallery height: */
#galleria{height:320px}
</style>
</head>
<body>
<div class="content">
<h1>Galleria Classic Theme</h1>
<p>Demonstrating a basic gallery example.</p>
<!-- Adding gallery images. We use resized thumbnails here for better performance, but its not necessary -->
<div id="galleria">
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/800px-Biandintz_eta_zaldiak_-_modified2.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/100px-Biandintz_eta_zaldiak_-_modified2.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/1280px-Biandintz_eta_zaldiak_-_modified2.jpg"
data-title="Biandintz eta zaldiak"
data-description="Horses on Bianditz mountain, in Navarre, Spain."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/800px-Athabasca_Rail_at_Brule_Lake.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/100px-Athabasca_Rail_at_Brule_Lake.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/1280px-Athabasca_Rail_at_Brule_Lake.jpg"
data-title="Athabasca Rail"
data-description="The Athabasca River railroad track at the mouth of Brulé Lake in Alberta, Canada."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/1280px-Back-scattering_crepuscular_rays_panorama_1.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/100px-Back-scattering_crepuscular_rays_panorama_1.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/1400px-Back-scattering_crepuscular_rays_panorama_1.jpg"
data-title="Back-scattering crepuscular rays"
data-description="Picture of the day on Wikimedia Commons 26 September 2010."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/800px-Interior_convento_3.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/120px-Interior_convento_3.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/1400px-Interior_convento_3.jpg"
data-title="Interior convento"
data-description="Interior view of Yuriria Convent, founded in 1550."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/800px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/100px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/1280px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg"
data-title="Oxbow Bend outlook"
data-description="View over the Snake River to the Mount Moran with the Skillet Glacier."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/800px-Hazy_blue_hour_in_Grand_Canyon.JPG">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/100px-Hazy_blue_hour_in_Grand_Canyon.JPG",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/1280px-Hazy_blue_hour_in_Grand_Canyon.JPG"
data-title="Hazy blue hour"
data-description="Hazy blue hour in Grand Canyon. View from the South Rim."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/800px-2909_vallon_moy_res.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/100px-2909_vallon_moy_res.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/1280px-2909_vallon_moy_res.jpg"
data-title="Haute Severaisse valley"
data-description="View of Haute Severaisse valley and surrounding summits from the slopes of Les Vernets."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/800px-Bohinjsko_jezero_2.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/100px-Bohinjsko_jezero_2.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/1280px-Bohinjsko_jezero_2.jpg"
data-title="Bohinj lake"
data-description="Bohinj lake (Triglav National Park, Slovenia) in the morning."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/800px-Bowling_Balls_Beach_2_edit.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/100px-Bowling_Balls_Beach_2_edit.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/1280px-Bowling_Balls_Beach_2_edit.jpg"
data-title="Bowling Balls"
data-description="Mendocino county, California, USA."
>
</a>
<a href="https://vimeo.com/25750735">
<span class="video">Works for vimeo too.</span>
</a>
<a href="https://www.youtube.com/watch?v=gAeYCJZ_meY">
<span class="video">Works for youtube too.</span>
</a>
</div>
<p class="cred">Made by <a href="http://galleria.io">Galleria</a>.</p>
</div>
<!-- load jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<!-- load Galleria -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.4.7/galleria.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.4.7/themes/classic/galleria.classic.min.js"></script>
<script>
$(function() {
Galleria.run('#galleria');
});
</script>
</body>
</html>

View File

@ -1,130 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Galleria Classic Theme</title>
<style>
/* Demo styles */
html,body{background:#222;margin:0;}
body{border-top:4px solid #000;}
.content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:620px;margin:20px auto;}
h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}
/* This rule is read by Galleria to define the gallery height: */
#galleria{height:320px}
</style>
<!-- load jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<!-- load Galleria -->
<script src="../../galleria-1.4.7.min.js"></script>
</head>
<body>
<div class="content">
<h1>Galleria Classic Theme</h1>
<p>Demonstrating a basic gallery example.</p>
<!-- Adding gallery images. We use resized thumbnails here for better performance, but its not necessary -->
<div id="galleria">
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/800px-Biandintz_eta_zaldiak_-_modified2.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/100px-Biandintz_eta_zaldiak_-_modified2.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/1280px-Biandintz_eta_zaldiak_-_modified2.jpg"
data-title="Biandintz eta zaldiak"
data-description="Horses on Bianditz mountain, in Navarre, Spain."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/800px-Athabasca_Rail_at_Brule_Lake.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/100px-Athabasca_Rail_at_Brule_Lake.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/1280px-Athabasca_Rail_at_Brule_Lake.jpg"
data-title="Athabasca Rail"
data-description="The Athabasca River railroad track at the mouth of Brulé Lake in Alberta, Canada."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/1280px-Back-scattering_crepuscular_rays_panorama_1.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/100px-Back-scattering_crepuscular_rays_panorama_1.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/1400px-Back-scattering_crepuscular_rays_panorama_1.jpg"
data-title="Back-scattering crepuscular rays"
data-description="Picture of the day on Wikimedia Commons 26 September 2010."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/800px-Interior_convento_3.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/120px-Interior_convento_3.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/1400px-Interior_convento_3.jpg"
data-title="Interior convento"
data-description="Interior view of Yuriria Convent, founded in 1550."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/800px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/100px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/1280px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg"
data-title="Oxbow Bend outlook"
data-description="View over the Snake River to the Mount Moran with the Skillet Glacier."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/800px-Hazy_blue_hour_in_Grand_Canyon.JPG">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/100px-Hazy_blue_hour_in_Grand_Canyon.JPG",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/1280px-Hazy_blue_hour_in_Grand_Canyon.JPG"
data-title="Hazy blue hour"
data-description="Hazy blue hour in Grand Canyon. View from the South Rim."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/800px-2909_vallon_moy_res.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/100px-2909_vallon_moy_res.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/1280px-2909_vallon_moy_res.jpg"
data-title="Haute Severaisse valley"
data-description="View of Haute Severaisse valley and surrounding summits from the slopes of Les Vernets."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/800px-Bohinjsko_jezero_2.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/100px-Bohinjsko_jezero_2.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/1280px-Bohinjsko_jezero_2.jpg"
data-title="Bohinj lake"
data-description="Bohinj lake (Triglav National Park, Slovenia) in the morning."
>
</a>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/800px-Bowling_Balls_Beach_2_edit.jpg">
<img
src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/100px-Bowling_Balls_Beach_2_edit.jpg",
data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/1280px-Bowling_Balls_Beach_2_edit.jpg"
data-title="Bowling Balls"
data-description="Mendocino county, California, USA."
>
</a>
<a href="https://vimeo.com/25750735">
<span class="video">Works for vimeo too.</span>
</a>
<a href="https://www.youtube.com/watch?v=gAeYCJZ_meY">
<span class="video">Works for youtube too.</span>
</a>
</div>
<p class="cred">Made by <a href="http://galleria.io">Galleria</a>.</p>
</div>
<script>
$(function() {
// Load the classic theme
Galleria.loadTheme('galleria.classic.min.js');
// Initialize Galleria
Galleria.run('#galleria');
});
</script>
</body>
</html>

View File

@ -1,101 +0,0 @@
/**
* Galleria Classic Theme 2016-09-03
* http://galleria.io
*
* Copyright (c) 2010 - 2016 worse is better UG
* Licensed under the MIT license
* https://raw.github.com/worseisbetter/galleria/master/LICENSE
*
*/
(function($) {
/*global window, jQuery, Galleria */
Galleria.addTheme({
name: 'classic',
author: 'Galleria',
css: 'galleria.classic.css',
defaults: {
transition: 'slide',
thumbCrop: 'height',
// set this to false if you want to show the caption all the time:
_toggleInfo: true
},
init: function(options) {
Galleria.requires(1.4, 'This version of Classic theme requires Galleria 1.4 or later');
// add some elements
this.addElement('info-link','info-close');
this.append({
'info' : ['info-link','info-close']
});
// cache some stuff
var info = this.$('info-link,info-close,info-text'),
touch = Galleria.TOUCH;
// show loader & counter with opacity
this.$('loader,counter').show().css('opacity', 0.4);
// some stuff for non-touch browsers
if (! touch ) {
this.addIdleState( this.get('image-nav-left'), { left:-50 });
this.addIdleState( this.get('image-nav-right'), { right:-50 });
this.addIdleState( this.get('counter'), { opacity:0 });
}
// toggle info
if ( options._toggleInfo === true ) {
info.bind( 'click:fast', function() {
info.toggle();
});
} else {
info.show();
this.$('info-link, info-close').hide();
}
// bind some stuff
this.bind('thumbnail', function(e) {
if (! touch ) {
// fade thumbnails
$(e.thumbTarget).css('opacity', 0.6).parent().hover(function() {
$(this).not('.active').children().stop().fadeTo(100, 1);
}, function() {
$(this).not('.active').children().stop().fadeTo(400, 0.6);
});
if ( e.index === this.getIndex() ) {
$(e.thumbTarget).css('opacity',1);
}
} else {
$(e.thumbTarget).css('opacity', this.getIndex() ? 1 : 0.6).bind('click:fast', function() {
$(this).css( 'opacity', 1 ).parent().siblings().children().css('opacity', 0.6);
});
}
});
var activate = function(e) {
$(e.thumbTarget).css('opacity',1).parent().siblings().children().css('opacity', 0.6);
};
this.bind('loadstart', function(e) {
if (!e.cached) {
this.$('loader').show().fadeTo(200, 0.4);
}
window.setTimeout(function() {
activate(e);
}, touch ? 300 : 0);
this.$('info').toggle( this.hasInfo() );
});
this.bind('loadfinish', function(e) {
this.$('loader').fadeOut(200);
});
}
});
}(jQuery));

View File

@ -1,4 +1,5 @@
<!doctype html> <!doctype html>
<!--[if lt IE 7]> <!--[if lt IE 7]>
<html class="no-js ie6 oldie" lang="en"> <html class="no-js ie6 oldie" lang="en">
<![endif]--> <![endif]-->
@ -12,18 +13,21 @@
<html class="no-js" lang="fr"> <html class="no-js" lang="fr">
<!--<![endif]--> <!--<![endif]-->
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Appartement 10 couchages à Valloire</title> <title>Appartement 10 couchages à Valloire</title>
<meta name="keywords" content="valloire,appartement,location,ski,terrasse" /> <meta name="keywords" content="valloire,appartement,location,ski,terrasse" />
<meta name="description" content="Appartement 3 étoiles à Valloire. À 3 minutes des remontées mécaniques en navette. 10 couchages. 3 chambres. 2 salles-de-bains." />
<meta name="description" content="Appartement 3 étoiles à
Valloire. À 3 minutes des remontées mécaniques en navette. 10
couchages. 3 chambres. 2 salles-de-bains. Terrasse" />
<meta http-equiv="content-language" content="fr" /> <meta http-equiv="content-language" content="fr" />
<link rel="icon" href="files/ski.ico" type="image/x-icon" /> <link rel="icon" href="files/ski.ico" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="site_69553_1_29.css"> <link rel="stylesheet" href="mon_site.css">
<!-- DE QUOI AFFICHER LES PHOTOS --> <!-- DE QUOI AFFICHER LES PHOTOS -->
<script src="jquery.js"></script> <script src="jquery.js"></script>
<script src="galleria/galleria-1.4.7.min.js"></script> <script src="galleria/galleria-1.4.7.min.js"></script>
@ -38,22 +42,26 @@
<!-- BANDEAU DE TITRE --> <!-- BANDEAU DE TITRE -->
<header class="bk-header"> <header class="bk-header">
<div class="wrapper clearfix"> <div class="wrapper clearfix">
<div id="page-zones__template-widgets__companyname-companyname" class="widget companyname " data-widget-type="companyname" data-uniqueid="page-zones__template-widgets__companyname-companyname">
<a href="/">Appartement 10 couchages à Valloire — Résidence les Terrasses de Choseaux</a> <div id="page-zones__template-widgets__companyname-companyname"
class="widget companyname "
data-widget-type="companyname"
data-uniqueid="page-zones__template-widgets__companyname-companyname">
<a href="/">Appartement 10 couchages à Valloire —
Résidence les Terrasses de Choseaux</a>
</div> </div>
</div> </div>
</header> </header>
<!-- PIED DE PAGE --> <!-- PIED DE PAGE -->
<div class="canvas"> <div class="canvas entete">
<div style="width:960px; margin:auto"> <div style="width:960px; margin:auto">
<br> <br>
<p>La gestion de la location est assurée par <p>La gestion de la location est assurée par
l<a href="http://www.valloire.net/fr/il4-commerces,services,ete_i372389-agence-chauvin-immobilier.aspx" l<a href="http://www.valloire.net/fr/il4-commerces,services,ete_i372389-agence-chauvin-immobilier.aspx"
target="_blank">agence Chauvin</a>&nbsp;merci target="_blank">agence Chauvin</a>&nbsp;: merci de
de prévenir lagence que vous avez trouvé prévenir lagence que vous avez trouvé cette location
cette location par lintermédiaire du site du par lintermédiaire du site du propriétaire.</p>
propriétaire.</p>
<p>Lien vers la page de lappartement sur le <p>Lien vers la page de lappartement sur le
site <a href="http://resavalloire.arkiane.com/fr-FR/Lot/Detail/ref/TERRACHOSEAUB6">Valloire site <a href="http://resavalloire.arkiane.com/fr-FR/Lot/Detail/ref/TERRACHOSEAUB6">Valloire
@ -67,42 +75,43 @@
<!-- IMAGE PANORAMA --> <!-- IMAGE PANORAMA -->
<section> <section>
<div id="page-zones__template-widgets__feature-featurehome" class="widget feature " data-widget-type="feature" data-uniqueid="page-zones__template-widgets__feature-featurehome"> <div id="page-zones__template-widgets__feature-featurehome" class="widget feature "
<div class="feature-bgimg" style="background-image: url('files/site-bandeau-2013-valloire-00036379.jpg'); background-position: center -8.8685501453488%" ></div> data-widget-type="feature" data-uniqueid="page-zones__template-widgets__feature-featurehome">
<div class="feature-bgimg"
style="background-image: url('files/site-bandeau-2013-valloire-00036379.jpg'); background-position: center -8.8685501453488%"></div>
<!-- this is for getting the background image naturalWidth and naturalHeight --> <!-- this is for getting the background image naturalWidth and naturalHeight -->
<img src="files/site-bandeau-2013-valloire-00036379.jpg" style="display:none;" class="js-image" alt="image de présentation"/> <img src="files/site-bandeau-2013-valloire-00036379.jpg"
style="display:none;"
class="js-image"
alt="image de présentation"/>
</div> </div>
</section> </section>
<section <section
id="page-zones__main" id="page-zones__main"
class="bk-zone column " class="bk-zone column "
data-uniqueid="page-zones__main" data-uniqueid="page-zones__main">
>
<div <div
id="page-zones__main-widgets__content" id="page-zones__main-widgets__content"
class="widget content" class="widget content"
data-uniqueid="page-zones__main-widgets__content" data-uniqueid="page-zones__main-widgets__content">
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h1>Situé au hameau les Choseaux Ville</h1> <h1>Situé au hameau les Choseaux Ville</h1>
</div> </div>
<div <div
id="page-zones__main-widgets__responsivecolumns" id="page-zones__main-widgets__responsivecolumns"
class="widget responsivecolumns columns-two-75-25" class="widget responsivecolumns columns-two-75-25"
data-uniqueid="page-zones__main-widgets__responsivecolumns" data-uniqueid="page-zones__main-widgets__responsivecolumns">
>
<section <section
id="page-zones__main-widgets__responsivecolumns-zones__column" id="page-zones__main-widgets__responsivecolumns-zones__column"
class="bk-zone column columns-two-left" class="bk-zone column columns-two-left"
data-uniqueid="page-zones__main-widgets__responsivecolumns-zones__column" data-uniqueid="page-zones__main-widgets__responsivecolumns-zones__column">
>
<div <div
id="page-zones__main-widgets__responsivecolumns-zones__column-widgets__content1" id="page-zones__main-widgets__responsivecolumns-zones__column-widgets__content1"
class="widget content" class="widget content"
data-uniqueid="page-zones__main-widgets__responsivecolumns-zones__column-widgets__content1" data-uniqueid="page-zones__main-widgets__responsivecolumns-zones__column-widgets__content1">
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<p>Appartement classé classé ✶✶✶ de 89 m² avec <p>Appartement classé classé ✶✶✶ de 89 m² avec
une place de parking extérieure et une place une place de parking extérieure et une place
de parking couverte.</p> de parking couverte.</p>
@ -111,16 +120,21 @@
centre de Valloire et des remontées centre de Valloire et des remontées
mécaniques (700&nbsp;m) et à 2 minutes avec mécaniques (700&nbsp;m) et à 2 minutes avec
la navette gratuite qui effectue le trajet la navette gratuite qui effectue le trajet
<a href="http://static.sitra-tourisme.com/filestore/objets-touristiques/documents/74/39/1320778.pdf" target="_blank" title="À mettre à jour début décembre 2016 pour les nouveaux horaires"> <a href="http://static.sitra-tourisme.com/filestore/objets-touristiques/documents/74/39/1320778.pdf"
toutes les ½ heures</a> durant la saison target="_blank" title="À mettre à jour
de ski (il sagit de la navette début décembre 2016 pour les nouveaux
«&nbsp;Hameau du col&nbsp;&nbsp;Crêt de la horaires"> toutes les ½ heures</a> durant
Brive&nbsp;», arrêt «&nbsp;Choseaux la saison de ski (il sagit de la navette
«&nbsp;Hameau du col&nbsp;&nbsp;Crêt de
la Brive&nbsp;», arrêt «&nbsp;Choseaux
Ville&nbsp;»).</p> Ville&nbsp;»).</p>
<p>En en rez-de-jardin, il dispose dune terrasse de 37 m².</p> <p>En en rez-de-jardin, il dispose dune
terrasse de 37 m².</p>
<p>Livré neuf en 2015, il est confortable et équipé dun système de chauffage par le sol.</p> <p>Livré neuf en 2015, il est confortable et
équipé dun système de chauffage par le
sol.</p>
</div> </div>
</div> </div>
</section> </section>
@ -487,43 +501,41 @@
<text id="text8375" y="302.202" x="242.19467" style="font-style:normal;font-weight:normal;font-size:25px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan y="302.202" x="242.19467" id="tspan8377">GPS</tspan></text> <text id="text8375" y="302.202" x="242.19467" style="font-style:normal;font-weight:normal;font-size:25px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan y="302.202" x="242.19467" id="tspan8377">GPS</tspan></text>
</g> </g>
</svg> </svg>
</a> </a>
</div> </div>
</div> </div>
</section> </section>
</div> </div>
<div <div
id="page-zones__main-widgets__image" id="page-zones__main-widgets__image"
class="widget image" class="widget image"
data-uniqueid="page-zones__main-widgets__image" data-uniqueid="page-zones__main-widgets__image">
>
<a href="#" data-image-href="files/situation-redimensionn_2.jpg" rel="lightbox" title=""> <a href="#" data-image-href="files/situation-redimensionn_2.jpg" rel="lightbox" title="">
<span class="image-img"> <span class="image-img">
<img class="image" src="files/situation-redimensionn_2.jpg" alt="" title="" data-filename="situation-redimensionn_2.jpg" data-filesize="842332" data-imagesize="1000 x 706" width= "1000" /> <img class="image" src="files/situation-redimensionn_2.jpg"
title="Plan de situation"
data-filename="situation-redimensionn_2.jpg"
data-filesize="842332"
data-imagesize="1000 x 706"
width="1000" />
</span> </span>
</a> </a>
</div> </div>
<div <div
id="page-zones__main-widgets__content1" id="page-zones__main-widgets__content1"
class="widget content" class="widget content"
data-uniqueid="page-zones__main-widgets__content1" data-uniqueid="page-zones__main-widgets__content1">
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h1>Agencement</h1> <h1>Agencement</h1>
</div> </div>
</div> </div>
<div <div
id="page-zones__main-widgets__image1" id="page-zones__main-widgets__image1"
class="widget image" class="widget image"
data-uniqueid="page-zones__main-widgets__image1" data-uniqueid="page-zones__main-widgets__image1">
>
<a href="#" data-image-href="files/plan_1.png" rel="lightbox" title="" class="widget-align-center"> <a href="#" data-image-href="files/plan_1.png" rel="lightbox" title="" class="widget-align-center">
<span class="image-img"> <span class="image-img">
<img class="image" src="files/plan_1.png" alt="" title="" data-filename="plan_1.png" data-filesize="1630712" data-imagesize="1478 x 1030" width= "1478" /> <img class="image" src="files/plan_1.png" alt="" title="" data-filename="plan_1.png" data-filesize="1630712" data-imagesize="1478 x 1030" width= "1478" />
@ -531,25 +543,16 @@
</a> </a>
</div> </div>
<div <div
id="page-zones__main-widgets__content2" id="page-zones__main-widgets__content2"
class="widget content" class="widget content"
data-uniqueid="page-zones__main-widgets__content2" data-uniqueid="page-zones__main-widgets__content2">
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h2>Pièce principale</h2> <h2>Pièce principale</h2>
<hr> <hr>
</div> </div>
</div> </div>
<div
id="page-zones__main-widgets__content13"
class="widget content"
data-uniqueid="page-zones__main-widgets__content13"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<p>Cuisine équipée : <p>Cuisine équipée :
</p> </p>
@ -571,137 +574,55 @@
<p>Le Wi-Fi est diffusé dans tout lappartement.<br> <p>Le Wi-Fi est diffusé dans tout lappartement.<br>
</p> </p>
</div> </div>
</div>
<div class="galleria"> <div class="galleria">
<img src="files/thumb_img_3740_1024.jpeg" data-title="Cuisine vue depuis le salon"> <img src="files/salon_cuisine/thumb_img_3740_1024.jpeg" data-title="Cuisine vue depuis le salon">
<img src="files/sjour20151102_2.resized.jpg" data-title="Salon — Fauteuils"> <img src="files/salon_cuisine/sjour20151102_2.resized.jpg" data-title="Salon — Fauteuils">
<img src="files/sjour20151102_1.resized.jpg" data-title="Salon"> <img src="files/salon_cuisine/sjour20151102_1.resized.jpg" data-title="Salon">
<img src="files/cuisine20160118_2.resized.jpg" data-title="Cuisine"> <img src="files/salon_cuisine/cuisine20160118_2.resized.jpg" data-title="Cuisine">
</div> </div>
<div
id="page-zones__main-widgets__gallery3"
class="widget gallery"
data-uniqueid="page-zones__main-widgets__gallery3"
>
<ul class="gallery-widget"> </ul>
</div>
<div
id="page-zones__main-widgets__content3"
class="widget content"
data-uniqueid="page-zones__main-widgets__content3"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h2>Chambre 1</h2> <h2>Chambre 1</h2>
<hr> <hr>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content9"
class="widget content"
data-uniqueid="page-zones__main-widgets__content9"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<ul> <ul>
<li>Deux lits de 80 × 190 motorisés</li> <li>Deux lits de 80 × 190 motorisés</li>
<li>Penderie</li> <li>Penderie</li>
</ul> </ul>
</div> </div>
</div>
<div
id="page-zones__main-widgets__gallery2"
class="widget gallery"
data-uniqueid="page-zones__main-widgets__gallery2"
>
<ul class="gallery-widget">
</ul>
</div>
<div class="galleria"> <div class="galleria">
<img src="files/chambrew20151126_4.resized.jpg" data-title="Chambre 1"> <img src="files/chambre1/chambrew20151126_4.resized.jpg" data-title="Chambre 1">
<img src="files/dsc03930.resized.jpg" data-title="Chambre 1 — Lits"> <img src="files/chambre1/dsc03930.resized.jpg" data-title="Chambre 1 — Lits">
<img src="files/dsc03931.resized.jpg" data-title="Chambre 1 — Fenêtre"> <img src="files/chambre1/dsc03931.resized.jpg" data-title="Chambre 1 — Fenêtre">
</div> </div>
<div
id="page-zones__main-widgets__content5"
class="widget content"
data-uniqueid="page-zones__main-widgets__content5"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h2>Chambre 2</h2> <h2>Chambre 2</h2>
<hr> <hr>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content10"
class="widget content"
data-uniqueid="page-zones__main-widgets__content10"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<ul> <ul>
<li>Un lit double de 140 × 190</li> <li>Un lit double de 140 × 190</li>
<li>Penderie</li> <li>Penderie</li>
</ul> </ul>
</div> </div>
</div>
<div class="galleria"> <div class="galleria">
<img src="files/chambree20151101_2.resized.jpg" data-title="Chambre 2 — Lit"> <img src="files/chambre2/chambree20151101_2.resized.jpg" data-title="Chambre 2 — Lit">
<img src="files/chambree20151126_2.resized.jpg" data-title="Chambre 2 — Penderie"> <img src="files/chambre2/chambree20151126_2.resized.jpg" data-title="Chambre 2 — Penderie">
<img src="files/chambree20151126_5.resized.jpg" data-title="Chambre 2 — Lit"> <img src="files/chambre2/chambree20151126_5.resized.jpg" data-title="Chambre 2 — Lit">
</div> </div>
<div
id="page-zones__main-widgets__gallery1"
class="widget gallery"
data-uniqueid="page-zones__main-widgets__gallery1"
>
<ul class="gallery-widget">
</ul>
</div>
<div
id="page-zones__main-widgets__content6"
class="widget content"
data-uniqueid="page-zones__main-widgets__content6"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h2>Chambre 3</h2> <h2>Chambre 3</h2>
<hr> <hr>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content11"
class="widget content"
data-uniqueid="page-zones__main-widgets__content11"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<ul> <ul>
<li>4 lits de 90 × 190</li> <li>4 lits de 90 × 190</li>
@ -711,197 +632,111 @@
<li>Commode</li> <li>Commode</li>
</ul> </ul>
</div> </div>
</div>
<div class="galleria"> <div class="galleria">
<img src="files/chambres20160118_5.resized.jpg" data-title="Chambre 3 — Bureau"> <img src="files/chambre3/chambres20160118_5.resized.jpg" data-title="Chambre 3 — Bureau">
<img src="files/chambres20160118_4.resized.jpg" data-title="Chambre 3 — Lits superposés"> <img src="files/chambre3/chambres20160118_4.resized.jpg" data-title="Chambre 3 — Lits superposés">
<img src="files/chambres20160118_1.resized.jpg" data-title="Chambre 3 - lits superposés et étagères"> <img src="files/chambre3/chambres20160118_1.resized.jpg" data-title="Chambre 3 - lits superposés et étagères">
</div> </div>
<div
id="page-zones__main-widgets__gallery"
class="widget gallery"
data-uniqueid="page-zones__main-widgets__gallery"
>
<ul class="gallery-widget">
</ul>
</div>
<div
id="page-zones__main-widgets__content17"
class="widget content"
data-uniqueid="page-zones__main-widgets__content17"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h2>Salles de bains</h2> <h2>Salles de bains</h2>
<hr> <hr>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content18"
class="widget content"
data-uniqueid="page-zones__main-widgets__content18"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<p>Les deux salles de bains disposent de douches à litalienne et de radiateurs sèche-serviettes. <p>Les deux salles de bains disposent de douches à
litalienne et de radiateurs sèche-serviettes.
</p> </p>
<p>Un sèche cheveux est à disposition.<br> <p>Un sèche cheveux est à disposition.<br>
</p> </p>
<p>Un pèse-personne permet de suivre leffet du régime montagnard au jour le jour. <br> <p>Un pèse-personne permet de suivre leffet du
régime montagnard au jour le jour. <br>
</p> </p>
</div> </div>
</div>
<div class="galleria"> <div class="galleria">
<img src="files/sdbw20151126_2.resized.jpg" data-title="Salle-de-bains 1"> <img src="files/sdb/sdbw20151126_2.resized.jpg" data-title="Salle-de-bains 1">
<img src="files/sdbe20151126_2.resized.jpg" data-title="Salle-de-bains 2"> <img src="files/sdb/sdbe20151126_2.resized.jpg" data-title="Salle-de-bains 2">
<img src="files/sdbe20151126_3.resized.jpg" data-title="Salle-de-bains 2"> <img src="files/sdb/sdbe20151126_3.resized.jpg" data-title="Salle-de-bains 2">
</div> </div>
<div
id="page-zones__main-widgets__content4"
class="widget content"
data-uniqueid="page-zones__main-widgets__content4"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h1>Divers</h1> <h1>Divers</h1>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content12"
class="widget content"
data-uniqueid="page-zones__main-widgets__content12"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<p>Une planche à repasser et un fer sont disponibles. <p>Une planche à repasser et un fer sont disponibles.
</p> </p>
<p>Les différents produits ménagers et les ingrédients <p>Les différents produits ménagers et les
culinaires de base sont présents, à titre de dépannage&nbsp;; leur ingrédients culinaires de base sont présents, à
remplacement est souhaitable en cas de forte consommation. titre de dépannage&nbsp;; leur remplacement est
souhaitable en cas de forte consommation.
</p> </p>
<p>Il nest pas autorisé de fumer à lintérieur de lappartement. <p>Il nest pas autorisé de fumer à lintérieur de
</p> lappartement.</p>
<p>Les animaux à poils, ou susceptibles de causer des dégats ne sont pas admis. <p>Les animaux à poils, ou susceptibles de causer
</p> des dégats ne sont pas admis.</p>
<p>La remise de clés et les états des lieux sont assurés par <p>La remise de clés et les états des lieux sont
l<a href="http://www.valloire.net/fr/il4-commerces,services,ete_i372389-agence-chauvin-immobilier.aspx" target="_blank">agence Chauvin</a>.<br> assurés par
</p> l<a href="http://www.valloire.net/fr/il4-commerces,services,ete_i372389-agence-chauvin-immobilier.aspx"
</div> target="_blank">agence Chauvin</a>.<br></p>
</div> </div>
<div
id="page-zones__main-widgets__content15"
class="widget content"
data-uniqueid="page-zones__main-widgets__content15"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h1>Literie</h1> <h1>Literie</h1>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content16"
class="widget content"
data-uniqueid="page-zones__main-widgets__content16"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<p>Les draps ne sont pas fournis. Voici la liste de ce qui est disponible&nbsp;:<br> <p>Les draps ne sont pas fournis. Voici la liste de
ce qui est disponible&nbsp;:<br>
</p> </p>
<ul> <ul>
<li>10 oreillers de 50×70 ;</li> <li>10 oreillers de 50×70 ;</li>
<li>7 couettes de 140×200 (dont une <li>7 couettes de 140×200 (dont une d'été) ;</li>
d'été) ;
</li>
<li>2 couettes de 200 × 200;</li> <li>2 couettes de 200 × 200;</li>
<li>3 petites couvertures légères ;</li> <li>3 petites couvertures légères ;</li>
<li>une très <li>une très grande couverture très chaude ; </li>
grande couverture très chaude ; <li>4 alèses pour lits de 90 × 190 (4 autres de
</li> remplacement, à disposition de lagence)</li>
<li>4 alèses pour lits de 90 × 190 (4 autres
de remplacement, à disposition de lagence)
</li>
</ul> </ul>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content14"
class="widget content"
data-uniqueid="page-zones__main-widgets__content14"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h1>Images</h1> <h1>Images</h1>
</div> </div>
</div>
<div class="galleria"> <div class="galleria">
<img src="files/thumb_img_3740_1024.jpeg" alt="Cuisine vue depuis le salon" data-title="Cuisine vue depuis le salon"> <img src="files/salon_cuisine/thumb_img_3740_1024.jpeg" alt="Cuisine vue depuis le salon" data-title="Cuisine vue depuis le salon">
<img src="files/casiersskis20151128_1.resized.jpg" data-title="Casier à skis et chaussures"> <img src="files/salon_cuisine/sjour20151102_2.resized.jpg" data-title="Salon — Fauteuils">
<img src="files/chambrew20151126_3.resized.jpg" data-title="Chambre 1"> <img src="files/salon_cuisine/sjour20151102_1.resized.jpg" data-title="Salon">
<img src="files/chambres20160118_5.resized.jpg" data-title="Chambre 3 — Bureau">
<img src="files/sjour20151102_2.resized.jpg" data-title="Salon — Fauteuils">
<img src="files/chambrew20151126_4.resized.jpg" data-title="Chambre 1 — Vue"> <img src="files/chambre1/chambrew20151126_3.resized.jpg" data-title="Chambre 1">
<img src="files/chambree20151126_3.resized.jpg" data-title="Chambre 2 — Lit et penderie"> <img src="files/chambre3/chambres20160118_5.resized.jpg" data-title="Chambre 3 — Bureau">
<img src="files/chambree20151101_2.resized.jpg" data-title="Chambre 2 — Lit">
<img src="files/chambres20160118_4.resized.jpg" data-title="Chambre 3 — Lits superposés"> <img src="files/chambre1/chambrew20151126_4.resized.jpg" data-title="Chambre 1 — Vue">
<img src="files/sjour20151102_1.resized.jpg" data-title="Salon"> <img src="files/chambre2/chambree20151126_3.resized.jpg" data-title="Chambre 2 — Lit et penderie">
<img src="files/chambres20160118_1.resized.jpg" data-title="Chambre 3 - lits superposés et étagères"> <img src="files/chambre2/chambree20151101_2.resized.jpg" data-title="Chambre 2 — Lit">
<img src="files/cuisine20160118_3.resized.jpg" data-title="Cuisine"> <img src="files/chambre3/chambres20160118_4.resized.jpg" data-title="Chambre 3 — Lits superposés">
<img src="files/cuisine20160118_2.resized.jpg" data-title="Cuisine">
<img src="files/chambree20151126_2.resized.jpg" data-title="Chambre 2 — Penderie"> <img src="files/chambre3/chambres20160118_1.resized.jpg" data-title="Chambre 3 - lits superposés et étagères">
<img src="files/sdbe20151126_5.resized.jpg" data-title="Salle-de-bains 2"> <img src="files/salon_cuisine/cuisine20160118_3.resized.jpg" data-title="Cuisine">
<img src="files/sdbe20151126_4.resized.jpg" data-title="Salle-de-bains 2"> <img src="files/salon_cuisine/cuisine20160118_2.resized.jpg" data-title="Cuisine">
<img src="files/sdbw20151126_2.resized.jpg" data-title="Salle-de-bains 1"> <img src="files/chambre2/chambree20151126_2.resized.jpg" data-title="Chambre 2 — Penderie">
<img src="files/sdbe20151126_2.resized.jpg" data-title="Salle-de-bains 2"> <img src="files/sdb/sdbe20151126_5.resized.jpg" data-title="Salle-de-bains 2">
<img src="files/sdbw20151125_1.resized.jpg" data-title="Salle-de-bains 1"> <img src="files/sdb/sdbe20151126_4.resized.jpg" data-title="Salle-de-bains 2">
<img src="files/sdb/sdbw20151126_2.resized.jpg" data-title="Salle-de-bains 1">
<img src="files/sdb/sdbe20151126_2.resized.jpg" data-title="Salle-de-bains 2">
<img src="files/sdb/sdbw20151125_1.resized.jpg" data-title="Salle-de-bains 1">
<img src="files/dsc03932.resized.jpg" data-title="Couloir"> <img src="files/dsc03932.resized.jpg" data-title="Couloir">
<img src="files/dsc03930.resized.jpg" data-title="Chambre 1 — Lits"> <img src="files/chambre1/dsc03930.resized.jpg" data-title="Chambre 1 — Lits">
<img src="files/dsc03931.resized.jpg" data-title="Chambre 1 — Fenêtre"> <img src="files/chambre1/dsc03931.resized.jpg" data-title="Chambre 1 — Fenêtre">
<img src="files/dsc03926.resized.jpg" data-title="Salle-de-bains 2"> <img src="files/sdb/dsc03926.resized.jpg" data-title="Salle-de-bains 2">
<img src="files/chambree20151126_5.resized.jpg" data-title="Chambre 2 — Lit"> <img src="files/chambre2/chambree20151126_5.resized.jpg" data-title="Chambre 2 — Lit">
<img src="files/sdbe20151126_3.resized.jpg" data-title="Salle-de-bains 2"> <img src="files/sdb/sdbe20151126_3.resized.jpg" data-title="Salle-de-bains 2">
<img src="files/site-bandeau-2013-valloire-00036379.jpg" data-title="Valloire"> <img src="files/site-bandeau-2013-valloire-00036379.jpg" data-title="Valloire">
<img src="files/casiersskis20151128_1.resized.jpg" data-title="Casier à skis et chaussures">
</div> </div>
<script> <script>
@ -921,28 +756,14 @@
Galleria.run('.galleria'); Galleria.run('.galleria');
</script> </script>
<div
id="page-zones__main-widgets__content7"
class="widget content"
data-uniqueid="page-zones__main-widgets__content7"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<h1>Tarifs hiver 2016-2017</h1> <h1>Tarifs hiver 2016-2017</h1>
</div> </div>
</div>
<div
id="page-zones__main-widgets__content8"
class="widget content"
data-uniqueid="page-zones__main-widgets__content8"
>
<div class="bk-content-text js-text-content wysihtml-editor-content"> <div class="bk-content-text js-text-content wysihtml-editor-content">
<table style="width: 450px; height: 204px;border-collapse: collapse; border-spacing: 0px; font: inherit; border: 0px none;background-color:rgb(255,255,255);text-align:center" align="center"> <table align="center">
<tbody> <tbody>
<tr style=" height: 19px;background-color: rgb(230, 230, 230);font-weight: bold;"> <tr class="table_header">
<th>Période</th> <th>Période</th>
<th style="width: 100px;">Prix</th> <th style="width: 100px;">Prix</th>
</tr> </tr>
@ -958,14 +779,10 @@
<tr> <td>18 mars → 17 avr.</td> <td>1 147 </td> </tr> <tr> <td>18 mars → 17 avr.</td> <td>1 147 </td> </tr>
</tbody> </tbody>
</table> </table>
</div>
</div>
</div>
</section> </section>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -169,6 +169,7 @@ a.blog-back-home{padding-bottom:20px;display:block;}
.responsivecolumns .columns-four-fourth{margin-right:0;} .responsivecolumns .columns-four-fourth{margin-right:0;}
.content{-ms-word-break:break-word;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;} .content{-ms-word-break:break-word;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;}
.content .bk-content-text ol{list-style-position:inside;} .content .bk-content-text ol{list-style-position:inside;}
div.bk-content-text {padding: 20px 0 0 0;}
.expand .more,.expand .less{color:#96d3ed;cursor:pointer;} .expand .more,.expand .less{color:#96d3ed;cursor:pointer;}
.widget.line{*zoom:1;padding:20px 0;} .widget.line{*zoom:1;padding:20px 0;}
.widget.line:before,.widget.line:after{content:" ";display:table;} .widget.line:before,.widget.line:after{content:" ";display:table;}
@ -735,7 +736,8 @@ body{background-color:#fff;margin:0;padding:0;}
} }
.canvas{background-color:#f2f2f2;max-width:1080px;width:90%;margin:0 auto;padding:0 0 60px;} .canvas{background-color:#f2f2f2;max-width:1080px;width:90%;margin:0 auto;padding:0 0 60px;}
.canvas .widget{clear:both;} .canvas .widget{clear:both;}
.main{padding:50px 0;} .entete{padding:0 }
.main{padding:30px 0;}
body.edit .widget.navigation,body.edit .widget.extendednavigation{overflow:visible;} body.edit .widget.navigation,body.edit .widget.extendednavigation{overflow:visible;}
.bk-default{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:100vh;flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;} .bk-default{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:100vh;flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;}
@media only screen and (max-width: 769px){.bk-default{display:initial;} @media only screen and (max-width: 769px){.bk-default{display:initial;}
@ -1019,3 +1021,5 @@ footer.bk-footer{padding:3em 0;}
.widget.clicktocall a{background-image: url(//55b558c7-resources.gandi.ws/7551544107272b986275573949f36a5c/templates/liftmodule/images/ic-call.svg);background-color:#96d3ed;background-position:26px center;background-size:7px;background-repeat:no-repeat;margin:0.5em 0em;padding:11px 25px 11px 43px;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:0px 2px 0px #6ac1e6;font-family:"Karla", Verdana, Geneva, sans-serif;font-size:18px;font-weight:inherit;color:#fff;text-decoration:none;} .widget.clicktocall a{background-image: url(//55b558c7-resources.gandi.ws/7551544107272b986275573949f36a5c/templates/liftmodule/images/ic-call.svg);background-color:#96d3ed;background-position:26px center;background-size:7px;background-repeat:no-repeat;margin:0.5em 0em;padding:11px 25px 11px 43px;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:0px 2px 0px #6ac1e6;font-family:"Karla", Verdana, Geneva, sans-serif;font-size:18px;font-weight:inherit;color:#fff;text-decoration:none;}
.widget.clicktocall a:hover{background-image: url(//55b558c7-resources.gandi.ws/7551544107272b986275573949f36a5c/templates/liftmodule/images/ic-call.svg);background-color:#96d3ed;background-position:26px center;background-size:7px;background-repeat:no-repeat;padding:11px 25px 11px 43px;color:#fff;box-shadow:0px 2px 0px #29a5da;cursor:pointer;-webkit-transition:background-color 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out;-o-transition:background-color 0.15s ease-in-out;transition:background-color 0.15s ease-in-out;} .widget.clicktocall a:hover{background-image: url(//55b558c7-resources.gandi.ws/7551544107272b986275573949f36a5c/templates/liftmodule/images/ic-call.svg);background-color:#96d3ed;background-position:26px center;background-size:7px;background-repeat:no-repeat;padding:11px 25px 11px 43px;color:#fff;box-shadow:0px 2px 0px #29a5da;cursor:pointer;-webkit-transition:background-color 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out;-o-transition:background-color 0.15s ease-in-out;transition:background-color 0.15s ease-in-out;}
} }
table {width: 450px; height: 204px;border-collapse: collapse; border-spacing: 0px; font: inherit; border: 0px none;background-color:rgb(255,255,255);text-align:center}
tr.table_header {height: 19px;background-color: rgb(230, 230, 230);font-weight: bold;}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
Sitemap: http://dubuval.dubuget.fr/sitemap.xml Sitemap: http://dubuvaltest.dubuget.fr/sitemap.xml
User-agent: * User-agent: *
Crawl-Delay: 300 Crawl-Delay: 300

View File

@ -1,2 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"><sitemap><loc>http://dubuval.dubuget.fr/sitemap_pages.xml</loc></sitemap></sitemapindex> <sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<sitemap>
<loc>http://dubuvaltest.dubuget.fr/sitemap_pages.xml</loc>
</sitemap>
</sitemapindex>

View File

@ -1,2 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"><url><loc>http://dubuval.dubuget.fr/</loc><lastmod>2016-10-16T11:38:31+00:00</lastmod><changefreq>monthly</changefreq><priority>1.0</priority></url></urlset> <urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://dubuvaltest.dubuget.fr/</loc>
<lastmod>2016-10-16T11:38:31+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long