- Timestamp:
- Aug 24, 2009, 7:03:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/akBookStyle/trunk/template/ak_reloaded_image.tpl
r3788 r3791 1 {if !empty($AK_PIC_SRC) or true}1 {if !empty($AK_PIC_SRC) } 2 2 <div id="reload"> 3 3 <table class="picture"> … … 37 37 </div> 38 38 {/if} 39 40 41 {known_script id="jquery" src=$ROOT_URL|cat:"template-common/lib/jquery.packed.js"}42 {html_head}43 <link rel="stylesheet" type="text/css" href="{$AK_PLUGIN_CSS}/ak_style.css">44 {literal}45 <script type="text/javascript">// <![CDATA[46 $(document).ready(function() {47 $("a.load")48 .click(function() {49 $("#reload").load("./plugins/ak_loader.php?"+this.href);50 return false;51 });52 });53 // ]]>54 </script>55 {/literal}56 {/html_head}
Note: See TracChangeset
for help on using the changeset viewer.