Browse Source

suppression de vieux fichiers faits main

Hugo Roy 7 years ago
parent
commit
1b5cf5c57b
4 changed files with 0 additions and 268 deletions
  1. 0 96
      abro-tele2.html
  2. 0 53
      abroretention/index.html
  3. 0 67
      ajout-dossier.html
  4. 0 52
      intveld/index.html

+ 0 - 96
abro-tele2.html

@@ -1,96 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr-fr">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Exégètes - Presse à Citron</title>
-
-    <!-- Bootstrap -->
-    <!-- <link href="bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
-    <link href="style.css" rel="stylesheet">
-
-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  </head>
-  <body>
-    <h1 class="app titre">MA Abrogation Tele2</h1>
-
-    <div class="métadonnées">
-      <span class="heading">Dossier</span>
-      <a href="/abroretention/" class="dossier" id="abroretention">Abrogation rétention des données</a>
-    </div>
-
-    <div class="éditer">
-	<form action="/bartender/shake" method="get">
-	<div class="form-group hidden">
-	    <label for="projetId">Identifiant:</label>
-	    <input type="text" class="form-control" id="projetId" name="projetId" value="abro-tele2" placeholder="">
-	</div>
-	<div class="form-group">
-	    <label for="projetPadPrincipal">Pad principal:</label>
-	    <input type="url" class="form-control" id="projetPadPrincipal" name="projetPadPrincipal" placeholder="https://pad.exegetes.eu.org/" value="https://pad.exegetes.eu.org/p/g.DSXI1kGFT1gjor66$Abro-REP-Tele2-Principal/export/txt">
-	</div>
-	<div class="form-group">
-	    <label for="projetPadGarde">Page de garde:</label>
-	    <input type="url" class="form-control" id="projetPadGarde" name="projetPadGarde" placeholder="https://pad.exegetes.eu.org/" value="https://pad.exegetes.eu.org/p/g.DSXI1kGFT1gjor66$Abro-REP-Tele2-Garde/export/txt">
-	</div>
-	<div class="form-group">
-	    <label for="projetPadAutre1">Autre pad: <a href="#">Ajouter</a></label>
-	    <input type="url" class="form-control hidden" id="projetPadAutre1" name="projetPadAutre1" placeholder="https://pad.exegetes.eu.org/">
-	</div>
-	<div class="form-group hidden">
-	    <label for="projetDossier">Dossier: <a href="ajout-dossier.html">(Nouveau dossier ?)</a></label>
-	    <select name="dossier" id="dossiers" multiple="" class="form-control input-lg select2 select2-offscreen" tabindex="-1">
-		<option value="abroretention" selected="selected">Abrogation de la rétention des données</option>
-		<option value="tes">Fichier TES</option>
-		<option value="orangefail">#OrangeFail</option>
-		<option value="prishield">Privacy Shield</option>
-	    </select>
-	</div>
-	<div class="actions"> 
-	    <button type="submit" class="bouton presse">Presser</button>
-	</div>
-	</form>
-    </div>
-
-    <div class="ressources">
-    <h3>Télécharger</h3>
-      <a class="pdf" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.pdf">PDF</a>
-      <a class="docx" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.docx">Docx</a>
-      <a class="html5" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.html">HTML</a>
-      <a class="txt" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.txt">Texte</a>
-      Dernière compilation :&nbsp;<div id="statusmsg"></div>
-    </div>
-
-
-    <nav class="projets dossiers">
-      <span class="heading">Projets</span>
-      <a href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
-      <a href="/abro-tele2.html" class="selected">MA Abrogation Tele2</a>
-      <a href="/index.html" class="vers-index">Revenir à l'index des dossiers</a>
-    </nav>
-
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-<script>
-$(document).ready(function() {
-  setTimeout(bartender_get_compilation_status, 1000);
-});
-function bartender_get_compilation_status () {
-    jQuery.get('/bartender/status?dossier=abroretention&projetId=abro-tele2', function(data) {
-        $("#statusmsg").html(data["text"]);
-        if(data.status === 'IN PROGRESS') {
-          setTimeout(bartender_get_compilation_status, 5000);
-	}		
-    });
-};
-</script>
-    <!-- Include all compiled plugins (below), or include individual files as needed -->
-    <script src="bootstrap3/js/bootstrap.min.js"></script>
-  </body>
-</html>

+ 0 - 53
abroretention/index.html

@@ -1,53 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr-fr">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Exégètes - Presse à Citron</title>
-
-    <!-- Bootstrap -->
-    <!-- <link href="../bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
-    <link href="../style.css" rel="stylesheet">
-
-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  </head>
-  <body>
-    <h1 class="app titre">Abrogation de la rétention des données</h1>
-
-    <div class="métadonnées">
-      <span class="heading">Liens</span>
-      <a href="https://nuage.exegetes.eu.org/index.php/apps/files?dir=/Commun/Affaire Abrogation Rétention" class="nuage">Nuage</a>
-      <a href="https://exegetes.eu.org/amateurs/doku.php?id=affaire:abrogation" class="wiki">Wiki</a>
-    </div>
-
-
-    <div class="ressources">
-    <h3>Projets</h3>
-      <a class="projet" href="/abro-tele2.html">MA Abrogation Tele2</a>
-    </div>
-
-
-    <div class="blanc">
-      &nbsp;
-    </div>
-    
-    <nav class="projets dossiers">
-      <span class="heading">Projets</span>
-      <a href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
-      <a href="/abro-tele2.html">MA Abrogation Tele2</a>
-
-      <a href="/index.html" class="vers-index">Revenir à l'index des dossiers</a>
-    </nav>
-
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-    <!-- Include all compiled plugins (below), or include individual files as needed -->
-    <script src="../bootstrap3/js/bootstrap.min.js"></script>
-  </body>
-</html>

+ 0 - 67
ajout-dossier.html

@@ -1,67 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr-fr">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Exégètes - Presse à Citron</title>
-
-    <!-- Bootstrap -->
-    <!-- <link href="bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
-    <link href="style.css" rel="stylesheet">
-
-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  </head>
-  <body id="index">
-    <h1>Ajouter un nouveau dossier</h1>
-
-    <div class="éditer" id="ajouter">
-	<form>
-	<div class="form-group">
-	    <label for="dossierNom">Nom du dossier:</label>
-	    <input type="url" class="form-control" id="dossierNom" placeholder="">
-	</div>
-	<div class="form-group">
-	    <label for="dossierId">Identifiant:</label>
-	    <input type="url" class="form-control" id="dossierId" placeholder="(automatiquement suggéré en fonction du nom)">
-	</div>
-	<div class="form-group">
-	    <label for="dossierNuage">Sur le nuage:</label>
-	    <input type="url" class="form-control" id="dossierId" placeholder="https://nuage.exegetes.eu.org/index.php/apps/files?dir=/Commun/">
-	</div>
-	<div class="form-group">
-	    <label for="dossierWiki">Sur le wiki:</label>
-	    <input type="url" class="form-control" id="dossierId" placeholder="https://exegetes.eu.org/amateurs/doku.php?id=">
-	</div>
-	<div class="actions"> 
-	    <button type="submit" class="bouton">Ajouter</button>
-	</div>
-	</form>
-    </div>
-
-    <p>Vérifier que le dossier n'est pas déjà dans la liste des dossiers:</p>
-      
-    <nav class="dossiers">
-      <a href="/abroretention/">In 't Veld</a>
-      <a href="/abroretention/">Abrogation de la rétention des données</a>
-    </nav>
-    
-    <nav class="projets">
-      <span class="heading">Projets</span>
-      <a href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
-      <a href="/abro-tele2.html">MA Abrogation Tele2</a>
-      <a href="/index.html" class="vers-index">Revenir à l'index des dossiers</a>
-    </nav>
-
-
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-    <!-- Include all compiled plugins (below), or include individual files as needed -->
-    <script src="bootstrap3/js/bootstrap.min.js"></script>
-  </body>
-</html>

+ 0 - 52
intveld/index.html

@@ -1,52 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr-fr">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Exégètes - Presse à Citron</title>
-
-    <!-- Bootstrap -->
-    <!-- <link href="../bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
-    <link href="/style.css" rel="stylesheet">
-
-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
-  </head>
-  <body>
-    <h1 class="app titre">In 't Veld</h1>
-
-    <div class="métadonnées">
-      <span class="heading">Liens</span>
-      <a href="https://nuage.exegetes.eu.org/index.php/apps/files?dir=/Commun/Affaire Vérifications CNCTR-CÉ/In't Veld" class="nuage">Nuage</a>
-      <a href="https://exegetes.eu.org/amateurs/doku.php?id=affaire:intveld" class="wiki">Wiki</a>
-    </div>
-
-
-    <div class="ressources">
-    <h3>Projets</h3>
-      <a class="projet" href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
-    </div>
-
-
-    <div class="blanc">
-      &nbsp;
-    </div>
-    
-    <nav class="projets dossiers">
-      <span class="heading">Projets</span>
-      <a href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
-      <a href="/abro-tele2.html">MA Abrogation Tele2</a>
-      <a href="/index.html" class="vers-index">Revenir à l'index des dossiers</a>
-    </nav>
-
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-    <!-- Include all compiled plugins (below), or include individual files as needed -->
-    <script src="../bootstrap3/js/bootstrap.min.js"></script>
-  </body>
-</html>