📄 js_inc.ftl
字号:
<SCRIPT LANGUAGE="JavaScript">
<!--
var _contextPath='${_contextPath}';
function sendMessage(userid){
showWindow(_contextPath+"/blog/message.do?_fn=ViewShortcutWrite&recv_userid="+userid, 600, 350, "发短消息","no",true);
}
function addFriend(userid){
showWindow(_contextPath+"/blog/friend.do?_fn=ViewShortcut&friend_type=0&friend_userid="+userid, 600, 360, "加好友","no",true);
}
function postCommend(topic_id){
showWindow(_contextPath+"/postCommend.do?_fn=View&post_id="+topic_id,600, 420,"推荐","no",true);
}
function postReport(post_id){
showWindow(_contextPath+"/postReport.do?_fn=View&post_id="+post_id,600, 330,"举报","no",true);
}
function postTop(post_id){
showWindow(_contextPath+"/post.do?_fn=ViewTopPage&post_id="+post_id,780, 550,"推荐到首页","yes",true);
}
//-->
</SCRIPT>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -