index.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <!DOCTYPE html>
  2. <html lang="fr-fr">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Exégètes - Presse à Citron</title>
  8. <!-- Bootstrap -->
  9. <!-- <link href="bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
  10. <link href="style.css" rel="stylesheet">
  11. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  12. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  13. <!--[if lt IE 9]>
  14. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  15. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  16. <![endif]-->
  17. </head>
  18. <body>
  19. <h1 class="app titre">MA Abrogation Tele2</h1>
  20. <div class="métadonnées">
  21. <span class="heading">Dossier</span>
  22. <a href="/abroretention/" class="dossier" id="abroretention">Abrogation rétention des données</a>
  23. </div>
  24. <div class="éditer">
  25. <form action="/bartender/shake" method="get">
  26. <div class="form-group hidden">
  27. <label for="projetId">Identifiant:</label>
  28. <input type="text" class="form-control" id="projetId" name="projetId" value="abro-tele2" placeholder="">
  29. </div>
  30. <div class="form-group">
  31. <label for="projetPadPrincipal">Pad principal:</label>
  32. <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">
  33. </div>
  34. <div class="form-group">
  35. <label for="projetPadGarde">Page de garde:</label>
  36. <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">
  37. </div>
  38. <div class="form-group">
  39. <label for="projetPadAutre1">Autre pad: <a href="#">Ajouter</a></label>
  40. <input type="url" class="form-control hidden" id="projetPadAutre1" name="projetPadAutre1" placeholder="https://pad.exegetes.eu.org/">
  41. </div>
  42. <div class="form-group hidden">
  43. <label for="projetDossier">Dossier: <a href="ajout-dossier.html">(Nouveau dossier ?)</a></label>
  44. <select name="dossier" id="dossiers" multiple="" class="form-control input-lg select2 select2-offscreen" tabindex="-1">
  45. <option value="abroretention" selected="selected">Abrogation de la rétention des données</option>
  46. <option value="tes">Fichier TES</option>
  47. <option value="orangefail">#OrangeFail</option>
  48. <option value="prishield">Privacy Shield</option>
  49. </select>
  50. </div>
  51. <div class="actions">
  52. <button type="submit" class="bouton presse">Presser</button>
  53. </div>
  54. </form>
  55. </div>
  56. <div class="ressources">
  57. <h3>Télécharger</h3>
  58. <a class="pdf" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.pdf">PDF</a>
  59. <a class="docx" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.docx">Docx</a>
  60. <a class="html5" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.html">HTML</a>
  61. <a class="txt" href="http://citron.exegetes.eu.org/abroretention/abro-tele2.txt">Texte</a>
  62. Dernière compilation :&nbsp;<div id="statusmsg"></div>
  63. </div>
  64. <nav class="projets dossiers">
  65. <span class="heading">Projets</span>
  66. <a href="/replique-premierministre-csi.html">Réplique Premier Ministre CSI</a>
  67. <a href="/abro-tele2.html" class="selected">MA Abrogation Tele2</a>
  68. <a href="/index.html" class="vers-index">Revenir à l'index des dossiers</a>
  69. </nav>
  70. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  71. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  72. <script>
  73. $(document).ready(function() {
  74. jQuery.get('/bartender/status?dossier=abroretention&projetId=abro-tele2', function(data) {
  75. $("#statusmsg").html(data["text"]);
  76. });
  77. });
  78. </script>
  79. <!-- Include all compiled plugins (below), or include individual files as needed -->
  80. <script src="bootstrap3/js/bootstrap.min.js"></script>
  81. </body>
  82. </html>