| 12345678910111213141516171819 | <?php if(!defined('__TYPECHO_ADMIN__')) exit; ?><script src="<?php $options->adminStaticUrl('js', 'purify.js'); ?>"></script><script>(function () {    $(document).ready(function () {        $('.typecho-list-table').tableSelectable({            checkEl     :   'input[type=checkbox]',            rowEl       :   'tr',            selectAllEl :   '.typecho-table-select-all',            actionEl    :   '.dropdown-menu a,button.btn-operate'        });        $('.btn-drop').dropdownMenu({            btnEl       :   '.dropdown-toggle',            menuEl      :   '.dropdown-menu'        });    });})();</script>
 |