文件操作 - notification_center.js.twig
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/cwpsrv/var/services/users/cwp_theme/original/js/modules2/notification_center.js.twig
编辑文件内容
function changestnot(elem){ $.ajax({ type: "POST", url: "./{{ users }}/index.php?module=notification_center&acc=changestnot", data: "elem="+elem, complete: function (datos) { } }); } $("#btnsavenoti").click(function (){ $.ajax({ type: "POST", url: "./{{users}}/index.php?module=notification_center&acc=save", data:"emailaccount="+$("#emailaccount").val(), complete: function(datos){ noti_bubble('{{langmod.NSEXITALLCHENGE}}','{{langmod.NSACCSUCCESS}}','success',false,false,'3000',false); return false; } }); });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件