note.js 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581
  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' 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)' title='"+gLocal.gui.add_tran+"'>➕</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' title='" + 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. "')\" title='" +
  544. gLocal.gui.similar_sentences +
  545. "'>🔗</span>";
  546. output += "<span class='similar_sent_num'>" + in_json.sim + "</span>";
  547. output += "</span>";
  548. output += "<span class='separate_line'></span>";
  549. }
  550. //第三个按钮 相似句结束
  551. output += "</span>";
  552. output += "<span class='tool_right'>";
  553. //出处路径开始
  554. output += "<span class='ref'>" + in_json.ref;
  555. output += "<span class='sent_no'>";
  556. output += in_json.book + "-" + in_json.para + "-" + in_json.begin + "-" + in_json.end;
  557. output += "<span>";
  558. output += "</span>";
  559. //出处路径结束
  560. output += "</span>";
  561. output += "</div>";
  562. //工具栏结束
  563. //未选择的其他译文开始
  564. output += "<div class='other_tran'>";
  565. output += "</div>";
  566. output += "</div>";
  567. return output;
  568. }
  569. function sent_tran_edit(obj) {
  570. let jqObj = $(obj);
  571. while (!jqObj.hasClass("sent_tran")) {
  572. jqObj = jqObj.parent();
  573. if (!jqObj) {
  574. return;
  575. }
  576. }
  577. if (jqObj.hasClass("edit_mode")) {
  578. jqObj.removeClass("edit_mode");
  579. } else {
  580. $(".sent_tran").removeClass("edit_mode");
  581. jqObj.addClass("edit_mode");
  582. }
  583. }
  584. function sent_pr_merge(id) {
  585. $.post(
  586. "../usent/sent_pr_merge.php",
  587. {
  588. id: id,
  589. },
  590. function (data) {
  591. let result = JSON.parse(data);
  592. if (result.status > 0) {
  593. alert("error" + result.message);
  594. } else {
  595. ntf_show("成功采纳");
  596. }
  597. }
  598. );
  599. }
  600. function sent_commit(src, id) {
  601. commit_init({
  602. src: src,
  603. sent: [id],
  604. express: true,
  605. });
  606. }
  607. function render_one_sent_tran_a(iterator) {
  608. let mChannel = get_channel_by_id(iterator.channal);
  609. let tranText;
  610. let sid = iterator.book + "-" + iterator.para + "-" + iterator.begin + "-" + iterator.end;
  611. if (iterator.text == "") {
  612. tranText =
  613. "<span style='color:var(--border-line-color);'>" +
  614. iterator.channalinfo.name +
  615. "-" +
  616. iterator.channalinfo.lang +
  617. "</span>";
  618. } else {
  619. //note_init处理句子链接
  620. tranText = note_init(term_std_str_to_tran(iterator.text, iterator.channal, iterator.editor, iterator.lang));
  621. }
  622. let html = "";
  623. html += "<div class='sent_tran ";
  624. if (typeof iterator.is_pr != "undefined" && iterator.is_pr == true) {
  625. html += " pr ";
  626. }
  627. html += "' dbid='" + iterator.id + "' channel='" + iterator.channal + "' sid='" + sid + "'>";
  628. html += "<div class='sent_tran_inner'>";
  629. html += '<div class="tool_bar">';
  630. html += ' <div class="right">';
  631. //句子菜单
  632. html += '<div class="pop_menu">';
  633. if (typeof iterator.is_pr != "undefined" && iterator.is_pr == true) {
  634. //在pr 列表中的译文
  635. if (typeof iterator.is_pr_editor != "undefined" && iterator.is_pr_editor == true) {
  636. //提交人
  637. //修改按钮
  638. html += "<button class='icon_btn tooltip' onclick='sent_tran_edit(this)'>";
  639. html += '<svg class="icon" >';
  640. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_mode_edit"></use>';
  641. html += "</svg>";
  642. html += "<span class='tooltiptext tooltip-top'>";
  643. html += gLocal.gui.modify;
  644. html += "</span>";
  645. html += "</button>";
  646. //删除按钮
  647. html += "<button class='icon_btn tooltip' onclick='sent_pr_del(this)'>";
  648. html += '<svg class="icon" >';
  649. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_delete"></use>';
  650. html += "</svg>";
  651. html += "<span class='tooltiptext tooltip-top'>";
  652. html += gLocal.gui.delete;
  653. html += "</span>";
  654. html += "</button>";
  655. } else {
  656. //非提交人
  657. if (parseInt(iterator.mypower) >= 20) {
  658. //有权限 采纳按钮
  659. html += "<button class='icon_btn tooltip' onclick=\"sent_pr_merge('" + iterator.id + "')\">";
  660. html += '<svg class="icon" >';
  661. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#accept_copy"></use>';
  662. html += "</svg>";
  663. html += "<span class='tooltiptext tooltip-top'>";
  664. html += gLocal.gui.accept_copy;
  665. html += "</span>";
  666. html += "</button>";
  667. }
  668. //点赞按钮
  669. html += "<button class='icon_btn tooltip' onclick='sent_pr_like(this)'>";
  670. html += '<svg class="icon" >';
  671. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#like"></use>';
  672. html += "</svg>";
  673. html += "<span class='tooltiptext tooltip-top'>";
  674. html += gLocal.gui.like;
  675. html += "</span>";
  676. html += "</button>";
  677. }
  678. } else {
  679. //非pr列表里的句子
  680. //编辑按钮
  681. html += "<button class='icon_btn tooltip' onclick='sent_tran_edit(this)'>";
  682. html += '<svg class="icon" >';
  683. if (parseInt(iterator.mypower) < 20) {
  684. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#my_idea"></use>';
  685. } else {
  686. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_mode_edit"></use>';
  687. }
  688. html += "</svg>";
  689. html += "<span class='tooltiptext tooltip-top'>";
  690. if (parseInt(iterator.mypower) < 20) {
  691. html += "建议";
  692. } else {
  693. html += gLocal.gui.edit;
  694. }
  695. html += "</span>";
  696. html += "</button>";
  697. //推送按钮
  698. let commitIcon = "";
  699. let commitTipText = "";
  700. if (parseInt(iterator.mypower) >= 30 && parseInt(iterator.status) < 30) {
  701. //我的私有资源 公开发布
  702. commitIcon = "publish";
  703. commitTipText = gLocal.gui.publish;
  704. } else {
  705. if (parseInt(iterator.mypower) < 20) {
  706. //只读资源 采纳
  707. commitIcon = "accept_copy";
  708. commitTipText = gLocal.gui.accept_copy;
  709. } else {
  710. //其他资源 复制到
  711. commitIcon = "copy";
  712. commitTipText = gLocal.gui.copy_to;
  713. }
  714. }
  715. html += "<button class='icon_btn tooltip' ";
  716. html += " onclick=\"sent_commit('" + iterator.channal + "','" + sid + "')\">";
  717. html += '<svg class="icon" >';
  718. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#' + commitIcon + '"></use>';
  719. html += "</svg>";
  720. html += "<span class='tooltiptext tooltip-top'>";
  721. html += commitTipText;
  722. html += "</span>";
  723. html += "</button>";
  724. //推送按钮结束
  725. //更多按钮
  726. html += '<div class="case_dropdown">';
  727. html += "<button class='icon_btn'>";
  728. html += '<svg class="icon" >';
  729. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_more"></use>';
  730. html += "</svg>";
  731. html += "</button>";
  732. html += '<div class="case_dropdown-content menu_space_between" style="right:0;">';
  733. //时间线
  734. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  735. html += "<span>" + gLocal.gui.timeline + "</span>";
  736. html += '<svg class="icon" >';
  737. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#recent_scan"></use>';
  738. html += "</svg>";
  739. html += "</a>";
  740. //复制
  741. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  742. html += "<span>" + gLocal.gui.copy + "</span>";
  743. html += '<svg class="icon" >';
  744. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#copy"></use>';
  745. html += "</svg>";
  746. html += "</a>";
  747. //点赞
  748. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  749. html += "<span>" + gLocal.gui.like + "</span>";
  750. html += '<svg class="icon" >';
  751. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#like"></use>';
  752. html += "</svg>";
  753. html += "</a>";
  754. //分享
  755. html += "<a onclick=\"history_show('" + iterator.id + "')\">";
  756. html += "<span>" + gLocal.gui.share_to + "</span>";
  757. html += '<svg class="icon" >';
  758. html += '<use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#share_to"></use>';
  759. html += "</svg>";
  760. html += "</a>";
  761. html += "</div>";
  762. html += "</div>";
  763. //更多按钮结束
  764. }
  765. html += "</div>";
  766. //句子菜单结束
  767. html += "</div>";
  768. html += "</div>";
  769. //tool_bar 结束
  770. html += '<div class="left_bar" >';
  771. html += ' <div class="face">';
  772. if (iterator.id != "") {
  773. html += '<span class="head_img">' + iterator.editor_name.nickname.slice(0, 1) + "</span>";
  774. }
  775. html += "</div>";
  776. html += '<div class="date">' + getPassDataTime(iterator.update_time) + "</div>";
  777. html += "</div>";
  778. html += '<div class="body">';
  779. html += '<div class="head_bar">';
  780. html += '<div class="info">';
  781. html += '<span class="name">' + iterator.editor_name.nickname + "</span>";
  782. html += '<span class="date">' + getPassDataTime(iterator.update_time) + "</span>";
  783. html += "</div>";
  784. html += "<div class='preview'>" + tranText + "</div>";
  785. html += "</div>";
  786. html += '<div class="edit">';
  787. html += '<div class="input">';
  788. html += "<textarea dbid='" + iterator.id + "' ";
  789. html += "sid='" + sid + "' ";
  790. html += "channel='" + iterator.channal + "' ";
  791. if (typeof iterator.is_pr != "undefined" && iterator.is_pr == true) {
  792. html += 'onchange="note_pr_save(this)"';
  793. } else {
  794. html += 'onchange="note_sent_save_a(this)"';
  795. }
  796. html += ">" + iterator.text + "</textarea>";
  797. html += "</div>";
  798. html += '<div class="edit_tool">';
  799. if (parseInt(iterator.mypower) < 20) {
  800. html += "<b>提交修改建议</b> ";
  801. }
  802. html += "点击输入框外面自动<a onclick='sent_tran_edit(this)'>"+gLocal.gui.save+"</a> 支持markdown语法";
  803. html += "</div>";
  804. html += "</div>";
  805. html += '<div class="foot_bar">';
  806. html += '<div class="info">';
  807. if (iterator.id != "") {
  808. html += '<span class="date"> ' + getPassDataTime(iterator.update_time) + "</span>";
  809. }
  810. if (iterator.id != "") {
  811. html += '<span class="name">' + iterator.editor_name.nickname + "</span>";
  812. }
  813. if (iterator.id != "") {
  814. html += '<span class="channel">'+gLocal.gui.updated+' @' + iterator.channalinfo.name + "</span>";
  815. } else {
  816. html += '<span class="channel">'+gLocal.gui.no_updated+' @' + iterator.channalinfo.name + "</span>";
  817. }
  818. html += '<ul class="tag_list">';
  819. if (iterator.pr_all && parseInt(iterator.pr_all) > 0) {
  820. html +=
  821. " <li onclick=\"note_pr_show('" +
  822. iterator.channal +
  823. "','" +
  824. sid +
  825. "')\"><span class='icon'>✋</span><span class='num'>" +
  826. iterator.pr_new +
  827. "/" +
  828. iterator.pr_all +
  829. "</span></li>";
  830. }
  831. html += "</ul>";
  832. html += "</div>"; //end of info
  833. html += "</div>"; //end of foot bar
  834. html += "</div>";
  835. html += "</div>";
  836. //sent_tran_inner结束
  837. html += '<div class="pr_content"></div>';
  838. html += "</div>";
  839. return html;
  840. }
  841. function render_one_sent_tran(book, para, begin, end, iterator) {
  842. let output = "";
  843. output += "<div class='tran' lang='" + iterator.lang + "' style='display:flex;'>";
  844. //译文工具按钮开始
  845. output += "<div class='tran_text_tool_botton' onclick='tool_bar_show(this)'>";
  846. output +=
  847. "<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>";
  848. //译文工具栏开始
  849. output += "<div class='tran_text_tool_bar'>";
  850. output += "<div style='border-right: solid 1px;margin: 0.3em 0;'><li class = 'tip_buttom' ";
  851. output +=
  852. " onclick=\"note_edit_sentence('" +
  853. book +
  854. "' ,'" +
  855. para +
  856. "' ,'" +
  857. begin +
  858. "' ,'" +
  859. end +
  860. "' ,'" +
  861. iterator.channal +
  862. "')\"";
  863. output +=
  864. ">" +
  865. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_mode_edit"></use></svg>';
  866. output += gLocal.gui.edit + "</li>";
  867. output += "<li class = 'tip_buttom' ";
  868. output += " onclick=\"history_show('" + iterator.id + "')\" >";
  869. output +=
  870. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#recent_scan"></use></svg>';
  871. output += gLocal.gui.timeline + "</li>";
  872. output +=
  873. "<li class = 'tip_buttom'>" +
  874. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#copy"></use></svg>';
  875. output += gLocal.gui.copy + "</li></div>";
  876. output +=
  877. "<div style='border-right: solid 1px;margin: 0.3em 0;'><li class = 'tip_buttom'>" +
  878. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#like"></use></svg>';
  879. output += gLocal.gui.like + "</li>";
  880. output +=
  881. "<li class = 'tip_buttom'>" +
  882. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#comment"></use></svg>';
  883. output += gLocal.gui.comment + "</li>";
  884. output +=
  885. "<li class = 'tip_buttom'>" +
  886. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#ic_shopping_cart"></use></svg>';
  887. output += gLocal.gui.digest + "</li></div>";
  888. output +=
  889. "<div style='margin: 0.3em 0;'><li class = 'tip_buttom'>" +
  890. '<svg class="icon" ><use xlink="http://www.w3.org/1999/xlink" href="../studio/svg/icon.svg#share_to"></use></svg>';
  891. output += gLocal.gui.share_to + "</li>";
  892. output += "</div></div>";
  893. //译文工具栏结束
  894. output += "</div>";
  895. //译文工具按钮结束
  896. //译文正文开始
  897. output +=
  898. "<div class='text' id='tran_text_" +
  899. book +
  900. "_" +
  901. para +
  902. "_" +
  903. begin +
  904. "_" +
  905. end +
  906. "_" +
  907. iterator.channal +
  908. "'>";
  909. if (iterator.text == "") {
  910. output +=
  911. "<span style='color:var(--border-line-color);'>" +
  912. iterator.channalinfo.name +
  913. "-" +
  914. iterator.channalinfo.lang +
  915. "</span>";
  916. } else {
  917. //note_init处理句子链接
  918. output += note_init(term_std_str_to_tran(iterator.text, iterator.channal, iterator.editor, iterator.lang));
  919. }
  920. output += "</div>";
  921. //译文正文结束
  922. output += "</div>";
  923. //单个channal译文框结束
  924. return output;
  925. }
  926. function add_new_tran_button_click(obj) {
  927. let html = "<ul>";
  928. for (const iterator of _my_channal) {
  929. if (iterator.status > 0) {
  930. if (_channal.indexOf(iterator.id) < 0) {
  931. html += '<li onclick="';
  932. html +=
  933. "new_sentence('" +
  934. $(obj).parent().attr("book") +
  935. "' ,'" +
  936. $(obj).parent().attr("para") +
  937. "' ,'" +
  938. $(obj).parent().attr("begin") +
  939. "' ,'" +
  940. $(obj).parent().attr("end") +
  941. "' ,'" +
  942. iterator.id +
  943. "',this)";
  944. html += '">' + iterator.name;
  945. if (parseInt(iterator.power) < 20) {
  946. html += "(建议)";
  947. }
  948. html += "</li>";
  949. }
  950. }
  951. }
  952. html += "</ul>";
  953. $(obj).parent().children(".tran_text_tool_bar").first().html(html);
  954. if ($(obj).parent().children(".tran_text_tool_bar").css("display") == "block") {
  955. $(obj).parent().children(".tran_text_tool_bar").first().hide();
  956. } else {
  957. $(obj).parent().children(".tran_text_tool_bar").first().show();
  958. $(document).one("click", function () {
  959. $(obj).parent().children(".tran_text_tool_bar").first().hide();
  960. });
  961. event.stopPropagation();
  962. $(obj).parent().show();
  963. }
  964. }
  965. function tool_bar_show(element) {
  966. if ($(element).find(".tran_text_tool_bar").css("display") == "none") {
  967. $(element).find(".tran_text_tool_bar").css("display", "flex");
  968. $(element).find(".icon_expand").css("transform", "rotate(-180deg)");
  969. $(element).css("background-color", "var(--btn-bg-color)");
  970. $(element).css("visibility", "visible");
  971. $(document).one("click", function () {
  972. $(element).find(".tran_text_tool_bar").hide();
  973. $(element).css("background-color", "var(--nocolor)");
  974. $(element).find(".icon_expand").css("transform", "unset");
  975. $(element).css("visibility", "");
  976. });
  977. event.stopPropagation();
  978. } else {
  979. $(element).find(".tran_text_tool_bar").hide();
  980. $(element).css("background-color", "var(--nocolor)");
  981. $(element).find(".icon_expand").css("transform", "unset");
  982. $(element).css("visibility", "");
  983. }
  984. }
  985. function new_sentence(book, para, begin, end, channel, obj) {
  986. let newsent = { id: "", text: "", lang: "", channal: channel };
  987. for (let iterator of _arrData) {
  988. if (iterator.book == book && iterator.para == para && iterator.begin == begin && iterator.end == end) {
  989. let found = false;
  990. for (const tran of iterator.translation) {
  991. if (tran.channal == channel) {
  992. found = true;
  993. break;
  994. }
  995. }
  996. if (!found) {
  997. iterator.translation.push(newsent);
  998. }
  999. }
  1000. }
  1001. if ($(obj).parent().parent().css("display") == "block") {
  1002. $(obj).parent().parent().hide();
  1003. }
  1004. note_edit_sentence(book, para, begin, end, channel);
  1005. }
  1006. //显示更多译文按钮动作
  1007. function set_more_button_display() {
  1008. $(".other_tran_div").each(function () {
  1009. const sentid = $(this).attr("sent").split("-");
  1010. const book = sentid[0];
  1011. const para = sentid[1];
  1012. const begin = sentid[2];
  1013. const end = sentid[3];
  1014. let count = 0;
  1015. for (const iterator of _channalData) {
  1016. if (iterator.final) {
  1017. for (const onesent of iterator.final) {
  1018. let id = onesent.id.split("-");
  1019. if (book == id[0] && para == id[1] && begin == id[2] && end == id[3] && onesent.final) {
  1020. if (_channal.indexOf(iterator.id) == -1) {
  1021. count++;
  1022. }
  1023. }
  1024. }
  1025. }
  1026. }
  1027. if (count > 0) {
  1028. $(this).find(".other_tran_num").html(count);
  1029. $(this).find(".other_tran_num").attr("style", "display:inline-flex;");
  1030. $(this)
  1031. .find(".other_bar")
  1032. .click(function () {
  1033. const sentid = $(this).parent().parent().attr("sent").split("-");
  1034. const book = sentid[0];
  1035. const para = sentid[1];
  1036. const begin = sentid[2];
  1037. const end = sentid[3];
  1038. let sentId = book + "-" + para + "-" + begin + "-" + end;
  1039. if ($(this).parent().parent().siblings(".other_tran").first().css("display") == "none") {
  1040. $(".other_tran_div[sent='" + sentId + "']")
  1041. .children(".other_tran")
  1042. .slideDown();
  1043. $(this).siblings(".more_tran ").css("transform", "unset");
  1044. $.get(
  1045. "../usent/get.php",
  1046. {
  1047. book: book,
  1048. para: para,
  1049. begin: begin,
  1050. end: end,
  1051. },
  1052. function (data, status) {
  1053. let arrSent = JSON.parse(data);
  1054. let html = "<div class='compact'>";
  1055. for (const iterator of arrSent) {
  1056. if (_channal.indexOf(iterator.channal) == -1) {
  1057. html += render_one_sent_tran_a(iterator);
  1058. //html += "<div>" + marked(iterator.text) + "</div>";
  1059. }
  1060. }
  1061. html += "</div>";
  1062. let sentId =
  1063. arrSent[0].book +
  1064. "-" +
  1065. arrSent[0].paragraph +
  1066. "-" +
  1067. arrSent[0].begin +
  1068. "-" +
  1069. arrSent[0].end;
  1070. $(".other_tran_div[sent='" + sentId + "']")
  1071. .children(".other_tran")
  1072. .html(html);
  1073. }
  1074. );
  1075. } else {
  1076. $(".other_tran_div[sent='" + sentId + "']")
  1077. .children(".other_tran")
  1078. .slideUp();
  1079. $(this).siblings(".more_tran ").css("transform", "rotate(-90deg)");
  1080. }
  1081. });
  1082. } else {
  1083. //隐藏自己
  1084. //$(this).hide();
  1085. $(this)
  1086. .find(".other_tran_span")
  1087. .addClass("disable")
  1088. .html("🧲");//gLocal.gui.no + gLocal.gui.other + gLocal.gui.translation
  1089. //$(this).find(".more_tran").hide();
  1090. }
  1091. });
  1092. }
  1093. function note_edit_sentence(book, para, begin, end, channal) {
  1094. let channalInfo;
  1095. for (const iterator of _channalData) {
  1096. if (iterator.id == channal) {
  1097. channalInfo = iterator;
  1098. break;
  1099. }
  1100. }
  1101. for (const iterator of _arrData) {
  1102. if (iterator.book == book && iterator.para == para && iterator.begin == begin && iterator.end == end) {
  1103. for (const tran of iterator.translation) {
  1104. if (tran.channal == channal) {
  1105. let html = "";
  1106. html += "<div style='color:blue;'>" + channalInfo.name + "@" + channalInfo.nickname + "</div>";
  1107. html +=
  1108. "<textarea id='edit_dialog_text' sent_id='" +
  1109. tran.id +
  1110. "' book='" +
  1111. book +
  1112. "' para='" +
  1113. para +
  1114. "' begin='" +
  1115. begin +
  1116. "' end='" +
  1117. end +
  1118. "' channal='" +
  1119. channal +
  1120. "' style='width:100%;min-height:260px;'>" +
  1121. tran.text +
  1122. "</textarea>";
  1123. $("#edit_dialog_content").html(html);
  1124. $("#note_sent_edit_dlg").dialog("open");
  1125. return;
  1126. }
  1127. }
  1128. }
  1129. }
  1130. alert("未找到句子");
  1131. }
  1132. function update_note_sent_tran(obj) {}
  1133. //保存pr句子 新
  1134. function note_pr_save(obj) {
  1135. let id = $(obj).attr("dbid");
  1136. let sid = $(obj).attr("sid").split("-");
  1137. let book = sid[0];
  1138. let para = sid[1];
  1139. let begin = sid[2];
  1140. let end = sid[3];
  1141. let channel = $(obj).attr("channel");
  1142. let text = $(obj).val();
  1143. let sent_tran_div = find_sent_tran_div(obj);
  1144. $.post(
  1145. "../usent/pr_post.php",
  1146. {
  1147. id: id,
  1148. book: book,
  1149. para: para,
  1150. begin: begin,
  1151. end: end,
  1152. channel: channel,
  1153. text: text,
  1154. },
  1155. sent_save_callback
  1156. );
  1157. if (sent_tran_div) {
  1158. $(sent_tran_div).find(".preview").addClass("loading");
  1159. }
  1160. }
  1161. //保存译文句子 新
  1162. function note_sent_save_a(obj) {
  1163. let id = $(obj).attr("dbid");
  1164. let sid = $(obj).attr("sid").split("-");
  1165. let book = sid[0];
  1166. let para = sid[1];
  1167. let begin = sid[2];
  1168. let end = sid[3];
  1169. let channal = $(obj).attr("channel");
  1170. let text = $(obj).val();
  1171. let sent_tran_div = find_sent_tran_div(obj);
  1172. $.post(
  1173. "../usent/sent_post.php",
  1174. {
  1175. id: id,
  1176. book: book,
  1177. para: para,
  1178. begin: begin,
  1179. end: end,
  1180. channal: channal,
  1181. text: text,
  1182. lang: "zh",
  1183. },
  1184. sent_save_callback
  1185. );
  1186. if (sent_tran_div) {
  1187. $(sent_tran_div).find(".preview").addClass("loading");
  1188. }
  1189. }
  1190. function sent_save_callback(data) {
  1191. let result = JSON.parse(data);
  1192. if (result.status > 0) {
  1193. alert("error" + result.message);
  1194. } else {
  1195. let sid = result.book + "-" + result.para + "-" + result.begin + "-" + result.end;
  1196. let sent_tran_div = $(
  1197. ".sent_tran[dbid='" + result.id + "'][channel='" + result.channal + "'][sid='" + sid + "']"
  1198. );
  1199. if (result.commit_type == 1 || result.commit_type == 2) {
  1200. ntf_show("成功修改");
  1201. if (sent_tran_div) {
  1202. let divPreview = sent_tran_div.find(".preview").first();
  1203. if (result.text == "") {
  1204. let channel_info = "Empty";
  1205. let thisChannel = find_channal(result.channal);
  1206. if (thisChannel) {
  1207. channel_info = thisChannel.name + "-" + thisChannel.nickname;
  1208. }
  1209. divPreview.html("<span style='color:var(--border-line-color);'>" + channel_info + "</span>");
  1210. } else {
  1211. divPreview.html(
  1212. marked(term_std_str_to_tran(result.text, result.channal, result.editor, result.lang))
  1213. );
  1214. term_updata_translation();
  1215. popup_init();
  1216. for (const iterator of _arrData) {
  1217. if (
  1218. iterator.book == result.book &&
  1219. iterator.para == result.para &&
  1220. iterator.begin == result.begin &&
  1221. iterator.end == result.end
  1222. ) {
  1223. for (const tran of iterator.translation) {
  1224. if (tran.channal == result.channal) {
  1225. tran.text = result.text;
  1226. break;
  1227. }
  1228. }
  1229. }
  1230. }
  1231. }
  1232. sent_tran_div.find(".preview").removeClass("loading");
  1233. }
  1234. } else if (result.commit_type == 3) {
  1235. ntf_show("已经提交修改建议");
  1236. } else {
  1237. ntf_show("未提交");
  1238. }
  1239. }
  1240. }
  1241. //保存译文句子
  1242. function note_sent_save() {
  1243. let id = $("#edit_dialog_text").attr("sent_id");
  1244. let book = $("#edit_dialog_text").attr("book");
  1245. let para = $("#edit_dialog_text").attr("para");
  1246. let begin = $("#edit_dialog_text").attr("begin");
  1247. let end = $("#edit_dialog_text").attr("end");
  1248. let channal = $("#edit_dialog_text").attr("channal");
  1249. let text = $("#edit_dialog_text").val();
  1250. $.post(
  1251. "../usent/sent_post.php",
  1252. {
  1253. id: id,
  1254. book: book,
  1255. para: para,
  1256. begin: begin,
  1257. end: end,
  1258. channal: channal,
  1259. text: text,
  1260. lang: "zh",
  1261. },
  1262. function (data) {
  1263. let result = JSON.parse(data);
  1264. if (result.status > 0) {
  1265. alert("error" + result.message);
  1266. } else {
  1267. if (result.commit_type == 1 || result.commit_type == 2) {
  1268. ntf_show("成功修改");
  1269. if (result.text == "") {
  1270. let channel_info = "Empty";
  1271. let thisChannel = find_channal(result.channal);
  1272. if (thisChannel) {
  1273. channel_info = thisChannel.name + "-" + thisChannel.nickname;
  1274. }
  1275. $(
  1276. "#tran_text_" +
  1277. result.book +
  1278. "_" +
  1279. result.para +
  1280. "_" +
  1281. result.begin +
  1282. "_" +
  1283. result.end +
  1284. "_" +
  1285. result.channal
  1286. ).html("<span style='color:var(--border-line-color);'>" + channel_info + "</span>");
  1287. } else {
  1288. $(
  1289. "#tran_text_" +
  1290. result.book +
  1291. "_" +
  1292. result.para +
  1293. "_" +
  1294. result.begin +
  1295. "_" +
  1296. result.end +
  1297. "_" +
  1298. result.channal
  1299. ).html(marked(term_std_str_to_tran(result.text, result.channal, result.editor, result.lang)));
  1300. term_updata_translation();
  1301. for (const iterator of _arrData) {
  1302. if (
  1303. iterator.book == result.book &&
  1304. iterator.para == result.para &&
  1305. iterator.begin == result.begin &&
  1306. iterator.end == result.end
  1307. ) {
  1308. for (const tran of iterator.translation) {
  1309. if (tran.channal == result.channal) {
  1310. tran.text = result.text;
  1311. break;
  1312. }
  1313. }
  1314. }
  1315. }
  1316. }
  1317. } else if (result.commit_type == 3) {
  1318. ntf_show("已经提交修改建议");
  1319. } else {
  1320. ntf_show("未提交");
  1321. }
  1322. }
  1323. }
  1324. );
  1325. }
  1326. function copy_ref(book, para, begin, end) {
  1327. let strRef = "{{" + book + "-" + para + "-" + begin + "-" + end + "}}";
  1328. copy_to_clipboard(strRef);
  1329. }
  1330. function goto_nissaya(book, para, begin = 0, end = 0) {
  1331. window.open("../nissaya/index.php?book=" + book + "&para=" + para + "&begin=" + begin + "&end=" + end, "nissaya");
  1332. }
  1333. function edit_in_studio(book, para, begin, end) {
  1334. wbw_channal_list_open(book, [para]);
  1335. }
  1336. //显示和隐藏某个内容 如 巴利文
  1337. function setVisibility(key, value) {
  1338. switch (key) {
  1339. case "palitext":
  1340. if ($(value).is(":checked")) {
  1341. $(".palitext").show();
  1342. } else {
  1343. $(".palitext").hide();
  1344. }
  1345. break;
  1346. default:
  1347. break;
  1348. }
  1349. }
  1350. function note_show_pali_sim(SentId) {
  1351. pali_sim_dlg_open(SentId, 0, 20);
  1352. }
  1353. function set_pali_script(pos, script) {
  1354. if (script == "none") {
  1355. $(".palitext" + pos).html("");
  1356. } else {
  1357. $(".palitext" + pos).each(function () {
  1358. let html = $(this).siblings(".palitext_roma").first().html();
  1359. $(this).html(html);
  1360. });
  1361. $(".palitext" + pos)
  1362. .find("*")
  1363. .contents()
  1364. .filter(function () {
  1365. return this.nodeType != 1;
  1366. })
  1367. .wrap("<pl" + pos + "></pl" + pos + ">");
  1368. $(".palitext" + pos)
  1369. .contents()
  1370. .filter(function () {
  1371. return this.nodeType != 1;
  1372. })
  1373. .wrap("<pl" + pos + "></pl" + pos + ">");
  1374. $("pl" + pos).html(function (index, oldcontent) {
  1375. return roman_to_my(oldcontent);
  1376. });
  1377. }
  1378. }
  1379. function splite_pali_word() {
  1380. $("pali")
  1381. .contents()
  1382. .filter(function () {
  1383. return this.nodeType != 1;
  1384. })
  1385. .wrap("<pl></pl>");
  1386. $("pl").each(function () {
  1387. let html = $(this).html();
  1388. $(this).html("<w>" + html.replace(/\s/g, "</w> <w>") + "</w>");
  1389. });
  1390. $("w").click(function () {
  1391. let word = com_getPaliReal($(this).text());
  1392. if (gBuildinDictIsOpen) {
  1393. window.open("../dict/index.php?builtin=true&key=" + word, "dict");
  1394. }
  1395. });
  1396. }
  1397. function refresh_pali_script() {
  1398. if (_display && _display == "para") {
  1399. //段落模式
  1400. } else {
  1401. //句子模式
  1402. setting_get("lib.second_script", set_second_scrip);
  1403. }
  1404. }
  1405. function set_second_scrip(value) {
  1406. set_pali_script(2, value);
  1407. }
  1408. function slider_show(obj) {
  1409. $(obj).parent().parent().parent().parent().parent().toggleClass("slider_show_shell");
  1410. }
  1411. function find_sent_tran_div(obj) {
  1412. let parent = obj.parentNode;
  1413. while (parent.nodeType == 1) {
  1414. if ($(parent).hasClass("sent_tran")) {
  1415. return parent;
  1416. } else if (parent.nodeName == "BODY") {
  1417. return false;
  1418. }
  1419. parent = parent.parentNode;
  1420. }
  1421. return false;
  1422. }
  1423. //显示或隐藏pr数据
  1424. function note_pr_show(channel, id) {
  1425. let obj = $(".sent_tran[channel='" + channel + "'][sid='" + id + "']").find(".pr_content");
  1426. let prHtml = obj.first().html();
  1427. if (prHtml == "") {
  1428. note_get_pr(channel, id);
  1429. } else {
  1430. obj.slideUp();
  1431. obj.html("");
  1432. }
  1433. }
  1434. //获取pr数据并显示
  1435. function note_get_pr(channel, id) {
  1436. let sid = id.split("-");
  1437. let book = sid[0];
  1438. let para = sid[1];
  1439. let begin = sid[2];
  1440. let end = sid[3];
  1441. $.post(
  1442. "../usent/get_pr.php",
  1443. {
  1444. book: book,
  1445. para: para,
  1446. begin: begin,
  1447. end: end,
  1448. channel: channel,
  1449. },
  1450. function (data) {
  1451. let result = JSON.parse(data);
  1452. if (result.length > 0) {
  1453. let html = "<div class='compact'>";
  1454. for (const iterator of result) {
  1455. html += render_one_sent_tran_a(iterator);
  1456. }
  1457. html += "</div>";
  1458. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1459. .find(".pr_content")
  1460. .html(html);
  1461. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1462. .find(".pr_content")
  1463. .slideDown();
  1464. } else {
  1465. }
  1466. }
  1467. );
  1468. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1469. .find(".pr_content")
  1470. .html("loading");
  1471. $(".sent_tran[channel='" + channel + "'][sid='" + id + "']")
  1472. .find(".pr_content")
  1473. .show();
  1474. }
  1475. function get_channel_by_id(id) {
  1476. if (typeof _channalData != "undefined") {
  1477. for (const iterator of _channalData) {
  1478. if (iterator.id == id) {
  1479. return iterator;
  1480. }
  1481. }
  1482. }
  1483. if (typeof _my_channal != "undefined") {
  1484. for (const iterator of _my_channal) {
  1485. if (iterator.id == id) {
  1486. return iterator;
  1487. }
  1488. }
  1489. }
  1490. return false;
  1491. }