Viewing file: 3c96079083488a3889d2dcaeb91199b67e82d24d.file.items-list.tpl.php (1.77 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-04-23 02:07:51 compiled from "modules/topmenuonelevel/templates/items-list.tpl" */ ?> <?php /*%%SmartyHeaderCode:9545935214f948f47962de9-62718276%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '3c96079083488a3889d2dcaeb91199b67e82d24d' => array ( 0 => 'modules/topmenuonelevel/templates/items-list.tpl', 1 => 1333007956, ), ), 'nocache_hash' => '9545935214f948f47962de9-62718276', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <script type="text/javascript"> $(document).ready( function() { $("#items .up").live('click', function() { $.post("/admin-asynch.php", { "mod" : "<?php echo $_smarty_tpl->getVariable('module')->value;?> ", "id" : $(this).parents("tr").attr('id'), "oper" : "up", "table" : "<?php echo $_smarty_tpl->getVariable('table')->value;?> " }, function(data) { if (data.status == "ok") { $("#items").parent().load("/admin-asynch.php?mod=<?php echo $_smarty_tpl->getVariable('module')->value;?> &items&getadmintable"); } }, 'json'); return false; }); $("#items .down").live('click', function() { $.post("/admin-asynch.php", { "mod" : "<?php echo $_smarty_tpl->getVariable('module')->value;?> ", "id" : $(this).parents("tr").attr('id'), "oper" : "down", "table" : "<?php echo $_smarty_tpl->getVariable('table')->value;?> " }, function(data) { if (data.status == "ok") { $("#items").parent().load("/admin-asynch.php?mod=<?php echo $_smarty_tpl->getVariable('module')->value;?> &items&getadmintable"); } }, 'json'); return false; }); }); </script>
|