|
1 {% extends "base.html" %} |
|
2 {% comment %} |
|
3 |
|
4 Main page of django_consultant's website. |
|
5 |
|
6 {% endcomment %} |
|
7 {% block head %} |
|
8 {{block.super}} |
|
9 <link rel="stylesheet" href="{{ STATIC_URL }}css/article.css" /> |
|
10 <script type="text/javascript" src="{{ STATIC_URL }}js/dossierdoc.js"></script> |
|
11 <script type="text/javascript" src="{{ STATIC_URL }}js/base.js"></script> |
|
12 |
|
13 {% endblock %} |
|
14 {% block body %} |
|
15 <body onLoad="showResultsDossierDoc({{ request.session.jsontreemapdossierdoc }});loadStreamgraph({{ request.session.jsonstreamgraphdossierdoc }});setCategories({{ request.session.jsontreemapdossierdoc }}); "> |
|
16 {% endblock %} |
|
17 {% block headerdossier %} |
|
18 <div class="header-documentaire"> |
|
19 <a class="retour" href="#">« Retour</a> |
|
20 <h2><span>Mon dossier documentaire: </span><span>{{mydossierDoc.dossierDocTitle}}</span></h2> |
|
21 </div> |
|
22 {% endblock %} |
|
23 |
|
24 {% block query %} |
|
25 <form id="ajaxtreemapdoc" method="post" action="/">{% csrf_token %} |
|
26 <input type="hidden" id="filtre" name="filtre" value="nok"> |
|
27 <input type="hidden" id="requestType" name="requestType" value="treemap"> |
|
28 <input type="hidden" id="refresh" name="refresh" value="nok"> |
|
29 |
|
30 <p > |
|
31 <a href="#" class="photo"></a> |
|
32 <input id="recherche_id" name="recherche" placeholder="Rechercher" class="input-recherche" type="text" title="Rechercher"/> |
|
33 <input id="recherche_button_doc" type="button" value="" class="recherche-submit"/> |
|
34 |
|
35 </p> |
|
36 </form> |
|
37 {% endblock %} |
|
38 {% block contentleft %} |
|
39 <div class="content-left documentaire"> |
|
40 |
|
41 <div class="widget-wrapper"> |
|
42 <div class="widget-wrap"> |
|
43 <!--div class="widget recherche"> |
|
44 <h3><a href="#">RECHERCHE</a></h3> |
|
45 <div class="widget-inner"> |
|
46 <form action="#" method=""> |
|
47 <p class="clearfix"> |
|
48 <input type="text" name="" placeholder="Rechercher" /> |
|
49 <input type="submit" title="Rechercher" value="" /> |
|
50 </p> |
|
51 </form> |
|
52 </div> |
|
53 </div--><!-- recherche --> |
|
54 <div class="widget affichage"> |
|
55 <h3><a href="#" class="open">AFFICHAGE</a></h3> |
|
56 <div class="widget-inner"> |
|
57 <ul class="clearfix"> |
|
58 <li><a title="Passer en vue Treemap" class="treemap active" href="#" ><span class="visuel"></span><span class="fonction">Treemap</span> </a></li> |
|
59 <li id="listehref"><a title="Passer en vue Liste" class="liste" href="#" ><span class="visuel"></span><span class="fonction">Liste</span> </a></li> |
|
60 </ul> |
|
61 </div> |
|
62 </div><!-- affichage --> |
|
63 |
|
64 <!--div class="widget filtre"> |
|
65 <h3><a href="#" class="open">FILTRES</a></h3> |
|
66 <div class="widget-inner"> |
|
67 <form action="#" class="filtre-date"> |
|
68 <p> |
|
69 <label for="">De :</label> |
|
70 <input type="text" name="dateBegin" class="dateBegin" /> |
|
71 </p> |
|
72 <p> |
|
73 <label for="">à :</label> |
|
74 <input type="text" name="dateEnd" class="dateEnd" /> |
|
75 </p> |
|
76 </form> |
|
77 <h4>Catégories :</h4> |
|
78 <form action="#" class="filtre-categorie"> |
|
79 <p><input type="checkbox" checked="checked"> <label for="">International</label> </p> |
|
80 <p><input type="checkbox" checked="checked"> <label for="">France</label> </p> |
|
81 <p><input type="checkbox" checked="checked"> <label for="">Economie</label> </p> |
|
82 <p><input type="checkbox" checked="checked"> <label for="">Culture</label> </p> |
|
83 </form> |
|
84 </div> |
|
85 </div--><!-- filtre --> |
|
86 |
|
87 <div class="widget filtre"> |
|
88 <h3><a href="#" class="open">FILTRES</a></h3> |
|
89 <div class="widget-inner"> |
|
90 |
|
91 <form id="ajaxfiltrestreamgraph" method="post" action="/?next={{request.get_full_path}}">{% csrf_token %} |
|
92 <input type="hidden" id="requestType" name="requestType" value="streamgraph"/> |
|
93 <input type="hidden" id="filtre" name="filtre" value="dossierDocOk"/> |
|
94 </form> |
|
95 |
|
96 <form id="ajaxfiltretreemap" method="post" action="/?next={{request.get_full_path}}" class="filtre-date">{% csrf_token %} |
|
97 <input type="hidden" id="requestType" name="requestType" value="treemap"> |
|
98 <input type="hidden" name="filtre" value="dossierDocOk"> |
|
99 <p> |
|
100 <label for="">De :</label> |
|
101 <input id="pickeddatebegin" type="text" name="from_date" class="dateBegin" value="07/01/2007"/> |
|
102 </p> |
|
103 <p> |
|
104 <label for="">à :</label> |
|
105 <input id="pickeddateend" type="text" name="to_date" class="dateEnd" value="12/01/2012"/> |
|
106 </p> |
|
107 <!--/form--> |
|
108 <h4>Catégories :</h4> |
|
109 <p><input type="checkbox" name="categories1" value="International" class="checkbox_category" checked="checked"/> <label for="">International</label> </p> |
|
110 <p><input type="checkbox" name="categories2" value="France" class="checkbox_category" checked="checked"/> <label for="">France</label> </p> |
|
111 <p><input type="checkbox" name="categories3" value="Economie" class="checkbox_category" checked="checked"/> <label for="">Economie</label> </p> |
|
112 <p><input type="checkbox" name="categories4" value="Culture" class="checkbox_category" checked="checked"/> <label for="">Culture</label> </p> |
|
113 </form> |
|
114 </div> |
|
115 </div><!-- filtre --> |
|
116 |
|
117 </div> |
|
118 </div> |
|
119 </div> |
|
120 {% endblock %} |
|
121 |
|
122 |
|
123 |
|
124 |