|
|
@@ -638,10 +638,23 @@ function word_msg_counter_click(wordId) {
|
|
|
function msg_show_msg_content(type, id) {
|
|
|
msg_show_content(type, id);
|
|
|
msg_show_content_panal();
|
|
|
- //tab_click('msg_panal_right', 'rb_msg');
|
|
|
tab_click_b('sys_message', 'tab_rb_sys_message', editor_show_right_tool_bar, true);
|
|
|
}
|
|
|
|
|
|
+function show_tran_net(book, para, begin, end) {
|
|
|
+ tab_click_b('sys_message', 'tab_rb_sys_message', editor_show_right_tool_bar, true);
|
|
|
+ $.get("../usent/get.php",
|
|
|
+ {
|
|
|
+ book: book,
|
|
|
+ para: para,
|
|
|
+ begin: begin,
|
|
|
+ end: end
|
|
|
+ },
|
|
|
+ function (data, status) {
|
|
|
+ $("#msg_panal_content").html(data);
|
|
|
+ });
|
|
|
+}
|
|
|
+
|
|
|
function msg_show_list_panal() {
|
|
|
$("#msg_panal_content_toolbar").hide();
|
|
|
$("#msg_panal_content").hide();
|