Subversion Repositories eFlore/Applications.cel

Rev

Rev 3823 | Rev 3825 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3823 Rev 3824
Line 56... Line 56...
56
	this.lienEflore   = this.item['lien'];
56
	this.lienEflore   = this.item['lien'];
57
	this.idImage      = this.item['id_photo'];
57
	this.idImage      = this.item['id_photo'];
58
	this.urlThisImage = this.item['url_photo']+'.jpg';
58
	this.urlThisImage = this.item['url_photo']+'.jpg';
59
	this.obs          = this.item['obs'];
59
	this.obs          = this.item['obs'];
60
	this.nn           = '[nn' + this.obs['nom_sel_nn']+']';
60
	this.nn           = '[nn' + this.obs['nom_sel_nn']+']';
61
	this.urlIP        = 'https://'+this.obs['url_ip'];
61
	this.urlIP        = this.obs['url_ip'];
62
	this.auteur       = this.item['utilisateur']['nom_utilisateur'];
62
	this.auteur       = this.item['utilisateur']['nom_utilisateur'];
63
	this.urlProfil    = '/profil-par-id/'+this.item['utilisateur']['id_utilisateur'];
63
	this.urlProfil    = '/profil-par-id/'+this.item['utilisateur']['id_utilisateur'];
64
	this.date         = this.item['date'];
64
	this.date         = this.item['date'];
65
};
65
};
Line 388... Line 388...
388
			}
388
			}
389
		}
389
		}
390
	});
390
	});
391
};
391
};
Line 392... Line 392...
392
 
392
 
393
WidgetPhotoPopup.prototype.copieAutoChamp = function($champACopier) {
393
WidgetPhotoPopup.prototype.copieAutoChamp = function( $champACopier ) {
Line 394... Line 394...
394
	$champACopier.on( 'click', function() {
394
	$champACopier.on( 'click', function() {
395
 
395