Edit C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache\IE\HPZDBF89\calendar_popup[3].htm
<html> <head> <link rel="stylesheet" type="text/css" href="/galaxie/css/sidebar/calendar_css.jsp"> <link href="/galaxie/common/calendar/calendar.css" rel="stylesheet" type="text/css"> <link href="/galaxie/css/common_css.jsp" rel="stylesheet" type="text/css"> <script language="javascript" src="/galaxie/common/calendar/calfunctions.js"></script> <script language="javascript"> minimalDaysInFirstWeek = 4; weekStartDay = 1; dayLetter = ["D", "L", "M", "M", "J", "V", "S"]; monthName = ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"]; function ComputeDate(){ // valeur de l'option var n="3"; n = parseInt(n); // date du calenrier var date= document.getElementById('in').value; var tab = date.split(" ") var month = tab[0]; var year = tab[1]; var Mtab= new Array(); var Stab= new Array(); // calcul de n dates après for (var pos =0;pos<parseInt(n)+1;pos++) { var mt = parseInt(month)+parseInt(pos); if (parseInt(mt) > 12) { Mtab.push((mt%12)+" "+(parseInt(year)+1)); } else { Mtab.push(mt+" "+year); } } year = tab[1]; // calcul de date avant for (var pos =1;pos<parseInt(n)+1;pos++) { mt = parseInt(month)-parseInt(pos); if (parseInt(mt) < 1) { Stab.push(((mt%12)+12)+" "+(parseInt(year)-1)); } else { Stab.push(mt+" "+year); } } Stab=Stab.reverse(); Stab=Stab.concat(Mtab); return Stab; } function select() { var element = document.getElementById('select'); var ele = document.getElementById('lblMonth'); var n="3"; n = parseInt(n); Rtab = new Array(); Rtab= ComputeDate(); html = '<select name=\"month\" class="select" id="month" onchange="Unselect();blur();">'; for (var pos=0;pos<Rtab.length;pos++) { var ligne = Rtab[pos]; var tab = ligne.split(" "); var month = tab[0]; var year = tab[1]; var code_=month+" "+year; //alert(year); year = year.substring(2); //alert(year); var code = monthName[parseInt(month)-1]+" "+year; if (pos != n) { html += '<option value=\"' + code_ + '\"> ' + code + '</option>'; } else { html += '<option value=\"' + code_ + '\" selected> ' + code + '</option>'; } }; html += '</select>'; document.getElementById('select').innerHTML = html; ele.style.display = "none"; element.style.display = "block"; } function Unselect() { var node = document.getElementById('month'); var divNode = document.getElementById("select"); var ele = document.getElementById('lblMonth'); if(node != null){ var code =node.value; var tab= new Array(); tab = code.split(" "); var year = tab[1]; var month = tab[0]; goTo(year,month); } if(divNode != null){ divNode.style.display = "none"; } if(ele != null){ ele.style.display = "block"; } } function chosenw(y, m, d) { return; // We're in a pop, so this method is not needed //window.opener.document.forms[0].elements["TrlTrpID$TrpImportDate$To"].value = getFormatedDate(y, m, d, "dd/MM/yyyy"); try { window.opener.onTrlTrpID$TrpImportDate$ToChange(); } catch (error) { try { window.opener.doTrlTrpID$TrpImportDate$ToChange(); } catch (error2) { } } window.close(); } function chosen(y, m, d) { window.opener.document.forms[0].elements["TrlTrpID$TrpImportDate$To"].value = getFormatedDate(y, m, d, "dd/MM/yyyy"); try { window.opener.document.forms[0].elements["TrlTrpID$TrpImportDate$To"].onchange(); } catch (error) { try { window.opener.doTrlTrpID$TrpImportDate$ToChange(); } catch (error2) { } } window.close(); } // We don't want the week link to show in the popup. This method will be called from calfunctions.js function doALink() { return false; } function calDoOnLoad() { goTo(2024 , (new Date()).getMonth() + 1); setDefaultLinks(); } function setDefaultLinks() { var aNode = document.getElementById("chooseDemain"); var hrefNode = aNode.getAttributeNode("href"); hrefNode.nodeValue = "javascript:chosen(2024, 7, 18);"; var aNode = document.getElementById("chooseSemaine"); var hrefNode = aNode.getAttributeNode("href"); hrefNode.nodeValue = "javascript:chosen(2024, 7, 24);"; var aNode = document.getElementById("chooseMois"); var hrefNode = aNode.getAttributeNode("href"); hrefNode.nodeValue = "javascript:chosen(2024, 8, 17);"; var aNode = document.getElementById("choose3Mois"); var hrefNode = aNode.getAttributeNode("href"); hrefNode.nodeValue = "javascript:chosen(2024, 10, 17);"; var aNode = document.getElementById("chooseSemestre"); var hrefNode = aNode.getAttributeNode("href"); hrefNode.nodeValue = "javascript:chosen(2025, 1, 17);"; } </script> <link rel="stylesheet" type="text/css" href="/galaxie/css/common_css.jsp"> <link rel="stylesheet" type="text/css" href="/galaxie/css/master_css.jsp"> </head> <body onload="calDoOnLoad()"> <div id="object_css" style="top: 0px; left: 0px; bottom: 0px; height: 100%;"> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0"> <tr style="height: 43px;"> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> <td width="98%" valign="top" colspan="3"> </script> <script language="javascript"> function null_gotoTab1() { var urlT1 = "/galaxie/list_criteria.fl?&obj.title=Calendrier&selectedTab=0&doList=1"; try { urlT1 += "&null_$$idx=" + null_page; } catch (error) { urlT1 += ""; } try { if (myGrid_null) { if (myGrid_null.getSortProperty("index") != -1 && myGrid_null.getSortProperty("direction") != "none") { urlT1 += "&null_"; urlT1 += ( myGrid_null.getSortProperty("direction") == "descending" ? "$$ReverseOrderBy=" : "$$OrderBy=" ); urlT1 += myGrid_null.getSortProperty("index"); } } } catch (error) { } $(".ongletgris a").attr("href",urlT1); } if (typeof $ != 'undefined') { $(document).ready(function(){ null_gotoTab1(); }); } function previousInObjectList() { saveObjectBeforeLeaving('null', 'null'); } function nextInObjectList() { saveObjectBeforeLeaving('null', 'null'); } function saveObjectBeforeLeaving(urlToCall, nextID) { // If we're editing, then check to see if the user has changed the page (only in edit/creation) var windowHref = window.location.href; if (windowHref.indexOf('?') >= 0) { windowHref = windowHref.substring(0, windowHref.indexOf('?')); } if ((windowHref.indexOf('edit') >= 0 || windowHref.indexOf('create') >= 0) && testForExitChanges) { doExitConf = false; testForExitChanges(); if (doExitConf) { var conf = confirm('Voulez vous sauver vos changements?'); doExitConf = false; if (conf) { try { var formID = $(':input[name="type"]').val() + '_form'; $('#' + formID).attr('action','/galaxie/save_object_iteration_ajax.fl?nextID=' + nextID); submit(); } catch (exception) { alert('Could not find form input \'type\': ' + exception); } return; } } } window.location = urlToCall; } </script> <table id="BTabs" class="container" cellpadding="0"> <tr> <td style="text-align: right; width: 15px"><img src="/galaxie/icons/nav/principal_onglet/ong_blanc_pos_1.gif" style="width: 15px; height: 43px"></td> <td class="ongletblanc"> Calendrier </td> <td class="actif-fin"> <td class="tabRightSpace" style="width: 90%; text-align: right; background: transparent url(/galaxie/icons/nav/principal_onglet/fd_cell.gif)"> </td> <td class="finTab" > </td> </tr> </table> </td> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> </tr> <tr style="height: 100%;"> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> <td width="15" background="/galaxie/icons/nav/principal_cadre/fd_cell_g.gif"><img src="/galaxie/icons/spacer.gif" width="15" height="42"></td> <td width="98%" valign="top" id="content"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr style="height: 100%;"> <td id="content_cell"> <link rel="stylesheet" type="text/css" href="/galaxie/css/sidebar/calendar_css.jsp"> <link href="/galaxie/common/calendar/calendar.css" rel="stylesheet" type="text/css"> </script> <table cellspacing="0" cellpadding="0" align="center"> <tbody> <tr> <td colspan="8"> <table cellspacing="0" cellpadding="0" align="center" width="100%"> <tr> <td align="center" valign="middle"><a id="lmm" href="#"><img src="/galaxie/common/calendar/moinsmoins.gif" width="12" height="20" border="0"></a> <a id="lm" href="#"><img src="/galaxie/common/calendar/moins.gif" width="12" height="20" hspace="5" border="0"></a></td> <td colspan="6" class="moiscalendrier"><span id="lblMonth" onclick="select()">Novembre 2005</span> <INPUT id="in" name="in" type="hidden"> <span id="select"> </span> </td> <td align="center" valign="middle"><a id="lp" href="#"><img src="/galaxie/common/calendar/plus.gif" width="12" height="20" hspace="5" border="0"></a> <a id="lpp" href="#"><img src="/galaxie/common/calendar/plusplus.gif" width="12" height="20" border="0"></a></td> </tr> </table> </td> </tr> <tr> <td colspan="1"></td> <td colspan="7" class="separationcalendrier"></td> </tr> <tr> <td class="jourcalendrier" style="border-right: 1px dashed #9da4c4;"><span style="font-size: xx-small;">Sem.</span></td> <td class="jourcalendrier" id="d1"></td> <td class="jourcalendrier" id="d2"></td> <td class="jourcalendrier" id="d3"></td> <td class="jourcalendrier" id="d4"></td> <td class="jourcalendrier" id="d5"></td> <td class="jourcalendrier" id="d6"></td> <td class="jourcalendrier" id="d7"></td> </tr> <tr> <td colspan="8" class="separationcalendrier"></td> </tr> <tr> <td class="semcalendrier" id="w1"></td> <td class="jourcalendrier" id="c11"></td> <td class="jourcalendrier" id="c12"></td> <td class="jourcalendrier" id="c13"></td> <td class="jourcalendrier" id="c14"></td> <td class="jourcalendrier" id="c15"></td> <td class="jourcalendrier" id="c16"></td> <td class="jourcalendrier" id="c17"></td> </tr> <tr> <td class="semcalendrier" id="w2"></td> <td class="jourcalendrier" id="c21"></td> <td class="jourcalendrier" id="c22"></td> <td class="jourcalendrier" id="c23"></td> <td class="jourcalendrier" id="c24"></td> <td class="jourcalendrier" id="c25"></td> <td class="jourcalendrier" id="c26"></td> <td class="jourcalendrier" id="c27"></td> </tr> <tr> <td class="semcalendrier" id="w3"></td> <td class="jourcalendrier" id="c31"></td> <td class="jourcalendrier" id="c32"></td> <td class="jourcalendrier" id="c33"></td> <td class="jourcalendrier" id="c34"></td> <td class="jourcalendrier" id="c35"></td> <td class="jourcalendrier" id="c36"></td> <td class="jourcalendrier" id="c37"></td> </tr> <tr> <td class="semcalendrier" id="w4"></td> <td class="jourcalendrier" id="c41"></td> <td class="jourcalendrier" id="c42"></td> <td class="jourcalendrier" id="c43"></td> <td class="jourcalendrier" id="c44"></td> <td class="jourcalendrier" id="c45"></td> <td class="jourcalendrier" id="c46"></td> <td class="jourcalendrier" id="c47"></td> </tr> <tr> <td class="semcalendrier" id="w5"></td> <td class="jourcalendrier" id="c51"></td> <td class="jourcalendrier" id="c52"></td> <td class="jourcalendrier" id="c53"></td> <td class="jourcalendrier" id="c54"></td> <td class="jourcalendrier" id="c55"></td> <td class="jourcalendrier" id="c56"></td> <td class="jourcalendrier" id="c57"></td> </tr> <tr> <td class="semcalendrier" id="w6"></td> <td class="jourcalendrier" id="c61"></td> <td class="jourcalendrier" id="c62"></td> <td class="jourcalendrier" id="c63"></td> <td class="jourcalendrier" id="c64"></td> <td class="jourcalendrier" id="c65"></td> <td class="jourcalendrier" id="c66"></td> <td class="jourcalendrier" id="c67"></td> </tr> <br> <tr> <td colspan="4"><a id="chooseDemain" style="font-size: x-small;" href="#">Demain</a></td> <td colspan="4"><a id="chooseSemaine" style="font-size: x-small;" href="#">Dans une semaine</a></td> </tr> <tr> <td colspan="4"><a id="chooseMois" style="font-size: x-small;" href="#">Dans un mois</a></td> <td colspan="4"><a id="choose3Mois" style="font-size: x-small;" href="#">Dans 3 mois</a></td> </tr> <tr> <td colspan="8" align="center"><a id="chooseSemestre" style="font-size: x-small; text-align: center;" href="#">Dans un semestre</a></td> </tr> </tbody> </table> </td> </tr> </table> </td> <td width="15" background="/galaxie/icons/nav/principal_cadre/fd_cell_d.gif"><img src="/galaxie/icons/spacer.gif" width="15" height="42"></td> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> </tr> <tr style="height: 15px;"> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> <td width="15"><img src="/galaxie/icons/nav/principal_cadre/cell_bas_g.gif" width="15" height="15"></td> <td width="98%" background="/galaxie/icons/nav/principal_cadre/fd_cell_bas_m.gif"><img src="/galaxie/icons/spacer.gif" width="15" height="15"></td> <td width="15"><img src="/galaxie/icons/nav/principal_cadre/cell_bas_d.gif" width="15" height="15"></td> <td width="10"><img src="/galaxie/icons/spacer.gif" width="10" height="10"></td> </tr> </table> </div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de