Last change
on this file since 18279 was
8962,
checked in by grum, 14 years ago
|
release 3.0.0
fix bug:1716, bug:2128, bug:1296, bug:2052, bug:1910, bug:1723, bug:1709, bug:1680, bug:1477, bug:2129
rewrite plugin core, implement ajax interface, optimize JS
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | |
---|
2 | {literal} |
---|
3 | |
---|
4 | |
---|
5 | <script type="text/javascript"> |
---|
6 | var ac; |
---|
7 | |
---|
8 | $(window).load( |
---|
9 | function () |
---|
10 | { |
---|
11 | ac=new albumConfig( |
---|
12 | {}, |
---|
13 | { |
---|
14 | g002_setting_randompic_periodicchange_deactivated:"{/literal}{'g002_setting_randompic_periodicchange_deactivated'|@translate}{literal}", |
---|
15 | g002_setting_randompic_height_auto:"{/literal}{'g002_setting_randompic_height_auto'|@translate}{literal}" |
---|
16 | }, |
---|
17 | '{/literal}{$token}{literal}', |
---|
18 | { |
---|
19 | 'selectCat':{/literal}{$datas.albums}{literal} |
---|
20 | } |
---|
21 | ); |
---|
22 | } |
---|
23 | ); |
---|
24 | |
---|
25 | </script> |
---|
26 | {/literal} |
---|
27 | |
---|
28 | <div id='iBDProcessing' style="display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#000000;opacity:0.75;z-index:800;"> |
---|
29 | <img src="plugins/GrumPluginClasses/icons/processing.gif" style="margin-top:20%;"> |
---|
30 | </div> |
---|
31 | |
---|
32 | <div id='iConfigState' style='display:none;'> |
---|
33 | </div> |
---|
34 | |
---|
35 | <form method="post" action="" class="general"> |
---|
36 | <fieldset> |
---|
37 | <legend>{'g002_setting_albums_menus'|@translate}</legend> |
---|
38 | |
---|
39 | <table class="formtable"> |
---|
40 | <tr> |
---|
41 | <td> |
---|
42 | <div id='iamm_album_selectedCat'></div> |
---|
43 | </td> |
---|
44 | </tr> |
---|
45 | </table> |
---|
46 | </fieldset> |
---|
47 | |
---|
48 | <p> |
---|
49 | <input type="button" id="iamm_submit_apply" value="{'g002_apply'|@translate}" onclick="ac.submit();"> |
---|
50 | </p> |
---|
51 | |
---|
52 | |
---|
53 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.