143 |
delphine |
1 |
<h1>Fiche</h1>
|
201 |
gduche |
2 |
<style>
|
|
|
3 |
#zone_contenu_fiche {
|
203 |
gduche |
4 |
border:solid 1px #DDD;
|
|
|
5 |
border-width:0px 1px 1px 1px;
|
201 |
gduche |
6 |
width:100%;
|
|
|
7 |
min-height:400px;
|
203 |
gduche |
8 |
clear:left;
|
|
|
9 |
|
201 |
gduche |
10 |
}
|
|
|
11 |
|
|
|
12 |
.module {margin: 0 1em 1em 0;}
|
|
|
13 |
.module .titre{ margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; cursor:pointer;}
|
|
|
14 |
.module .titre .ui-icon { float: right; }
|
|
|
15 |
.module .contenu { padding: 0.4em; }
|
|
|
16 |
|
|
|
17 |
.colonne {float:left; padding-bottom:100px; width:30%}
|
|
|
18 |
|
|
|
19 |
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
|
|
|
20 |
.ui-sortable-placeholder * { visibility: hidden; }
|
|
|
21 |
|
|
|
22 |
#zone_onglets ul li {list-style:none}
|
|
|
23 |
.lienToggle {cursor:pointer}
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
#dialog label, #dialog input { display:block; }
|
|
|
27 |
#dialog label { margin-top: 0.5em; }
|
|
|
28 |
#dialog input, #dialog textarea { width: 95%; }
|
211 |
aurelien |
29 |
#zone_onglets { margin-top: 1em; padding-right: 5px; border-width: 1px 1px 0 1px; border-radius:0; width:99%; font-size:12px}
|
203 |
gduche |
30 |
#zone_onglets li {float:left}
|
201 |
gduche |
31 |
#zone_onglets li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
|
211 |
aurelien |
32 |
#zone_onglets #ongletEtPlus { cursor: pointer; float:right;}
|
|
|
33 |
|
|
|
34 |
.elementMenuModules {
|
|
|
35 |
display:block;
|
|
|
36 |
border: 1px solid black;
|
|
|
37 |
width: 150px;
|
|
|
38 |
padding: 10px 10px 10px 25px;
|
|
|
39 |
margin:0px;
|
|
|
40 |
cursor: pointer;
|
|
|
41 |
}
|
|
|
42 |
|
|
|
43 |
.elementMenuModules:hover {
|
|
|
44 |
background-color: grey;
|
|
|
45 |
}
|
212 |
aurelien |
46 |
|
|
|
47 |
.elementMenuModulesSelectionne {
|
|
|
48 |
background-color: #F6AF39;
|
|
|
49 |
}
|
|
|
50 |
|
211 |
aurelien |
51 |
.menuModules {left: 73%; position: absolute; border: 1px solid grey; margin: 0px; padding: 0px}
|
201 |
gduche |
52 |
</style>
|
|
|
53 |
|
203 |
gduche |
54 |
<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
|
|
55 |
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
|
|
56 |
<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#fiche">Accueil</a></li>
|
|
|
57 |
<li class="ui-state-default ui-corner-top"><a href="#fiche">Illustrations</a></li>
|
|
|
58 |
<li class="ui-state-default ui-corner-top"><a href="#fiche">Répartition</a></li>
|
|
|
59 |
<li class="ui-state-default ui-corner-top"><a href="#fiche">Wiki</a></li>
|
211 |
aurelien |
60 |
<li id="ongletEtPlus" class="ui-state-default ui-corner-top"><a href="#fiche">+</a></li>
|
203 |
gduche |
61 |
</ul>
|
211 |
aurelien |
62 |
<span id="conteneurMenuOnglets"></span>
|
203 |
gduche |
63 |
</div>
|
|
|
64 |
|
201 |
gduche |
65 |
<div id="zone_contenu_fiche">
|
203 |
gduche |
66 |
<div class="colonne">
|
|
|
67 |
<div id="illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
68 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">Illustrations</h3>
|
|
|
69 |
<span id="contenu-0" class="contenu">contenu-0</span>
|
|
|
70 |
</div>
|
|
|
71 |
|
|
|
72 |
<div id="repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
73 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">Répartition</h3>
|
|
|
74 |
<span id="contenu-0" class="contenu">contenu-0</span>
|
|
|
75 |
</div>
|
|
|
76 |
|
|
|
77 |
<div id="wiki" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
78 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">Wiki<span class="lienToggle"></span></h3>
|
|
|
79 |
<span id="contenu-0" class="contenu">contenu-0</span>
|
|
|
80 |
</div>
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
</div>
|
201 |
gduche |
84 |
<div class="colonne"></div>
|
|
|
85 |
<div class="colonne"></div>
|
|
|
86 |
|
|
|
87 |
<br style="clear:left" />
|
|
|
88 |
</div>
|
|
|
89 |
|
|
|
90 |
<script type="text/Javascript">
|
|
|
91 |
var modules = Array();
|
211 |
aurelien |
92 |
var ongletsOuverts = Array();
|
201 |
gduche |
93 |
|
|
|
94 |
/** Classe Module
|
|
|
95 |
* Définit un module de type portlet
|
|
|
96 |
**/
|
203 |
gduche |
97 |
function Module(id, module, onglet, statique) {
|
201 |
gduche |
98 |
|
|
|
99 |
// Variables de classe : identifiant, titre, et le HTML du résumé à afficher dans le contenu
|
|
|
100 |
this.id = id;
|
203 |
gduche |
101 |
this.titre;
|
|
|
102 |
this.htmlResume;
|
201 |
gduche |
103 |
this.statique = statique;
|
|
|
104 |
|
|
|
105 |
// Les objets Portlet et Onglet que l'ont garde en mémoire pour pouvoir y accéder facilement
|
203 |
gduche |
106 |
this.portlet = module;
|
201 |
gduche |
107 |
this.onglet;
|
|
|
108 |
|
|
|
109 |
// creerPortlet
|
|
|
110 |
// Créer l'objet Portlet HTML à afficher et le stocker dans les variables de classe
|
|
|
111 |
this.creerPortlet = function() {
|
|
|
112 |
var objet = this;
|
|
|
113 |
|
203 |
gduche |
114 |
var titre = $(module).children('.titre');
|
201 |
gduche |
115 |
titre.className = 'titre ui-widget-header ui-corner-all';
|
|
|
116 |
titre.id = 'titre-' + this.id;
|
|
|
117 |
|
203 |
gduche |
118 |
var contenu = $(module).children('.contenu');
|
201 |
gduche |
119 |
contenu.id = 'contenu-' + this.id;
|
|
|
120 |
contenu.className ='contenu';
|
|
|
121 |
|
|
|
122 |
var lienToggle = document.createElement('span');
|
|
|
123 |
lienToggle.className = 'lienToggle ui-icon ui-icon-minusthick';
|
203 |
gduche |
124 |
$(titre).append(lienToggle);
|
201 |
gduche |
125 |
$(lienToggle).click(function() {
|
212 |
aurelien |
126 |
objet.afficherCacherModule();
|
201 |
gduche |
127 |
});
|
|
|
128 |
|
|
|
129 |
this.portlet = module;
|
|
|
130 |
return module;
|
|
|
131 |
}
|
|
|
132 |
|
|
|
133 |
// creerOnglet
|
|
|
134 |
// Créer l'objet Onglet HTML
|
|
|
135 |
this.creerOnglet = function() {
|
|
|
136 |
var objet = this;
|
|
|
137 |
|
203 |
gduche |
138 |
var a = $(onglet).find("a");
|
201 |
gduche |
139 |
|
|
|
140 |
// Gestion du clic sur le lien
|
|
|
141 |
// Comme les liens sont mis en place par jqueryui tabs, il faut ajouter une surcouche pour
|
|
|
142 |
// déplacer vers la page du module
|
|
|
143 |
$(a).click(function() {
|
211 |
aurelien |
144 |
// TODO : Changer l'url par celle du module et enregistrer la configuration actuelle des onglets.
|
201 |
gduche |
145 |
//$(location).attr('href',"http://www.google.fr");
|
|
|
146 |
});
|
|
|
147 |
|
|
|
148 |
if (!statique) {
|
|
|
149 |
var span = document.createElement('span');
|
|
|
150 |
span.className = "ui-icon ui-icon-close";
|
|
|
151 |
|
|
|
152 |
// Gestion de la fermeture de l'onglet
|
|
|
153 |
$(span).live( "click", function() {
|
212 |
aurelien |
154 |
objet.afficherCacherModule();
|
201 |
gduche |
155 |
});
|
|
|
156 |
|
203 |
gduche |
157 |
$(onglet).append(span);
|
201 |
gduche |
158 |
}
|
|
|
159 |
|
203 |
gduche |
160 |
this.onglet = onglet;
|
201 |
gduche |
161 |
}
|
|
|
162 |
|
|
|
163 |
// Initialisation de l'objet
|
|
|
164 |
this.creerPortlet();
|
|
|
165 |
this.creerOnglet();
|
|
|
166 |
|
|
|
167 |
// Accesseurs de la classe
|
|
|
168 |
this.getOnglet = function() {
|
|
|
169 |
return this.onglet;
|
|
|
170 |
}
|
|
|
171 |
|
|
|
172 |
this.getPortlet = function() {
|
|
|
173 |
|
|
|
174 |
return this.portlet;
|
|
|
175 |
}
|
211 |
aurelien |
176 |
|
|
|
177 |
// fonctions d'affichage et cachage (je sais pas si on dit ça comme ça) des onglets
|
|
|
178 |
this.afficherCacherModule = function() {
|
|
|
179 |
$(this.portlet).find(".lienToggle").toggleClass("ui-icon-plusthick");
|
|
|
180 |
$(this.portlet).find(".lienToggle").toggleClass("ui-icon-minusthick");
|
|
|
181 |
$(this.portlet).find(".contenu").toggle();
|
212 |
aurelien |
182 |
$(this.onglet).toggle();
|
211 |
aurelien |
183 |
}
|
|
|
184 |
|
201 |
gduche |
185 |
}
|
|
|
186 |
|
212 |
aurelien |
187 |
function afficherCacherMenuOnglets() {
|
211 |
aurelien |
188 |
if($("#conteneurMenuOnglets").html() != '') {
|
|
|
189 |
$("#conteneurMenuOnglets").html('');
|
|
|
190 |
} else {
|
|
|
191 |
console.log(ongletsOuverts);
|
|
|
192 |
var htmlMenu = '<ul class="menuModules">';
|
|
|
193 |
for (idOnglet in ongletsOuverts) {
|
212 |
aurelien |
194 |
var classe = "elementMenuModules";
|
|
|
195 |
if($(idOnglet).is(':visible')) {
|
|
|
196 |
classe += " elementMenuModulesSelectionne";
|
|
|
197 |
}
|
|
|
198 |
htmlMenu += '<li class="'+classe+'" rel="'+idOnglet+'" id="menu_module_'+idOnglet+'">'+ongletsOuverts[idOnglet].titre+'</li>';
|
211 |
aurelien |
199 |
}
|
|
|
200 |
htmlMenu += '</ul>';
|
|
|
201 |
$("#conteneurMenuOnglets").html(htmlMenu);
|
|
|
202 |
$("#conteneurMenuOnglets").toggle();
|
|
|
203 |
}
|
|
|
204 |
}
|
|
|
205 |
|
203 |
gduche |
206 |
//Initialisation
|
201 |
gduche |
207 |
$(document).ready(function() {
|
203 |
gduche |
208 |
i = 1;
|
201 |
gduche |
209 |
|
203 |
gduche |
210 |
//Parcourir la totalité des modules générés et les lier grâce à la classe Module
|
|
|
211 |
$(".module").each(function () {
|
201 |
gduche |
212 |
i++;
|
203 |
gduche |
213 |
identifiantOnglet = "#zone_onglets>ul>li:nth-child(" + i +")";
|
|
|
214 |
var module = new Module(i, this, $(identifiantOnglet));
|
211 |
aurelien |
215 |
module.titre = $(this).children('h3').text();
|
|
|
216 |
ongletsOuverts[identifiantOnglet] = module;
|
203 |
gduche |
217 |
});
|
201 |
gduche |
218 |
|
|
|
219 |
$( ".colonne" ).sortable({
|
|
|
220 |
connectWith: ".colonne"
|
|
|
221 |
});
|
|
|
222 |
|
|
|
223 |
$( ".colonne" ).disableSelection();
|
|
|
224 |
$('#zone_onglets').tabs();
|
211 |
aurelien |
225 |
$("#ongletEtPlus").click(function() {
|
212 |
aurelien |
226 |
afficherCacherMenuOnglets();
|
211 |
aurelien |
227 |
});
|
|
|
228 |
|
|
|
229 |
$('.elementMenuModules').live('click', function() {
|
|
|
230 |
var idOnglet = $(this).attr('rel');
|
|
|
231 |
var objet = ongletsOuverts[idOnglet];
|
212 |
aurelien |
232 |
objet.afficherCacherModule();
|
|
|
233 |
$(this).toggleClass("elementMenuModulesSelectionne");
|
211 |
aurelien |
234 |
})
|
201 |
gduche |
235 |
});
|
|
|
236 |
</script>
|