Changeset 60746 in spip-zone
- Timestamp:
- Apr 28, 2012, 9:49:23 PM (9 years ago)
- Location:
- _plugins_/relecture
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/relecture/prive/squelettes/contenu/relecture.html
r60745 r60746 64 64 65 65 <div id="accordion"> 66 [<h3> descr</h3>67 <div>(#ARTICLE_DESCR )</div>]68 [<h3> chapeau</h3>69 <div>(#ARTICLE_CHAPO )</div>]70 [<h3> texte</h3>71 <div>(#ARTICLE_TEXTE )</div>]72 [<h3> ps</h3>73 <div>(#ARTICLE_PS )</div>]66 [<h3><a href="#">descr</a></h3> 67 <div>(#ARTICLE_DESCR|trim)</div>] 68 [<h3><a href="#">chapeau</a></h3> 69 <div>(#ARTICLE_CHAPO|trim)</div>] 70 [<h3><a href="#">texte</a></h3> 71 <div>(#ARTICLE_TEXTE|trim)</div>] 72 [<h3><a href="#">ps</a></h3> 73 <div>(#ARTICLE_PS|trim)</div>] 74 74 </div> 75 75 … … 105 105 106 106 <script> 107 $(document).ready(function() {108 $("#accordion").accordion();109 110 107 $(function() { 108 $( "#accordion" ).accordion(); 109 }); 110 </script> -
_plugins_/relecture/relecture_pipelines.php
r60745 r60746 11 11 function relecture_jqueryui_plugins($scripts) { 12 12 13 $scripts[] = "javascript/ui/jquery.ui.widget.js"; 13 14 $scripts[] = "javascript/ui/jquery.ui.accordion.js"; 14 15
Note: See TracChangeset
for help on using the changeset viewer.