note.js 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579
  1. var _display = "";
  2. var _word = "";
  3. var _channal = "";
  4. var _lang = "";
  5. var _author = "";
  6. var _arrData = new Array();
  7. var _channalData;
  8. var MAX_NOTE_NEST = 2;
  9. var gBuildinDictIsOpen = false;
  10. /*
  11. {{203-1654-23-45@11@en@*}}
  12. <note>203-1654-23-45@11@en@*</note>
  13. <note id=guid book=203 para=1654 begin=23 end=45 author=11 lang=en tag=*></note>
  14. <note id=guid book=203 para=1654 begin=23 end=45 author=11 lang=en tag=*>
  15. <div class=text>
  16. pali text
  17. </div>
  18. <tran>
  19. </tran>
  20. <ref>
  21. </ref>
  22. </note>
  23. */
  24. /*
  25. 解析百科字符串
  26. {{203-1654-23-45@11@en@*}}
  27. <note id=12345 info="203-1654-23-45@11@en@*"><note>
  28. <note id="guid" book=203 para=1654 begin=23 end=45 author=11 lang=en tag=*></note>
  29. */
  30. function note_create() {
  31. wbw_channal_list_init();
  32. note_sent_edit_dlg_init();
  33. term_edit_dlg_init();
  34. pali_sim_dlg_init();
  35. related_para_dlg_init();
  36. }
  37. function note_sent_edit_dlg_init() {
  38. $("body").append(
  39. '<div id="note_sent_edit_dlg" title="' +
  40. gLocal.gui.edit +
  41. '"><guide gid="markdown_guide"></guide><div id="edit_dialog_content"></div></div>'
  42. );
  43. guide_init();
  44. $("#note_sent_edit_dlg").dialog({
  45. autoOpen: false,
  46. width: 550,
  47. buttons: [
  48. {
  49. text: gLocal.gui.save,
  50. click: function () {
  51. note_sent_save();
  52. $(this).dialog("close");
  53. },
  54. },
  55. {
  56. text: gLocal.gui.cancel,
  57. click: function () {
  58. $(this).dialog("close");
  59. },
  60. },
  61. ],
  62. });
  63. }
  64. function note_init(input) {
  65. if (input) {
  66. let newString = input.replace(/\{\{/g, '<div class="note_shell"><note info="');
  67. newString = newString.replace(/\}\}/g, '" ></note></div>');
  68. let output = "<div>";
  69. output += marked(newString);
  70. output += "</div>";
  71. return output;
  72. } else {
  73. return "";
  74. }
  75. }
  76. function note_update_background_style() {
  77. var mSentsBook = new Array();
  78. var mBgIndex = 1;
  79. $("note[info]").each(function () {
  80. let info = $(this).attr("info").split("-");
  81. if (info.length >= 2) {
  82. let book = info[0];
  83. $(this).attr("book", book);
  84. if (!mSentsBook[book]) {
  85. mSentsBook[book] = mBgIndex;
  86. mBgIndex++;
  87. }
  88. $(this).addClass("bg_color_" + mSentsBook[book]);
  89. }
  90. });
  91. }
  92. //
  93. function note_refresh_new() {
  94. note_update_background_style();
  95. let objNotes = document.querySelectorAll("note");
  96. let arrSentInfo = new Array();
  97. for (const iterator of objNotes) {
  98. let id = iterator.id;
  99. if (id == null || id == "") {
  100. //查看这个节点是第几层note嵌套。大于预定层数退出。
  101. let layout = 1;
  102. let parent = iterator.parentNode;
  103. while (parent.nodeType == 1) {
  104. if (parent.nodeName == "NOTE") {
  105. layout++;
  106. if (layout > MAX_NOTE_NEST) {
  107. return false;
  108. }
  109. } else if (parent.nodeName == "BODY") {
  110. break;
  111. }
  112. parent = parent.parentNode;
  113. }
  114. id = com_guid();
  115. iterator.id = id;
  116. if (iterator.hasAttribute("info")) {
  117. let info = iterator.getAttribute("info");
  118. if (info != null || info != "") {
  119. /*
  120. let arrInfo = info.split("-");
  121. if (arrInfo.length >= 2) {
  122. let book = arrInfo[0];
  123. let para = arrInfo[1];
  124. }
  125. */
  126. arrSentInfo.push({ id: id, data: info });
  127. }
  128. }
  129. }
  130. }
  131. if (arrSentInfo.length > 0) {
  132. let setting = new Object();
  133. setting.lang = "";
  134. setting.channal = _channal;
  135. $.post(
  136. "../term/note.php",
  137. {
  138. setting: JSON.stringify(setting),
  139. data: JSON.stringify(arrSentInfo),
  140. },
  141. function (data, status) {
  142. if (status == "success") {
  143. try {
  144. let sentData = JSON.parse(data);
  145. for (const iterator of sentData) {
  146. let id = iterator.id;
  147. let strHtml = "<a name='" + id + "'></a>";
  148. if (_display && _display == "para") {
  149. //段落模式
  150. let strPalitext =
  151. "<pali book='" +
  152. iterator.book +
  153. "' para='" +
  154. iterator.para +
  155. "' begin='" +
  156. iterator.begin +
  157. "' end='" +
  158. iterator.end +
  159. "' >" +
  160. iterator.palitext +
  161. "</pali>";
  162. let divPali = $("#" + id)
  163. .parent()
  164. .children(".palitext");
  165. if (divPali.length == 0) {
  166. if (_channal != "") {
  167. let arrChannal = _channal.split(",");
  168. for (let index = arrChannal.length - 1; index >= 0; index--) {
  169. const iChannal = arrChannal[index];
  170. $("#" + id)
  171. .parent()
  172. .prepend("<div class='tran_div' channal='" + iChannal + "'></div>");
  173. }
  174. }
  175. $("#" + id)
  176. .parent()
  177. .prepend("<div class='palitext'></div>");
  178. }
  179. $("#" + id)
  180. .parent()
  181. .children(".palitext")
  182. .first()
  183. .append(strPalitext);
  184. let htmlTran = "";
  185. for (const oneTran of iterator.translation) {
  186. let html =
  187. "<span class='tran' lang='" +
  188. oneTran.lang +
  189. "' channal='" +
  190. oneTran.channal +
  191. "'>";
  192. html += marked(
  193. term_std_str_to_tran(
  194. oneTran.text,
  195. oneTran.channal,
  196. oneTran.editor,
  197. oneTran.lang
  198. )
  199. );
  200. html += "</span>";
  201. if (_channal == "") {
  202. htmlTran += html;
  203. } else {
  204. $("#" + id)
  205. .siblings(".tran_div[channal='" + oneTran.channal + "']")
  206. .append(html);
  207. }
  208. }
  209. $("#" + id).html(htmlTran);
  210. } else {
  211. //句子模式
  212. strHtml += note_json_html(iterator);
  213. $("#" + id).html(strHtml);
  214. }
  215. }
  216. //处理<code>标签作为气泡注释
  217. popup_init();
  218. //刷新句子链接递归,有加层数限制。
  219. //note_refresh_new();
  220. //将新的数据添加到数据总表
  221. _arrData = _arrData.concat(sentData);
  222. note_ref_init();
  223. //获取术语字典
  224. term_get_dict();
  225. //刷新channel列表
  226. note_channal_list();
  227. //显示不同的巴利语脚本
  228. refresh_pali_script();
  229. //把巴利语单词用<w>分隔用于点词查询等
  230. splite_pali_word();
  231. } catch (e) {
  232. console.error(e);
  233. }
  234. }
  235. }
  236. );
  237. } else {
  238. //term_get_dict();
  239. }
  240. }
  241. //生成channel列表
  242. function note_channal_list() {
  243. console.log("note_channal_list start");
  244. let arrSentInfo = new Array();
  245. $("note").each(function () {
  246. let info = $(this).attr("info");
  247. if (info && info != "") {
  248. arrSentInfo.push({ id: "", data: info });
  249. }
  250. });
  251. if (arrSentInfo.length > 0) {
  252. $.post(
  253. "../term/channal_list.php",
  254. {
  255. setting: "",
  256. data: JSON.stringify(arrSentInfo),
  257. },
  258. function (data, status) {
  259. if (status == "success") {
  260. try {
  261. let active = JSON.parse(data);
  262. _channalData = active;
  263. for (const iterator of _my_channal) {
  264. let found = false;
  265. for (const one of active) {
  266. if (iterator.id == one.id) {
  267. found = true;
  268. break;
  269. }
  270. }
  271. if (found == false) {
  272. _channalData.push(iterator);
  273. }
  274. }
  275. let strHtml = "";
  276. for (const iterator of _channalData) {
  277. if (_channal.indexOf(iterator.id) >= 0) {
  278. strHtml += render_channal_list(iterator);
  279. }
  280. }
  281. for (const iterator of _channalData) {
  282. if (_channal.indexOf(iterator.id) == -1) {
  283. strHtml += render_channal_list(iterator);
  284. }
  285. }
  286. $("#channal_list").html(strHtml);
  287. set_more_button_display();
  288. } catch (e) {
  289. console.error(e);
  290. }
  291. }
  292. }
  293. );
  294. }
  295. }
  296. function find_channal(id) {
  297. for (const iterator of _channalData) {
  298. if (id == iterator.id) {
  299. return iterator;
  300. }
  301. }
  302. return false;
  303. }
  304. function render_channal_list(channalinfo) {
  305. let output = "";
  306. let checked = "";
  307. let selected = "noselect";
  308. if (_channal.indexOf(channalinfo.id) >= 0) {
  309. checked = "checked";
  310. selected = "selected";
  311. }
  312. output += "<div class='list_with_head " + selected + "'>";
  313. output +=
  314. '<div class="channel_select"><input type="checkbox" ' + checked + " channal_id='" + channalinfo.id + "'></div>";
  315. output += "<div class='head'>";
  316. output += "<span class='head_img'>";
  317. if (parseInt(channalinfo.power) == 30) {
  318. output += gLocal.gui.your.slice(0, 1);
  319. } else {
  320. output += channalinfo.nickname.slice(0, 1);
  321. }
  322. output += "</span>";
  323. output += "</div>";
  324. output += "<div style='width: 100%;overflow-x: hidden;'>";
  325. output += "<div class='channal_list' >";
  326. // output += "<a href='../wiki/wiki.php?word=" + _word;
  327. // output += "&channal=" + channalinfo.id + "' >";
  328. switch (parseInt(channalinfo.status)) {
  329. case 10:
  330. output += "🔐";
  331. break;
  332. case 20:
  333. output += "🌐";
  334. break;
  335. case 30:
  336. output += "🌐";
  337. break;
  338. default:
  339. break;
  340. }
  341. if (parseInt(channalinfo.power) >= 20) {
  342. //if (parseInt(channalinfo.power) != 30)
  343. {
  344. output += "✏️";
  345. }
  346. }
  347. //✋
  348. output += "<a onclick=\"set_channal('" + channalinfo.id + "')\">";
  349. output += channalinfo["name"];
  350. output += "</a>";
  351. if (parseInt(channalinfo.power) == 30) {
  352. output += "@" + gLocal.gui.your;
  353. } else {
  354. output += "@" + channalinfo["nickname"];
  355. }
  356. output += "</div>";
  357. output += "<div class='userinfo_channal'>";
  358. output += channalinfo["username"];
  359. output += "</div>";
  360. if (channalinfo["final"]) {
  361. //进度
  362. output += "<div>";
  363. let article_len = channalinfo["article_len"];
  364. let svg_width = article_len;
  365. let svg_height = parseInt(article_len / 10);
  366. output += '<svg viewBox="0 0 ' + svg_width + " " + svg_height + '" width="100%" >';
  367. let curr_x = 0;
  368. let allFinal = 0;
  369. for (const iterator of channalinfo["final"]) {
  370. let stroke_width = parseInt(iterator.len);
  371. output += "<rect ";
  372. output += ' x="' + curr_x + '"';
  373. output += ' y="0"';
  374. output += ' height="' + svg_height + '"';
  375. output += ' width="' + stroke_width + '"';
  376. if (iterator.final == true) {
  377. allFinal += stroke_width;
  378. output += ' class="progress_bar_done" ';
  379. } else {
  380. output += ' class="progress_bar_undone" ';
  381. }
  382. output += "/>";
  383. curr_x += stroke_width;
  384. }
  385. output +=
  386. "<rect x='0' y='0' width='" + svg_width + "' height='" + svg_height / 5 + "' class='progress_bar_bg' />";
  387. output +=
  388. "<rect x='0' y='0' width='" +
  389. allFinal +
  390. "' height='" +
  391. svg_height / 5 +
  392. "' class='progress_bar_percent' style='stroke-width: 0; fill: rgb(100, 228, 100);'/>";
  393. output += '<text x="0" y="' + svg_height + '" font-size="' + svg_height * 0.8 + '">';
  394. output += channalinfo["count"] + "/" + channalinfo["all"]+"@"+curr_x;
  395. output += "</text>";
  396. output += "<svg>";
  397. output += "</div>";
  398. //进度结束
  399. }
  400. output += "</div>";
  401. output += "</div>";
  402. return output;
  403. }
  404. function onChannelMultiSelectStart() {
  405. $(".channel_select").show();
  406. }
  407. function onChannelMultiSelectCancel() {
  408. $(".channel_select").hide();
  409. }
  410. function onChannelChange() {
  411. let channal_list = new Array();
  412. $("[channal_id]").each(function () {
  413. if (this.checked) {
  414. channal_list.push($(this).attr("channal_id"));
  415. }
  416. });
  417. set_channal(channal_list.join());
  418. }
  419. //点击引用 需要响应的事件
  420. function note_ref_init() {
  421. $("chapter").click(function () {
  422. let bookid = $(this).attr("book");
  423. let para = $(this).attr("para");
  424. window.open("../reader/?view=chapter&book=" + bookid + "&para=" + para, "_blank");
  425. });
  426. $("para").click(function () {
  427. let bookid = $(this).attr("book");
  428. let para = $(this).attr("para");
  429. window.open("../reader/?view=para&book=" + bookid + "&para=" + para, "_blank");
  430. });
  431. }
  432. /*
  433. id
  434. palitext
  435. tran
  436. ref
  437. */
  438. function note_json_html(in_json) {
  439. let output = "";
  440. output += '<div class="note_tool_bar" style=" position: relative;">';
  441. output += '<div class="case_dropdown note_tool_context" >';
  442. output += "<svg class='icon' >";
  443. output += "<use xlink:href='../studio/svg/icon.svg#ic_more'></use>";
  444. output += "</svg>";
  445. output += "<div class='case_dropdown-content sent_menu'>";
  446. if (typeof _reader_view != "undefined" && _reader_view != "sent") {
  447. output += "<a onclick='junp_to(this)'>" + gLocal.gui.jump_to_this_sent + "</a>";
  448. }
  449. output +=
  450. "<a onclick='related_para_dlg_open(" +
  451. in_json.book +
  452. "," +
  453. in_json.para +
  454. ")'>" +
  455. gLocal.gui.related_para +
  456. "</a>";
  457. output +=
  458. "<a onclick='goto_nissaya(" +
  459. in_json.book +
  460. "," +
  461. in_json.para +
  462. "," +
  463. in_json.begin +
  464. "," +
  465. in_json.end +
  466. ")'>" +
  467. gLocal.gui.show_nissaya +
  468. "</a>";
  469. output +=
  470. "<a onclick=\"copy_ref('" +
  471. in_json.book +
  472. "','" +
  473. in_json.para +
  474. "','" +
  475. in_json.begin +
  476. "','" +
  477. in_json.end +
  478. "')\">" +
  479. gLocal.gui.copy_link +
  480. "</a>";
  481. output += "<a onclick='copy_text(this)'>" + gLocal.gui.copy + "“" + gLocal.gui.pāli + "”</a>";
  482. output +=
  483. "<a onclick=\"edit_in_studio('" +
  484. in_json.book +
  485. "','" +
  486. in_json.para +
  487. "','" +
  488. in_json.begin +
  489. "','" +
  490. in_json.end +
  491. "')\">" +
  492. gLocal.gui.edit_now +
  493. "</a>";
  494. output += "<a onclick='add_to_list()'>" + gLocal.gui.add_to_edit_list + "</a>";
  495. output += "<a onclick='slider_show(this)'>Slider Show</a>";
  496. output += "</div>";
  497. output += "</div>";
  498. output += " </div>";
  499. output += "<div class='palitext palitext_roma'>" + in_json.palitext + "</div>";
  500. output += "<div class='palitext palitext1'></div>";
  501. output += "<div class='palitext palitext2'></div>";
  502. //output += "<div id='translation_div'>";
  503. for (const iterator of in_json.translation) {
  504. output += render_one_sent_tran_a(iterator);
  505. //output += render_one_sent_tran(in_json.book, in_json.para, in_json.begin, in_json.end, iterator);
  506. }
  507. //所选全部译文结束
  508. //output += "</div>";
  509. //未选择的其他译文开始
  510. output += "<div class='other_tran_div' sent='";
  511. output += in_json.book + "-" + in_json.para + "-" + in_json.begin + "-" + in_json.end + "' >";
  512. output += "<div class='tool_bar' style='display:flex;' sent='";
  513. output += in_json.book + "-" + in_json.para + "-" + in_json.begin + "-" + in_json.end + "' >";
  514. output += "<span class='tool_left'>";
  515. //第一个按钮
  516. //新增译文按钮开始
  517. output += "<span class='' ";
  518. output += "book='" + in_json.book + "' ";
  519. output += "para='" + in_json.para + "' ";
  520. output += "begin='" + in_json.begin + "' ";
  521. output += "end='" + in_json.end + "' ";
  522. output += " >";
  523. output += "<span class='' onclick='add_new_tran_button_click(this)'>+添加译文</span>";
  524. output += "<div class='tran_text_tool_bar'>";
  525. output += "</div>";
  526. output += "</span>";
  527. //新增译文按钮结束
  528. output += "<span class='separate_line'></span>";
  529. //第二个按钮
  530. output += "<span class='more_tran icon_expand'></span>";
  531. //其他译文工具条
  532. output += "<span class='other_bar' >";
  533. output += "<span class='other_tran_span' >" + gLocal.gui.other + gLocal.gui.translation + "</span>";
  534. output += "<span class='other_tran_num'></span>";
  535. output += "</span>";
  536. output += "<span class='separate_line'></span>";
  537. //第三个按钮 相似句
  538. if (parseInt(in_json.sim) > 0) {
  539. output += "<span class='other_bar' >";
  540. output +=
  541. "<span class='similar_sent_span' onclick=\"note_show_pali_sim('" +
  542. in_json.pali_sent_id +
  543. "')\">" +
  544. gLocal.gui.similar_sentences +
  545. "</span>";
  546. output += "<span class='similar_sent_num'>" + in_json.sim + "</span>";
  547. output += "</span>";
  548. }
  549. //第三个按钮 相似句结束
  550. output += "</span>";
  551. output += "<span class='tool_right'>";
  552. //出处路径开始
  553. output += "<span class='ref'>" + in_json.ref;
  554. output += "<span class='sent_no'>";
  555. output += in_json.book + "-" + in_json.para + "-" + in_json.begin + "-" + in_json.end;
  556. output += "<span>";
  557. output += "</span>";
  558. //出处路径结束
  559. output += "</span>";
  560. output += "</div>";
  561. //工具栏结束
  562. //未选择的其他译文开始
  563. output += "<div class='other_tran'>";
  564. output += "</div>";
  565. output += "</div>";
  566. return output;
  567. }
  568. function sent_tran_edit(obj) {
  569. let jqObj = $(obj);
  570. while (!jqObj.hasClass("sent_tran")) {
  571. jqObj = jqObj.parent();
  572. if (!jqObj) {
  573. return;
  574. }
  575. }
  576. if (jqObj.hasClass("edit_mode")) {
  577. jqObj.removeClass("edit_mode");
  578. } else {
  579. $(".sent_tran").removeClass("edit_mode");
  580. jqObj.addClass("edit_mode");
  581. }
  582. }
  583. function sent_pr_merge(id) {
  584. $.post(
  585. "../usent/sent_pr_merge.php",
  586. {
  587. id: id,
  588. },
  589. function (data) {
  590. let result = JSON.parse(data);
  591. if (result.status > 0) {
  592. alert("error" + result.message);
  593. } else {
  594. ntf_show("成功采纳");
  595. }
  596. }
  597. );
  598. }
  599. function sent_commit(src, id) {
  600. commit_init({
  601. src: src,
  602. sent: [id],
  603. express: true,
  604. });
  605. }
  606. function render_one_sent_tran_a(iterator) {
  607. let mChannel = get_channel_by_id(iterator.channal);
  608. let tranText;
  609. let sid = iterator.book + "-" + iterator.para + "-" + iterator.begin + "-" + iterator.end;
  610. if (iterator.text == "") {
  611. tranText =
  612. "<span style='color:var(--border-line-color);'>" +
  613. iterator.channalinfo.name +
  614. "-" +
  615. iterator.channalinfo.lang +
  616. "</span>";
  617. } else {
  618. //note_init处理句子链接
  619. tranText = note_init(term_std_str_to_tran(iterator.text, iterator.channal, iterator.editor, iterator.lang));
  620. }
  621. let html = "";
  622. html += "<div class='sent_tran ";
  623. if (typeof iterator.is_pr != "undefined" && iterator.is_pr == true) {
  624. html += " pr ";
  625. }
  626. html += "' dbid='" + iterator.id + "' channel='" + iterator.channal + "' sid='" + sid + "'>";
  627. html += "<div class='sent_tran_inner'>";
  628. html += '<div class="tool_bar">';
  629. html += ' <div class="right">';
  630. //句子菜单
  631. html += '<div class="pop_menu">';
  632. if (typeof iterator.is_pr != "undefined" && iterator.is_pr == true) {
  633. //在pr 列表中的译文
  634. if (typeof iterator.is_pr_editor != "undefined" && iterator.is_pr_editor == true) {
  635. //提交人
  636. //修改按钮
  637. html += "<button class='icon_btn tooltip' onclick='sent_tran_edit(this)'>";
  638. html += '<svg class="icon" >';
  639. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_mode_edit"></use>';
  640. html += "</svg>";
  641. html += "<span class='tooltiptext tooltip-top'>";
  642. html += gLocal.gui.modify;
  643. html += "</span>";
  644. html += "</button>";
  645. //删除按钮
  646. html += "<button class='icon_btn tooltip' onclick='sent_pr_del(this)'>";
  647. html += '<svg class="icon" >';
  648. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_delete"></use>';
  649. html += "</svg>";
  650. html += "<span class='tooltiptext tooltip-top'>";
  651. html += gLocal.gui.delete;
  652. html += "</span>";
  653. html += "</button>";
  654. } else {
  655. //非提交人
  656. if (parseInt(iterator.mypower) >= 20) {
  657. //有权限 采纳按钮
  658. html += "<button class='icon_btn tooltip' onclick=\"sent_pr_merge('" + iterator.id + "')\">";
  659. html += '<svg class="icon" >';
  660. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#accept_copy"></use>';
  661. html += "</svg>";
  662. html += "<span class='tooltiptext tooltip-top'>";
  663. html += gLocal.gui.accept_copy;
  664. html += "</span>";
  665. html += "</button>";
  666. }
  667. //点赞按钮
  668. html += "<button class='icon_btn tooltip' onclick='sent_pr_like(this)'>";
  669. html += '<svg class="icon" >';
  670. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#like"></use>';
  671. html += "</svg>";
  672. html += "<span class='tooltiptext tooltip-top'>";
  673. html += gLocal.gui.like;
  674. html += "</span>";
  675. html += "</button>";
  676. }
  677. } else {
  678. //非pr列表里的句子
  679. //编辑按钮
  680. html += "<button class='icon_btn tooltip' onclick='sent_tran_edit(this)'>";
  681. html += '<svg class="icon" >';
  682. if (parseInt(iterator.mypower) < 20) {
  683. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#my_idea"></use>';
  684. } else {
  685. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_mode_edit"></use>';
  686. }
  687. html += "</svg>";
  688. html += "<span class='tooltiptext tooltip-top'>";
  689. if (parseInt(iterator.mypower) < 20) {
  690. html += "建议";
  691. } else {
  692. html += gLocal.gui.edit;
  693. }
  694. html += "</span>";
  695. html += "</button>";
  696. //推送按钮
  697. let commitIcon = "";
  698. let commitTipText = "";
  699. if (parseInt(iterator.mypower) >= 30 && parseInt(iterator.status) < 30) {
  700. //我的私有资源 公开发布
  701. commitIcon = "publish";
  702. commitTipText = "公开发布";
  703. } else {
  704. if (parseInt(iterator.mypower) < 20) {
  705. //只读资源 采纳
  706. commitIcon = "accept_copy";
  707. commitTipText = "采纳";
  708. } else {
  709. //其他资源 复制到
  710. commitIcon = "copy";
  711. commitTipText = "复制到";
  712. }
  713. }
  714. html += "<button class='icon_btn tooltip' ";
  715. html += " onclick=\"sent_commit('" + iterator.channal + "','" + sid + "')\">";
  716. html += '<svg class="icon" >';
  717. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#' + commitIcon + '"></use>';
  718. html += "</svg>";
  719. html += "<span class='tooltiptext tooltip-top'>";
  720. html += commitTipText;
  721. html += "</span>";
  722. html += "</button>";
  723. //推送按钮结束
  724. //更多按钮
  725. html += '<div class="case_dropdown">';
  726. html += "<button class='icon_btn'>";
  727. html += '<svg class="icon" >';
  728. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_more"></use>';
  729. html += "</svg>";
  730. html += "</button>";
  731. html += '<div class="case_dropdown-content menu_space_between" style="right:0;">';
  732. //时间线
  733. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  734. html += "<span>" + gLocal.gui.timeline + "</span>";
  735. html += '<svg class="icon" >';
  736. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#recent_scan"></use>';
  737. html += "</svg>";
  738. html += "</a>";
  739. //复制
  740. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  741. html += "<span>" + gLocal.gui.copy + "</span>";
  742. html += '<svg class="icon" >';
  743. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#copy"></use>';
  744. html += "</svg>";
  745. html += "</a>";
  746. //点赞
  747. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  748. html += "<span>" + gLocal.gui.like + "</span>";
  749. html += '<svg class="icon" >';
  750. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#like"></use>';
  751. html += "</svg>";
  752. html += "</a>";
  753. //分享
  754. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  755. html += "<span>" + gLocal.gui.share_to + "</span>";
  756. html += '<svg class="icon" >';
  757. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#share_to"></use>';
  758. html += "</svg>";
  759. html += "</a>";
  760. html += "</div>";
  761. html += "</div>";
  762. //更多按钮结束
  763. }
  764. html += "</div>";
  765. //句子菜单结束
  766. html += "</div>";
  767. html += "</div>";
  768. //tool_bar 结束
  769. html += '<div class="left_bar">';
  770. html += ' <div class="face">';
  771. if (iterator.id != "") {
  772. html += '<span class="head_img">' + iterator.editor_name.nickname.slice(0, 1) + "</span>";
  773. }
  774. html += "</div>";
  775. html += '<div class="date">' + getPassDataTime(iterator.update_time) + "</div>";
  776. html += "</div>";
  777. html += '<div class="body">';
  778. html += '<div class="head_bar">';
  779. html += '<div class="info">';
  780. html += '<span class="name">' + iterator.editor_name.nickname + "</span>";
  781. html += '<span class="date">' + getPassDataTime(iterator.update_time) + "</span>";
  782. html += "</div>";
  783. html += "<div class='preview'>" + tranText + "</div>";
  784. html += "</div>";
  785. html += '<div class="edit">';
  786. html += '<div class="input">';
  787. html += "<textarea dbid='" + iterator.id + "' ";
  788. html += "sid='" + sid + "' ";
  789. html += "channel='" + iterator.channal + "' ";
  790. if (typeof iterator.is_pr != "undefined" && iterator.is_pr == true) {
  791. html += 'onchange="note_pr_save(this)"';
  792. } else {
  793. html += 'onchange="note_sent_save_a(this)"';
  794. }
  795. html += ">" + iterator.text + "</textarea>";
  796. html += "</div>";
  797. html += '<div class="edit_tool">';
  798. if (parseInt(iterator.mypower) < 20) {
  799. html += "<b>提交修改建议</b> ";
  800. }
  801. html += "点击输入框外面自动<a onclick='sent_tran_edit(this)'>保存</a> 支持markdown语法";
  802. html += "</div>";
  803. html += "</div>";
  804. html += '<div class="foot_bar">';
  805. html += '<div class="info">';
  806. if (iterator.id != "") {
  807. html += '<span class="name">' + iterator.editor_name.nickname + "</span>";
  808. }
  809. if (iterator.id != "") {
  810. html += '<span class="date"> 于' + getPassDataTime(iterator.update_time) + "</span>";
  811. }
  812. if (iterator.id != "") {
  813. html += '<span class="channel">更新了 @' + iterator.channalinfo.name + "</span>";
  814. } else {
  815. html += '<span class="channel">无人更新 @' + iterator.channalinfo.name + "</span>";
  816. }
  817. html += '<ul class="tag_list">';
  818. if (iterator.pr_all && parseInt(iterator.pr_all) > 0) {
  819. html +=
  820. " <li onclick=\"note_pr_show('" +
  821. iterator.channal +
  822. "','" +
  823. sid +
  824. "')\"><span class='icon'>✋</span><span class='num'>" +
  825. iterator.pr_new +
  826. "/" +
  827. iterator.pr_all +
  828. "</span></li>";
  829. }
  830. html += "</ul>";
  831. html += "</div>"; //end of info
  832. html += "</div>"; //end of foot bar
  833. html += "</div>";
  834. html += "</div>";
  835. //sent_tran_inner结束
  836. html += '<div class="pr_content"></div>';
  837. html += "</div>";
  838. return html;
  839. }
  840. function render_one_sent_tran(book, para, begin, end, iterator) {
  841. let output = "";
  842. output += "<div class='tran' lang='" + iterator.lang + "' style='display:flex;'>";
  843. //译文工具按钮开始
  844. output += "<div class='tran_text_tool_botton' onclick='tool_bar_show(this)'>";
  845. output +=
  846. "<div class='icon_expand' style='width: 0.8em;height: 0.8em;min-width: 0.8em;min-height: 0.8em;transition: transform 0.5s ease;'></div>";
  847. //译文工具栏开始
  848. output += "<div class='tran_text_tool_bar'>";
  849. output += "<div style='border-right: solid 1px;margin: 0.3em 0;'><li class = 'tip_buttom' ";
  850. output +=
  851. " onclick=\"note_edit_sentence('" +
  852. book +
  853. "' ,'" +
  854. para +
  855. "' ,'" +
  856. begin +
  857. "' ,'" +
  858. end +
  859. "' ,'" +
  860. iterator.channal +
  861. "')\"";
  862. output +=
  863. ">" +
  864. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_mode_edit"></use></svg>';
  865. output += gLocal.gui.edit + "</li>";
  866. output += "<li class = 'tip_buttom' ";
  867. output += " onclick=\"history_show('" + iterator.id + "')\" >";
  868. output +=
  869. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#recent_scan"></use></svg>';
  870. output += gLocal.gui.timeline + "</li>";
  871. output +=
  872. "<li class = 'tip_buttom'>" +
  873. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#copy"></use></svg>';
  874. output += gLocal.gui.copy + "</li></div>";
  875. output +=
  876. "<div style='border-right: solid 1px;margin: 0.3em 0;'><li class = 'tip_buttom'>" +
  877. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#like"></use></svg>';
  878. output += gLocal.gui.like + "</li>";
  879. output +=
  880. "<li class = 'tip_buttom'>" +
  881. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#comment"></use></svg>';
  882. output += gLocal.gui.comment + "</li>";
  883. output +=
  884. "<li class = 'tip_buttom'>" +
  885. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_shopping_cart"></use></svg>';
  886. output += gLocal.gui.digest + "</li></div>";
  887. output +=
  888. "<div style='margin: 0.3em 0;'><li class = 'tip_buttom'>" +
  889. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#share_to"></use></svg>';
  890. output += gLocal.gui.share_to + "</li>";
  891. output += "</div></div>";
  892. //译文工具栏结束
  893. output += "</div>";
  894. //译文工具按钮结束
  895. //译文正文开始
  896. output +=
  897. "<div class='text' id='tran_text_" +
  898. book +
  899. "_" +
  900. para +
  901. "_" +
  902. begin +
  903. "_" +
  904. end +
  905. "_" +
  906. iterator.channal +
  907. "'>";
  908. if (iterator.text == "") {
  909. output +=
  910. "<span style='color:var(--border-line-color);'>" +
  911. iterator.channalinfo.name +
  912. "-" +
  913. iterator.channalinfo.lang +
  914. "</span>";
  915. } else {
  916. //note_init处理句子链接
  917. output += note_init(term_std_str_to_tran(iterator.text, iterator.channal, iterator.editor, iterator.lang));
  918. }
  919. output += "</div>";
  920. //译文正文结束
  921. output += "</div>";
  922. //单个channal译文框结束
  923. return output;
  924. }
  925. function add_new_tran_button_click(obj) {
  926. let html = "<ul>";
  927. for (const iterator of _my_channal) {
  928. if (iterator.status > 0) {
  929. if (_channal.indexOf(iterator.id) < 0) {
  930. html += '<li onclick="';
  931. html +=
  932. "new_sentence('" +
  933. $(obj).parent().attr("book") +
  934. "' ,'" +
  935. $(obj).parent().attr("para") +
  936. "' ,'" +
  937. $(obj).parent().attr("begin") +
  938. "' ,'" +
  939. $(obj).parent().attr("end") +
  940. "' ,'" +
  941. iterator.id +
  942. "',this)";
  943. html += '">' + iterator.name;
  944. if (parseInt(iterator.power) < 20) {
  945. html += "(建议)";
  946. }
  947. html += "</li>";
  948. }
  949. }
  950. }
  951. html += "</ul>";
  952. $(obj).parent().children(".tran_text_tool_bar").first().html(html);
  953. if ($(obj).parent().children(".tran_text_tool_bar").css("display") == "block") {
  954. $(obj).parent().children(".tran_text_tool_bar").first().hide();
  955. } else {
  956. $(obj).parent().children(".tran_text_tool_bar").first().show();
  957. $(document).one("click", function () {
  958. $(obj).parent().children(".tran_text_tool_bar").first().hide();
  959. });
  960. event.stopPropagation();
  961. $(obj).parent().show();
  962. }
  963. }
  964. function tool_bar_show(element) {
  965. if ($(element).find(".tran_text_tool_bar").css("display") == "none") {
  966. $(element).find(".tran_text_tool_bar").css("display", "flex");
  967. $(element).find(".icon_expand").css("transform", "rotate(-180deg)");
  968. $(element).css("background-color", "var(--btn-bg-color)");
  969. $(element).css("visibility", "visible");
  970. $(document).one("click", function () {
  971. $(element).find(".tran_text_tool_bar").hide();
  972. $(element).css("background-color", "var(--nocolor)");
  973. $(element).find(".icon_expand").css("transform", "unset");
  974. $(element).css("visibility", "");
  975. });
  976. event.stopPropagation();
  977. } else {
  978. $(element).find(".tran_text_tool_bar").hide();
  979. $(element).css("background-color", "var(--nocolor)");
  980. $(element).find(".icon_expand").css("transform", "unset");
  981. $(element).css("visibility", "");
  982. }
  983. }
  984. function new_sentence(book, para, begin, end, channel, obj) {
  985. let newsent = { id: "", text: "", lang: "", channal: channel };
  986. for (let iterator of _arrData) {
  987. if (iterator.book == book && iterator.para == para && iterator.begin == begin && iterator.end == end) {
  988. let found = false;
  989. for (const tran of iterator.translation) {
  990. if (tran.channal == channel) {
  991. found = true;
  992. break;
  993. }
  994. }
  995. if (!found) {
  996. iterator.translation.push(newsent);
  997. }
  998. }
  999. }
  1000. if ($(obj).parent().parent().css("display") == "block") {
  1001. $(obj).parent().parent().hide();
  1002. }
  1003. note_edit_sentence(book, para, begin, end, channel);
  1004. }
  1005. //显示更多译文按钮动作
  1006. function set_more_button_display() {
  1007. $(".other_tran_div").each(function () {
  1008. const sentid = $(this).attr("sent").split("-");
  1009. const book = sentid[0];
  1010. const para = sentid[1];
  1011. const begin = sentid[2];
  1012. const end = sentid[3];
  1013. let count = 0;
  1014. for (const iterator of _channalData) {
  1015. if (iterator.final) {
  1016. for (const onesent of iterator.final) {
  1017. let id = onesent.id.split("-");
  1018. if (book == id[0] && para == id[1] && begin == id[2] && end == id[3] && onesent.final) {
  1019. if (_channal.indexOf(iterator.id) == -1) {
  1020. count++;
  1021. }
  1022. }
  1023. }
  1024. }
  1025. }
  1026. if (count > 0) {
  1027. $(this).find(".other_tran_num").html(count);
  1028. $(this).find(".other_tran_num").attr("style", "display:inline-flex;");
  1029. $(this)
  1030. .find(".other_bar")
  1031. .click(function () {
  1032. const sentid = $(this).parent().parent().attr("sent").split("-");
  1033. const book = sentid[0];
  1034. const para = sentid[1];
  1035. const begin = sentid[2];
  1036. const end = sentid[3];
  1037. let sentId = book + "-" + para + "-" + begin + "-" + end;
  1038. if ($(this).parent().parent().siblings(".other_tran").first().css("display") == "none") {
  1039. $(".other_tran_div[sent='" + sentId + "']")
  1040. .children(".other_tran")
  1041. .slideDown();
  1042. $(this).siblings(".more_tran ").css("transform", "unset");
  1043. $.get(
  1044. "../usent/get.php",
  1045. {
  1046. book: book,
  1047. para: para,
  1048. begin: begin,
  1049. end: end,
  1050. },
  1051. function (data, status) {
  1052. let arrSent = JSON.parse(data);
  1053. let html = "<div class='compact'>";
  1054. for (const iterator of arrSent) {
  1055. if (_channal.indexOf(iterator.channal) == -1) {
  1056. html += render_one_sent_tran_a(iterator);
  1057. //html += "<div>" + marked(iterator.text) + "</div>";
  1058. }
  1059. }
  1060. html += "</div>";
  1061. let sentId =
  1062. arrSent[0].book +
  1063. "-" +
  1064. arrSent[0].paragraph +
  1065. "-" +
  1066. arrSent[0].begin +
  1067. "-" +
  1068. arrSent[0].end;
  1069. $(".other_tran_div[sent='" + sentId + "']")
  1070. .children(".other_tran")
  1071. .html(html);
  1072. }
  1073. );
  1074. } else {
  1075. $(".other_tran_div[sent='" + sentId + "']")
  1076. .children(".other_tran")
  1077. .slideUp();
  1078. $(this).siblings(".more_tran ").css("transform", "rotate(-90deg)");
  1079. }
  1080. });
  1081. } else {
  1082. //隐藏自己
  1083. //$(this).hide();
  1084. $(this)
  1085. .find(".other_tran_span")
  1086. .html(gLocal.gui.no + gLocal.gui.other + gLocal.gui.translation);
  1087. //$(this).find(".more_tran").hide();
  1088. }
  1089. });
  1090. }
  1091. function note_edit_sentence(book, para, begin, end, channal) {
  1092. let channalInfo;
  1093. for (const iterator of _channalData) {
  1094. if (iterator.id == channal) {
  1095. channalInfo = iterator;
  1096. break;
  1097. }
  1098. }
  1099. for (const iterator of _arrData) {
  1100. if (iterator.book == book && iterator.para == para && iterator.begin == begin && iterator.end == end) {
  1101. for (const tran of iterator.translation) {
  1102. if (tran.channal == channal) {
  1103. let html = "";
  1104. html += "<div style='color:blue;'>" + channalInfo.name + "@" + channalInfo.nickname + "</div>";
  1105. html +=
  1106. "<textarea id='edit_dialog_text' sent_id='" +
  1107. tran.id +
  1108. "' book='" +
  1109. book +
  1110. "' para='" +
  1111. para +
  1112. "' begin='" +
  1113. begin +
  1114. "' end='" +
  1115. end +
  1116. "' channal='" +
  1117. channal +
  1118. "' style='width:100%;min-height:260px;'>" +
  1119. tran.text +
  1120. "</textarea>";
  1121. $("#edit_dialog_content").html(html);
  1122. $("#note_sent_edit_dlg").dialog("open");
  1123. return;
  1124. }
  1125. }
  1126. }
  1127. }
  1128. alert("未找到句子");
  1129. }
  1130. function update_note_sent_tran(obj) {}
  1131. //保存pr句子 新
  1132. function note_pr_save(obj) {
  1133. let id = $(obj).attr("dbid");
  1134. let sid = $(obj).attr("sid").split("-");
  1135. let book = sid[0];
  1136. let para = sid[1];
  1137. let begin = sid[2];
  1138. let end = sid[3];
  1139. let channel = $(obj).attr("channel");
  1140. let text = $(obj).val();
  1141. let sent_tran_div = find_sent_tran_div(obj);
  1142. $.post(
  1143. "../usent/pr_post.php",
  1144. {
  1145. id: id,
  1146. book: book,
  1147. para: para,
  1148. begin: begin,
  1149. end: end,
  1150. channel: channel,
  1151. text: text,
  1152. },
  1153. sent_save_callback
  1154. );
  1155. if (sent_tran_div) {
  1156. $(sent_tran_div).find(".preview").addClass("loading");
  1157. }
  1158. }
  1159. //保存译文句子 新
  1160. function note_sent_save_a(obj) {
  1161. let id = $(obj).attr("dbid");
  1162. let sid = $(obj).attr("sid").split("-");
  1163. let book = sid[0];
  1164. let para = sid[1];
  1165. let begin = sid[2];
  1166. let end = sid[3];
  1167. let channal = $(obj).attr("channel");
  1168. let text = $(obj).val();
  1169. let sent_tran_div = find_sent_tran_div(obj);
  1170. $.post(
  1171. "../usent/sent_post.php",
  1172. {
  1173. id: id,
  1174. book: book,
  1175. para: para,
  1176. begin: begin,
  1177. end: end,
  1178. channal: channal,
  1179. text: text,
  1180. lang: "zh",
  1181. },
  1182. sent_save_callback
  1183. );
  1184. if (sent_tran_div) {
  1185. $(sent_tran_div).find(".preview").addClass("loading");
  1186. }
  1187. }
  1188. function sent_save_callback(data) {
  1189. let result = JSON.parse(data);
  1190. if (result.status > 0) {
  1191. alert("error" + result.message);
  1192. } else {
  1193. let sid = result.book + "-" + result.para + "-" + result.begin + "-" + result.end;
  1194. let sent_tran_div = $(
  1195. ".sent_tran[dbid='" + result.id + "'][channel='" + result.channal + "'][sid='" + sid + "']"
  1196. );
  1197. if (result.commit_type == 1 || result.commit_type == 2) {
  1198. ntf_show("成功修改");
  1199. if (sent_tran_div) {
  1200. let divPreview = sent_tran_div.find(".preview").first();
  1201. if (result.text == "") {
  1202. let channel_info = "Empty";
  1203. let thisChannel = find_channal(result.channal);
  1204. if (thisChannel) {
  1205. channel_info = thisChannel.name + "-" + thisChannel.nickname;
  1206. }
  1207. divPreview.html("<span style='color:var(--border-line-color);'>" + channel_info + "</span>");
  1208. } else {
  1209. divPreview.html(
  1210. marked(term_std_str_to_tran(result.text, result.channal, result.editor, result.lang))
  1211. );
  1212. term_updata_translation();
  1213. popup_init();
  1214. for (const iterator of _arrData) {
  1215. if (
  1216. iterator.book == result.book &&
  1217. iterator.para == result.para &&
  1218. iterator.begin == result.begin &&
  1219. iterator.end == result.end
  1220. ) {
  1221. for (const tran of iterator.translation) {
  1222. if (tran.channal == result.channal) {
  1223. tran.text = result.text;
  1224. break;
  1225. }
  1226. }
  1227. }
  1228. }
  1229. }
  1230. sent_tran_div.find(".preview").removeClass("loading");
  1231. }
  1232. } else if (result.commit_type == 3) {
  1233. ntf_show("已经提交修改建议");
  1234. } else {
  1235. ntf_show("未提交");
  1236. }
  1237. }
  1238. }
  1239. //保存译文句子
  1240. function note_sent_save() {
  1241. let id = $("#edit_dialog_text").attr("sent_id");
  1242. let book = $("#edit_dialog_text").attr("book");
  1243. let para = $("#edit_dialog_text").attr("para");
  1244. let begin = $("#edit_dialog_text").attr("begin");
  1245. let end = $("#edit_dialog_text").attr("end");
  1246. let channal = $("#edit_dialog_text").attr("channal");
  1247. let text = $("#edit_dialog_text").val();
  1248. $.post(
  1249. "../usent/sent_post.php",
  1250. {
  1251. id: id,
  1252. book: book,
  1253. para: para,
  1254. begin: begin,
  1255. end: end,
  1256. channal: channal,
  1257. text: text,
  1258. lang: "zh",
  1259. },
  1260. function (data) {
  1261. let result = JSON.parse(data);
  1262. if (result.status > 0) {
  1263. alert("error" + result.message);
  1264. } else {
  1265. if (result.commit_type == 1 || result.commit_type == 2) {
  1266. ntf_show("成功修改");
  1267. if (result.text == "") {
  1268. let channel_info = "Empty";
  1269. let thisChannel = find_channal(result.channal);
  1270. if (thisChannel) {
  1271. channel_info = thisChannel.name + "-" + thisChannel.nickname;
  1272. }
  1273. $(
  1274. "#tran_text_" +
  1275. result.book +
  1276. "_" +
  1277. result.para +
  1278. "_" +
  1279. result.begin +
  1280. "_" +
  1281. result.end +
  1282. "_" +
  1283. result.channal
  1284. ).html("<span style='color:var(--border-line-color);'>" + channel_info + "</span>");
  1285. } else {
  1286. $(
  1287. "#tran_text_" +
  1288. result.book +
  1289. "_" +
  1290. result.para +
  1291. "_" +
  1292. result.begin +
  1293. "_" +
  1294. result.end +
  1295. "_" +
  1296. result.channal
  1297. ).html(marked(term_std_str_to_tran(result.text, result.channal, result.editor, result.lang)));
  1298. term_updata_translation();
  1299. for (const iterator of _arrData) {
  1300. if (
  1301. iterator.book == result.book &&
  1302. iterator.para == result.para &&
  1303. iterator.begin == result.begin &&
  1304. iterator.end == result.end
  1305. ) {
  1306. for (const tran of iterator.translation) {
  1307. if (tran.channal == result.channal) {
  1308. tran.text = result.text;
  1309. break;
  1310. }
  1311. }
  1312. }
  1313. }
  1314. }
  1315. } else if (result.commit_type == 3) {
  1316. ntf_show("已经提交修改建议");
  1317. } else {
  1318. ntf_show("未提交");
  1319. }
  1320. }
  1321. }
  1322. );
  1323. }
  1324. function copy_ref(book, para, begin, end) {
  1325. let strRef = "{{" + book + "-" + para + "-" + begin + "-" + end + "}}";
  1326. copy_to_clipboard(strRef);
  1327. }
  1328. function goto_nissaya(book, para, begin = 0, end = 0) {
  1329. window.open("../nissaya/index.php?book=" + book + "&para=" + para + "&begin=" + begin + "&end=" + end, "nissaya");
  1330. }
  1331. function edit_in_studio(book, para, begin, end) {
  1332. wbw_channal_list_open(book, [para]);
  1333. }
  1334. //显示和隐藏某个内容 如 巴利文
  1335. function setVisibility(key, value) {
  1336. switch (key) {
  1337. case "palitext":
  1338. if ($(value).is(":checked")) {
  1339. $(".palitext").show();
  1340. } else {
  1341. $(".palitext").hide();
  1342. }
  1343. break;
  1344. default:
  1345. break;
  1346. }
  1347. }
  1348. function note_show_pali_sim(SentId) {
  1349. pali_sim_dlg_open(SentId, 0, 20);
  1350. }
  1351. function set_pali_script(pos, script) {
  1352. if (script == "none") {
  1353. $(".palitext" + pos).html("");
  1354. } else {
  1355. $(".palitext" + pos).each(function () {
  1356. let html = $(this).siblings(".palitext_roma").first().html();
  1357. $(this).html(html);
  1358. });
  1359. $(".palitext" + pos)
  1360. .find("*")
  1361. .contents()
  1362. .filter(function () {
  1363. return this.nodeType != 1;
  1364. })
  1365. .wrap("<pl" + pos + "></pl" + pos + ">");
  1366. $(".palitext" + pos)
  1367. .contents()
  1368. .filter(function () {
  1369. return this.nodeType != 1;
  1370. })
  1371. .wrap("<pl" + pos + "></pl" + pos + ">");
  1372. $("pl" + pos).html(function (index, oldcontent) {
  1373. return roman_to_my(oldcontent);
  1374. });
  1375. }
  1376. }
  1377. function splite_pali_word() {
  1378. $("pali")
  1379. .contents()
  1380. .filter(function () {
  1381. return this.nodeType != 1;
  1382. })
  1383. .wrap("<pl></pl>");
  1384. $("pl").each(function () {
  1385. let html = $(this).html();
  1386. $(this).html("<w>" + html.replace(/\s/g, "</w> <w>") + "</w>");
  1387. });
  1388. $("w").click(function () {
  1389. let word = com_getPaliReal($(this).text());
  1390. if (gBuildinDictIsOpen) {
  1391. window.open("../dict/index.php?builtin=true&key=" + word, "dict");
  1392. }
  1393. });
  1394. }
  1395. function refresh_pali_script() {
  1396. if (_display && _display == "para") {
  1397. //段落模式
  1398. } else {
  1399. //句子模式
  1400. setting_get("lib.second_script", set_second_scrip);
  1401. }
  1402. }
  1403. function set_second_scrip(value) {
  1404. set_pali_script(2, value);
  1405. }
  1406. function slider_show(obj) {
  1407. $(obj).parent().parent().parent().parent().parent().toggleClass("slider_show_shell");
  1408. }
  1409. function find_sent_tran_div(obj) {
  1410. let parent = obj.parentNode;
  1411. while (parent.nodeType == 1) {
  1412. if ($(parent).hasClass("sent_tran")) {
  1413. return parent;
  1414. } else if (parent.nodeName == "BODY") {
  1415. return false;
  1416. }
  1417. parent = parent.parentNode;
  1418. }
  1419. return false;
  1420. }
  1421. //显示或隐藏pr数据
  1422. function note_pr_show(channel, id) {
  1423. let obj = $(".sent_tran[channel='" + channel + "'][sid='" + id + "']").find(".pr_content");
  1424. let prHtml = obj.first().html();
  1425. if (prHtml == "") {
  1426. note_get_pr(channel, id);
  1427. } else {
  1428. obj.slideUp();
  1429. obj.html("");
  1430. }
  1431. }
  1432. //获取pr数据并显示
  1433. function note_get_pr(channel, id) {
  1434. let sid = id.split("-");
  1435. let book = sid[0];
  1436. let para = sid[1];
  1437. let begin = sid[2];
  1438. let end = sid[3];
  1439. $.post(
  1440. "../usent/get_pr.php",
  1441. {
  1442. book: book,
  1443. para: para,
  1444. begin: begin,
  1445. end: end,
  1446. channel: channel,
  1447. },
  1448. function (data) {
  1449. let result = JSON.parse(data);
  1450. if (result.length > 0) {
  1451. let html = "<div class='compact'>";
  1452. for (const iterator of result) {
  1453. html += render_one_sent_tran_a(iterator);
  1454. }
  1455. html += "</div>";
  1456. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1457. .find(".pr_content")
  1458. .html(html);
  1459. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1460. .find(".pr_content")
  1461. .slideDown();
  1462. } else {
  1463. }
  1464. }
  1465. );
  1466. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1467. .find(".pr_content")
  1468. .html("loading");
  1469. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1470. .find(".pr_content")
  1471. .show();
  1472. }
  1473. function get_channel_by_id(id) {
  1474. if (typeof _channalData != "undefined") {
  1475. for (const iterator of _channalData) {
  1476. if (iterator.id == id) {
  1477. return iterator;
  1478. }
  1479. }
  1480. }
  1481. if (typeof _my_channal != "undefined") {
  1482. for (const iterator of _my_channal) {
  1483. if (iterator.id == id) {
  1484. return iterator;
  1485. }
  1486. }
  1487. }
  1488. return false;
  1489. }