|
27
|
1 |
|
|
|
2 |
|
|
|
3 |
{% extends "base.html" %} |
|
|
4 |
{% comment %} |
|
|
5 |
|
|
|
6 |
Main page of django_consultant's website. |
|
|
7 |
|
|
|
8 |
{% endcomment %} |
|
|
9 |
|
|
|
10 |
{% block head %} |
|
|
11 |
{{block.super}} |
|
|
12 |
<link rel="stylesheet" href="{{ STATIC_URL }}css/dossiers.css" /> |
|
|
13 |
<script type="text/javascript" src="{{ STATIC_URL }}libraries/jquery-1.6.4.min.js"></script> |
|
|
14 |
<script type="text/javascript" src="{{ STATIC_URL }}js/dossierdoc.js"></script> |
|
|
15 |
{% endblock %} |
|
|
16 |
|
|
|
17 |
{% block body %} |
|
|
18 |
<body onLoad="dossiers({{ request.session.json3 }});"> |
|
|
19 |
{% endblock %} |
|
|
20 |
|
|
37
|
21 |
|
|
27
|
22 |
{% block frise %} |
|
|
23 |
<div class="header-documentaire"> |
|
|
24 |
<a class="retour" href="#">« Retour</a> |
|
|
25 |
<h2>Tous les Dossiers Documentaires : «Rechercher»</h2> |
|
|
26 |
</div> |
|
|
27 |
{% endblock %} |
|
37
|
28 |
|
|
|
29 |
{% block query %} |
|
|
30 |
<form id="ajaxtreemapdoc" method="post" action="/">{% csrf_token %} |
|
|
31 |
<input type="hidden" id="filtre" name="filtre" value="nok"> |
|
|
32 |
<input type="hidden" id="requestType" name="requestType" value="treemap"> |
|
|
33 |
<input type="hidden" id="refresh" name="refresh" value="nok"> |
|
|
34 |
|
|
|
35 |
<p > |
|
|
36 |
<a href="#" class="photo"></a> |
|
|
37 |
<input id="recherche_id" name="recherche" placeholder="Rechercher" class="input-recherche" type="text" title="Rechercher"/> |
|
|
38 |
<input id="recherche_button_doc" type="button" value="" class="recherche-submit"/> |
|
|
39 |
|
|
|
40 |
</p> |
|
|
41 |
</form> |
|
|
42 |
{% endblock %} |
|
27
|
43 |
{% block contentleft %} |
|
|
44 |
<div class="content-left documentaire"> |
|
|
45 |
|
|
|
46 |
<div class="widget-wrapper"> |
|
|
47 |
<div class="widget-wrap"> |
|
|
48 |
<div class="widget recherche"> |
|
37
|
49 |
<h3><a href="#" class="open">RECHERCHE</a></h3> |
|
27
|
50 |
<div class="widget-inner"> |
|
|
51 |
<form action="#" method=""> |
|
|
52 |
<p class="clearfix"> |
|
|
53 |
<input type="text" name="" placeholder="Rechercher" /> |
|
|
54 |
<input type="submit" title="Rechercher" value="" /> |
|
|
55 |
</p> |
|
|
56 |
</form> |
|
|
57 |
</div> |
|
42
|
58 |
</div> |
|
|
59 |
|
|
|
60 |
<div id="dialog-form2" title="Modifier votre dossier documentaire"> |
|
|
61 |
<form id="ajaxdocumentaryfilemodify" method="post" action="/documentary_file_modify/?next=http://localhost:8000/documentary_files/">{% csrf_token %} |
|
|
62 |
<fieldset> |
|
|
63 |
<label for="title">Titre du dossier</label> |
|
|
64 |
<input type="text" id="titlemodif" name="title" id="title" class="text ui-widget-content ui-corner-all" /> |
|
|
65 |
<label for="description">Description</label> |
|
|
66 |
<input type="text" id="descriptionmodif" name="description" id="description" value="" class="text ui-widget-content ui-corner-all" /> |
|
|
67 |
<label for="description">Visibilité</label> |
|
|
68 |
<br><br> |
|
|
69 |
<input type="checkbox" id="visibility" name="visibility" > <label for="">Public (par défaut à privé)</label> |
|
|
70 |
<input type="hidden" id="documentary_file_id" name="documentary_file_id"/> |
|
|
71 |
<input type="hidden" id="user" name="user"/> |
|
|
72 |
</fieldset> |
|
|
73 |
</form> |
|
|
74 |
</div> |
|
|
75 |
<!-- recherche --> |
|
37
|
76 |
<!--div class="widget classer"> |
|
27
|
77 |
<h3><a href="#">CLASSER</a></h3> |
|
|
78 |
<div class="widget-inner"> |
|
|
79 |
<form action="#" class="filtre-categorie"> |
|
|
80 |
<p><input type="checkbox"> <label for="">International</label> </p> |
|
|
81 |
<p><input type="checkbox"> <label for="">International</label> </p> |
|
|
82 |
<p><input type="checkbox"> <label for="">International</label> </p> |
|
|
83 |
</form> |
|
|
84 |
</div> |
|
37
|
85 |
</div!!><!-- classer --> |
|
|
86 |
<!--div class="widget filtre"> |
|
27
|
87 |
<h3><a href="#">FILTRES</a></h3> |
|
|
88 |
<div class="widget-inner"> |
|
|
89 |
<form action="#" class="filtre-date"> |
|
|
90 |
<p> |
|
|
91 |
<label for="">De :</label> |
|
|
92 |
<input type="text" name="dateBegin" class="dateBegin" /> |
|
|
93 |
</p> |
|
|
94 |
<p> |
|
|
95 |
<label for="">à :</label> |
|
|
96 |
<input type="text" name="dateEnd" class="dateEnd" /> |
|
|
97 |
</p> |
|
|
98 |
</form> |
|
|
99 |
<h4>Catégories :</h4> |
|
|
100 |
<form action="#" class="filtre-categorie"> |
|
37
|
101 |
<p><input type="checkbox" checked="checked"> <label for="">International</label> </p> |
|
|
102 |
<p><input type="checkbox" checked="checked"> <label for="">France</label> </p> |
|
|
103 |
<p><input type="checkbox" checked="checked"> <label for="">Economie</label> </p> |
|
|
104 |
<p><input type="checkbox" checked="checked"> <label for="">Culture</label> </p> |
|
|
105 |
</form> |
|
|
106 |
</div> |
|
|
107 |
</div--><!-- filtre --> |
|
|
108 |
|
|
|
109 |
<div class="widget filtre"> |
|
|
110 |
<h3><a href="#" class="open">FILTRES</a></h3> |
|
|
111 |
<div class="widget-inner"> |
|
|
112 |
<form id="ajaxfiltrestreamgraph" method="post" action="/">{% csrf_token %} |
|
|
113 |
<input type="hidden" id="requestType" name="requestType" value="streamgraph"/> |
|
|
114 |
<input type="hidden" id="filtre" name="filtre" value="ok"/> |
|
|
115 |
<input type="hidden" id="dossierDoc" name="dossierDoc" value="{{request.get_full_path}}"/> |
|
|
116 |
</form> |
|
|
117 |
|
|
|
118 |
<form id="ajaxfiltretreemap" method="post" action="/" class="filtre-date">{% csrf_token %} |
|
|
119 |
<input type="hidden" id="requestType" name="requestType" value="treemap"> |
|
|
120 |
<input type="hidden" name="filtre" value="ok"> |
|
|
121 |
<p> |
|
|
122 |
<label for="">De :</label> |
|
|
123 |
<input id="pickeddatebegin" type="text" name="from_date" class="dateBegin" value="07/01/2007"/> |
|
|
124 |
</p> |
|
|
125 |
<p> |
|
|
126 |
<label for="">à :</label> |
|
|
127 |
<input id="pickeddateend" type="text" name="to_date" class="dateEnd" value="12/01/2012"/> |
|
|
128 |
</p> |
|
|
129 |
<!--/form--> |
|
|
130 |
<h4>Catégories :</h4> |
|
|
131 |
<p><input type="checkbox" name="categories1" value="International" class="checkbox_category" checked="checked"/> <label for="">International</label> </p> |
|
|
132 |
<p><input type="checkbox" name="categories2" value="France" class="checkbox_category" checked="checked"/> <label for="">France</label> </p> |
|
|
133 |
<p><input type="checkbox" name="categories3" value="Economie" class="checkbox_category" checked="checked"/> <label for="">Economie</label> </p> |
|
|
134 |
<p><input type="checkbox" name="categories4" value="Culture" class="checkbox_category" checked="checked"/> <label for="">Culture</label> </p> |
|
27
|
135 |
</form> |
|
|
136 |
</div> |
|
|
137 |
</div><!-- filtre --> |
|
37
|
138 |
<!--div class="widget links"> |
|
27
|
139 |
<h3><a href="#">DOSSIER ASSOCIES</a></h3> |
|
|
140 |
<div class="widget-inner"> |
|
|
141 |
<ul> |
|
|
142 |
<li><a href="#">« Corruption »</a></li> |
|
|
143 |
<li><a href="#">« Corruption »</a></li> |
|
|
144 |
<li><a href="#">« Corruption »</a></li> |
|
|
145 |
<li><a href="#">« Corruption »</a></li> |
|
|
146 |
</ul> |
|
|
147 |
</div> |
|
37
|
148 |
</div--><!-- links --> |
|
27
|
149 |
</div> |
|
|
150 |
</div> |
|
|
151 |
</div> |
|
|
152 |
{% endblock %} |