Changeset 94531 in spip-zone
- Timestamp:
- Jan 10, 2016, 9:13:30 AM (5 years ago)
- Location:
- _plugins_/traduction_rubriques_autrement
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/traduction_rubriques_autrement/branches/1/css/trad_rub_styles.css
r94530 r94531 97 97 98 98 div.ref { 99 float: right;100 margin: -3px -2px 0 0;101 99 cursor: help; 100 position: absolute; 101 right:3px; 102 top: 0; 103 z-index: 100; 102 104 } 103 105 -
_plugins_/traduction_rubriques_autrement/branches/1/trad_rub_pipelines.php
r94530 r94531 3 3 4 4 $flux .= '<link rel="stylesheet" href="' . find_in_path('css/trad_rub_styles.css') . '" type="text/css" media="all" />'; 5 $flux .='<!-- Example script --> 6 <script type="text/javascript"> 7 $(document).ready( function() { 8 $(".avis_source").click( function() { 9 javascript:alert("'._T('tra:avis_rubrique_source').'"); 10 }); 11 }); 12 </script> 13 '; 5 14 return $flux; 6 15 -
_plugins_/traduction_rubriques_autrement/trunk/css/trad_rub_styles.css
r94528 r94531 97 97 98 98 div.ref { 99 float: right;100 margin: -3px -2px 0 0;101 99 cursor: help; 100 position: absolute; 101 right:3px; 102 top: 0; 103 z-index: 100; 102 104 } 103 105 -
_plugins_/traduction_rubriques_autrement/trunk/trad_rub_pipelines.php
r94529 r94531 3 3 4 4 $flux .= '<link rel="stylesheet" href="' . find_in_path('css/trad_rub_styles.css') . '" type="text/css" media="all" />'; 5 $flux .='<!-- Example script --> 6 <script type="text/javascript"> 7 $(document).ready( function() { 8 $(".avis_source").click( function() { 9 javascript:alert("'._T('tra:avis_rubrique_source').'"); 10 }); 11 }); 12 </script> 13 '; 5 14 return $flux; 6 15
Note: See TracChangeset
for help on using the changeset viewer.