replique-premierministre-csi.html 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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">Réplique Premier Ministre CSI</h1>
  20. <div class="métadonnées">
  21. <span class="heading">Dossier</span>
  22. <a href="/intveld/" class="dossier" id="intveld">In 't Veld</a>
  23. </div>
  24. <div class="éditer">
  25. <form>
  26. <div class="form-group hidden">
  27. <label for="projetId">Identifiant:</label>
  28. <input type="text" class="form-control" id="projetId" name="projetId" value="replique-premierministre-csi" 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.hskzKjJOKXndruNe$Réplique-PremierMinistre-CSI/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.hskzKjJOKXndruNe$MA-CSI-Page-de-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="intveld" selected="selected">In 't Veld</option>
  46. <option value="abroretention">Abrogation de la rétention des données</option>
  47. <option value="tes">Fichier TES</option>
  48. <option value="orangefail">#OrangeFail</option>
  49. <option value="prishield">Privacy Shield</option>
  50. </select>
  51. </div>
  52. <div class="actions">
  53. <button type="submit" class="bouton presse">Presser</button>
  54. </div>
  55. </form>
  56. </div>
  57. <div class="ressources">
  58. <h3>Télécharger</h3>
  59. <a class="pdf" href="http://citron.exegetes.eu.org/intveld/replique-premierministre-csi.pdf">PDF</a>
  60. <a class="docx" href="http://citron.exegetes.eu.org/intveld/replique-premierministre-csi.docx">Docx</a>
  61. <a class="html5" href="http://citron.exegetes.eu.org/intveld/replique-premierministre-csi.html">HTML</a>
  62. <a class="txt" href="http://citron.exegetes.eu.org/intveld/replique-premierministre-csi.txt">Texte</a>
  63. </div>
  64. <nav class="projets dossiers">
  65. <span class="heading">Projets</span>
  66. <a href="/replique-premierministre-csi.html" class="selected">Réplique Premier Ministre CSI</a>
  67. <a href="/abro-tele2.html">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. <!-- Include all compiled plugins (below), or include individual files as needed -->
  73. <script src="bootstrap3/js/bootstrap.min.js"></script>
  74. </body>
  75. </html>