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

HTML Discussion :

Page HTML contre modification


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Inscrit en
    Janvier 2010
    Messages
    19
    Détails du profil
    Informations forums :
    Inscription : Janvier 2010
    Messages : 19
    Par défaut Page HTML contre modification
    Bonjour ;

    je suis un administrateur systemes , mais j'ai pas une grande experience en programmation HTML

    j'ai une page html programmé pour afficher les statistique de la production d'une société , réalisé par un developeur externe

    Mais le problème c'est lorsque je veux modifier cette page il sera réinitialisé par défaut , et lorsque je veux le renommer une autre copié sera créer

    Donc il est protégé contre la modification

    merci de m'aider a examiner ce fichier , pour identifier la partie de cette protection

    voila le code ::


    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
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
    <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>display</TITLE>
     
    <META http-equiv=REFRESH content=15 ;url='index.htm"'>
    <STYLE type=text/css>.style1 {
    	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #ff0000
    }
    .style5 {
    	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: black
    }
    .style6 {
    	FONT-WEIGHT: bold; FONT-SIZE: 40px; COLOR: #ff9966
    }
    .style8 {
    	FONT-WEIGHT: bold; FONT-SIZE: 24px; color: #ff9966
    }
    .style11 {
    	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #ff9966
    }
    .style12 {
    	FONT-WEIGHT: bold; FONT-SIZE: 60px; COLOR: white
    }
    .style13 {
    	FONT-WEIGHT: bold; FONT-SIZE: 65px; COLOR: white
    }
    .style14 {
    	FONT-WEIGHT: bold; FONT-SIZE: 65px; COLOR: #ff9966
    }
    .style15 {
    	FONT-WEIGHT: bold; FONT-SIZE: 65px; COLOR: #ff9966
    }
    BODY {
    	BACKGROUND-COLOR: #000000
    }
    .style16 {
    	FONT-WEIGHT: bold; FONT-SIZE: 50px; COLOR: White
    }
    .style18 {
    	FONT-WEIGHT: bold; FONT-SIZE: 65px; color: 
    colordiffASSx1
    }
    .style19 {
    	FONT-WEIGHT: bold; FONT-SIZE: 14px; color: 
    colordiffASSx2
    }
    .style20 {
    	FONT-WEIGHT: bold; FONT-SIZE: 14px; color: 
    colordiffASSx3
    }
    .style21 {
    	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: 
    colordiffASSx4
    }
    .style22 {
    	FONT-WEIGHT: bold; FONT-SIZE: 14px; color: 
    colordiffETEx1
    }
    .style23 {
    	FONT-WEIGHT: bold; FONT-SIZE: 80px; color: 
    colordiffRFAx1
    }
    .style17 {
    	FONT-WEIGHT: bold; FONT-SIZE: 80px; COLOR: cyan
    }
    </STYLE>
     
    <STYLE>.js {
    	BACKGROUND-COLOR: black
    }
    </STYLE>
     
    <SCRIPT>
    var loaded = false;
    if (document.layers)
      document.write(
    '<STYLE>.rewritable { position: absolute; }<\/STYLE>'
      );
    function Clock (offsetSec, style) {
      this.id = Clock.cnt;
      Clock.clocks[Clock.cnt++] = this;
      this.offsetSec = offsetSec || 0;
      this.style = style || '';
      this.writeHTML();
      this.startTimer();
    }
    function Clock_writeHTML () {
      var html = '';
      if (document.layers) {
        html += '<SPAN';
        html += ' ID="Clock' + this.id + '"';
        html += ' CLASS="rewritable"';
        html += '>';
        html += '<SPAN';
        html += this.style ? ' CLASS="' + this.style + '"' : '';
        html += '>';
        html += this.formatTime();
        html += '<\/SPAN>';
        html += '<\/SPAN>';
      }
      else {
        html += '<SPAN';
        html += ' ID="Clock' + this.id + '"';
        html += this.style ? ' CLASS="' + this.style + '"' : '';
        html += '>';
        html += this.formatTime();
        html += '<\/SPAN>';
      }
      document.write(html);
    }
    Clock.prototype.writeHTML = Clock_writeHTML;
    function Clock_formatTime () {
      var time = new Date();
      time.setTime(time.getTime() + this.offsetSec * 1000);
      var hours = time.getHours();
      var minutes = time.getMinutes();
      var seconds = time.getSeconds();
      var html = '';
      html += hours < 10 ? '0' + hours : hours;
      html += ':';
      html += minutes < 10 ? '0' + minutes : minutes;
      html += ':';
      html += seconds < 10 ? '0' + seconds : seconds;
      return html;
    }
    Clock.prototype.formatTime = Clock_formatTime;
    function Clock_startTimer () {
      this.tid = setInterval('Clock.clocks[' + this.id + '].updateTime()', 
    1000);
    }
    Clock.prototype.startTimer = Clock_startTimer;
    function Clock_updateTime () {
      if (document.all)
        document.all['Clock' + this.id].innerHTML = this.formatTime();
      else if (document.getElementById)
        document.getElementById('Clock' + this.id).firstChild.nodeValue =
          this.formatTime();
      else if (document.layers && loaded) {
        var l = document['Clock' + this.id];
        if (!l.ol) {
          var ol = l.ol = new Layer(l.clip.width);
          ol.clip.height = l.clip.height;
          ol.left = l.pageX; ol.top = l.pageY;
          ol.visibility = 'show';
          l.visibility = 'hide';
        }
        var ol = l.ol;
        var html = '';
        html += '<SPAN';
        html += this.style ? ' CLASS="' + this.style + '"' : '';
        html += '>';
        html += this.formatTime();
        html += '<\/SPAN>';
        ol.document.open();
        ol.document.write(html);
        ol.document.close();
      }
    }
    Clock.prototype.updateTime = Clock_updateTime;
    Clock.cnt = 0;
    Clock.clocks = new Array();
    function init () {
      loaded = true;
    } 
    </SCRIPT>
     
    <META content="MSHTML 6.00.2900.3395" name=GENERATOR></HEAD>
    <BODY onload=init()>
    <TABLE width="100%" border=0>
      <TBODY>
      <TR>
        <TD>
          <DIV class=style16 align=center>
          <SCRIPT type=text/javascript>
     var d = new Date()
     document.write(d.getDate())
     document.write(".")
     document.write(d.getMonth() + 1)
     document.write(".")
     document.write(d.getFullYear())
     </SCRIPT>
          </DIV></TD>
        <TD colSpan=2>
          <DIV class=style16 align=center><NOSCRIPT></NOSCRIPT>
          <SCRIPT>
    new Clock(0, 'js');
    </SCRIPT>
           <BR></DIV></TD>
        <TD>
          <DIV class=style17 align=right>
     
    </DIV></TD></TR>
      <TR>
        <TD>
          <DIV class=style5 align=center>
    VW Sharan
    </DIV></TD>
        <TD>
          <DIV class=style6 align=center>Objectif</DIV>
          <DIV align=center></DIV></TD>
        <TD>
          <DIV class=style6 align=center>Realisé</DIV></TD>
        <TD>
          <DIV class=style6 align=center>Différence</DIV></TD></TR>
     
     
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
        <TD>
          <DIV class=style13 align=center>
     
    Carrousel 1
     </DIV></TD>
        <TD>
          <DIV class=style14 align=center>
    16
     </DIV></TD>
        <TD>
          <DIV class=style15 align=center>
    6
     </DIV></TD>
        <TD>
          <DIV class=style18 align=center><font color=
    red
    >
    -10
    </font></DIV></TD></TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
        <TD>
          <DIV class=style13 align=center>
     
    Carrousel 2
     </DIV></TD>
        <TD>
          <DIV class=style14 align=center>
    14
     </DIV></TD>
        <TD>
          <DIV class=style15 align=center>
    3
     </DIV></TD>
        <TD>
          <DIV class=style18 align=center><font color=
    red
    >
    -11
    </font></DIV></TD></TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
        <TD>
          <DIV class=style13 align=center>
     
    Test électrique 1
     </DIV></TD>
        <TD>
          <DIV class=style14 align=center>
    8
     </DIV></TD>
        <TD>
          <DIV class=style15 align=center>
    5
     </DIV></TD>
        <TD>
          <DIV class=style18 align=center><font color=
    red
    >
    -3
    </font></DIV></TD></TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
        <TD>
          <DIV class=style13 align=center>
     
    Test électrique 2
     </DIV></TD>
        <TD>
          <DIV class=style14 align=center>
    8
     </DIV></TD>
        <TD>
          <DIV class=style15 align=center>
    3
     </DIV></TD>
        <TD>
          <DIV class=style18 align=center><font color=
    red
    >
    -5
    </font></DIV></TD></TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
        <TD>
          <DIV class=style13 align=center>
     
    Test électrique 3
     </DIV></TD>
        <TD>
          <DIV class=style14 align=center>
    8
     </DIV></TD>
        <TD>
          <DIV class=style15 align=center>
    1
     </DIV></TD>
        <TD>
          <DIV class=style18 align=center><font color=
    red
    >
    -7
    </font></DIV></TD></TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
        <TD>
          <DIV class=style13 align=center>
     
    Test électrique 4
     </DIV></TD>
        <TD>
          <DIV class=style14 align=center>
    8
     </DIV></TD>
        <TD>
          <DIV class=style15 align=center>
    1
     </DIV></TD>
        <TD>
          <DIV class=style18 align=center><font color=
    red
    >
    -7
    </font></DIV></TD></TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
    </TR>
    <TR>
        <TD>
          <DIV class=style13 align=center>
     
    Emballage
     </DIV></TD>
        <TD>
          <DIV class=style14 align=center>
    33
     </DIV></TD>
        <TD>
          <DIV class=style15 align=center>
    7
     </DIV></TD>
        <TD>
          <DIV class=style18 align=center><font color=
    red
    >
    -26
    </font></DIV></TD></TR>
    </TBODY>
    </TABLE>
    </BODY></HTML>
     
     
    <p align="center"></p><p align="center">
    <span style="font-family:arial;font-size:150%;"><strong><span style="color:#FFFFFF;"><marquee direction="right" loop="infinite" width="120%" bgcolor="#B80000 " height="40" align="left" behaviour="alternate">  ليوني بوزنيقة
    </marquee></span></strong></span></p>

  2. #2
    Rédacteur

    Avatar de Bovino
    Homme Profil pro
    Développeur Web
    Inscrit en
    Juin 2008
    Messages
    23 647
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Gironde (Aquitaine)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2008
    Messages : 23 647
    Billets dans le blog
    20
    Par défaut
    réalisé par un developeur externe
    Vu son code, j'espère qu'il n'a pas été payé...

    Sinon, je comprends pas vraiment ta demande... Je vois pas en quoi HTML peut permettre de "protégé contre la modification "...
    Pas de question technique par MP !
    Tout le monde peut participer à developpez.com, vous avez une idée, contactez-moi !
    Mes formations video2brain : La formation complète sur JavaScriptJavaScript et le DOM par la pratiquePHP 5 et MySQL : les fondamentaux
    Mon livre sur jQuery
    Module Firefox / Chrome d'intégration de JSFiddle et CodePen sur le forum

  3. #3
    Membre éclairé Avatar de Tillo
    Homme Profil pro
    Webmaster
    Inscrit en
    Octobre 2007
    Messages
    494
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Webmaster
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Octobre 2007
    Messages : 494
    Par défaut
    Citation Envoyé par Bovino Voir le message
    Vu son code, j'espère qu'il n'a pas été payé...


    ça va... quand je vois le code de certains, je me dis que mon code n'est pas si mal. Plus sérieusement, je ne comprends pas trop la question.

    Pour moi, une page HTML ne peut pas être "protégée". Mais peut-être que le problème a une autre source, peut-être que cette page fait partie d'un CMS et qu'elle ne fonctionne pas de façon autonome.

  4. #4
    Membre éclairé Avatar de EIN-LESER
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2008
    Messages
    703
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : France, Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Service public

    Informations forums :
    Inscription : Mai 2008
    Messages : 703
    Par défaut
    Si on pouvait protéger son code HTML j'en connais pas mal qui seraient heureux
    Et au-temps qui seraient dans une m***e noire

    Pourrais tu nous préciser un peux plus la problématique et les méthodes mis en oeuvre par toi pour faire les changements que tu veux faire please ?

  5. #5
    Modérateur

    Avatar de NoSmoking
    Homme Profil pro
    Inscrit en
    Janvier 2011
    Messages
    17 207
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Janvier 2011
    Messages : 17 207
    Par défaut
    Citation Envoyé par EIN-LESER Voir le message
    Et au-temps qui seraient dans une m***e noire
    au temps pour toi, ici c'est autant !

  6. #6
    Membre éclairé Avatar de EIN-LESER
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2008
    Messages
    703
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : France, Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Service public

    Informations forums :
    Inscription : Mai 2008
    Messages : 703
    Par défaut
    Citation Envoyé par NoSmoking Voir le message
    au temps pour toi, ici c'est autant !
    Je vois que l'ambiance ici devient sympas
    Ce genre de choses peut se dire par PM si on a un tan soit peu de savoir vivre ou a défaut de respect d'autrui.

    Cela vaut encore plus pour les admin me semble t'il.
    Ne sont ils pas censé donner une ligne de conduite?

    Te serait il venus a l'esprit que certaines personnes présent sur le forum ne sont pas française tout en fournissant une contribution.

    déçu déçu!!!

Discussions similaires

  1. modif diaporama sur page html
    Par jeami dans le forum Flash
    Réponses: 4
    Dernier message: 08/09/2008, 15h28
  2. Modification du titre de la page HTML depuis une applet
    Par ChPortos dans le forum Applets
    Réponses: 1
    Dernier message: 16/05/2008, 17h33
  3. actualiser la page html dès la modification du select
    Par Shikamaru86 dans le forum Général JavaScript
    Réponses: 24
    Dernier message: 26/04/2007, 10h12
  4. [WinDev 9] Modification d'une page HTML
    Par JohanProg dans le forum WinDev
    Réponses: 1
    Dernier message: 13/09/2006, 16h18
  5. redirection de pages html vers une page locale? (modif dns?)
    Par johan_b dans le forum Autres Logiciels
    Réponses: 3
    Dernier message: 20/01/2006, 16h51

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