Ticket sale events, Théâtre La Passerelle (Gap), Théâtre du Briançonnais (Briançon)

<br /> Ticket sale events, Théâtre La Passerelle (Gap), Théâtre du Briançonnais (Briançon)<br />

// favicon
var css=Builder.node(« link »,{href: »template/images/favicon.ico »,rel:’SHORTCUT ICON’});$$(‘head’)[0].appendChild(css);

function link_module_css(path)
{var css=Builder.node(« link »,{type:’text/css’,href:path,rel:’stylesheet’});$$(‘head’)[0].appendChild(css);}
function addLoadListener(func){if(window.addEventListener){window.addEventListener(« load »,func,false);}else if(document.addEventListener){document.addEventListener(« load »,func,false);}else if(window.attachEvent){window.attachEvent(« onload »,func);}}
function ChangeUrl(formulaire)
{if(formulaire.ListeUrl.selectedIndex!=0)
{location.href=formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;}
else
{alert(‘Veuillez choisir une rubrique.’);}}
function fck_formulaire_dynamique_check()// utilisé pour formulaires fck
{var formu=document.getElementById(‘fck_formulaire_dynamique’);var error=false;for(i=0;i<formu.length;i++)
{if(formu[i].getAttribute('required')=='required')
{try
{formu[i].onfocus=function(){this.style.backgroundColor="#fff";};}catch(e)
{formu[i].setAttribute('onfocus','style.backgroundColor="#fff"');}
if(formu[i].type=='text'||formu[i].type=='textarea')
{if(formu[i].value.length<=0)
{formu[i].style.backgroundColor='#FFCFCF';error=true;}}else if(formu[i].type=='checkbox'||formu[i].type=='radio')
{if(!formu[i].checked)
{formu[i].style.backgroundColor='#FFCFCF';error=true;}}}}
if(error)
{alert('Please fill all required fields');return false;}else
{return true;}}
function formulaire_dynamique_check_captcha(formu)// utilisé par les enquetes publiques avec captcha = 1
{
var error=false;
// on vérifie d'abord le captcha
new Ajax.Request(
"ajax.php",
{
method: 'get',
parameters: {page:'verifCaptcha',captcha:formu.getInputs('text', 'captcha')[0].value},
onSuccess: function(result){
if(result.responseText=='nok')
{
error = true;
var nb = Math.round(Math.random(0)*1000)+1;
$$('img.cryptogram').each(function(elt)
{
elt.src = './cryptographp.php?cfg=0&session=51b60c1ab35c51499610c222169a60a0&'+nb;
});

try
{
formu.getInputs('text', 'captcha')[0].onfocus=function(){this.style.backgroundColor="#fff";};
}catch(e)
{
formu.getInputs('text', 'captcha')[0].setAttribute('onfocus','style.backgroundColor="#fff"');
}
formu.getInputs('text', 'captcha')[0].style.backgroundColor='#FFCFCF';
}
var checkboxes = new Array();
// Champs obligatoires
for(i=0;i<formu.length;i++)
{
if(formu[i].getAttribute('required')=='required')
{
try
{
formu[i].onfocus=function(){this.style.backgroundColor="#fff";};
}catch(e)
{
formu[i].setAttribute('onfocus','style.backgroundColor="#fff"');
}
if(formu[i].type=='text'||formu[i].type=='textarea'||formu[i].type=='file')
{
if(formu[i].value.length=2)
{
error = true;
}
}

if(error)
{alert(‘Please fill all required fields’);return false;}else
{
formu.getElementsByClassName(‘enquete-envoyer’)[0].update(‘

Your request is being processed. Please wait while the form is sent.

‘);
formu.submit();
}
}
}
);
return false;
}
function formulaire_dynamique_check(formu)// utilisé par les enquetes publiques avec captcha = 0
{
var error=false;
// Champs obligatoires
var checkboxes = new Array();
for(i=0;i<formu.length;i++)
{
if(formu[i].getAttribute('required')=='required')
{
try
{
formu[i].onfocus=function(){this.style.backgroundColor="#fff";};
}catch(e)
{
formu[i].setAttribute('onfocus','style.backgroundColor="#fff"');
}

if(formu[i].type=='text'||formu[i].type=='textarea'||formu[i].type=='file')
{
if(formu[i].value.length=2)
{
error = true;
}

if(error)
{alert(‘Please fill all required fields’);return false;}else
{
formu.getElementsByClassName(‘enquete-envoyer’)[0].update(‘

Your request is being processed. Please wait while the form is sent.

‘);
formu.submit();
}
}
function check_options_required()
{
var valid = true;
$j(‘input.required, textarea.required’).each(function()
{
if(this.type==’checkbox’ && !this.checked)
{
valid = false;
$j(this).fadeOut().fadeIn().fadeOut().fadeIn();
}
if(this.value.length <= 0)
{
valid = false;
$j(this).fadeOut().fadeIn().fadeOut().fadeIn();
}

var val = $j(this).val();
var temp = val.split('.');
var ext = '.'+temp[temp.length-1];
if(this.type=='file' && !in_array(ext,['.bmp','.BMP','.jpg','.JPG','.jpeg','.JPEG','.png','.PNG','.gif','.GIF','.zip','.ZIP','.pdf','.PDF','.doc','.DOC','.xls','.XLS']))
{
valid = false;
alert(" This file is not allowed ");
$j(this).fadeOut().fadeIn().fadeOut().fadeIn();
}
}
);
return valid;
}
function add_to_cart(pid)
{
// Si des requêtes sont tjs en cours d'exécution suite à un changement de quantité on temporise avant de lancer la mise à jour du panier sinon ça peut le corrompre
if(!$j('#mb_panier').data('priceLock') && !$j('#mb_panier').data('stockLock'))
{
if($j.browser.msie) // sous ie la fenêtre ne se positionne pas toute seule
{
var options = {overlayClose:true, autoPosition: true,onShow: function (d) {
d.container.css({position:'absolute',textAlign:'center'});
this.setPosition();
}};
} else
{
var options = {overlayClose:true};
}

$j('#mb_panier').html('

‘);

if(!pid)
{
// Ajout au panier de l’article de la fiche
var valid = check_options_required();
if(valid)
{
$j(‘#mb_panier’).modal(options);
$j.post(« ajax.php?page=fiche_article »,{action:’ajout_panier’,data:$j(‘#cart_quantity’).serialize()},function(data)
{
add_to_cart_complete(data);
});
}
} else
{
// Ajout au panier d’un article complémentaire (depuis les modules aussi achetés…)
$j(‘#mb_panier’).modal(options);
$j.post(« ajax.php?page=fiche_article »,{action:’ajout_panier’,pid:pid},function(data)
{
add_to_cart_complete(data);
});
}
} else
{
setTimeout(« add_to_cart(« +pid+ ») »,500);
}
}

function add_to_cart_complete(html)
{
// Mise à jour des boxes panier en parallèle
var requests = 0;
var urls = [
{elt: »#nb_articles_panier »,url: »ajax.php?page=fiche_article&action=maj_nb_articles_panier »},
{elt: »#total_panier »,url: »ajax.php?page=fiche_article&action=maj_total_panier »},
{elt: »#panier-complet »,url: »ajax.php?page=fiche_article&action=maj_panier-complet »}
];

$j.each(urls, function()
{
var elt = this.elt;
$j.get(this.url).success(function(data)
{
$j(elt).html(data);
}).complete(function()
{
++requests;
if (requests == 3)
{
$j(‘#mb_panier’).html(html); // Remplacement du loader
}
});
});
}

#simplemodal-overlay {background-color:#000;}

link_module_css(‘template/modules/PANIER/fenetre-ajout/fenetre-ajout.css’);

function ejs_nodroit(){
alert(‘Clic droit désactivé’);
return(false);
}
document.oncontextmenu = ejs_nodroit;

link_module_css(‘template/modules/diaporama/diaporama.css’);

featuredcontentslider.init({
id: « diaporama », //id of main slider DIV
contentsource: [« inline », «  »], //Valid values: [« inline », «  »] or [« ajax », « path_to_file »]
toc: « markup », //Valid values: « #increment », « markup », [« label1 », « label2 », etc]
nextprev: [«  », «  »], //labels for « prev » and « next » links. Set to «  » to hide.
revealtype: « click », //Behavior of pagination links to reveal the slides: « click » or « mouseover »
enablefade: [true, 0.1], //[true/false, fadedegree]
autorotate: [true, 5000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})

function createXMLHttpRequest() {
try { return new ActiveXObject(« Msxml2.XMLHTTP »); } catch (e) {}
try { return new ActiveXObject(« Microsoft.XMLHTTP »); } catch (e) {}
try { return new XMLHttpRequest(); } catch(e) {}
alert(« XMLHttpRequest not supported, please update your browser. »);
return null;
}

var http = createXMLHttpRequest();
function changeLanguage(id,url,params)
{
http.open(« GET », « http://www.tourisme-embrun.com/ajax.php?page=language&language= »+id+ »&url= »+url+ »&params= »+params);
http.onreadystatechange = changeLanguageHandler;
http.send(null);
}
function changeLanguageHandler()
{
if (http.readyState==4 && http.status == 200){
var resultat = http.responseText;
window.location.replace(resultat);
}
}

Français
English
Italian
Dutch


View slideshow full screen

sfHover = function() {
var sfEls = document.getElementById(« nav »).getElementsByTagName(« LI »);
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Multicriteria search

function loadCriteria()
{
$j(‘#criteria_div’).load(« ajax.php?page=recherche-multicriteres&f_criteria= »+$j(‘#f_criteria’).serialize());
}
function loadAllCriteria()
{
$j(‘#criteria_div’).load(« ajax.php?page=recherche-multicriteres&f_criteria= » »);
}

Votre Hébergement

—–

Nombre de personnes

—–

Confort

—–

Localité

—–

Baratier

Chateauroux les Alpes

Crévoux

Crots

Embrun

Le Sauzedu-Lac

Les Orres

Pontis

Prunières

Puy Saint Eusèbe

Puy Sanières

Réallon

Savines le Lac

St André d’Embrun

St Sauveur

—–

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Se déplacer


se deplacer au départ d'embrun

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

News

link_module_css(‘template/modules/defilante-news/defilante-news.css’);


Fête Médiévale « Au temps des bâtisseurs de cathédrales » – Jeudi 23 et vendredi 24 août 2012


CONCERTS gratuits – Tous les samedis soirs à Embrun (Place Barthelon)






Visite Virtuelle de la cathédrale


Expositions à Embrun et dans l’Embrunais





See all the news

var boxeDefilanteNews = new BoxeDefilante(‘defilante-news-bulle’);

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Newsletter

function verify(form)
{
var passed = false;
var blnRetval, intAtSign, intDot, intComma, intSpace, intLastDot, intDomain, intStrLen;
if (form.sendto){
intAtSign=form.sendto.value.indexOf(« @ »);
intDot=form.sendto.value.indexOf(« . »,intAtSign);
intComma=form.sendto.value.indexOf(« , »);
intSpace=form.sendto.value.indexOf( » « );
intLastDot=form.sendto.value.lastIndexOf(« . »);
intDomain=intDot-intAtSign;
intStrLen=form.sendto.value.length;
// *** CHECK FOR BLANK sendto VALUE
if (form.sendto.value == «  » )
{
alert(« You have not entered an email address. »);
form.sendto.focus();
passed = false;
}
// **** CHECK FOR THE @ SIGN?
else if (intAtSign == -1)
{

alert(« Your email address is missing the \ »@\ ». »);
form.sendto.focus();
passed = false;

}
// **** Check for commas ****

else if (intComma != -1)
{
alert(« Email address cannot contain a comma. »);
form.sendto.focus();
passed = false;
}

// **** Check for a space ****

else if (intSpace != -1)
{
alert(« Email address cannot contain spaces. »);
form.sendto.focus();
passed = false;
}

// **** Check for char between the @ and dot, chars between dots, and at least 1 char after the last dot ****

else if ((intDot <= 2) || (intDomain <= 1) || (intStrLen-(intLastDot+1)




Welcome

»

Events and animations

»

Ticket sale events

Page(s) :

1

Théâtre La Passerelle (Gap)

Théâtre La Passerelle (Gap)
Billetterie pour le théâtre « La Passerelle » de Gap, à l’Office de Tourisme d’Embrun.

(Billets et abonnements).







Théâtre du Briançonnais (Briançon)

Théâtre du Briançonnais (Briançon)
Billetterie pour le « Théâtre du Briançonnais » à Briançon, à l’Office de Tourisme d’Embrun.

Vente de billets et d’abonnements.






Page(s) :

1


<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Quick search

.ui-autocomplete {
list-style-type:none;
width:400px;
background:#EAEAEA;
border: 1px solid #ccc;
margin:0px;
padding:0px;
}
.ui-autocomplete .ui-menu-item {
list-style-type:none;
display:block;
margin:0;
cursor:pointer;
border-bottom:1px solid #ccc;
padding:4px;
}
.ui-autocomplete .ui-menu-item a {
text-decoration:none;
display:block;
width:100%;
}
.ui-autocomplete .ui-menu-item a:hover {
background-color: #ccc;
}

$j(document).ready(function($) {
$( « #ac_keywords » ).autocomplete({
source: « ajax.php?page=recherche_resultats »,
minLength: 2
});
});

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Réserver en ligne


<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Guide sortir à Embrun

launchMini(« 875/4049/17723 », « true », « 0x330000 », « 150 », « 111 », « fr »);

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Horaires d’ouverture

Nous vous accueillons

du Lundi au Samedi

de 8h30 à 12h

et

de 14h00 à 18h30

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Météo

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Most popular

link_module_css(‘template/modules/defilante-selection/defilante-selection.css’);


Contact us

Contact us



Programme des animations

Programme des animations



Groups

Groups



The label Ville et Pays d'Art et d'Histoire

The label Ville et Pays d’Art et d’Histoire


KIT for blind and partially sighted persons

KIT for blind and partially sighted persons


EMBRUNMAN

EMBRUNMAN
























var boxeDefilanteSelection = new BoxeDefilante(‘defilante-selection-bulle’);

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>


777 Votes

[


See the results


]



Office de Tourisme – Place du Général DOSSE – 05200 EMBRUN | Tél. : 04 92 43 72 72 | |

Terms and conditions

|

Sitemap

|



|



|© Copyright Photo Oliver 0965190598


Ce site est réalisé par CAP communication



gi_Cappture_Domain_Id = ‘ezBDOUE4NzU3LUI1QTctNDZCRi04OEFFLTcwNzAyOEUwMjlERH1fe0M5RTdFOTZELTc3MDItNDJBQy1CMkI3LTEzOTcyRThCRjdDOX0=’

var cto_conf = { a:true, i: « 234 »} ; // Put the keywords here
(function (){
var c = document.createElement(« script »); c.type = « text/javascript »; c.async = true;
c.src = « http://static.criteo.net/js/kwp/criteo_ld_kw.js »; // Put the loader URL here
var s = document.getElementsByTagName(« body »)[0]; s.appendChild(c);
})();

var gaJsHost = ((« https: » == document.location.protocol) ? « https://ssl. » : « http://www. »);
document.write(unescape(« %3Cscript src=' » + gaJsHost + « google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E »));

try {
var pageTracker = _gat._getTracker(« UA-5635448-13 »);
pageTracker._trackPageview();
} catch(err) {}

var gaJsHost = ((« https: » == document.location.protocol) ? « https://ssl. » : « http://www. »);
document.write(unescape(« %3Cscript src=' » + gaJsHost + « google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E »));

try {
var pageTracker = _gat._getTracker(« UA-110059-2 »);
pageTracker._trackPageview();
} catch(err) {}


Retour en haut