Viewing file: 4dfddd2119c754307ad710d1a71de89080d25bfc.file.chapters-list.tpl.php (1.49 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-04-02 13:33:53 compiled from "modules/pages/templates/chapters-list.tpl" */ ?> <?php /*%%SmartyHeaderCode:17886499794f7980917a5ae7-24010589%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '4dfddd2119c754307ad710d1a71de89080d25bfc' => array ( 0 => 'modules/pages/templates/chapters-list.tpl', 1 => 1333007954, ), ), 'nocache_hash' => '17886499794f7980917a5ae7-24010589', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <script type="text/javascript"> $(document).ready( function() { $("#chapters .up").live('click', function() { $.post("/admin-asynch.php", { "mod" : "Pages", "id" : $(this).parents("tr").attr('id'), "oper" : "up", "table" : "AMCMS_chapters" }, function(data) { if (data.status == "ok") { $("#chapters").parent().load("/admin-asynch.php?mod=Pages&chapters&getadmintable"); } }, 'json'); return false; }); $("#chapters .down").live('click', function() { $.post("/admin-asynch.php", { "mod" : "Pages", "id" : $(this).parents("tr").attr('id'), "oper" : "down", "table" : "AMCMS_chapters" }, function(data) { if (data.status == "ok") { $("#chapters").parent().load("/admin-asynch.php?mod=Pages&chapters&getadmintable"); } }, 'json'); return false; }); }); </script>
|