IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

JavaScript Discussion :

message d'attente qui ne disparait pas


Sujet :

JavaScript

  1. #1
    Membre du Club
    Inscrit en
    Août 2004
    Messages
    86
    Détails du profil
    Informations forums :
    Inscription : Août 2004
    Messages : 86
    Points : 44
    Points
    44
    Par défaut
    Bonjour,

    Je travaille sur une appli web et je dois télécharger un fichier après le remplissage de quelques filtres,je clique sur bouton de téléchargemenr ->un message d'attente apparaît et le fichier est téléchargé mais je ne peux pas continuer à travailler sur l'appli à cause du message d'attente qui reste à tourner.J'ai fait une correction en ajoutant
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    document.location=formRecherche.action.value;

    et ça marche bien sauf que le message d'attente n'apparaît pas du tout et moi je veux qu'il apparaisse la première fois et au moment le fichier est téléchargé le message disprait.



    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    function submitForm(methode){
    	var formRecherche=$("suiviForm");
    	formRecherche.action = "?method="+methode;
    	//document.location=formRecherche.action.value;
    	formRecherche.submit();
    }
    je vous en remercie d'avance

    je précise que la solution doit être marcher sur IE 6 et 7 ainsi que firefox
    merci

  2. #2
    Expert éminent sénior

    Homme Profil pro
    Inscrit en
    Janvier 2007
    Messages
    13 474
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Secteur : Finance

    Informations forums :
    Inscription : Janvier 2007
    Messages : 13 474
    Points : 36 571
    Points
    36 571
    Par défaut
    Bonjour,
    il faudrait nous montrer le code qui gère ce message d'attente.
    Le code complet du formulaire donnerait aussi peut être une piste ...

    EDIT : ce n'est pas mais (je sais, ça fonctionne ... mais la syntaxe est fausse quand même )

    A+
    Pour tout savoir sur l'utilisation du forum

    En postant votre message, n'oubliez pas les Règles du Club.

  3. #3
    Membre du Club
    Inscrit en
    Août 2004
    Messages
    86
    Détails du profil
    Informations forums :
    Inscription : Août 2004
    Messages : 86
    Points : 44
    Points
    44
    Par défaut code de la page en question
    merci tout d'abord pour la correction

    voici le code de la page en question :

    le message "Veuillez patienter" apparaît deux fois

    Merci infiniment pour votre aide

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    <!--% Layout Tiles 
      This layout create a html page with <header> and <body> tags. It render
       a header, left menu, body and footer tile.
      @param title titre de la page
      @param header Header
      @param menu Menu 
      @param body Body
    %-->
     
     
     
     
     
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     
     
     
     
    <html>
    <head>
     
        <title>TIMENET v1.5.3-SNAPSHOT - [DEV - YLAI0019]</title>
        <LINK REL="SHORTCUT ICON" type="image/x-icon" href="/web/favicon.ico">
    	<script type="text/JavaScript" src="/web/script/site.js"></script>
    	<script type="text/JavaScript" src="/web/script/prototype.js"></script>
    	<script type="text/JavaScript">
    	<!--
    	var name = navigator.appName ;  
    	if (name == 'Netscape') { 
    	document.write ('<link rel="stylesheet" href="./css/style_nn.css" type="text/css">'); 
    	} else if (name == 'Microsoft Internet Explorer') { 
    	document.write ('<link rel="stylesheet" href="./css/style_ie.css" type="text/css">'); 
    	} else if (name == 'Opera') { 
    	document.write ('<link rel="stylesheet" href="./css/style_nn.css" type="text/css">'); 
    	} else { 
    	document.write ('<link rel="stylesheet" href="./css/style_ie.css" type="text/css">'); 
    	}
     
    	//--> 
    	</script>
     
    	<link rel="stylesheet" href="/web/styles/i18n.css" type="text/css" />
    	<link rel="stylesheet" href="/web/css/menu.css" type="text/css" />
     
    	<link rel="stylesheet" href="/web/css/content.css" type="text/css">
    	<link rel="stylesheet" href="/web/css/aeb.css" type="text/css">
    	<META name="date-creation-yyyymmdd" content="5-10-07"/>
     
    	<!--[if lt IE 7]><style type="text/css">
    	  @media screen {
    	    html, body {
    	      height: 100%; overflow-y: hidden;
    	    }
    	    #defilement {
    	      height: 100%; width: 100%; overflow: auto;
    	    }
    	    #content {
    	      position: static;
    	    }
    	  }
    	</style><![endif]-->
      </HEAD>
     
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onBeforeUnload="waitJbnUnloadPageAffiche();" onload="waitJbnOnloadPageAffiche();history.forward();">
     
     
     
     
     
     
    <link rel="stylesheet" href="/web/pages/dyn-msg/dyn-msg.css" type="text/css">
    <script type="text/JavaScript" src="/web/script/prototype.js"></script>
    <script type='text/javascript' src="/web/dwr/interface/ResetSessionTimeoutDwrService.js"></script>
    <script type='text/javascript' src="/web/dwr/engine.js"></script>
     
    <div id="idVerrouClick" style="display: block"> 
    </div>
    <div id="idVerrouBlanc" style="display: block;"> 
    </div>
    <div id="idVerrouGris" style="display: none;"> 
    </div>

  4. #4
    Membre du Club
    Inscrit en
    Août 2004
    Messages
    86
    Détails du profil
    Informations forums :
    Inscription : Août 2004
    Messages : 86
    Points : 44
    Points
    44
    Par défaut correction du code d'avant
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
    918
    919
    920
    921
    922
    923
    924
    925
    926
    927
    928
    929
    930
    931
    932
    933
    934
    935
    936
    937
    938
    939
    940
    941
    942
    943
    944
    945
    946
    947
    948
    949
    950
    951
    952
    953
    954
    955
    956
    957
    958
    959
    960
    961
    962
    963
    964
    965
    966
    967
    968
    969
    970
    971
    972
    973
    974
    975
    976
    977
    978
    979
    980
    981
    982
    983
    984
    985
    986
    987
    988
    989
    990
    991
    992
    993
    994
    995
    996
    997
    998
    999
    1000
    1001
    1002
    1003
    1004
    1005
    1006
    1007
    1008
    1009
    1010
    1011
    1012
    1013
    1014
    1015
    1016
    1017
    1018
    1019
    1020
    1021
    1022
    1023
    1024
    1025
    1026
    1027
    1028
    1029
    1030
    1031
    1032
    1033
    1034
    1035
    1036
    1037
    1038
    1039
    1040
    1041
    1042
    1043
    1044
    1045
    1046
    1047
    1048
    1049
    1050
    1051
    1052
    1053
    1054
    1055
    1056
    1057
    1058
    1059
    1060
    1061
    1062
    1063
    1064
    1065
    1066
    1067
    1068
    1069
    1070
    1071
    1072
    1073
    1074
    1075
    1076
    1077
    1078
    1079
    1080
    1081
    1082
    1083
    1084
    1085
    1086
    1087
    1088
    1089
    1090
    1091
    1092
    1093
    1094
    1095
    1096
    1097
    1098
    1099
    1100
    1101
    1102
    1103
    1104
    1105
    1106
    1107
    1108
    1109
    1110
    1111
    1112
    1113
    1114
    1115
    1116
    1117
    1118
    1119
    1120
    1121
    1122
    1123
    1124
    1125
    1126
    1127
    1128
    1129
    1130
    1131
    1132
    1133
    1134
    1135
    1136
    1137
    1138
    1139
    1140
    1141
    1142
    1143
    1144
    1145
    1146
    1147
    1148
    1149
    1150
    1151
    1152
    1153
    1154
    1155
    1156
    1157
    1158
    1159
    1160
    1161
    1162
    1163
    1164
    1165
    1166
    1167
    1168
    1169
    1170
    1171
    1172
    1173
    1174
    1175
    1176
    1177
    1178
    1179
    1180
    1181
    1182
    1183
    1184
    1185
    1186
    1187
    1188
    1189
    1190
    1191
    1192
    1193
    1194
    1195
    1196
    1197
    1198
    1199
    1200
    1201
    1202
    1203
    1204
    1205
    1206
    1207
    1208
    1209
    1210
    1211
    1212
    1213
    1214
    1215
    1216
    1217
    1218
    1219
    1220
    1221
    1222
    1223
    1224
    1225
    1226
    1227
    1228
    1229
    1230
    1231
    1232
    1233
    1234
    1235
    1236
    1237
    1238
    1239
    1240
    1241
    1242
    1243
    1244
    1245
    1246
    1247
    1248
    1249
    1250
    1251
    1252
    1253
    1254
    1255
    1256
    1257
    1258
    1259
    1260
    1261
    1262
    1263
    1264
    1265
    1266
    1267
    1268
    1269
    1270
    1271
    1272
    1273
    1274
    1275
    1276
    1277
    1278
    1279
    1280
    1281
    1282
    1283
    1284
    1285
    1286
    1287
    1288
    1289
    1290
    1291
    1292
    1293
    1294
    1295
    1296
    1297
    1298
    1299
    1300
    1301
    1302
    1303
    1304
    1305
    1306
    1307
    1308
    1309
    1310
    1311
    1312
    1313
    1314
    1315
    1316
    1317
    1318
    1319
    1320
    1321
    1322
    1323
    1324
    1325
    1326
    1327
    1328
    1329
    1330
    1331
    1332
    1333
    1334
    1335
    1336
    1337
    1338
    1339
    1340
    1341
    1342
    1343
    1344
    1345
    1346
    1347
    1348
    1349
    1350
    1351
    1352
    1353
    1354
    1355
    1356
    1357
    1358
    1359
    1360
    1361
    1362
    1363
    1364
    1365
    1366
    1367
    1368
    1369
    1370
    1371
    1372
    1373
    1374
    1375
    1376
    1377
    1378
    1379
    1380
    1381
    1382
    1383
    1384
    1385
    1386
    1387
    1388
    1389
    1390
    1391
    1392
    1393
    1394
    1395
    1396
    1397
    1398
    1399
    1400
    1401
    1402
    1403
    1404
    1405
    1406
    1407
    1408
    1409
    1410
    1411
    1412
    1413
    1414
    1415
    1416
    1417
    1418
    1419
    1420
    1421
    1422
    1423
    1424
    1425
    1426
    1427
    1428
    1429
    1430
    1431
    1432
    1433
    1434
    1435
    1436
    1437
    1438
    1439
    1440
    <!--% Layout Tiles 
      This layout create a html page with <header> and <body> tags. It render
       a header, left menu, body and footer tile.
      @param title titre de la page
      @param header Header
      @param menu Menu 
      @param body Body
    %-->
     
     
     
     
     
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     
     
     
     
    <html>
    <head>
     
        <title>TIMENET v1.5.3-SNAPSHOT - [DEV - YLAI0019]</title>
        <LINK REL="SHORTCUT ICON" type="image/x-icon" href="/web/favicon.ico">
    	<script type="text/JavaScript" src="/web/script/site.js"></script>
    	<script type="text/JavaScript" src="/web/script/prototype.js"></script>
    	<script type="text/JavaScript">
    	<!--
    	var name = navigator.appName ;  
    	if (name == 'Netscape') { 
    	document.write ('<link rel="stylesheet" href="./css/style_nn.css" type="text/css">'); 
    	} else if (name == 'Microsoft Internet Explorer') { 
    	document.write ('<link rel="stylesheet" href="./css/style_ie.css" type="text/css">'); 
    	} else if (name == 'Opera') { 
    	document.write ('<link rel="stylesheet" href="./css/style_nn.css" type="text/css">'); 
    	} else { 
    	document.write ('<link rel="stylesheet" href="./css/style_ie.css" type="text/css">'); 
    	}
     
    	//--> 
    	</script>
     
    	<link rel="stylesheet" href="/web/styles/i18n.css" type="text/css" />
    	<link rel="stylesheet" href="/web/css/menu.css" type="text/css" />
     
    	<link rel="stylesheet" href="/web/css/content.css" type="text/css">
    	<link rel="stylesheet" href="/web/css/aeb.css" type="text/css">
    	<META name="date-creation-yyyymmdd" content="5-10-07"/>
     
    	<!--[if lt IE 7]><style type="text/css">
    	  @media screen {
    	    html, body {
    	      height: 100%; overflow-y: hidden;
    	    }
    	    #defilement {
    	      height: 100%; width: 100%; overflow: auto;
    	    }
    	    #content {
    	      position: static;
    	    }
    	  }
    	</style><![endif]-->
      </HEAD>
     
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onBeforeUnload="waitJbnUnloadPageAffiche();" onload="waitJbnOnloadPageAffiche();history.forward();">
     
     
     
     
     
     
    <link rel="stylesheet" href="/web/pages/dyn-msg/dyn-msg.css" type="text/css">
    <script type="text/JavaScript" src="/web/script/prototype.js"></script>
    <script type='text/javascript' src="/web/dwr/interface/ResetSessionTimeoutDwrService.js"></script>
    <script type='text/javascript' src="/web/dwr/engine.js"></script>
     
    <div id="idVerrouClick" style="display: block"> 
    </div>
    <div id="idVerrouBlanc" style="display: block;"> 
    </div>
    <div id="idVerrouGris" style="display: none;"> 
    </div>
     
    <div id="idCptRebours" style="display: none;">
    </div>	
    <div id="idMsgTimeout" style="display: none;"> 
    </div>
    <iframe id="idFrameTimer" src="/web/pages/home.jsp" scrolling="no" frameborder="0" style="display: none;">
    </iframe>
     
    <div id="idActionEncours" style="display: block;">
    	<table style='width:100%; height:75px; text-align:center; vertical-align:middle;'><tr><td><img style='display:inline;' src='/web/images/wait-dev.gif' /></td></tr></table><p style='margin-top:5px;font-family:arial;font-weight:bold;font-size:11px;color: #353F72;'>Veuillez patienter...</p>
    </div>	
    <iframe id="idIEFrameActionEncours" src="/web/pages/home.jsp" scrolling="no" frameborder="0" style="display: block;">
    </iframe>
     
    <script type="text/JavaScript">
    	<!--
     
    	/*************************************
    	 * Gestion du message d'attente 
    	 ************************************/
    	var WaitMsg = {
     
    		// Affichage du div du message d'attente 
    		show : function () {
     
    			preload = document.getElementById('idActionEncours');
    			ieFramePreload = document.getElementById('idIEFrameActionEncours');
    			verrouPage = document.getElementById('idVerrouBlanc');
     
    			if( preload.style.display == 'block') {
    				preload.style.display='none'; 
    				ieFramePreload.style.display='none';
    				verrouPage.style.display='none';
    				enableSelect();
    			}
    			else {
    				preload.style.display='block';
    				ieFramePreload.style.display='block';
    				verrouPage.style.height=document.body.scrollHeight+'px';
    				verrouPage.style.width=document.body.clientWidth+'px';
    				verrouPage.style.display='block';
    				disableSelect();
    			}
     
    			tblStyle = "width:100%; height:75px; text-align:center; vertical-align:middle;";
    			txtStyle = "margin-top:5px;font-family:arial;font-weight:bold;font-size:11px;color: #353F72;";
     
    			preload.innerHTML = "<table style='" + tblStyle + "'><tr><td><img style='display:inline;' src='/web/images/wait-dev.gif' /></td></tr></table><p style='" + txtStyle + "'>Veuillez patienter...</p>";
     
    		},
     
    		// Masquage du div du message d'attente
    		hide : function () {
     
    			preload = document.getElementById('idActionEncours');
    			ieFramePreload = document.getElementById('idIEFrameActionEncours');
    			verrouPage = document.getElementById('idVerrouBlanc');
     
    			if ( preload.style.display == 'block') {
    				preload.style.display='none';
    				ieFramePreload.style.display='none';
    				verrouPage.style.display='none';
    				enableSelect();
    			}
    		}
     
    	};
     
    	/*****************************************
    	 * Gestion du message de fin de session 
    	 ****************************************/
    	var actif = "";
    	var affichageDecompte = "";
    	var secondes = "";
    	var duree = "";
    	var delai = "";
    	var divVisible = false; 
     
    	function initDecompte () {
    		duree = 30;
    		delai = 5;
    		affichageDecompte = (duree - delai) * 60 * 1000; // Temps d'inactivité avant affichage du décompte 
    		secondes = delai * 60;
    		actif = window.setTimeout(runDecompte,affichageDecompte);
    	}
     
    	// Affichage du div 
    	function showDivDecompte () {
     
    		if ( !divVisible ) {
     
    			cptRebours = document.getElementById('idCptRebours');
    			frameTimer = document.getElementById('idFrameTimer');
    			verrouPage = document.getElementById('idVerrouClick');
     
    			disableSelect();
    			cptRebours.style.display='block';
    			frameTimer.style.display='block';
    			verrouPage.style.height=document.body.scrollHeight+'px';
    			verrouPage.style.width=document.body.clientWidth+'px';
    			verrouPage.style.display='block';
    			Event.observe(verrouPage,'click',razSession);
     
    			divVisible = true;
     
    		}
     
    	}
     
    	// Masquage du div
    	function hideDivDecompte () {
     
    		cptRebours = document.getElementById('idCptRebours');
    		frameTimer = document.getElementById('idFrameTimer');
    		verrouPage = document.getElementById('idVerrouClick');
     
    		cptRebours.style.display='none';
    		frameTimer.style.display='none';
    		verrouPage.style.display='none';
    		enableSelect();
     
    		divVisible = false;
     
    	}
     
    	// Relance du compte à rebours de fin de session
    	function resetDecompte () {
    		cancelDecompte();
    		initDecompte();
    	}
     
    	// Annulation du compte à rebours de fin de session
    	function cancelDecompte () {
    		hideDivDecompte();
    		window.clearTimeout(actif);
    	}
     
    	// Exécution du compte à rebours de fin de session
    	function runDecompte () {
     
    		WaitMsg.hide();
    		showDivDecompte();
     
    		min = Math.floor(secondes/60) == 0 ? "00" : (Math.floor(secondes/60)).toPaddedString(2);
    		sec = (secondes%60).toPaddedString(2);
     
    		tblStyle = "width:100%; height:100%; text-align:center; vertical-align:middle;";
    		pStyle = "font-family:arial; font-weight:bold; font-size:12px; color: red;";
    		message = "Fin de session dans " + min + ":" + sec + " minute(s)<br><br>Pour réactiver la session cliquez sur la page";
     
    		// MAJ du message
    		cptRebours = document.getElementById('idCptRebours');
    		cptRebours.innerHTML = "<table style='" + tblStyle + "'><tr><td><p style='" + pStyle + "'>" + message + "</p></td></tr></table>";
    		// Décompte ou action de fin de décompte
    		if ( secondes <= 0 ) {
    			endDecompte();
    		}
    		else {
    			actif = window.setTimeout(runDecompte,1000);
    		}
    		secondes = secondes - 1;
     
    	}
     
    	// Action en fin de compte à rebours
    	function endDecompte () {
    		hideDivDecompte();
    		showTimeoutMsgDecompte();
    		//logout();
    	}
     
    	// Affichage du message de fin de session
    	function showTimeoutMsgDecompte () {
     
    		msgTimeout = document.getElementById('idMsgTimeout');
    		verrouGris = document.getElementById('idVerrouGris');
    		frameTimer = document.getElementById('idFrameTimer');
     
    		if ( msgTimeout.style.display == 'none') {
    			msgTimeout.style.display='block';
    			tblStyle = "width:100%; height:100%; text-align:center; vertical-align:middle;";
    			pStyle = "font-family:arial; font-weight:bold; font-size:12px; color: red;";
    			aStyle = "font-family:arial; font-weight:bold; font-size:12px; color: #353F72;";
    			msgTimeout.innerHTML = "<table style='" + tblStyle + "'><tr><td><p style='" + pStyle + "'>Votre session a expiré</p><a href='" + loginUrl + "' style='" + aStyle + "'>Retour vers la page d'accueil</a></td></tr></table>";
    		}
     
    		if ( verrouGris.style.display == 'none') {
    			heightVerrou = document.body.scrollHeight > document.body.clientHeight ? document.body.scrollHeight : document.body.clientHeight;
    			verrouGris.style.height=heightVerrou+'px';
    			verrouGris.style.width=document.body.clientWidth+'px';
    			verrouGris.style.display='block';
    		}
     
    		if ( frameTimer.style.display == 'none') {
    			frameTimer.style.display='block';
    		}
    		disableSelect();
     
    	}
     
    	// Paramètres pour le timeout session
    	var logoutUrl = location.protocol + "//" + location.host + "/web/timeoutbasic.do"; // URL vers la page de timeout
    	var loginUrl = location.protocol + "//" + location.host + "/web/login.do"; // URL vers la page d'accueil
     
    	function razSession() {
    		cancelDecompte();
    		ResetSessionTimeoutDwrService.resetSession(handleResetSession);
    	}
     
    	var handleResetSession = function (usr) {
    		initDecompte();
    	}
     
    	// Verrouillage des listes déroulantes
    	function disableSelect() {
     
    		// Verrouillage des select de la page
    		if ( document.URL.search('.*(suivi|ficheDeReleve|ExportsAdmin).*') == -1 ) {
    			var listeSelect = document.getElementsByTagName("select");
    			for(var i = 0; i < listeSelect.length; i++){
    				listeSelect[i].disabled = true;
    			}
    		}
     
    	}
     
    	// Verrouillage des listes déroulantes
    	function enableSelect() {
     
    		// Verrouillage des select de la page
    		if ( document.URL.search('.*(suivi|ficheDeReleve|ExportsAdmin).*') == -1 ) {
    			var listeSelect = document.getElementsByTagName("select");
    			for(var i = 0; i < listeSelect.length; i++){
    				listeSelect[i].disabled = false;
    			}
    		}
     
    	}
     
    	function logout () {
    		window.location.href = logoutUrl;
    	}
     
     
    	// Affichage du msg d'attente au déchargement de la page
    	function waitJbnUnloadPageAffiche() { 
    		cancelDecompte();
    		WaitMsg.show();
    	}	
     
    	// Affichage du msg d'attente au chargement de la page
    	function waitJbnOnloadPageAffiche() { 
    		WaitMsg.show();
    	}	
     
    	Event.observe(window, 'load', initDecompte);
     
    	//-->
    </script>
     
     
    <div id="defilement">
    	<div id="content">
    		<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="green">
    			<tr>    
    				<td colspan="2" valign="top" height="10%">
    				<!-- Begin Header -->
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    <!-- tableau bandeau haut //-->
    <table width="100%" cellpadding="0" cellspacing="0" border="0">
    	<!-- fusion 3 lignes pour logo site  + cellule ligne 1 //-->
    	<tr>
    		<td align="left" rowspan="3" width="1%" valign="top"><img
    			src="/web/images/bandeau_haut/logo_site.jpg"></td>
    		<td align="right" valign="top"
    			background="/web/images/bandeau_haut/fond1.gif"
    			width="99%"><img
    			src="/web/images/bandeau_haut/logo_psa.jpg"></td>
    	</tr>
     
    	<!-- cellule ligne 2 //-->
    	<tr>
    		<td align="right" valign="top"
    			background="/web/images/bandeau_haut/fond2.gif">
    		<!-- tableau boutons + séparateurs + icône portail //-->
    		<table cellpadding="0" cellspacing="0" border="0"
    			background="/web/images/espaceur.gif">
    			<tr>
    				<!-- bouton accueil //-->
    				<td valign="top"><a href="/web/home.do"
    					target="_top" class="ico1" onMouseOut="poeImgOff('accueil');"
    					onMouseOver="poeImgOn('accueil');"><img
    					src="/web/images/bandeau_haut/ico_accueil_off.gif"
    					border="0" name="accueil"></a></td>
    				<td valign="bottom">
    				<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td><a href="/web/home.do" target="_top"
    							class="ico1" onMouseOut="poeImgOff('accueil');"
    							onMouseOver="poeImgOn('accueil');"> Accueil </a></td>
    					</tr>
    					<tr>
    						<td><img
    							src="/web/images/espaceur.gif" width="5"
    							height="4"></td>
    					</tr>
    				</table>
    				</td>
     
    				<!-- séparateur entre 2 boutons //-->
    				<td valign="top"><img
    					src="/web/images/bandeau_haut/sep1.gif"></td>
    				<!-- bouton aide //-->
    				<td valign="top"><a
    					href="http://portail.inetpsa.com/poe/html/fileadmin/pub/Aide/"
    					class="ico1" target="aide"
    					onclick="winOpen('','aide','600','550','0','0');"
    					onMouseOut="poeImgOff('aide');" onMouseOver="poeImgOn('aide');"><img
    					src="/web/images/bandeau_haut/ico_aide_off.gif"
    					border="0" name="aide"></a></td>
    				<td valign="bottom">
    				<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td><a
    							href="http://portail.inetpsa.com/poe/html/fileadmin/pub/Aide/"
    							class="ico1" target="aide"
    							onclick="winOpen('','aide','600','550','0','0');"
    							onMouseOut="poeImgOff('aide');" onMouseOver="poeImgOn('aide');">Aide</a></td>
    					</tr>
    					<tr>
    						<td><img
    							src="/web/images/espaceur.gif" width="5"
    							height="4"></td>
    					</tr>
    				</table>
    				</td>
     
    				<!-- séparateur entre 2 boutons //-->
    				<td valign="top"><img
    					src="/web/images/bandeau_haut/sep1.gif"></td>
    				<!-- bouton contact //-->
    				<td valign="top"><a href="/web/contacts.do"
    					class="ico1" target="contact"
    					onclick="winOpen('','contact','400','350','0','0');"
    					onMouseOut="poeImgOff('contact');"
    					onMouseOver="poeImgOn('contact');"><img
    					src="/web/images/bandeau_haut/ico_contact_off.gif"
    					border="0" name="contact"></a></td>
    				<td valign="bottom">
    				<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td><a href="/web/contacts.do"
    							class="ico1" target="contact"
    							onclick="winOpen('','contact','400','400','0','0');"
    							onMouseOut="poeImgOff('contact');"
    							onMouseOver="poeImgOn('contact');">Contacts</a></td>
    					</tr>
    					<tr>
    						<td><img
    							src="/web/images/espaceur.gif" width="5"
    							height="4"></td>
    					</tr>
    				</table>
    				</td>
     
    				<!-- séparateur entre 2 boutons //-->
    				<td valign="top"><img
    					src="/web/images/bandeau_haut/sep1.gif"></td>
     
    				<!-- bouton liens //-->
    				<td valign="top"><a href="/web/liens.do"
    					target="liens" onclick="winOpen('','liens','270','380','0','0');"
    					class="ico1" onMouseOut="poeImgOff('liens');"
    					onMouseOver="poeImgOn('liens');"><img
    					src="/web/images/bandeau_haut/ico_liens_off.gif"
    					border="0" name="liens"></a></td>
    				<td valign="bottom">
    				<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
    						<td><a href="/web/liens.do" target="liens"
    							onclick="winOpen('','liens','270','380','0','0');" class="ico1"
    							onMouseOut="poeImgOff('liens');" onMouseOver="poeImgOn('liens');">Liens</a></td>
    					</tr>
    					<tr>
    						<td><img
    							src="/web/images/espaceur.gif" width="5"
    							height="4"></td>
    					</tr>
    				</table>
    				</td>
     
    				<!-- séparateur entre boutons et icône portail //-->
    				<td><img
    					src="/web/images/bandeau_haut/sep2.gif"></td>
    				<!-- icône portail //-->
    				<td background="/web/images/espaceur.gif">
    				<table cellpadding="0" cellspacing="0" border="0"
    					background="/web/images/bandeau_haut/fond4.gif">
    					<tr>
    						<td valign="top"
    							background="/web/images/bandeau_haut/fond4.gif"><a
    							href="http://portail.inetpsa.com/" class="ico2"
    							onMouseOut="poeImgOff('portail');"
    							onMouseOver="poeImgOn('portail');" target="_blank"><img
    							src="/web/images/bandeau_haut/ico_portail_off.gif"
    							border="0" name="portail"></a></td>
    						<td
    							background="/web/images/bandeau_haut/fond4.gif"><img
    							src="/web/images/espaceur.gif"
    							width="15" height="3"><br>
    						<a href="http://portail.inetpsa.com/" class="ico2"
    							onMouseOut="poeImgOff('portail');"
    							onMouseOver="poeImgOn('portail');" target="_blank">Portail</a><img
    							src="/web/images/espaceur.gif" width="5"
    							height="3"><br>
    						<img src="/web/images/espaceur.gif"
    							width="5" height="3"></td>
    					</tr>
    				</table>
    				</td>
     
    				<!-- fin tableau boutons + séparateurs + icône portail //-->
    			</tr>
    		</table>
    		</td>
    	</tr>
     
    	<!-- cellule ligne 3 //-->
    	<tr>
    		<td align="right" valign="top"
    			background="/web/images/bandeau_haut/fond3.gif"><img
    			src="/web/images/espaceur.gif" width="5"
    			height="4"></td>
    	</tr>
    </table>
    <!-- fin tableau bandeau haut //-->
     
    <table cellSpacing="0" cellPadding="0" width="100%"
    	background="images/bandeau_haut/filet_bas_b.gif" border="0">
    	<tr>
    		<td align="left" width="1%" valign="top"><img
    			src="images/bandeau_haut/onglet_filet.gif"><BR>
    		<img height="12" src="images/bandeau_haut/espaceur.gif" width="5"><BR>
    		<img src="images/bandeau_haut/ongletoutils.gif"></td>
     
    		<td valign="top" align="right" width="99%">
    		<table width="100%" cellpadding="0" cellspacing="0" border="0">
    			<tr bgcolor="#364F66">
    				<td align="center" valign="bottom">
    				<table cellpadding="0" cellspacing="0" border="0">
    					<tr>
     
    							<!-- Responsable Menu 1 -->
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_off.gif"
    								name="separ0"></td>
    							<td width="10px"
    								bgcolor="" /><!-- rubrique 4 //-->
    							<td valign="middle"
    								bgcolor=""><a
    								href="/web/administration.do?menu=header1&init=true"
    								class="header">Administration</a></td>
    							<td width="10px"
    								bgcolor="" />
     
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_off.gif"
    								name="separ1"></td>
     
    							<!-- Fin Responsable Menu 1 -->
     
     
    						<!-- Responsable Menu 2 -->
     
    							<!-- Menus Chef de Service -->
    							<td width="10px" bgcolor="" />
    							<!-- rubrique 1 //-->
    							<td valign="middle"
    								bgcolor=""><a
    								href="/web/referentiel.do?menu=header2&init=true"
    								class="header">Référentiel</a>
    							</td>
    							<td width="10px" bgcolor="" />
    							<!-- séparateur 1 //--> 
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_off.gif"
    								name="separ"></td>
     
    							<!-- Fin Responsable Menu 2 -->
     
     
     
    							<!-- Responsable Menu 3 -->
    							<td width="10px" bgcolor="" />
    							<!-- rubrique 2 //-->
    							<td valign="middle" bgcolor="">
    							<a
    								href="/web/familleMO.do?menu=header3&init=true"
    								class="header">Famille - MO</a>
    							</td>
    							<td width="10px" bgcolor="" />
    							<!-- séparateur 2 //--> 
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_off.gif"
    								name="separ3"></td>
     
    							<!-- Fin Responsable Menu 3  -->
     
     
     
    							<!-- Responsable Menu 4 -->
    							<td width="10px" bgcolor="" /><!-- rubrique 2 //-->
    							<td valign="middle" bgcolor="">
    							<a
    								href="/web/bareme.do?menu=header4&init=true"
    								class="header">Barème</a></td>
    							<td width="10px" bgcolor="" /><!-- séparateur 2 //-->
     
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_off.gif"
    								name="separ4"></td>
     
    							<!-- Fin Responsable Menu 4 -->
     
     
     
    							<!-- Responsable Menu 5 -->
    							<td width="10px" bgcolor="" />
    							<!-- rubrique 2 //-->
    							<td valign="middle" bgcolor="">
    							<a
    								href="/web/traduction.do?menu=header5&init=true"
    								class="header">Traduction</a>
    							</td>
    							<td width="10px" bgcolor="" />
    							<!-- séparateur 2 //--> 
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_off.gif"
    								name="separ4"></td>
     
    							<!-- Fin Responsable Menu 5 -->
     
     
     
    							<!-- Responsable Menu 6 -->
    							<td width="10px" bgcolor="" />
    							<!-- rubrique 2 //-->
    							<td valign="middle"
    								bgcolor=""><a
    								href="/web/publication.do?menu=header6&init=true"
    								class="header">Publication</a>
    							</td>
    							<td width="10px" bgcolor="" />
    							<!-- séparateur 2 //--> 
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_left.gif"
    								name="separ4"></td>
     
    							<!-- Fin Responsable Menu 5 -->
     
     
     
    							<!-- Responsable Menu 7 -->
    							<td width="10px" bgcolor="#93A8C5" /><!-- rubrique 2 //-->
    							<td valign="middle" bgcolor="#93A8C5">
    							<a
    								href="/web/suivi.do?menu=header7&init=true"
    								class="header">Suivi</a></td>
    							<td width="10px" bgcolor="#93A8C5" /><!-- séparateur 2 //-->
     
     
    							<td valign="top"><img
    								src="/web/images/bandeau_haut/separ_right.gif"
    								name="separ4"></td>
     
    							<!-- Fin Responsable Menu 5 -->
     
    					</tr>
    				</table>
    				</td>
    			</tr>
    		</table>
     
     
    		<!-- Espace entre le menu et la barre de déconnexion -->
    		<table border="0" cellpadding="0" cellspacing="0" width="100%">
    			<tr>
    				<td><img height="3" src="images/bandeau_haut/espaceur.gif"
    					width="1"><BR>
    				</td>
    			</tr>
    		</table>
     
    		<table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff"
    			width="100%" height="20">
    			<tr>
    				<td width="99%" valign="top">
    				<table border="0" cellpadding="0" cellspacing="0" width="100%">
    					<tr>
    						<td bgcolor="#364F66" valign="top" height="11px"></td>
    					</tr>
    					<tr>
    						<td><img align="top"
    							src="images/bandeau_haut/filet_bandeau_outils2.gif" height="5"
    							width="100%"></td>
    					</tr>
    				</table>
    				</td>
    				<td valign="top"><img
    					src="/web/images/bandeau_haut/coin_bandeau_outils.gif">
    				</td>
    				<td valign="top">
    				<table border="0" cellpadding="0" cellspacing="0" width="99%">
    					<tr>
    						<td bgcolor="#364F66" valign="top">
    						<table border="0" cellpadding="0" cellspacing="0" width="100%">
    							<tr>
    								<td bgcolor="#364F66" height="18" valign="middle"><img
    									src="/web/images/bandeau_haut/espaceur.gif"
    									height="10" width="10"></td>
    								<td align="right" bgcolor="#364F66" valign="middle"><a href="/web/logout.do" class="lang">Déconnexion</a></td>
    								<td bgcolor="#364F66" valign="middle"><img
    									src="/web/images/bandeau_haut/espaceur.gif"
    									height="10" width="10"></td>
    							</tr>
    						</table>
    						</td>
    					</tr>
    					<tr>
    						<td bgcolor="#ffffff" height="0"><img class="block"
    							align="top" src="images/bandeau_haut/filet_bandeau_outils2.gif"
    							height="5" width="100%"></td>
    					</tr>
    				</table>
    				</td>
    			</tr>
    		</table>
    		</td>
    	</tr>
    </table>
     
    				<!-- End Header -->
    				</td>
    			</tr>
    			<tr>
    				<td width="10%" valign="top"><!-- only percented values work ! -->
    				<!-- Debut menu -->				
     
     
     
     
     
     
    <table border="0" cellpadding="0" cellspacing="0" height="100%" bgcolor="#7B86A1" width="100%">
    		<tr>
    			<td valign="top">
    				<img src="./images/espaceur.gif" width="130" height="15"><br>
    				<ul class="menu">
     
     
    							<li class="open">
     
     
    						<a href="/web/suiviTempsProduction.do?ssmenu=aeb.suivi">suivi</a>
    						</li>
     
    				</ul>
    		</td>
    	</tr>
    </table>
    				<!-- Fin menu -->
    				</td>
    				<td valign="top">
    					<!-- Debut entête -->
    					<div>
     
     
     
    <!-- DEBUT Gestion du contexte -->
       <p id="filAriane">
    		&nbsp;Suivi &gt; suivi
       </p>
    <!-- FIN Gestion du contexte  -->
     
     
    <table>
       <tr>
          <td class="rouge" id="messagesServeur"></td>
       </tr>
    	<tr>
          <td class="rouge" id="messageClient"></td>
    	</tr>
    </table>
    					</div>
    					<!-- Fin entête -->
    					<!-- Debut body -->
    					<div>
     
     
     
     
     
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
     
     
     
     
     
    <html>
     
     
     
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    	<script type="text/JavaScript">
    	     function selectPagerIndex(form){
    			 form.action+="&pagerPage=null";
    		 }
     
             function getMessage(key){
    			var message ="";
                switch (key){
     
    				case "aeb.msge70":
    					message = "Le groupe organique est obligatoire pour le suivi des temps";
    					break;
    				case "aeb.msge71":
    					message = "Le sous groupe est obligatoire pour le suivi des temps";
    					break;
    				case "aeb.msge72":
    					message = "La granularité est obligatoire pour le suivi de production";
    					break;
    				case "aeb.msge100":
    					message = "La marque est obligatoire";
    					break;
    				case "aeb.msge101":
    					message = "La famille est obligatoire";
    					break;
    				case "aeb.msge102":
    					message = "Le type d'affichage est obligatoire";
    					break;
    				case "aeb.T330.001":
    					message = "Veuillez sélectionner une marque avant de sélectionner une famille";
    					break;
    				case "aeb.T330.002":
    					message = "Le type de suivi est obligatoire";
    					break;
    				default : message ="MESSAGE NOT FOUND";
    			}
    			return message;
             } 
     
    	</script>
    	<script type="text/JavaScript" src="/web/script/prototype.js"></script>
    	<script type="text/javascript" src="/web/script/calendar/calendar.js"></script>
    	<script type="text/javascript" src="/web/script/calendar/calendar-setup.js"></script>
    	<script type="text/javascript" src="/web/script/suiviempsProduction.js"></script>
    	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <!-- %@ include file="includeAll.jsp" % -->
    <script type="text/javascript">
    // ** I18N
     
    // Calendar EN language
    // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
    // Encoding: any
    // Distributed under the same terms as the calendar itself.
     
    // For translators: please use UTF-8 if possible.  We strongly believe that
    // Unicode is the answer to a real internationalized world.  Also please
    // include your contact information in the header, as can be seen above.
     
    // Translator: David Duret, <pilgrim@mala-template.net> from previous french version
     
    // full day names 
    Calendar._DN = new Array
    ("Dimanche",
     "Lundi",
     "Mardi",
     "Mercredi",
     "Jeudi",
     "Vendredi",
     "Samedi",
     "Dimanche");
     
    // Please note that the following array of short day names (and the same goes
    // for short month names, _SMN) isn't absolutely necessary.  We give it here
    // for exemplification on how one can customize the short day names, but if
    // they are simply the first N letters of the full name you can simply say:
    //
    //   Calendar._SDN_len = N; // short day name length
    //   Calendar._SMN_len = N; // short month name length
    //
    // If N = 3 then this is not needed either since we assume a value of 3 if not
    // present, to be compatible with translation files that were written before
    // this feature. 
     
    // short day names
    Calendar._SDN = new Array
    ("Dim",
     "Lun",
     "Mar",
     "Mer",
     "Jeu",
     "Ven",
     "Sam",
     "Dim");
     
    // First day of the week. "0" means display Sunday first, "1" means display
    // Monday first, etc.
    Calendar._FD = 0;
     
    // full month names
    Calendar._MN = new Array
    ("Janvier",
     "Fevrier",
     "Mars",
     "Avril",
     "Mai",
    "Juin",
    "Juillet",
    "Aout",
    "Septembre",
    "Octobre",
    "Novembre",
    "Decembre");
     
    // short month names
    Calendar._SMN = new Array
    ("Jan",
     "Fev",
    "Mar",
    "Avr",
    "MaiCourt",
    "JuinCourt",
    "Juil",
    "AoutCourt",
    "Sep",
    "Oct",
    "Nov",
    "Dec");
     
    // tooltips
    Calendar._TT = {};
    Calendar._TT["INFO"] = "A propos du calendrier";
     
    Calendar._TT["ABOUT"] =
    "DHTML Date/Heure Selecteur\n" +
    "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
    "Pour la derniere version visitez : http://www.dynarch.com/projects/calendar/\n" +
    "Distribue par GNU LGPL.  Voir <a href="http://gnu.org/licenses/lgpl.html" target="_blank">http://gnu.org/licenses/lgpl.html</a> pour les details." +
    "\n\n" +
    "Selection de la date :\n" +
    "- Utiliser les bouttons \xab, \xbb  pour selectionner l\'annee\n" +
    "- Utiliser les bouttons " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pour selectionner les mois\n" +
    "- Garder la souris sur n'importe quels boutons pour une selection plus rapide";
    Calendar._TT["ABOUT_TIME"] = "\n\n" +
    "Selection de l\'heure :\n" +
    "- Cliquer sur heures ou minutes pour incrementer\n" +
    "- ou Maj-clic pour decrementer\n" +
    "- ou clic et glisser-deplacer pour une selection plus rapide";
     
    Calendar._TT["PREV_YEAR"] = "Annee prec. (maintenir pour menu)";
    Calendar._TT["PREV_MONTH"] = "Mois prec. (maintenir pour menu)";
    Calendar._TT["GO_TODAY"] = "dateJour";
    Calendar._TT["NEXT_MONTH"] = "Mois suiv. (maintenir pour menu)";
    Calendar._TT["NEXT_YEAR"] = "Annee suiv. (maintenir pour menu)";
    Calendar._TT["SEL_DATE"] = "selectionnerDate";
    Calendar._TT["DRAG_TO_MOVE"] = "Deplacer";
    Calendar._TT["PART_TODAY"] = " (aujourdhui)";
     
    // the following is to inform that "%s" is to be the first day of week
    // %s will be replaced with the day name.
    Calendar._TT["DAY_FIRST"] = "Afficher %s en premier";
     
    // This may be locale-dependent.  It specifies the week-end days, as an array
    // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
    // means Monday, etc.
    Calendar._TT["WEEKEND"] = "0,6";
     
    Calendar._TT["CLOSE"] = "Fermer";
    Calendar._TT["TODAY"] = "aujourdhui";
    Calendar._TT["TIME_PART"] = "(Maj-)Clic ou glisser pour modifier la valeur";
     
    // date formats
    Calendar._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y";
    Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
     
    Calendar._TT["WK"] = "Sem.";
    Calendar._TT["TIME"] = "Heure :";
    </script>
    	<link rel="stylesheet" href="/web/css/calendar.css" type="text/css">
    <title>suivi</title>
     
    <script type="text/JavaScript">
    Event.observe(window, "load", initPage);
    </script>
    </head>
    <body>
    	<form name="suiviTempsProductionForm" id="suiviForm" method="post" action="/web/suiviTempsProduction.do">
    	<input id="suiviHiden" type="hidden"/>
    	<fieldset style="border:none;">
    	<p class="col2">
    		<span class="fullwidth">
    			<label class="medium4labelsuivi">Type :</label>
    			<input type="radio" name="type" value="temps" checked="checked" onclick="affichGranularite();" id="temps">Suivi de temps 
    			<input type="radio" name="type" value="production" onclick="affichGranularite();" id="production">Suivi de production
    		</span>
    	</p>
    	<p class="col2">
    		<span class="fullwidth">
    			<label class="medium4labelsuivi">Marque :</label>
    			<select name="marque" onchange="submitForm('changeMarque'); return false;" id="filtreMarque" style="width:200px"><option value=""></option>
    				<option value="1" selected="selected">AC</option>
    				<option value="2">AP</option></select>
    		</span>
    	</p>
    	<p class="col2">
    		<span class="fullwidth">
    			<label class="medium4labelsuivi">Famille :</label> 
    			<select name="idFamille" onchange="changeFamille(); return false;" id="filtreFamille" style="width:200px"><option value=""></option>
    				<option value="170" selected="selected">1C2X-XANTIA II</option>
    <option value="102">1C58-C4 PICASSO</option>
    <option value="143">1C6N-XSARA PICASSO</option>
    <option value="119">1CA3-C3 II</option>
    <option value="161">1CA4-C3 PLURIEL</option>
    <option value="145">1CA6-C2</option>
    <option value="176">1CA8-C3</option>
    <option value="169">1CA9-NEMO VP</option>
    <option value="137">1CB0-C1</option>
    <option value="113">1CB3-C QUATRE</option>
    <option value="138">1CB5-C4</option>
    <option value="220">1CB7-B71/75</option>
    <option value="115">1CB9-BERLINGO VP (B9)</option>
    <option value="200">1CLA-AI58</option>
    <option value="105">1CM5-BERLINGO II VP</option>
    <option value="177">1CMP-C-CROSSER</option>
    <option value="131">1CN2-ZX</option>
    <option value="172">1CN6-XSARA</option>
    <option value="132">1CN7-XSARA II</option>
    <option value="128">1CN8-PICASSO MERCOSUR II</option>
    <option value="116">1CS8-SAXO</option>
    <option value="127">1CS9-AX</option>
    <option value="114">1CT2-C2 CHINE</option>
    <option value="129">1CU6-EVASION</option>
    <option value="110">1CV8-XM II</option>
    <option value="106">1CVD-C15</option>
    <option value="180">1CVV-C8</option>
    <option value="221">1CVX-XM</option>
    <option value="175">1CWA-C3 PICASSO</option>
    <option value="122">1CX1-XANTIA</option>
    <option value="139">1CX3-C5 II</option>
    <option value="104">1CX4-C5</option>
    <option value="111">1CX6-C6</option>
    <option value="107">1CX7-C5 (X7)</option>
    <option value="178">1CXA-A51 AC</option>
    <option value="117">1CXB-BX</option>
    <option value="202">1CXW-X7 CHINE</option>
    <option value="171">1CYA-DS3</option>
    <option value="159">2CA9-NEMO VU</option>
    <option value="179">2CB9-BERLINGO VU (B9)</option>
    <option value="162">2CG9-JUMPY III</option>
    <option value="150">2CM4-BERLINGO</option>
    <option value="126">2CM5-BERLINGO II VU</option>
    <option value="108">2CU3-JUMPER</option>
    <option value="144">2CU5-JUMPER II</option>
    <option value="142">2CU6-JUMPY</option>
    <option value="155">2CU9-JUMPER III</option>
    <option value="135">2CX2-C25</option></select>
    		</span>
    		<span class="hide">
    		   <label class="medium4labelsuivi">Famille :</label>
    			<select name="codificationMO" id="filtreCodificationFamille" style="width:500px"><option value=""></option>
    				<option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option>
    <option value="AC" selected="selected">AC</option></select>
    		</span>
    	</p>
    	<p class="col2" style="">
    		<span style="width:50% !important;">
    			<label class="medium4labelsuivi">Métier :</label>
    			<select name="metier" onchange="submitForm('changeMetier'); return false;" id="filtreMetier" style="width:200px"><option value=""></option>
    				<option value="110">ACCESSOIRES</option>
    <option value="109">AMOVIBLES</option>
    <option value="103">ELECTRICITE</option>
    <option value="107">ENTRETIEN</option>
    <option value="108">EQUIPEMENT</option>
    <option value="102">LIAISON AU SOL</option>
    <option value="100">MOTEUR</option>
    <option value="106">STRUCTURE</option>
    <option value="101">TRANSMISSION</option></select>
    		</span>
    		<span style="width:40% !important;">
    			<label style="width:79px;">Théme :</label>
    			<select name="theme" onchange="submitForm('changeTheme'); return false;" id="filtretheme" style="width:200px"><option value=""></option>
    				<option value="125">ACCESSOIRES</option>
    <option value="103">ALIMENTATION AIR / CARBURANT</option>
    <option value="106">BVA</option>
    <option value="105">BVM</option>
    <option value="107">BVMP</option>
    <option value="122">CHAUFFAGE / CLIMATISATION</option>
    <option value="116">CHOC ARRIERE</option>
    <option value="119">CHOC ARRIERE</option>
    <option value="115">CHOC AVANT</option>
    <option value="118">CHOC AVANT</option>
    <option value="120">CHOC LATERAL</option>
    <option value="117">CHOC LATERAL</option>
    <option value="101">CULASSE</option>
    <option value="110">DIRECTION</option>
    <option value="102">ECHAPPEMENT DEPOLLUTION</option>
    <option value="114">EQUIPEMENT EXTERIEUR</option>
    <option value="113">EQUIPEMENT INTERIEUR</option>
    <option value="123">EQUIPEMENT MOTEUR</option>
    <option value="112">ESSIEUX</option>
    <option value="124">FAISCEAUX</option>
    <option value="109">FREINAGE</option>
    <option value="100">MOTEUR COMPLET</option>
    <option value="121">PARTIE SUPERIEURE</option>
    <option value="104">REFROIDISSEMENT</option>
    <option value="111">SUSPENSIONS</option>
    <option value="108">TRANSMISSIONS - ROUES</option>
    <option value="140">roues</option></select>
    		</span>
    	</p>
    	<p class="col2 colDouble" style="display:none">
     
    		<span id="groupeSimple" class="fullwidth">
    			<label class="medium4labelsuivi" display="inline" style="white-space:nowrap">Sous Groupe :</label>
    			<select name="sousGroupe" onchange="" id="groupeSousGroupe"><option value=""></option></select>
    		</span>
    		<span id="groupeMulti" class="fullwidth">
    			<label class="medium4labelsuivi" display="inline" style="white-space:nowrap">Sous Groupe :</label>
    			<select name="sousGroupeMulti" multiple="multiple" size="10" onchange="" id="groupeSousGroupeMulti"></select>
    		</span>
    	</p>
    	<p class="col2 colDouble" style="">
    		<span id="organeSimple" class="fullwidth">
    			<label class="medium4labelsuivi" display="inline" style="white-space:nowrap">Groupe Organique :</label>
    			<select name="groupeOrganique" onchange="" id="groupeOrganique"><option value=""></option>
    				<option value="00">00 - STATION</option>
    <option value="01">01 - MOTEUR BLOC PRINCIPAL</option>
    <option value="02">02 - MOTEUR CULASSE</option>
    <option value="03">03 - ORGANES D'ANTIPOLLUTION</option>
    <option value="04">04 - ECHAPPEMENT</option>
    <option value="05">05 - REFROIDISSEMENT</option>
    <option value="06">06 - ALLUMAGE</option>
    <option value="07">07 - SUSPENSION MOTEUR ET BV</option>
    <option value="08">08 - EMBRAYAGE</option>
    <option value="09">09 - BOITE DE VITESSES MECANIQUE</option>
    <option value="10">10 - TRANSMISSION</option>
    <option value="11">11 - EQUIPEMENT ELECTRIQUE</option>
    <option value="12">12 - EQUIPEMENT ELECTRONIQUE</option>
    <option value="13">13 - SOURCE ET RESERVE DE PRESSION</option>
    <option value="14">14 - ALIMENTATION AIR</option>
    <option value="15">15 - ALIMENTATION CARBURANT</option>
    <option value="16">16 - MECANISME D'ALIMENTATION</option>
    <option value="17">17 - MECANISME D'ALIMENTATION</option>
    <option value="19">19 - BV AUTOMATIQUE</option>
    <option value="20">20 - ESSIEU AV</option>
    <option value="21">21 - ESSIEU AR</option>
    <option value="22">22 - ROUES</option>
    <option value="23">23 - SUSPENSION AMORTISSEMENT</option>
    <option value="24">24 - DIRECTION</option>
    <option value="25">25 - FREINS AVANT</option>
    <option value="26">26 - FREINS ARRIERE</option>
    <option value="27">27 - FREINS SUITE.</option>
    <option value="28">28 - SUSPENSION AMORTISSEMENT</option>
    <option value="29">29 - REFROIDISSEMENT SUITE</option>
    <option value="36">36 - ALIMENTATION GPL</option>
    <option value="37">37 - EQUIPEMENTS ELECTRIQUE GPL</option>
    <option value="42">42 - CDE DE CONDUITE HORS COLONNE</option>
    <option value="43">43 - PLANCHE DE BORD ET CONSOLE</option>
    <option value="44">44 - COMMANDES D.A D.</option>
    <option value="49">49 - CLIMATISATION</option>
    <option value="50">50 - CHAUFFAGE</option>
    <option value="51">51 - ECLAIRAGE INTERIEUR ET CDES</option>
    <option value="52">52 - ECLAIRAGE EXTERIEUR</option>
    <option value="53">53 - EQUIPEMENTS DE CAISSE</option>
    <option value="54">54 - CABLERIE ELECTRIQUE</option>
    <option value="55">55 - ACCESSOIRIES</option>
    <option value="56">56 - RADIOTELEPHONE ET ALARME</option>
    <option value="57">57 - ACCESSOIRIES SUITE</option>
    <option value="59">59 - VITRES</option>
    <option value="60">60 - AMOVIBLES PARTIE AV</option>
    <option value="61">61 - ELEMENTS GROUPES PARTIE AV</option>
    <option value="62">62 - PARE-CHOCS AV ET TOLE D'HABILLAGE</option>
    <option value="63">63 - PORTES AV</option>
    <option value="64">64 - ELEMENTS GROUPES PARTIE LATERALE</option>
    <option value="65">65 - PORTES AR OU LATERALES AVEC PANNEAUX</option>
    <option value="66">66 - AMOVIBLES PARTIE AR</option>
    <option value="67">67 - ELEMENTS GROUPES PARTIE AR</option>
    <option value="68">68 - PARE-CHOCS AR ET PORTE DE COFFRE</option>
    <option value="69">69 - PARE-CHOCS AR ET PORTE DE COFFRE</option>
    <option value="70">70 - PARTIE AV DE CAISSE ELEMENTS SEPARES</option>
    <option value="72">72 - PARTIE AV DE CAISSE ELEMENTS GROUPES</option>
    <option value="74">74 - PARTIE LATERALE CAISSE ELEMENTS SEPARES</option>
    <option value="76">76 - PARTIE LATERALE CAISSE ELEMENTS GROUPES</option>
    <option value="78">78 - PARTIE SUPERIEURE DE CAISSE</option>
    <option value="80">80 - PARTIE AR DE CAISSE ELEMENTS SEPARES</option>
    <option value="82">82 - PARTIE AR DE CAISSE ELEMENTS GROUPES</option>
    <option value="83">83 - PARTIE AR DE CAISSE ELEMENTS GROUPES</option>
    <option value="88">88 - SELLERIE</option>
    <option value="89">89 - SELLERIE</option>
    <option value="90">90 - CAISSE</option>
    <option value="91">91 - CAISSE (SUITE DU GROUPE 90)</option>
    <option value="93">93 - ENTRETIEN AM 97</option>
    <option value="96">96 - ANTICORROSION</option>
    <option value="99">99 - DIVERS</option>
    <option value="SV">SV - SERVICES</option></select>
    		</span>
    		<span id="organeMulti" class="fullwidth">
    			<label class="medium4labelsuivi" display="inline" style="white-space:nowrap">Groupe Organique :</label>
    			<select name="groupeOrganiqueMulti" multiple="multiple" size="10" onchange="" id="groupeOrganiqueMulti" class="combpublication"><option value="00">00 - STATION</option>
    <option value="01">01 - MOTEUR BLOC PRINCIPAL</option>
    <option value="02">02 - MOTEUR CULASSE</option>
    <option value="03">03 - ORGANES D'ANTIPOLLUTION</option>
    <option value="04">04 - ECHAPPEMENT</option>
    <option value="05">05 - REFROIDISSEMENT</option>
    <option value="06">06 - ALLUMAGE</option>
    <option value="07">07 - SUSPENSION MOTEUR ET BV</option>
    <option value="08">08 - EMBRAYAGE</option>
    <option value="09">09 - BOITE DE VITESSES MECANIQUE</option>
    <option value="10">10 - TRANSMISSION</option>
    <option value="11">11 - EQUIPEMENT ELECTRIQUE</option>
    <option value="12">12 - EQUIPEMENT ELECTRONIQUE</option>
    <option value="13">13 - SOURCE ET RESERVE DE PRESSION</option>
    <option value="14">14 - ALIMENTATION AIR</option>
    <option value="15">15 - ALIMENTATION CARBURANT</option>
    <option value="16">16 - MECANISME D'ALIMENTATION</option>
    <option value="17">17 - MECANISME D'ALIMENTATION</option>
    <option value="19">19 - BV AUTOMATIQUE</option>
    <option value="20">20 - ESSIEU AV</option>
    <option value="21">21 - ESSIEU AR</option>
    <option value="22">22 - ROUES</option>
    <option value="23">23 - SUSPENSION AMORTISSEMENT</option>
    <option value="24">24 - DIRECTION</option>
    <option value="25">25 - FREINS AVANT</option>
    <option value="26">26 - FREINS ARRIERE</option>
    <option value="27">27 - FREINS SUITE.</option>
    <option value="28">28 - SUSPENSION AMORTISSEMENT</option>
    <option value="29">29 - REFROIDISSEMENT SUITE</option>
    <option value="36">36 - ALIMENTATION GPL</option>
    <option value="37">37 - EQUIPEMENTS ELECTRIQUE GPL</option>
    <option value="42">42 - CDE DE CONDUITE HORS COLONNE</option>
    <option value="43">43 - PLANCHE DE BORD ET CONSOLE</option>
    <option value="44">44 - COMMANDES D.A D.</option>
    <option value="49">49 - CLIMATISATION</option>
    <option value="50">50 - CHAUFFAGE</option>
    <option value="51">51 - ECLAIRAGE INTERIEUR ET CDES</option>
    <option value="52">52 - ECLAIRAGE EXTERIEUR</option>
    <option value="53">53 - EQUIPEMENTS DE CAISSE</option>
    <option value="54">54 - CABLERIE ELECTRIQUE</option>
    <option value="55">55 - ACCESSOIRIES</option>
    <option value="56">56 - RADIOTELEPHONE ET ALARME</option>
    <option value="57">57 - ACCESSOIRIES SUITE</option>
    <option value="59">59 - VITRES</option>
    <option value="60">60 - AMOVIBLES PARTIE AV</option>
    <option value="61">61 - ELEMENTS GROUPES PARTIE AV</option>
    <option value="62">62 - PARE-CHOCS AV ET TOLE D'HABILLAGE</option>
    <option value="63">63 - PORTES AV</option>
    <option value="64">64 - ELEMENTS GROUPES PARTIE LATERALE</option>
    <option value="65">65 - PORTES AR OU LATERALES AVEC PANNEAUX</option>
    <option value="66">66 - AMOVIBLES PARTIE AR</option>
    <option value="67">67 - ELEMENTS GROUPES PARTIE AR</option>
    <option value="68">68 - PARE-CHOCS AR ET PORTE DE COFFRE</option>
    <option value="69">69 - PARE-CHOCS AR ET PORTE DE COFFRE</option>
    <option value="70">70 - PARTIE AV DE CAISSE ELEMENTS SEPARES</option>
    <option value="72">72 - PARTIE AV DE CAISSE ELEMENTS GROUPES</option>
    <option value="74">74 - PARTIE LATERALE CAISSE ELEMENTS SEPARES</option>
    <option value="76">76 - PARTIE LATERALE CAISSE ELEMENTS GROUPES</option>
    <option value="78">78 - PARTIE SUPERIEURE DE CAISSE</option>
    <option value="80">80 - PARTIE AR DE CAISSE ELEMENTS SEPARES</option>
    <option value="82">82 - PARTIE AR DE CAISSE ELEMENTS GROUPES</option>
    <option value="83">83 - PARTIE AR DE CAISSE ELEMENTS GROUPES</option>
    <option value="88">88 - SELLERIE</option>
    <option value="89">89 - SELLERIE</option>
    <option value="90">90 - CAISSE</option>
    <option value="91">91 - CAISSE (SUITE DU GROUPE 90)</option>
    <option value="93">93 - ENTRETIEN AM 97</option>
    <option value="96">96 - ANTICORROSION</option>
    <option value="99">99 - DIVERS</option>
    <option value="SV">SV - SERVICES</option></select>
    		</span>
    	</p>
    	<p class="col2" style="">
    		<span id="applicabiliteRadio" style="white-space:nowrap;width:100%">
    			<label class="medium4labelsuivi">Applicabilité :</label>
     
    			<select name="applicabilite" size="4" id="applicabilite" style="width:590px" class="combpublication"></select>
    		    <table  id ="iconeFiltreApp" style="position: relative; top: -5.5em; left: 67em;">
    			    <tr>
    				    <td>
    						<img src="/web/images/icones/plus.gif" onclick="ajouterFiltreApplicabilite();" title="Ajouter un filtre applicabilité" class="link">
    					</td>
    					<td>
    						<img src="/web/images/icones/moins.gif" onclick="submitForm('supprimerApplicabilitees');" title="Supprimer le filtre applicabilité sélectionné" class="link">
    					</td>
    				</tr>
    			</table>	
    	  </span>
    	</p>
    	<p class="col2" style="">
    		<span style="width:36% !important;">
    			<label class="medium4labelsuivi" for="dateDebut" class="listeTypeText">Début :</label>
    			<input type="text" name="dateDebutSuivi" value="" id="dateDebut">
    			<img src="/web/images/calendar.gif" id="f_trigger_dateDemande"	style="cursor: pointer; border: 0px ;position: relative; top: 5px;"
    				title="Sélectionner une date"	onmouseover="this.style.background='red';"
    				onmouseout="this.style.background=''" /> 
    			<script	type="text/javascript"> 
    							    Calendar.setup({
    							        inputField     :    "dateDebut",
    							        ifFormat       :     "%d/%m/%Y",    
    							        button         :    "f_trigger_dateDemande",
    							        align          :    "Tl",
    							        singleClick    :    true
    							    });
    			</script> 
    		</span>
     
    		<span>
    			<label for="dateFin" style="width:79px;">Fin :</label>
    			<input type="text" name="dateFinSuivi" value="" id="dateFin">
    			<img src="/web/images/calendar.gif" id="f_trigger_dateRecopie"	style="cursor: pointer; border: 0px ;position: relative; top: 5px;"
    				title="Sélectionner une date"	onmouseover="this.style.background='red';"
    				onmouseout="this.style.background=''" /> 
    			<script	type="text/javascript"> 
    							    Calendar.setup({
    							        inputField     :    "dateFin",
    							        ifFormat       :     "%d/%m/%Y",    
    							        button         :    "f_trigger_dateRecopie",
    							        align          :    "Tl",
    							        singleClick    :    true
    							    });
    			</script> 
    		</span>
    	</p>
    	<p class="col2" style="">
    		<span class="fullwidth">
    		    <label class="medium4labelsuivi">Type d'affichage :</label>
    			<select name="typeAffichage" onchange="" id="filtreAffichage" style="width:200px"><option value="" selected="selected"></option>
    				<option value="excel">Excel</option> 
    				<option value="html">Html</option></select>
    		</span>
    	</p>
    	<p class="col2" id="granularite" style="display:none">
    		<span class="fullwidth">
    		    <label class="medium4labelsuivi">Granularité :</label>
    			<select name="granularite" onchange="" id="filtrGranularite" style="width:200px"><option value="" selected="selected"></option>
    				<option value="suivi.granularite.famille">Famille</option>
    				<option value="suivi.granularite.metier">Métier</option>
    				<option value="suivi.granularite.theme">Théme</option>
    				<option value="suivi.granularite.groupeorganique">Groupe organique</option>
    				<option value="suivi.granularite.organe">Organe</option>
    				<option value="suivi.granularite.sousgroupe">Sous Groupe</option></select>
    		</span>
    	</p>
    	&nbsp;&nbsp;
    	<div style="width: 78%;text-align: right;">
    		<input type="button" name="boutton" value="Rechercher" onclick="javascript:recherche('rechercheTemps'); return false" id="rechercheTemps" class="button">
    		<input type="button" name="boutton" value="Rechercher" onclick="javascript:recherche('rechercheProduction'); return false" id="rechercheProduction" class="button">
    	</div>
    	</fieldset>
    	</form>
    </body>
    </html>
    					</div>
    					<!-- Fin body -->
    				</td>		
    			</tr>
    		</table>
    	</div>
    </div>	
    <!--<div id="left-sidebar">-->
    <!--</div>-->
     
    <!--DEBUT WEBOSCOPE -->
    		<script language="javascript">
    			WEBO_ZONE=;
    			WEBO_PAGE=;
    			WEBO_TITRE='';
    			webo_ok=0;
    		</script>
    		<script language="javascript" src="/web/script/weboscope.js">
    		</script>
    		<script>
    			if(webo_ok==1){webo_zpi(WEBO_ZONE,WEBO_PAGE,WEBO_TITRE);}
    		</script>
    		<!-- FIN WEBOSCOPE COPYRIGHT WEBORAMA-->
    </body>
    </html>

  5. #5
    Expert éminent sénior

    Homme Profil pro
    Inscrit en
    Janvier 2007
    Messages
    13 474
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Secteur : Finance

    Informations forums :
    Inscription : Janvier 2007
    Messages : 13 474
    Points : 36 571
    Points
    36 571
    Par défaut
    Je ne comprends pas la présence du onBeforeUnload dans le <body>

    C'est lui qui semble perturber ...

    Sinon, les noms des évènements s'écrivent toujours en minuscules, comme tout attribut HTML

    A+
    Pour tout savoir sur l'utilisation du forum

    En postant votre message, n'oubliez pas les Règles du Club.

  6. #6
    Membre du Club
    Inscrit en
    Août 2004
    Messages
    86
    Détails du profil
    Informations forums :
    Inscription : Août 2004
    Messages : 86
    Points : 44
    Points
    44
    Par défaut
    qu'est ce que vous me proposez comme modif?
    merci
    Cdt,

  7. #7
    Expert éminent sénior

    Homme Profil pro
    Inscrit en
    Janvier 2007
    Messages
    13 474
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Secteur : Finance

    Informations forums :
    Inscription : Janvier 2007
    Messages : 13 474
    Points : 36 571
    Points
    36 571
    Par défaut
    Citation Envoyé par coquero Voir le message
    qu'est ce que vous me proposez comme modif?
    Ben ... de le virer

    A+
    Pour tout savoir sur l'utilisation du forum

    En postant votre message, n'oubliez pas les Règles du Club.

  8. #8
    Membre du Club
    Inscrit en
    Août 2004
    Messages
    86
    Détails du profil
    Informations forums :
    Inscription : Août 2004
    Messages : 86
    Points : 44
    Points
    44
    Par défaut
    j'ai appliqué ta modif en supprimant onBeforeUnload partout dans le code

    le message "Veuillez patienter" n'apparait pas avant le téléchargement de fichier ce qui n'est pas bon,il doit s'afficher avant et disparaître après le téléchargement de fichier

  9. #9
    Expert éminent sénior

    Homme Profil pro
    Inscrit en
    Janvier 2007
    Messages
    13 474
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Secteur : Finance

    Informations forums :
    Inscription : Janvier 2007
    Messages : 13 474
    Points : 36 571
    Points
    36 571
    Par défaut
    Avant ça il apparaissait deux fois.
    Et maintenant ?

    EDIT : par contre, "partout dans le code", je vois pas bien
    Il s'agissait juste du tag body ...

    A+
    Pour tout savoir sur l'utilisation du forum

    En postant votre message, n'oubliez pas les Règles du Club.

  10. #10
    Membre du Club
    Inscrit en
    Août 2004
    Messages
    86
    Détails du profil
    Informations forums :
    Inscription : Août 2004
    Messages : 86
    Points : 44
    Points
    44
    Par défaut
    ce sont d'autres fichiers .jsp

    le code que je vous ai envoyé correspond au codage de la page sur IE.tandis qu'il y a ddes fichiers dans mon projet :

    1.mainLayout.jsp
    2.mainLayoutMenuFloat.jsp
    3.popUpLayout.jsp

    merci

Discussions similaires

  1. Message attente qui ne bloque pas l'affichage en background
    Par gentyjp dans le forum Windows Forms
    Réponses: 1
    Dernier message: 17/05/2008, 00h25
  2. message d'info qui n'apparait pas
    Par stefano dans le forum WinDev
    Réponses: 5
    Dernier message: 03/12/2007, 12h21
  3. Réponses: 2
    Dernier message: 29/05/2006, 12h43
  4. [MFC] Menu flottant qui ne disparait pas
    Par EuZah dans le forum MFC
    Réponses: 4
    Dernier message: 23/01/2006, 16h59
  5. Réponses: 8
    Dernier message: 25/11/2005, 18h38

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo