--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/alcatel/django/templates/dossiersdocumentaire1.html Wed Aug 14 16:37:26 2013 +0200
@@ -0,0 +1,90 @@
+
+
+{% extends "base.html" %}
+{% comment %}
+
+Main page of django_consultant's website.
+
+{% endcomment %}
+
+{% block head %}
+ {{block.super}}
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/dossiers.css" />
+ <script type="text/javascript" src="{{ STATIC_URL }}libraries/jquery-1.6.4.min.js"></script>
+ <script type="text/javascript" src="{{ STATIC_URL }}js/dossierdoc.js"></script>
+ {% endblock %}
+
+ {% block body %}
+ <body onLoad="dossiers({{ request.session.json3 }});">
+ {% endblock %}
+
+
+ {% block frise %}
+ <div class="header-documentaire">
+ <a class="retour" href="#">« Retour</a>
+ <h2>Tous les Dossiers Documentaires : «Rechercher»</h2>
+ </div>
+ {% endblock %}
+
+ {% block contentleft %}
+ <div class="content-left documentaire">
+
+ <div class="widget-wrapper">
+ <div class="widget-wrap">
+ <div class="widget recherche">
+ <h3><a href="#">RECHERCHE</a></h3>
+ <div class="widget-inner">
+ <form action="#" method="">
+ <p class="clearfix">
+ <input type="text" name="" placeholder="Rechercher" />
+ <input type="submit" title="Rechercher" value="" />
+ </p>
+ </form>
+ </div>
+ </div><!-- recherche -->
+ <div class="widget classer">
+ <h3><a href="#">CLASSER</a></h3>
+ <div class="widget-inner">
+ <form action="#" class="filtre-categorie">
+ <p><input type="checkbox"> <label for="">International</label> </p>
+ <p><input type="checkbox"> <label for="">International</label> </p>
+ <p><input type="checkbox"> <label for="">International</label> </p>
+ </form>
+ </div>
+ </div><!-- classer -->
+ <div class="widget filtre">
+ <h3><a href="#">FILTRES</a></h3>
+ <div class="widget-inner">
+ <form action="#" class="filtre-date">
+ <p>
+ <label for="">De :</label>
+ <input type="text" name="dateBegin" class="dateBegin" />
+ </p>
+ <p>
+ <label for="">à :</label>
+ <input type="text" name="dateEnd" class="dateEnd" />
+ </p>
+ </form>
+ <h4>Catégories :</h4>
+ <form action="#" class="filtre-categorie">
+ <p><input type="checkbox"> <label for="">International</label> </p>
+ <p><input type="checkbox"> <label for="">International</label> </p>
+ <p><input type="checkbox"> <label for="">International</label> </p>
+ </form>
+ </div>
+ </div><!-- filtre -->
+ <div class="widget links">
+ <h3><a href="#">DOSSIER ASSOCIES</a></h3>
+ <div class="widget-inner">
+ <ul>
+ <li><a href="#">« Corruption »</a></li>
+ <li><a href="#">« Corruption »</a></li>
+ <li><a href="#">« Corruption »</a></li>
+ <li><a href="#">« Corruption »</a></li>
+ </ul>
+ </div>
+ </div><!-- links -->
+ </div>
+ </div>
+ </div>
+ {% endblock %}
\ No newline at end of file