Ignore:
Timestamp:
Aug 22, 2009, 9:21:10 PM (15 years ago)
Author:
vdigital
Message:

2nd version close to the initial version (Not working currently).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/template/ak_thumbnails.tpl

    r3781 r3782  
    7878</table>
    7979{/if}
    80 
    81 {known_script id="jquery" src=$ROOT_URL|cat:"template-common/lib/jquery.packed.js"}
    82 {html_head}
    83 <link rel="stylesheet" type="text/css" href="{$AK_PLUGIN_CSS}/ak_style.css">
    84 {literal}
    85 <script type="text/javascript">// <![CDATA[
    86 $(document).ready(function() {
    87   $("a.load")
    88   .click(function() {
    89   $("#reload").load(this.href+"/reload");
    90     return false;
    91   });
    92 });
    93  // ]]>
    94 </script>
    95 {/literal}
    96 {/html_head}
Note: See TracChangeset for help on using the changeset viewer.