Changeset 5947 in spip-zone
- Timestamp:
- Oct 6, 2006, 4:05:10 PM (15 years ago)
- Location:
- _plugins_/_dev_/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/widgets/article.html
r5934 r5947 6 6 [<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />] 7 7 <INCLURE{fond=inc-head}> 8 9 <script type="text/javascript" src="#CHEMIN{widgets.js}"></script>10 11 8 </head> 12 9 -
_plugins_/_dev_/widgets/widgets.js
r5944 r5947 77 77 $(this).css({"width":w+'px',"height":h}); 78 78 }) 79 .each(function(n){if (n==0) this.focus();}) 79 .each(function(n){ 80 if (n==0) 81 this.focus(); 82 }) 80 83 .keypress(function(e){ 81 84 if (e.keyCode == 27) { … … 108 111 109 112 $(function() { 113 110 114 $('head') 111 115 .prepend('<style>.widget-hover { background-image: url("dist/images/edit.gif"); background-repeat:no-repeat; background-position:right top; background-color: #e3eeee;}</style>'); … … 119 123 120 124 // TODO: POST ? 121 // TODO: je ne comprends pas pourquoi ca fait deux hits ajax...122 125 // 123 126 // Quand on recupere la liste des droits, on active les widgets autorises
Note: See TracChangeset
for help on using the changeset viewer.