LocoTrain
cn de en fr es it jp nl pt sv no
web
web - news - images - annuaire - compagnies + en plus

recherche avancée
Cache
images
Cache

Voici la version LocoTrain de la page mise en cache http://www.vline.com.au/home/footy/footytrains.html le April 12 2015 23:11:58.
La version « Cache » proposée par LocoTrain correspond au texte de la page lorsque le robot de LocoTrain l'a consultée.
En aucun cas LocoTrain est affilié au contenu textuel ci - dessous.

function alteraction() { document.forms(0).action = window.location; } footy trains - v/line title goes here #tab { position:relative; z-index:1; float:left; width:100%; background-image:url('/images/vline/norm_left.gif'); font-size:100%; line-height:normal; border-bottom:solid 6px #ffffff; } #tab td { background:url("/images/vline/norm_right.gif") no-repeat right top; padding:7px; font-size:.7em; font-weight:bold; text-decoration:none; color:#ffffff; cursor:hand; cursor:pointer; text-align:center; } #tab .tabover { background-image:url("/images/vline/norm_right_on.gif"); } #tab1 { width:50px; } #tab2 { width:76px; } #tab3 { width:102px; } #tab4 { width:142px; } #tab5 { width:76px; } #tab6 { width:58px; } #tab7 { width:86px; } #tab8 { width:90px; } function rollover(layername) { document.getelementbyid(layername).classname = "tabover"; } function rollout(layername) { document.getelementbyid(layername).classname = ""; } .headerlogo { width:491px; height:92px; background-image:url('/images/vline/tophd_bg.gif'); background-position:122px 0px; } #tab a { color:#ffffff; } #tab a:hover { text-decoration:none; } search   sitemap | help | faqs | vacancies | links | contact us home timetables fares & tickets maps, stations & stops travel tips events about v/line media centre network access function gourl(url) { window.open(url,'popup'); } var popupfield; var lastday; var lastmonth = new string(); var thisdate = new date(); var lastday = thisdate.getdate(); //var lastmonth = monthtext(thisdate.getmonth()) + "-" + thisdate.getfullyear(); var returnchecked; function deletecookie (name) { var expiry = new date() expiry.settime (expiry.gettime() - 1) document.cookie = name + "=" + name + "; expires=" + expiry.togmtstring() } function createcookie (name,value) { var expiry = new date() expiry.settime (expiry.gettime() + 10000) document.cookie = name + "=" + value + "; expires=" + expiry.togmtstring() } function showreturndate(inpt){ returnchecked = inpt; //if(navigator.appname == "microsoft internet explorer"){ if (inpt == "yes") { document.getelementbyid("returndatesection").style.display = ""; document.getelementbyid("returndatecaption").style.display = ""; document.getelementbyid("returndatetime").style.display = ""; } else { document.getelementbyid("returndatesection").style.display = "none"; document.getelementbyid("returndatecaption").style.display = "none"; document.getelementbyid("returndatetime").style.display = "none"; } /*} else { if (inpt == "yes"){ document.getelementbyid("returndatesection").display = ""; document.getelementbyid("returndatecaption").display = ""; document.getelementbyid("returndatetime").display = ""; } else { document.getelementbyid("returndatesection").display = "none"; document.getelementbyid("returndatecaption").display = "none"; document.getelementbyid("returndatetime").display = "none"; } } return;*/ } function submitform() { //check for valid dates var returndate = getdatefromdropdowns("return") var departdate = getdatefromdropdowns("depart") var todaydate = new date var rettimeofday = document.getelementbyid("rettimeofday") var deptimeofday = document.getelementbyid("deptimeofday") //alert(returnchecked) // alert(departdate) // alert(returndate) //is departing date before return date if (departdate>returndate && (returnchecked == "yes" || returnchecked == "" )) { alert("the departing date should be earlier than the return date") return false } else if(departdate == returndate && returnchecked == "yes") { alert(deptimeofday.selectedindex ) if(deptimeofday.selectedindex > rettimeofday.selectedindex ) { alert("departing time should not be later than the return time") return false } } //is departing date before today if (departdate.getyear() < todaydate.getyear() || (departdate.getmonth() < todaydate.getmonth() && departdate.getyear() == todaydate.getyear()) ) { alert("departing date should not be earlier than today") settotoday("depart") return false } else { if(departdate.getdate() < todaydate.getdate() &&departdate.getmonth() == todaydate.getmonth() && departdate.getyear() == todaydate.getyear() ) { alert("departing date should not be earlier than today") settotoday("depart") return false } } //is there something other than the default in the origin/destination boxes var originbox = document.getelementbyid("origin") var destinationbox = document.getelementbyid("destination") if(originbox.value =="" || originbox.value =="enter origin") { alert("please enter your journey origin") return false } if(destinationbox.value =="" || destinationbox.value =="enter destination") { alert("please enter your journey destination") return false } createcookie( "originbox" , originbox.value) createcookie("destinationbox" , destinationbox.value) createcookie("departdate" , departdate) createcookie( "returndate" , returndate) createcookie("showreturndate" , returnchecked) createcookie( "rettimeofday",rettimeofday.selectedindex) createcookie( "deptimeofday",deptimeofday.selectedindex) theform = document.getelementbyid("formlayer") theform.submit() } function getdatefromdropdowns(source) { theday= document.getelementbyid(source + "day") themonth= document.getelementbyid(source+"month") theyear= document.getelementbyid(source+"year") thedate = new date(theday[theday.selectedindex].text + " " + themonth[themonth.selectedindex].text+ " " +theyear[theyear.selectedindex].text) return thedate } //set todays date now = new date(); nowday = now.getdate(); nowmonth = now.getmonth(); nowyear = now.getyear(); if (nowyear < 2000) nowyear += 1900; //for netscape //function for returning how many days there are in a month including leap years function daysinmonth(sourcemonth, sourceyear) { var daysinmonth = 31; if (sourcemonth == "apr" || sourcemonth == "jun" || sourcemonth == "sep" || sourcemonth == "nov") daysinmonth = 30; if (sourcemonth == "feb" && (sourceyear/4) != math.floor(sourceyear/4)) daysinmonth = 28; if (sourcemonth == "feb" && (sourceyear/4) == math.floor(sourceyear/4)) daysinmonth = 29; return daysinmonth; } //function to change the available days in a months function changeoptiondays(source) { daysobject = eval("document.getelementbyid('" + source + "day')"); monthobject = eval("document.getelementbyid('" + source + "month')"); yearobject = eval("document.getelementbyid('" + source + "year')"); month = monthobject[monthobject.selectedindex].text; year = yearobject[yearobject.selectedindex].text; daysforthisselection = daysinmonth(month, year); currentdaysinselection = daysobject.length; if (currentdaysinselection > daysforthisselection) { for (i=0; i currentdaysinselection) { for (i=0; i function addevent(hoo,wot,fun){ if(document.addeventlistener) hoo.addeventlistener(wot,fun,null); else if(document.attachevent) hoo.attachevent('on'+wot,fun); else hoo['on'+wot]=fun; } function catchescape(e){ e= (window.event)? window.event: e; if(e.keycode==27){ settotoday('depart') settotoday('return')//alert('escape!');//or do something here } return true; } function startcatching(){ addevent(document,'keypress',catchescape); } onload=startcatching; var returnradio = document.getelementbyid("return") returnradio.checked=true settotoday('depart') settotoday('return') var returnchecked = new string(); function lefttrim(sstring) { while (sstring.substring(0,1) == ' ') { sstring = sstring.substring(1, sstring.length); } return sstring; } if (document.cookie.length>0) { cookiecollection = document.cookie.split(";") for (i=0;i 0) { if(closemenu == "false") { document.getelementbyid(currl2).style.display = ''; document.getelementbyid('icon_' + currl2).src = '/cfr/apps/themes/vline/images/nav_level2_minimise.gif'; } else { } } } function getcurr(level) { var cookieval = getcookie('_navcurrl' + level); //alert(level + ': ' + cookieval); if(cookieval && cookieval != 'undefined') return cookieval; else return ''; } function getclose() { var cookieval = getcookie('closemenu'); //alert(level + ': ' + cookieval); if(cookieval && cookieval != 'undefined') return cookieval; else return ''; } function setcurr(level, value) { if(level == 2) currl1 = value; else currl2 = value; setcookie('_navcurrl' + level, value); } function setclose(value) { closemenu = value; setcookie('closemenu', value); } function setcookie(sname, svalue) { //date = new date(); document.cookie = sname + "=" + escape(svalue) + ";path=/;"; // expires=" + date.togmtstring(); } function getcookie(sname) { // cookies are separated by semicolons var acookie = document.cookie.split("; "); for (var i=0; i < acookie.length; i++) { // a name/value pair (a crumb) is separated by an equal sign var acrumb = acookie[i].split("="); if (sname == acrumb[0]) return unescape(acrumb[1]); } // a cookie with the requested name does not exist return null; } function savepage(level, pageid) { setcookie('pageid',pageid); setcookie('linklevel',level); } _level1_expand_p2 = new image(); _level1_expand_p4 = new image(); _homeimageurl_p2 = new image(); _homeimageurl_p4 = new image(); _level2_expand_p2 = new image(); _level2_expand_p4 = new image(); _level1_expand_p2.src = "/cfr/apps/themes/vline/images/nav_level1_expand.gif"; _homeimageurl_p2.src = "/cfr/apps/themes/vline/images/nav_home.gif"; _level2_expand_p2.src = "/cfr/apps/themes/vline/images/nav_level2_expand.gif"; timetables network maps performance results customer service charter network access (freight) tenders initnav(); function gourl(url) { window.open(url,'popup'); } function openpage(linktype,link,jsproperties) { if(linktype == 'bl') { window.open(link, 'bl', '') } else if(linktype == 'mf') { window.location.href= link; } else if(linktype == 'js') { window.open(link, "ql", "'" + jsproperties+ "'"); } else if(linktype == 'tp') { window.top.location.href=link; } } function redirectclick(buttonfullname,dropdownname,buttonname) { var dropdownid = buttonfullname.replace('_' + buttonname, '_' + dropdownname); var dropdown = document.getelementbyid(dropdownid); var selection = dropdown.options[dropdown.selectedindex].value; if (selection != 0) { var optionsarray = selection.split('@'); var linktype = optionsarray[1]; var link = optionsarray[2]; if (linktype == 'bl') { window.open(link); } else if (linktype == 'mf') { window.location.href = link; } else if (linktype == 'js') { window.open(link); } else if (linktype == 'tp') { window.top.location.href = link; } } } rail timetables select a link all timetables albury (pdf, 100kb) ararat (pdf, 100kb) bairnsdale (pdf, 130kb) ballarat (pdf, 160kb) bendigo (pdf, 175kb) echuca (pdf, 130kb) geelong (pdf, 170kb) seymour (pdf, 170kb) shepparton (pdf, 280kb) sunbury (pdf, 150kb) swan hill (pdf, 110kb) traralgon (pdf, 125kb) warrnambool (pdf, 125kb) go back a.breadcrumb { font-family:tahoma; } a.dpelink { font-family:tahoma; } a.globallink {color:#666563; text-decoration:none;} a.p2 { font-family:tahoma; } a.p4 { font-family:tahoma; } a:link { color:#004975; text-decoration: none; cursor:hand; } a:visited { color:#004975; text-decoration: none; cursor:hand; } a { color:#004975; text-decoration: none; cursor:hand; } dpelink { font-weight:normal; color:#000000; text-decoration:none; cursor:hand; } a:hover { text-decoration: underline; cursor:hand; } body { padding: 0px; margin: 0px; background-color: #ffffff; } footy trains     congrats to the cats and thank you to our footy train customers! v/line would like to congratulate geelong football club on winning the 2007 premiership. we would also like to thank all v/line customers who used v/line footy trains throughout the season. vline.com.au/footy will return again in 2008.     function emailfriend(passedurl,subsite) { window.open('/'+subsite+'/dpe/popupemaildoc.aspx?passedurl=' + passedurl,'moreinfo','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=460,height=405'); } function setfooterhtml() { if(document.all) { document.write(""); } else { document.write(""); } }    last updated: 15 oct 07 add to favorites     print this document setfooterhtml(); function gourl(url) { window.open(url,'popup'); } function gourl(url) { window.open(url,'popup'); } function openterms() { window.open("/cfr/system/termsandconditions.aspx?sid=0","tc","toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=500"); } function openprivacy() { window.open("/cfr/system/privacypolicy.aspx?sid=0","pp","toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=500"); } function openterms() { window.open("/cfr/system/termsandconditions.aspx?sid=0","tc","toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=500"); } function openprivacy() { window.open("/cfr/system/privacypolicy.aspx?sid=0","pp","toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=500"); }   disclaimer | privacy policy v/line passenger pty ltd abn 29 087 425 269 subject to deed of company arrangement
Retour aux résultats
LocoTrain est un site internet du groupe Web Trains : annonceurs - charte - copyright - droits juridiques/CNIL/Statistiques - presse - email. Toute reproduction est interdite sans autorisation de LocoTrain.