Changeset 44069 in spip-zone
- Timestamp:
- Feb 1, 2011, 10:30:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/zpip/inclure/ajax_parallel_load.html
r38777 r44069 11 11 <div id="zapl-#GET{bloc}" class="zapl-loading"><:zpip:zapl_loading:></div> 12 12 <script type="text/javascript"> 13 /* <![CDATA[ */ 13 14 var myurl = window.location + ""; 14 15 myurl = myurl.split('#'); … … 21 22 }); 22 23 }); 24 /* ]]> */ 23 25 </script> 24 26 <noscript> 25 <meta http-equiv="refresh" content="2;url=<?php echo ($url=parametre_url(self(),'var_zapl','non'));?>" >27 <meta http-equiv="refresh" content="2;url=<?php echo ($url=parametre_url(self(),'var_zapl','non'));?>" /> 26 28 <a href="<?php echo $url ?>"><:zpip:zapl_reload_off:></a> 27 29 </noscript>
Note: See TracChangeset
for help on using the changeset viewer.