1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<title>[ - Portail SamFM - ]</title>
<script language="JavaScript" src="js/functions.js"></script>
<script language="JavaScript">
ope = "GSTDI";
lstPopups = new Array();
var amont = "";
//ID 08/05/07 : modification pour gérer les boutons sur l'aide en ligne
var opeBtn = '';
function bouton(nom, urlMenu, urlCorps, urlOutils, key) {
this.nom = nom;
this.urlMenu = urlMenu;
this.urlCorps = urlCorps;
this.urlOutils = urlOutils;
this.key = key;
}
function init(){}
bt1 = new bouton("Nouvelle intervention","ope_GSTDI/menu/menuDI.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6&sel_module=DI", "ope_GSTDI/demandeIntervention.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6&sel_module=DI&action=ajout","","1");
bt2 = new bouton("Liste des interventions","", "ope_GSTDI/listeInterventions.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6&sel_module=DI","","2");
bt3 = new bouton("Planning","", "ope_GSTDI/planning2.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6","","3");
bt4 = new bouton("Gestion des*ressources","ope_GSTDI/menu/menuGR.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6&sel_module=GR", "ope_GSTDATA/vide.php?","","4");
bt5 = new bouton("Organisation*des interventions","ope_GSTDI/menu/menuOrgInter.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6&sel_module=ORGINTER", "ope_GSTDATA/vide.php?","","5");
bt6 = new bouton("","", "ope_GSTDI/vide.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6","","6");
bts = new Array(bt1,bt2,bt3,bt4,bt5,bt6);
dflPage = "";
</script>
<frameset rows="75,*" framespacing="0" border="0" frameborder="0" onload="init()" onunLoad="closePopups();">
<frame name="titre" scrolling="no" marginwidth="0" marginheight="0" noresize src="menuTop.php?amont=&ope=GSTDI&SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6">
<frameset cols="206,*" framespacing="0" border="0" frameborder="0" id="framemenu">
<frame name="menu" id="menu" scrolling="auto" marginwidth="2" marginheight="0" src="commun/menuVide.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6">
<frame name="corps" id="corps" scrolling="auto" marginwidth="0" marginheight="0" src="commun/vide.php?SAMSESSID=eerd3pq11mllaa6lc4lg1vchf6">
</frameset>
<frame src="UntitledFrame-3"></frameset>
<noframes>
<body>
Download a new Internet Navigator
</body>
</noframes> |
Partager