Ignore:
Timestamp:
Aug 24, 2009, 7:03:22 PM (15 years ago)
Author:
nikrou
Message:

Allow admin to change number of column
Use $confdir_thumbnail and $confprefix_thumbnail in ak_jquery-load.js for replace('thumbnail\/TN-', )

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) }
    22<div id="reload">
    33  <table class="picture">
     
    3737</div>
    3838{/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.