equal
deleted
inserted
replaced
36 |
36 |
37 <div id="menuExtraContent"> |
37 <div id="menuExtraContent"> |
38 <button href="#project" data-toggle="modal" role="button" class="titrage">Le projet</button> / |
38 <button href="#project" data-toggle="modal" role="button" class="titrage">Le projet</button> / |
39 <button href="#modeEmploi" data-toggle="modal" role="button" class="titrage">Mode d'emploi</button> / |
39 <button href="#modeEmploi" data-toggle="modal" role="button" class="titrage">Mode d'emploi</button> / |
40 <button href="#credits" data-toggle="modal" role="button" class="titrage">Crédits</button> / |
40 <button href="#credits" data-toggle="modal" role="button" class="titrage">Crédits</button> / |
41 <a href="http://enmi12.org" class="titrage linkAsButton">ENMI12.org</a> / |
41 <a href="http://enmi-conf.org/wp/enmi12" class="titrage linkAsButton">ENMI12</a> / |
42 <button href="#changelogs" data-toggle="modal" role="button" class="titrage">Changelog</button> |
42 <button href="#changelogs" data-toggle="modal" role="button" class="titrage">Changelog</button> |
43 </div> |
43 </div> |
44 |
44 |
45 <div id="project" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> |
45 <div id="project" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> |
46 <div class="modal-header"> |
46 <div class="modal-header"> |
169 $tags = ''; |
169 $tags = ''; |
170 $wordName = $noeud -> getAttribute('name'); |
170 $wordName = $noeud -> getAttribute('name'); |
171 $wordName = strtolower($wordName); |
171 $wordName = strtolower($wordName); |
172 $wordName = removeAccents($wordName); |
172 $wordName = removeAccents($wordName); |
173 $wordName = strtolower($wordName); |
173 $wordName = strtolower($wordName); |
174 $wordUrl = 'http://enmi12.org/glossaire/index.php?mot=' . $wordName; |
174 $wordUrl = 'http://enmi-conf.org/enmi12/glossaire/index.php?mot=' . $wordName; |
175 |
175 |
176 foreach($decriptions as $description) |
176 foreach($decriptions as $description) |
177 { |
177 { |
178 |
178 |
179 if($description->hasAttributes()) |
179 if($description->hasAttributes()) |