Browse Source

Merge branch 'master' of https://github.com/visuddhinanda/mint

visuddhinanda 5 years ago
parent
commit
c532d75665

+ 7 - 4
app/course/course.php

@@ -42,7 +42,10 @@ echo " > ";
 echo $course_info["title"];
 echo "</div>";
 echo '<div class="summary"  style="padding-bottom:5px;">'.$course_info["subtitle"].'</div>';
-echo '<div class="summary"  style=""><button>关注</button><button>报名</button><button>分享</button></div>';
+echo '<div class="summary"  style="">';
+echo '<button>'.$_local->gui->watch.'</button>';
+echo '<button>'.$_local->gui->sign_up.'</button>';
+echo '<button>'.$_local->gui->share.'</button></div>';
 echo "</div>";
 echo '</div>';
 
@@ -50,12 +53,12 @@ echo "<div  class='index_inner'>";
 
 echo '<div class="card" style="margin:1em;padding:10px;">';
     echo '<div class="title">';
-    echo '简介';
+    echo $_local->gui->introduction;
     echo '</div>';
     echo '<div id="course_summary" class="detail">';
     echo '</div>';
     echo '<div class="title">';
-    echo '参考资料';
+    echo $_local->gui->attachment;
     echo '</div>';    
     echo '<div id="course_attachment"  class="detail">';
     echo '</div>';   
@@ -163,7 +166,7 @@ $.get("../course/lesson_list.php",
         if(m>0){
             sdt +=(dt % 60)+"分钟";
         }
-        html+= "<div >持续时间:"+sdt+"</div>";        
+        html+= "<div >"+gLocal.gui.duration+":"+sdt+"</div>";        
         let now = new Date(); 
 
         let lesson_time="";

+ 2 - 2
app/course/index.php

@@ -52,8 +52,8 @@ include "../pcdl/html_head.php";
     
 	<div class="index_list_categories">
 		<div class="title_bar">
-			<span class="title h3">老师</span>	
-			<span class="title_more"><a href="../course">更多</a></span>
+			<span class="title h3"><?php echo $_local->gui->speaker ?></span>	
+			<span class="title_more"><a href="../course"><?php echo $_local->gui->more ?></a></span>
 		</div>
 		<div class="content">
 			<div id="course_list_new" class="content_inner">

+ 3 - 3
app/course/lesson.js

@@ -70,13 +70,13 @@ function lesson_show(id) {
         let dt = lesson["duration"] / 60;
         let sdt = "";
         if (dt > 59) {
-          sdt += Math.floor(dt / 60) + "小时";
+          sdt += Math.floor(dt / 60) + gLocal.gui.h;
         }
         let m = dt % 60;
         if (m > 0) {
-          sdt += (dt % 60) + "分钟";
+          sdt += (dt % 60) + gLocal.gui.mins;
         }
-        html += "<div >持续时间:" + sdt + "</div>";
+        html += "<div >" + gLocal.gui.duration + ":" + sdt + "</div>";
         let now = new Date();
 
         let lesson_time = "";

+ 5 - 3
app/course/list_new.php

@@ -18,7 +18,7 @@ foreach($Fetch as $row){
     echo '<div class="pd-10">';
     echo '<div class="title" style="padding-bottom:5px;font-size:110%;font-weight:600;"><a href="../course/course.php?id='.$row["id"].'">'.$row["title"].'</a></div>';
     echo '<div class="summary"  style="padding-bottom:5px;color: #ad4b00;">'.$row["subtitle"].'</div>';
-    echo '<div class="author"  style="padding-bottom:5px;margin-bottom:0.4em;">主讲:';
+    echo '<div class="author"  style="padding-bottom:5px;margin-bottom:0.4em;">'.$_local->gui->speaker.':';
     echo '<a href="../uhome/course.php?userid='.$row['teacher'].'">';
     echo ucenter_getA($row["teacher"]);
     echo '</a>';
@@ -26,8 +26,10 @@ foreach($Fetch as $row){
     echo '<div class="summary"  style="padding-bottom:5px;height: 4.5em;line-height: 1.5em;overflow-y: hidden;">'.$row["summary"].'</div>';
     echo '</div>';
     echo '<div class="pd-10" style="display:flex;justify-content: space-between;">';
-    echo '<button><svg t="1600445373282" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2368" width="32" height="32"><path fill="silver" d="M854.00064 412.66688h-275.99872v-35.99872c48-102.00064 35.99872-227.99872 0-288-12.00128-18.00192-35.99872-35.99872-54.00064-35.99872s-35.99872 6.00064-35.99872 54.00064c0 96-6.00064 137.99936-24.00256 179.99872-12.00128 29.99808-77.99808 96-156.00128 120.00256v480c12.00128 6.00064 35.99872 24.00256 54.00064 29.99808 18.00192 12.00128 48 18.00192 60.00128 18.00192h306.00192c77.99808 0 108.00128-29.99808 108.00128-66.00192 0-18.00192 0-29.99808-18.00192-35.99872V796.672c41.99936 0 83.99872-12.00128 83.99872-48 0-29.99808-12.00128-35.99872-18.00192-35.99872v-35.99872h6.00064c24.00256 0 60.00128-35.99872 60.00128-60.00128 0-18.00192-6.00064-35.99872-18.00192-41.99936-6.00064-6.00064-24.00256-6.00064-24.00256-6.00064v-35.99872s12.00128 0 24.00256-12.00128c18.00192-12.00128 18.00192-42.00448 18.00192-42.00448v-12.00128c0-29.99808-48-54.00064-96-54.00064zM67.99872 478.6688l35.99872 408.00256c6.00064 24.00256 24.00256 48 48 48h83.99872c6.00064 0 12.00128-6.00064 18.00192-12.00128s12.00128-6.00064 18.00192-12.00128V412.66688H128c-35.99872 0-60.00128 35.99872-60.00128 66.00192z" p-id="2369"></path></svg></button><span id="num_like">3</span>';
-    echo '<button><svg t="1600445467402" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4462" width="32" height="32"><path d="M604.37 488.16a93.87 93.87 0 1 1-93.92-93.88 94 94 0 0 1 93.92 93.88z" fill="silver" p-id="4463"></path><path d="M510.5 179c-246 0-445.39 227.26-445.39 318.12 0 113.65 199.43 318.17 445.39 318.17s445.39-204.52 445.39-318.17C955.89 406.26 756.46 179 510.5 179z m0 477.33c-92.68 0-168.07-75.44-168.07-168.17S417.77 320 510.45 320s168.17 75.42 168.17 168.13-75.44 168.2-168.17 168.2z" fill="silver" p-id="4464"></path></svg></button><span id="num_subscribe">23</span>';
+    echo '<button><svg t="1600445373282" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2368" width="32" height="32"><path fill="silver" d="M854.00064 412.66688h-275.99872v-35.99872c48-102.00064 35.99872-227.99872 0-288-12.00128-18.00192-35.99872-35.99872-54.00064-35.99872s-35.99872 6.00064-35.99872 54.00064c0 96-6.00064 137.99936-24.00256 179.99872-12.00128 29.99808-77.99808 96-156.00128 120.00256v480c12.00128 6.00064 35.99872 24.00256 54.00064 29.99808 18.00192 12.00128 48 18.00192 60.00128 18.00192h306.00192c77.99808 0 108.00128-29.99808 108.00128-66.00192 0-18.00192 0-29.99808-18.00192-35.99872V796.672c41.99936 0 83.99872-12.00128 83.99872-48 0-29.99808-12.00128-35.99872-18.00192-35.99872v-35.99872h6.00064c24.00256 0 60.00128-35.99872 60.00128-60.00128 0-18.00192-6.00064-35.99872-18.00192-41.99936-6.00064-6.00064-24.00256-6.00064-24.00256-6.00064v-35.99872s12.00128 0 24.00256-12.00128c18.00192-12.00128 18.00192-42.00448 18.00192-42.00448v-12.00128c0-29.99808-48-54.00064-96-54.00064zM67.99872 478.6688l35.99872 408.00256c6.00064 24.00256 24.00256 48 48 48h83.99872c6.00064 0 12.00128-6.00064 18.00192-12.00128s12.00128-6.00064 18.00192-12.00128V412.66688H128c-35.99872 0-60.00128 35.99872-60.00128 66.00192z" p-id="2369"></path></svg></button>';
+    echo '<span id="num_like">3</span>';
+    echo '<button><svg t="1600445467402" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4462" width="32" height="32"><path d="M604.37 488.16a93.87 93.87 0 1 1-93.92-93.88 94 94 0 0 1 93.92 93.88z" fill="silver" p-id="4463"></path><path d="M510.5 179c-246 0-445.39 227.26-445.39 318.12 0 113.65 199.43 318.17 445.39 318.17s445.39-204.52 445.39-318.17C955.89 406.26 756.46 179 510.5 179z m0 477.33c-92.68 0-168.07-75.44-168.07-168.17S417.77 320 510.45 320s168.17 75.42 168.17 168.13-75.44 168.2-168.17 168.2z" fill="silver" p-id="4464"></path></svg></button>';
+    echo '<span id="num_subscribe">23</span>';
     echo '</div>';
     
     echo '</div>';

+ 13 - 13
app/course/my_course_edit.php

@@ -27,7 +27,7 @@ $course_info = $Fetch[0];
 
 
 echo '<div>';
-echo '<a href="../course/my_course_index.php?course='.$course_info["id"].'">'.$course_info["title"].'</a> > > 修改';
+echo '<a href="../course/my_course_index.php?course='.$course_info["id"].'">'.$course_info["title"].'</a> > > '.$_local->gui->modify;
 echo '</div>';
 
 echo '<div></div>';
@@ -44,20 +44,20 @@ echo '<div id="userfilelist">';
 
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'老师'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->speaker.'</div>';
     echo '<div id="teacher_id" style="flex:8;"></div>';
     echo '<input id="form_teacher" type="hidden" name="teacher" value="'.$course_info["teacher"].'" />';
     echo '</div>'; 
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'语言'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->language_select.'</div>';
     echo '<div id="teacher_id" style="flex:8;">';
     echo '<input  type="input" name="lang" value="'.$course_info["lang"].'" />';
     echo '</div>';
     echo '</div>'; 
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'标题'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->title.'</div>';
     echo '<div style="flex:8;">';
     echo '<input type="input" id="form_title"  name = "title" value="'.$course_info["title"].'" />';
     echo '<span id = "error_form_title" ></span>';
@@ -66,29 +66,29 @@ echo '<div id="userfilelist">';
     echo '</div>';
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'副标题'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->sub_title.'</div>';
     echo '<div style="flex:8;"><input type="input" name = "subtitle" value="'.$course_info["subtitle"].'" /></div>';
     echo '</div>';
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'简介'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->introduction.'</div>';
     echo '<div style="flex:8;"><textarea name="summary" style="height:6em;">'.$course_info["summary"].'</textarea></div>';
     echo '</div>';
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'标签'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->tag.'</div>';
     echo '<div style="flex:8;"><input type="input" name = "tag" value="'.$course_info["tag"].'" /></div>';
     echo '</div>';
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'附件链接'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->attachment.'</div>';
     echo '<div style="flex:8;"><input type="input" name = "attachment" value="'.$course_info["attachment"].'" /></div>';
     echo '</div>';
 
 echo '</div>';
 ?>
 
-<input type="submit" />
+<input type="submit" value="<?php echo $_local->gui->submit ?>"/>
 </form>
 </div>
 
@@ -98,19 +98,19 @@ echo '</div>';
 
 ?>
 </div>
-<div>创建时间
+<div><?php echo $_local->gui->created_time ?>
 <?php
     echo strftime("%b-%d-%Y",$course_info["create_time"]/1000);
 ?>
 </div>
-<div>修改时间
+<div><?php echo $_local->gui->modified_time ?>
 <?php
     echo strftime("%b-%d-%Y",$course_info["modify_time"]/1000);
 ?>
 </div>
-<div>点击:</div>
+<div><?php echo $_local->gui->num_of_hit ?>:</div>
 <div><svg t="1600445373282" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2368" width="32" height="32"><path fill="silver" d="M854.00064 412.66688h-275.99872v-35.99872c48-102.00064 35.99872-227.99872 0-288-12.00128-18.00192-35.99872-35.99872-54.00064-35.99872s-35.99872 6.00064-35.99872 54.00064c0 96-6.00064 137.99936-24.00256 179.99872-12.00128 29.99808-77.99808 96-156.00128 120.00256v480c12.00128 6.00064 35.99872 24.00256 54.00064 29.99808 18.00192 12.00128 48 18.00192 60.00128 18.00192h306.00192c77.99808 0 108.00128-29.99808 108.00128-66.00192 0-18.00192 0-29.99808-18.00192-35.99872V796.672c41.99936 0 83.99872-12.00128 83.99872-48 0-29.99808-12.00128-35.99872-18.00192-35.99872v-35.99872h6.00064c24.00256 0 60.00128-35.99872 60.00128-60.00128 0-18.00192-6.00064-35.99872-18.00192-41.99936-6.00064-6.00064-24.00256-6.00064-24.00256-6.00064v-35.99872s12.00128 0 24.00256-12.00128c18.00192-12.00128 18.00192-42.00448 18.00192-42.00448v-12.00128c0-29.99808-48-54.00064-96-54.00064zM67.99872 478.6688l35.99872 408.00256c6.00064 24.00256 24.00256 48 48 48h83.99872c6.00064 0 12.00128-6.00064 18.00192-12.00128s12.00128-6.00064 18.00192-12.00128V412.66688H128c-35.99872 0-60.00128 35.99872-60.00128 66.00192z" p-id="2369"></path></svg></div>
-<div>收藏:</div>
+<div><?php echo $_local->gui->favorite ?>:</div>
 
 </div>
 

+ 1 - 1
app/course/my_course_list.php

@@ -48,7 +48,7 @@ foreach($Fetch as $row){
     echo '<div class="title" style="padding-bottom:5px;"><a href="../course/my_course_index.php?course='.$row["id"].'">'.$row["title"].'</a></div>';
     echo '<div class="summary"  style="padding-bottom:5px;">'.$row["subtitle"].'</div>';
     echo '<div class="summary"  style="padding-bottom:5px;">'.$row["summary"].'</div>';
-    echo '<div class="author"  style="padding-bottom:5px;">主讲:'.ucenter_getA($row["teacher"]).'</div>';
+    echo '<div class="author"  style="padding-bottom:5px;">'.$_local->gui->speaker.':'.ucenter_getA($row["teacher"]).'</div>';
     echo '</div>';
     
     echo '</div>';

+ 11 - 11
app/course/my_course_new.php

@@ -5,7 +5,7 @@ require_once "../public/_pdo.php";
 require_once '../media/function.php';
 
 echo '<div>';
-echo '新建课程';
+echo $_local->gui->create_course;
 echo '</div>';
 
 echo '<div></div>';
@@ -19,28 +19,28 @@ echo '</div>';
 <div id="userfilelist">
 
     <div style="display:flex;">
-    <div style="flex:2;">标题</div>
+    <div style="flex:2;"><?php echo $_local->gui->title ?></div>
     <div style="flex:8;">
     <div style="text-align: right;color:gray;">0/32</div>
-    <input type="input" name="title" value="" placeholder="标题" />
+    <input type="input" name="title" value="" placeholder="<?php echo $_local->gui->title ?>" />
     </div>
     </div>
 
     <div style="display:none;">
-    <div style="flex:2;">副标题</div>
+    <div style="flex:2;"><?php echo $_local->gui->sub_title ?></div>
     <div style="flex:8;">
         <div style="text-align: right;color:gray;">0/32</div>
-        <input type="input" name="subtitle" value="" placeholder="副标题" />
+        <input type="input" name="subtitle" value="" placeholder="<?php echo $_local->gui->sub_title ?>" />
     </div>
     </div>
 
     <div style="display:flex;">
-    <div style="flex:2;">简介</div>
+    <div style="flex:2;"><?php echo $_local->gui->introduction ?></div>
     <div style="flex:8;"><textarea name = "summary" style="height:6em;"></textarea></div>
     </div>
 
     <div style="display:flex;">
-    <div style="flex:2;">老师</div>
+    <div style="flex:2;"><?php echo $_local->gui->speaker ?></div>
     <div   style="flex:8;">
         <div id="teacher_id"></div>
         <input id="form_teacher" type="hidden" name="teacher" value="" />
@@ -48,27 +48,27 @@ echo '</div>';
     </div> 
 
     <div style="display:flex;">
-    <div style="flex:2;">语言</div>
+    <div style="flex:2;"><?php echo $_local->gui->language_select ?></div>
     <div   style="flex:8;">
         <span >课程信息语言<input type="hidden" name="lang" value="" /></span>
     </div>
     </div> 
 
     <div style="display:flex;">
-    <div style="flex:2;">标签</div>
+    <div style="flex:2;"><?php echo $_local->gui->tag ?></div>
     <div   style="flex:8;">
         <input type="input" name="tag" value="" />
     </div>
     </div> 
 
     <div style="display:flex;">
-    <div style="flex:2;">附件链接</div>
+    <div style="flex:2;"><?php echo $_local->gui->attachment ?></div>
     <div style="flex:8;"><input type="input" name = "attachment" value="" /></div>
     </div>
 </div>
 
 
-<input type="submit" value="新建课程" />
+<input type="submit" value="<?php echo $_local->gui->create_course ?>" />
 </form>
 
 <script>

+ 22 - 18
app/course/my_lesson_edit.php

@@ -70,7 +70,7 @@ echo '<input type="hidden" name="op" value="update" />';
 echo '<div id="userfilelist">';
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'标题'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->title.'</div>';
     echo '<div style="flex:8;">';
     echo '<input type="input" id="form_title"  name = "title" value="'.$lesson_info["title"].'" />';
     echo '<span id = "error_form_title" ></span>';
@@ -79,33 +79,37 @@ echo '<div id="userfilelist">';
     echo '</div>';
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'副标题'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->sub_title.'</div>';
     echo '<div style="flex:8;"><input type="input" name = "subtitle" value="'.$lesson_info["subtitle"].'" /></div>';
     echo '</div>';
+
+    echo '<div style="display:flex;">';
+    echo '<div style="flex:2;">'.$_local->gui->introduction.'</div>';
+    echo '<div style="flex:8;"><textarea name="summary" style="height:6em;">'.$lesson_info["summary"].'</textarea></div>';
+    echo '</div>';
+
+    echo '<div style="display:flex;">';
+    echo '<div style="flex:2;">'.$_local->gui->introduction.'</div>';
+    echo '<div style="flex:8;">';
     $strDate = date("Y-m-d",$lesson_info["date"]/1000);
     $strTime = date("H:i",$lesson_info["date"]/1000);
     $strDuration = date("H:i",$lesson_info["duration"]);
-    echo 'Date: <input type="date" name="lesson_date" value="'.$strDate.'"/>';
-    echo 'Time: <input type="time" name="lesson_time" value="'.$strTime.'"/>';
-    echo 'Duration: <input type="time" name="duration" value="'.$strDuration.'"/>';
+    echo $_local->gui->date.':<input type="date" name="lesson_date" value="'.$strDate.'"/>';
+    echo $_local->gui->time.':<input type="time" name="lesson_time" value="'.$strTime.'"/>';
+    echo $_local->gui->duration.':<input type="time" name="duration" value="'.$strDuration.'"/>';
+    echo '</div></div>';
 
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'直播'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->notice_live.'</div>';
     echo '<div style="flex:8;"><textarea name="live" style="height:6em;">'.$lesson_info["live"].'</textarea></div>';
     echo '</div>';
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'录播'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->record_replay.'</div>';
     echo '<div style="flex:8;"><textarea name="replay" style="height:6em;">'.$lesson_info["replay"].'</textarea></div>';
     echo '</div>';
 
-
-    echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'简介'.'</div>';
-    echo '<div style="flex:8;"><textarea name="summary" style="height:6em;">'.$lesson_info["summary"].'</textarea></div>';
-    echo '</div>';
-
     echo '<div style="display:flex;">';
-    echo '<div style="flex:2;">'.'老师'.'</div>';
+    echo '<div style="flex:2;">'.$_local->gui->speaker.'</div>';
     echo '<div id="teacher_id" style="flex:8;"></div>';
     echo '<input id="form_teacher" type="hidden" name="teacher" value="'.$lesson_info["teacher"].'" />';
     echo '</div>'; 
@@ -124,19 +128,19 @@ echo '</div>';
     echo $lesson_info["link"];
 ?>
 </div>
-<div>创建时间
+<div><?php echo $_local->gui->created_time ?>
 <?php
     echo strftime("%b-%d-%Y",$lesson_info["create_time"]/1000);
 ?>
 </div>
-<div>修改时间
+<div><?php echo $_local->gui->modified_time ?>
 <?php
     echo strftime("%b-%d-%Y",$lesson_info["modify_time"]/1000);
 ?>
 </div>
-<div>点击:</div>
+<div><?php echo $_local->gui->num_of_hit ?>:</div>
 <div><svg t="1600445373282" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2368" width="32" height="32"><path fill="silver" d="M854.00064 412.66688h-275.99872v-35.99872c48-102.00064 35.99872-227.99872 0-288-12.00128-18.00192-35.99872-35.99872-54.00064-35.99872s-35.99872 6.00064-35.99872 54.00064c0 96-6.00064 137.99936-24.00256 179.99872-12.00128 29.99808-77.99808 96-156.00128 120.00256v480c12.00128 6.00064 35.99872 24.00256 54.00064 29.99808 18.00192 12.00128 48 18.00192 60.00128 18.00192h306.00192c77.99808 0 108.00128-29.99808 108.00128-66.00192 0-18.00192 0-29.99808-18.00192-35.99872V796.672c41.99936 0 83.99872-12.00128 83.99872-48 0-29.99808-12.00128-35.99872-18.00192-35.99872v-35.99872h6.00064c24.00256 0 60.00128-35.99872 60.00128-60.00128 0-18.00192-6.00064-35.99872-18.00192-41.99936-6.00064-6.00064-24.00256-6.00064-24.00256-6.00064v-35.99872s12.00128 0 24.00256-12.00128c18.00192-12.00128 18.00192-42.00448 18.00192-42.00448v-12.00128c0-29.99808-48-54.00064-96-54.00064zM67.99872 478.6688l35.99872 408.00256c6.00064 24.00256 24.00256 48 48 48h83.99872c6.00064 0 12.00128-6.00064 18.00192-12.00128s12.00128-6.00064 18.00192-12.00128V412.66688H128c-35.99872 0-60.00128 35.99872-60.00128 66.00192z" p-id="2369"></path></svg></div>
-<div>收藏:</div>
+<div><?php echo $_local->gui->favorite ?>:</div>
 
 </div>
 

+ 26 - 18
app/course/my_lesson_list.php

@@ -22,20 +22,28 @@ if(count($Fetch)==0)
 $course_info = $Fetch[0];
 
 echo '<div>';
-echo '<a href="../course/my_course_index.php">全部课程</a> > '.$course_info["title"];
+echo '<a href="../course/my_course_index.php">'.$_local->gui->all_courses.'</a> > '.$course_info["title"];
 echo '</div>';
 
 ?>
 
     <div>
 		<span class="icon_btn_div">
-			<span class="icon_btn_tip"><?php echo $_local->gui->new;?></span>
+			<span class="icon_btn_tip"><?php echo $_local->gui->new_lesson;?></span>
 			<button id="file_share" type="button" class="icon_btn"  title=" ">
 			<a href="../course/my_course_index.php?course=<?php echo $course_info["id"] ?>&op=newlesson">
-				<svg class="icon">
-					<use xlink:href="../studio/svg/icon.svg#ic_add_circle"></use>
-				</svg>
-				</a>
+                <svg style="" t="1601520759574" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7839" width="200" height="200">
+                    <path d="M192 256h640v320H192z" p-id="7840"></path>
+                    <path d="M832 192.5v447.29H192V192.5h640m0-64H192c-35.35 0-64 28.65-64 64v447.29c0 35.35 28.65 64 64 64h640c35.35 0 64-28.65 64-64V192.5c0-35.35-28.65-64-64-64z" p-id="7841">
+                    </path><path d="M384.09 659.34h63.81v226.72h-63.81z" p-id="7842"></path>
+                    <path d="M447.78 659.46v226.47h-63.56V659.46h63.56m0.25-0.25h-64.06v226.97h64.06V659.21z" p-id="7843"></path><path d="M576.09 659.34h63.81v226.72h-63.81z" p-id="7844"></path>
+                    <path d="M639.78 659.46v226.47h-63.56V659.46h63.56m0.25-0.25h-64.06v226.97h64.06V659.21z" p-id="7845"></path>
+                    <path d="M288.03 895.94c-17.59 0-31.91-14.31-31.91-31.91s14.31-31.91 31.91-31.91h447.94c17.59 0 31.91 14.31 31.91 31.91s-14.31 31.91-31.91 31.91H288.03z" p-id="7846"></path>
+                    <path d="M735.97 832.25c17.52 0 31.78 14.26 31.78 31.78s-14.26 31.78-31.78 31.78H288.03c-17.52 0-31.78-14.26-31.78-31.78s14.26-31.78 31.78-31.78h447.94m0-0.25H288.03c-17.69 0-32.03 14.34-32.03 32.03s14.34 32.03 32.03 32.03h447.94c17.69 0 32.03-14.34 32.03-32.03S753.66 832 735.97 832z" p-id="7847">
+                    </path><path style="fill:#545454" d="M384 384h256v64H384z" p-id="7848"></path>
+                    <path style="fill:#545454" d="M480 288h64v256h-64z" p-id="7849"></path>
+                </svg>
+			</a>
 			</button>
 		</span>
     </div>
@@ -45,21 +53,21 @@ echo '</div>';
 
 <?php
     echo '<div><div>';
-    echo "<span style='padding-right:5px;'>开课:".strftime("%b-%d-%Y",$course_info["create_time"]/1000)."</span>";
-    echo "<span style='padding:5px;'>最新:".strftime("%b-%d-%Y",$course_info["modify_time"]/1000)."</span>";
-    echo "<span style='padding:5px;'>视频数量:{$course_info["lesson_num"]}</span>";
-    echo "<span style='padding:5px;'>播放:100</span>";
+    echo "<span style='padding-right:5px;'>".$_local->gui->course_begin.":".strftime("%b-%d-%Y",$course_info["create_time"]/1000)."</span>";
+    echo "<span style='padding:5px;'>".$_local->gui->recent_update.":".strftime("%b-%d-%Y",$course_info["modify_time"]/1000)."</span>";
+    echo "<span style='padding:5px;'>".$_local->gui->num_of_lesson.":{$course_info["lesson_num"]}</span>";
+    echo "<span style='padding:5px;'>".$_local->gui->num_of_played.":100</span>";
     echo "<span style='padding:5px;'>".'<svg t="1600445373282" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2368" width="32" height="32"><path fill="silver" d="M854.00064 412.66688h-275.99872v-35.99872c48-102.00064 35.99872-227.99872 0-288-12.00128-18.00192-35.99872-35.99872-54.00064-35.99872s-35.99872 6.00064-35.99872 54.00064c0 96-6.00064 137.99936-24.00256 179.99872-12.00128 29.99808-77.99808 96-156.00128 120.00256v480c12.00128 6.00064 35.99872 24.00256 54.00064 29.99808 18.00192 12.00128 48 18.00192 60.00128 18.00192h306.00192c77.99808 0 108.00128-29.99808 108.00128-66.00192 0-18.00192 0-29.99808-18.00192-35.99872V796.672c41.99936 0 83.99872-12.00128 83.99872-48 0-29.99808-12.00128-35.99872-18.00192-35.99872v-35.99872h6.00064c24.00256 0 60.00128-35.99872 60.00128-60.00128 0-18.00192-6.00064-35.99872-18.00192-41.99936-6.00064-6.00064-24.00256-6.00064-24.00256-6.00064v-35.99872s12.00128 0 24.00256-12.00128c18.00192-12.00128 18.00192-42.00448 18.00192-42.00448v-12.00128c0-29.99808-48-54.00064-96-54.00064zM67.99872 478.6688l35.99872 408.00256c6.00064 24.00256 24.00256 48 48 48h83.99872c6.00064 0 12.00128-6.00064 18.00192-12.00128s12.00128-6.00064 18.00192-12.00128V412.66688H128c-35.99872 0-60.00128 35.99872-60.00128 66.00192z" p-id="2369"></path></svg>';
     echo "10"."</span>";
-    echo "<span style='padding:5px;'>订阅:20</span>";
+    echo "<span style='padding:5px;'>".$_local->gui->signed_up.":20</span>";
     echo '</div>';
 
     echo '<div style="padding-margin:5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
     overflow: hidden;">';
-    echo '简介:'.$course_info["summary"];
+    echo $_local->gui->introduction.':'.$course_info["summary"];
     echo '</div>';
     echo '<div>';
-    echo '教师:'.ucenter_getA($course_info["teacher"]);
+    echo $_local->gui->speaker.':'.ucenter_getA($course_info["teacher"]);
     echo '</div></div>';
 ?>
 <div><a href="../course/my_course_index.php?course=<?php echo $course_info["id"];?>&op=edit">
@@ -95,7 +103,7 @@ foreach($fAllLesson as $row){
     echo '<div class="summary"  style="padding-bottom:5px;">'.$row["subtitle"].'</div>';
     echo '<div class="summary"  style="padding-margin:5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
     overflow: hidden;">'.$row["summary"].'</div>';
-    echo '<div class="author"  style="padding-bottom:5px;">主讲:'.ucenter_getA($row["teacher"]).'</div>';
+    echo '<div class="author"  style="padding-bottom:5px;">'.$_local->gui->speaker.':'.ucenter_getA($row["teacher"]).'</div>';
     echo '</div>';    
 
     echo '</div>';
@@ -113,19 +121,19 @@ echo '</div>';
             echo $course_info["cover"];
         ?>
         </div>
-        <div>创建时间
+        <div><?php echo $_local->gui->created_time ?>
         <?php
             echo strftime("%b-%d-%Y",$course_info["create_time"]/1000);
         ?>
         </div>
-        <div>修改时间
+        <div><?php echo $_local->gui->modified_time ?>
         <?php
             echo strftime("%b-%d-%Y",$course_info["modify_time"]/1000);
         ?>
         </div>
-        <div>点击:</div>
+        <div><?php echo $_local->gui->num_of_hit ?>:</div>
         <div><svg t="1600445373282" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2368" width="32" height="32"><path fill="silver" d="M854.00064 412.66688h-275.99872v-35.99872c48-102.00064 35.99872-227.99872 0-288-12.00128-18.00192-35.99872-35.99872-54.00064-35.99872s-35.99872 6.00064-35.99872 54.00064c0 96-6.00064 137.99936-24.00256 179.99872-12.00128 29.99808-77.99808 96-156.00128 120.00256v480c12.00128 6.00064 35.99872 24.00256 54.00064 29.99808 18.00192 12.00128 48 18.00192 60.00128 18.00192h306.00192c77.99808 0 108.00128-29.99808 108.00128-66.00192 0-18.00192 0-29.99808-18.00192-35.99872V796.672c41.99936 0 83.99872-12.00128 83.99872-48 0-29.99808-12.00128-35.99872-18.00192-35.99872v-35.99872h6.00064c24.00256 0 60.00128-35.99872 60.00128-60.00128 0-18.00192-6.00064-35.99872-18.00192-41.99936-6.00064-6.00064-24.00256-6.00064-24.00256-6.00064v-35.99872s12.00128 0 24.00256-12.00128c18.00192-12.00128 18.00192-42.00448 18.00192-42.00448v-12.00128c0-29.99808-48-54.00064-96-54.00064zM67.99872 478.6688l35.99872 408.00256c6.00064 24.00256 24.00256 48 48 48h83.99872c6.00064 0 12.00128-6.00064 18.00192-12.00128s12.00128-6.00064 18.00192-12.00128V412.66688H128c-35.99872 0-60.00128 35.99872-60.00128 66.00192z" p-id="2369"></path></svg></div>
-        <div>收藏:</div>
+        <div><?php echo $_local->gui->favorite ?>:</div>
 
     </div>
 

+ 17 - 17
app/course/my_lesson_new.php

@@ -16,7 +16,7 @@ if(count($Fetch)==0)
 $course_info = $Fetch[0];
 
 echo '<div>';
-echo '<a href="../course/my_course_index.php?course='.$course_info["id"].'">'.$course_info["title"]."</a> > 新建课";
+echo '<a href="../course/my_course_index.php?course='.$course_info["id"].'">'.$course_info["title"]."</a> > {$_local->gui->new_lesson}";
 echo '</div>';
 
 echo '<div></div>';
@@ -33,28 +33,28 @@ echo '</div>';
 <div id="userfilelist">
 
     <div style="display:flex;">
-    <div style="flex:2;">标题</div>
+    <div style="flex:2;"><?php echo $_local->gui->title ?></div>
     <div style="flex:8;">
     <div style="text-align: right;color:gray;">0/32</div>
-    <input type="input" name="title" value="" placeholder="标题" />
+    <input type="input" name="title" value="" placeholder="<?php echo $_local->gui->title ?>" />
     </div>
     </div>
 
     <div style="display:none;">
-    <div style="flex:2;">副标题</div>
+    <div style="flex:2;"><?php echo $_local->gui->sub_title ?></div>
     <div style="flex:8;">
         <div style="text-align: right;color:gray;">0/32</div>
-        <input type="input" name="subtitle" value="" placeholder="副标题" />
+        <input type="input" name="subtitle" value="" placeholder="<?php echo $_local->gui->sub_title ?>" />
     </div>
     </div>
 
     <div style="display:flex;">
-    <div style="flex:2;">简介</div>
+    <div style="flex:2;"><?php echo $_local->gui->introduction ?></div>
     <div style="flex:8;"><textarea name="summary" style="height:6em;"></textarea></div>
     </div>
 
     <div style="display:flex;">
-    <div style="flex:2;">老师</div>
+    <div style="flex:2;"><?php echo $_local->gui->speaker ?></div>
     <div   style="flex:8;">
         <div id="teacher_id"><?php echo ucenter_getA($course_info["teacher"]); ?></div>
         <input id="form_teacher" type="hidden" name="teacher" value="<?php echo $course_info["teacher"] ?>" />
@@ -62,24 +62,24 @@ echo '</div>';
     </div> 
 
     <div style="display:flex;">
-        <div style="flex:2;">直播信息</div>
+        <div style="flex:2;"><?php echo $_local->gui->notice_live ?></div>
         <div style="flex:8;"><textarea  name="live"  style="height:6em;"></textarea></div>
     </div>
     <div style="display:flex;">
-        <div style="flex:2;">课程时间</div>
+        <div style="flex:2;"><?php echo $_local->gui->time_arrange ?></div>
         <div style="flex:8;">
-    日期: <input type="date" name="lesson_date" value=""/>
-    时间: <input type="time" name="lesson_time" value="08:00"/>
-   课程持续时间: <input type="time" name="duration" value="01:00"/>
+        <?php echo $_local->gui->date ?>:<input type="date" name="lesson_date" value=""/>
+        <?php echo $_local->gui->time ?>:<input type="time" name="lesson_time" value="08:00"/>
+        <?php echo $_local->gui->duration ?>: <input type="time" name="duration" value="01:00"/>
         </div>
     </div>
     <div style="display:flex;">
-    <div style="flex:2;">录播信息</div>
+    <div style="flex:2;"><?php echo $_local->gui->record_replay ?></div>
     <div style="flex:8;"><textarea name="replay" style="height:6em;"></textarea></div>
     </div>
 
     <div style="display:flex;">
-    <div style="flex:2;">语言</div>
+    <div style="flex:2;"><?php echo $_local->gui->language_select ?></div>
     <div   style="flex:8;">
         <span >课程信息语言<input type="hidden" name="lang" value="" /></span>
         <span >课程语言<input type="hidden" name="speech_lang" value="" /></span>
@@ -89,14 +89,14 @@ echo '</div>';
 
 
     <div style="display:flex;">
-    <div style="flex:2;">标签</div>
+    <div style="flex:2;"><?php echo $_local->gui->tag ?></div>
     <div   style="flex:8;">
         <input type="input" name="tag" value="" />
     </div>
     </div> 
 
     <div style="display:flex;">
-    <div style="flex:2;">附件</div>
+    <div style="flex:2;"><?php echo $_local->gui->attachment ?></div>
     <div   style="flex:8;">
         <input type="input" name="attachment" value="" />
     </div>
@@ -104,7 +104,7 @@ echo '</div>';
 </div>
 
 
-<input type="submit" />
+<input type="submit" value="<?php echo $_local->gui->submit ?>">
 </form>
 
 <script>

+ 3 - 2
app/pcdl/css/basic_style.css

@@ -61,8 +61,9 @@ select {
   margin: 3px 0;
 }
 
-ul li {
-  white-space: nowrap;
+ul,
+li {
+  white-space: normal;
   color: inherit;
   margin: 0px;
   padding: 0px;

+ 1 - 1
app/pcdl/css/style.css

@@ -1216,7 +1216,7 @@ input[type="submit"]:disabled {
 /* option tab css */
 ul,
 li {
-    white-space: nowrap;
+    white-space: normal;
     color: inherit;
     margin: 0px;
     padding: 0px;

+ 2 - 2
app/pcdl/css/style_new.css

@@ -35,7 +35,7 @@ select option {
 }
 ul,
 li {
-    white-space: nowrap;
+    white-space: normal;
     color: inherit;
     margin: 0px;
     padding: 0px;
@@ -465,7 +465,7 @@ ul .search_list{
 	justify-content: space-between;
     word-break: keep-all;
     overflow: hidden;
-    white-space: nowrap;
+    white-space: normal;
     border-bottom: 1px solid #989797;
 }
 .search_list .noline{

+ 7 - 6
app/pcdl/reader.php

@@ -1033,24 +1033,25 @@ function render_sent($sent_data,$sn,$display_mode,$sent_count,$class=""){
 	<div id="new_comm_shell" style="display:none;">
 		<div id="new_comm_div">
 		<textarea id="new_comm_text"></textarea>
-		<button onclick="new_comm_submit()">提交</button><button onclick="new_comm_cancel()">取消</button>
+		<button onclick="new_comm_submit()"><?php echo $_local->gui->submit;?></button>
+		<button onclick="new_comm_cancel()"><?php echo $_local->gui->cancel;?></button>
 		</div>
 	</div>
 	
 	<div id="dighest_edit_div" class="full_screen_window">
 		<div class="win_caption">
-		<div><button onclick="dighest_edit_cancle()">取消</button></div>
-		<div><button onclick="dighest_edit_submit()">提交</button></div>
+		<div><button onclick="dighest_edit_cancle()"><?php echo $_local->gui->cancel;?></button></div>
+		<div><button onclick="dighest_edit_submit()"><?php echo $_local->gui->submit;?></button></div>
 		</div>
 		<div id="dighest_edit_body" class="win_body">
 			<div>
-				标题:<input id="dighest_edit_title" />
+				<?php echo $_local->gui->title;?>:<input id="dighest_edit_title" />
 			</div>
 			<div>
-				简介:<textarea id="dighest_edit_summary"></textarea>
+				<?php echo $_local->gui->introduction;?>:<textarea id="dighest_edit_summary"></textarea>
 			</div>
 			<div>
-				标签:<input id="dighest_edit_taget" />
+			<?php echo $_local->gui->tag;?>:<input id="dighest_edit_taget" />
 			</div>
 			<div id="dighest_text_preview">
 			</div>

+ 670 - 672
app/public/charcode/myanmar.js

@@ -1,679 +1,677 @@
-var char_roman_to_myn=[
-{ "id":"kh" , "value":"ခ္" },
-{ "id":"gh" , "value":"ဃ္" },
-{ "id":"ch" , "value":"ဆ္" },
-{ "id":"jh" , "value":"ဈ္" },
-{ "id":"ññ" , "value":"ည္" },
-{ "id":"ṭh" , "value":"ဌ္" },
-{ "id":"ḍh" , "value":"ဎ္" },
-{ "id":"th" , "value":"ထ္" },
-{ "id":"dh" , "value":"ဓ္" },
-{ "id":"ph" , "value":"ဖ္" },
-{ "id":"bh" , "value":"ဘ္" },
-{ "id":"k" , "value":"က္" },
-{ "id":"g" , "value":"ဂ္" },
-{ "id":"c" , "value":"စ္" },
-{ "id":"j" , "value":"ဇ္" },
-{ "id":"ñ" , "value":"ဉ္" },
-{ "id":"ḷ" , "value":"ဠ္" },
-{ "id":"ṭ" , "value":"ဋ္" },
-{ "id":"ḍ" , "value":"ဍ္" },
-{ "id":"ṇ" , "value":"ဏ္" },
-{ "id":"t" , "value":"တ္" },
-{ "id":"d" , "value":"ဒ္" },
-{ "id":"n" , "value":"န္" },
-{ "id":"h" , "value":"ဟ္" },
-{ "id":"p" , "value":"ပ္" },
-{ "id":"b" , "value":"ဗ္" },
-{ "id":"m" , "value":"မ္" },
-{ "id":"y" , "value":"ယ္" },
-{ "id":"r" , "value":"ရ္" },
-{ "id":"l" , "value":"လ္" },
-{ "id":"v" , "value":"ဝ္" },
-{ "id":"s" , "value":"သ္" },
-{ "id":"ṅ" , "value":"င္" },
-{ "id":"္y" , "value":"ျ္" },
-{ "id":"္v" , "value":"ွ္" },
-{ "id":"္r" , "value":"ြ္" },
-{ "id":"္h" , "value":"ှ္" },
-{ "id":"္aṃ" , "value":"ံ" },
-{ "id":"္iṃ" , "value":"ိံ" },
-{ "id":"္uṃ" , "value":"ုံ" },
-{ "id":"္ā" , "value":"ာ" },
-{ "id":"္i" , "value":"ိ" },
-{ "id":"္ī" , "value":"ီ" },
-{ "id":"္u" , "value":"ု" },
-{ "id":"္ū" , "value":"ူ" },
-{ "id":"္e" , "value":"ေ" },
-{ "id":"္o" , "value":"ော" },
-{ "id":"aṃ" , "value":"အံ" },
-{ "id":"iṃ" , "value":"ဣံ" },
-{ "id":"uṃ" , "value":"ဥံ" },
-{ "id":"a" , "value":"အ" },
-{ "id":"ā" , "value":"အာ" },
-{ "id":"i" , "value":"ဣ" },
-{ "id":"ī" , "value":"ဤ" },
-{ "id":"u" , "value":"ဥ" },
-{ "id":"ū" , "value":"ဦ" },
-{ "id":"e" , "value":"ဧ" },
-{ "id":"o" , "value":"ဩ" },
-{ "id":"္အ" , "value":"" }
+var char_roman_to_myn = [
+    { "id": "kh", "value": "ခ္" },
+    { "id": "gh", "value": "ဃ္" },
+    { "id": "ch", "value": "ဆ္" },
+    { "id": "jh", "value": "ဈ္" },
+    { "id": "ññ", "value": "ည္" },
+    { "id": "ṭh", "value": "ဌ္" },
+    { "id": "ḍh", "value": "ဎ္" },
+    { "id": "th", "value": "ထ္" },
+    { "id": "dh", "value": "ဓ္" },
+    { "id": "ph", "value": "ဖ္" },
+    { "id": "bh", "value": "ဘ္" },
+    { "id": "k", "value": "က္" },
+    { "id": "g", "value": "ဂ္" },
+    { "id": "c", "value": "စ္" },
+    { "id": "j", "value": "ဇ္" },
+    { "id": "ñ", "value": "ဉ္" },
+    { "id": "ḷ", "value": "ဠ္" },
+    { "id": "ṭ", "value": "ဋ္" },
+    { "id": "ḍ", "value": "ဍ္" },
+    { "id": "ṇ", "value": "ဏ္" },
+    { "id": "t", "value": "တ္" },
+    { "id": "d", "value": "ဒ္" },
+    { "id": "n", "value": "န္" },
+    { "id": "h", "value": "ဟ္" },
+    { "id": "p", "value": "ပ္" },
+    { "id": "b", "value": "ဗ္" },
+    { "id": "m", "value": "မ္" },
+    { "id": "y", "value": "ယ္" },
+    { "id": "r", "value": "ရ္" },
+    { "id": "l", "value": "လ္" },
+    { "id": "v", "value": "ဝ္" },
+    { "id": "s", "value": "သ္" },
+    { "id": "ṅ", "value": "င္" },
+    { "id": "္y", "value": "ျ္" },
+    { "id": "္v", "value": "ွ္" },
+    { "id": "္r", "value": "ြ္" },
+    { "id": "္h", "value": "ှ္" },
+    { "id": "္aṃ", "value": "ံ" },
+    { "id": "္iṃ", "value": "ိံ" },
+    { "id": "္uṃ", "value": "ုံ" },
+    { "id": "္ā", "value": "ာ" },
+    { "id": "္i", "value": "ိ" },
+    { "id": "္ī", "value": "ီ" },
+    { "id": "္u", "value": "ု" },
+    { "id": "္ū", "value": "ူ" },
+    { "id": "္e", "value": "ေ" },
+    { "id": "္o", "value": "ော" },
+    { "id": "aṃ", "value": "အံ" },
+    { "id": "iṃ", "value": "ဣံ" },
+    { "id": "uṃ", "value": "ဥံ" },
+    { "id": "a", "value": "အ" },
+    { "id": "ā", "value": "အာ" },
+    { "id": "i", "value": "ဣ" },
+    { "id": "ī", "value": "ဤ" },
+    { "id": "u", "value": "ဥ" },
+    { "id": "ū", "value": "ဦ" },
+    { "id": "e", "value": "ဧ" },
+    { "id": "o", "value": "ဩ" },
+    { "id": "္အ", "value": "" }
 ];
 
-var char_myn_to_roman_1=[
-{ "id":"ႁႏၵ" , "value":"ndra" },//後加
-
-{ "id":"ခ္" , "value":"kh" },
-{ "id":"ဃ္" , "value":"gh" },
-{ "id":"ဆ္" , "value":"ch" },
-{ "id":"ဈ္" , "value":"jh" },
-{ "id":"ည္" , "value":"ññ" },
-{ "id":"ဌ္" , "value":"ṭh" },
-{ "id":"ဎ္" , "value":"ḍh" },
-{ "id":"ထ္" , "value":"th" },
-{ "id":"ဓ္" , "value":"dh" },
-{ "id":"ဖ္" , "value":"ph" },
-{ "id":"ဘ္" , "value":"bh" },
-{ "id":"က္" , "value":"k" },
-{ "id":"ဂ္" , "value":"g" },
-{ "id":"စ္" , "value":"c" },
-{ "id":"ဇ္" , "value":"j" },
-{ "id":"ဉ္" , "value":"ñ" },
-{ "id":"ဠ္" , "value":"ḷ" },
-{ "id":"ဋ္" , "value":"ṭ" },
-{ "id":"ဍ္" , "value":"ḍ" },
-{ "id":"ဏ္" , "value":"ṇ" },
-{ "id":"တ္" , "value":"t" },
-{ "id":"ဒ္" , "value":"d" },
-{ "id":"န္" , "value":"n" },
-{ "id":"ဟ္" , "value":"h" },
-{ "id":"ပ္" , "value":"p" },
-{ "id":"ဗ္" , "value":"b" },
-{ "id":"မ္" , "value":"m" },
-{ "id":"ယ္" , "value":"y" },
-{ "id":"ရ္" , "value":"r" },
-{ "id":"လ္" , "value":"l" },
-{ "id":"ဝ္" , "value":"v" },
-{ "id":"သ္" , "value":"s" },
-{ "id":"င္" , "value":"ṅ" },
-{ "id":"ခ" , "value":"kha" },
-{ "id":"ဃ" , "value":"gha" },
-{ "id":"ဆ" , "value":"cha" },
-{ "id":"ဈ" , "value":"jha" },
-{ "id":"ည" , "value":"ñña" },
-{ "id":"ဌ" , "value":"ṭha" },
-{ "id":"ဎ" , "value":"ḍha" },
-{ "id":"ထ" , "value":"tha" },
-{ "id":"ဓ" , "value":"dha" },
-{ "id":"ဖ" , "value":"pha" },
-{ "id":"ဘ" , "value":"bha" },
-{ "id":"က" , "value":"ka" },
-{ "id":"ဂ" , "value":"ga" },
-{ "id":"စ" , "value":"ca" },
-{ "id":"ဇ" , "value":"ja" },
-{ "id":"ဉ" , "value":"ña" },
-{ "id":"ဠ" , "value":"ḷa" },
-{ "id":"ဋ" , "value":"ṭa" },
-{ "id":"ဍ" , "value":"ḍa" },
-{ "id":"ဏ" , "value":"ṇa" },
-{ "id":"တ" , "value":"ta" },
-{ "id":"ဒ" , "value":"da" },
-{ "id":"န" , "value":"na" },
-{ "id":"ဟ" , "value":"ha" },
-{ "id":"ပ" , "value":"pa" },
-{ "id":"ဗ" , "value":"ba" },
-{ "id":"မ" , "value":"ma" },
-{ "id":"ယ" , "value":"ya" },
-{ "id":"ရ" , "value":"ra" },
-{ "id":"႐" , "value":"ra" },//后加
-{ "id":"လ" , "value":"la" },
-{ "id":"ဝ" , "value":"va" },
-{ "id":"သ" , "value":"sa" },
-{ "id":"aျ္" , "value":"ya" },
-{ "id":"aွ္" , "value":"va" },
-{ "id":"aြ္" , "value":"ra" },
-
-{ "id":"ၱ" , "value":"္ta" },//后加
-{ "id":"ၳ" , "value":"္tha" },//后加
-{ "id":"ၵ" , "value":"္da" },//后加
-{ "id":"ၶ" , "value":"္dha" },//后加
-
-{ "id":"ၬ" , "value":"္ṭa" },//后加
-{ "id":"ၭ" , "value":"္ṭha" },//后加
-
-{ "id":"ၠ" , "value":"္ka" },//后加
-{ "id":"ၡ" , "value":"္kha" },//后加
-{ "id":"ၢ" , "value":"္ga" },//后加
-{ "id":"ၣ" , "value":"္gha" },//后加
-
-{ "id":"ၸ" , "value":"္pa" },//后加
-{ "id":"ၹ" , "value":"္pha" },//后加
-{ "id":"ၺ" , "value":"္ba" },//后加
-{ "id":"႓" , "value":"္bha" },//后加
-
-{ "id":"ၥ" , "value":"္ca" },//后加
-{ "id":"ၧ" , "value":"္cha" },//后加
-{ "id":"ၨ" , "value":"္ja" },//后加
-{ "id":"ၩ" , "value":"္jha" },//后加
-
-{ "id":"်" , "value":"္ya" },//后加
-{ "id":"ႅ" , "value":"္la" },//后加
-{ "id":"ၼ" , "value":"္ma" },//后加
-{ "id":"ွ" , "value":"္ha" },//后加
-{ "id":"ႆ" , "value":"ssa" },//后加
-{ "id":"ၷ" , "value":"na" },//后加
-{ "id":"ၲ" , "value":"ta" },//后加
-
-{ "id":"႒" , "value":"ṭṭha" },//后加
-{ "id":"႗" , "value":"ṭṭa" },//后加
-{ "id":"ၯ" , "value":"ḍḍha" },//后加
-{ "id":"ၮ" , "value":"ḍḍa" },//后加
-{ "id":"႑" , "value":"ṇḍa" },//后加
-
-{ "id":"kaၤ" , "value":"ṅka" },//后加
-{ "id":"gaၤ" , "value":"ṅga" },//后加
-{ "id":"khaၤ" , "value":"ṅkha" },//后加
-{ "id":"ghaၤ" , "value":"ṅgha" },//后加
-
-{ "id":"aှ္" , "value":"ha" },
-{ "id":"aိံ" , "value":"iṃ" },
-{ "id":"aုံ" , "value":"uṃ" },
-{ "id":"aော" , "value":"o" },
-{ "id":"aေါ" , "value":"o" },
-{ "id":"aအံ" , "value":"aṃ" },
-{ "id":"aဣံ" , "value":"iṃ" },
-{ "id":"aဥံ" , "value":"uṃ" },
-{ "id":"aံ" , "value":"aṃ" },
-{ "id":"aာ" , "value":"ā" },
-{ "id":"aါ" , "value":"ā" },
-{ "id":"aိ" , "value":"i" },
-{ "id":"aီ" , "value":"ī" },
-{ "id":"aု" , "value":"u" },
-{ "id":"aဳ" , "value":"u" },//後加
-{ "id":"aူ" , "value":"ū" },
-{ "id":"aေ" , "value":"e" },
-{ "id":"အါ" , "value":"ā" },
-{ "id":"အာ" , "value":"ā" },
-{ "id":"အ" , "value":"a" },
-{ "id":"ဣ" , "value":"i" },
-{ "id":"ဤ" , "value":"ī" },
-{ "id":"ဥ" , "value":"u" },
-{ "id":"ဦ" , "value":"ū" },
-{ "id":"ဧ" , "value":"e" },
-{ "id":"ဩ" , "value":"o" },
-{ "id":"ႏ" , "value":"n" },//後加
-{ "id":"ၪ" , "value":"ñ" },//後加
-{ "id":"a္" , "value":"" },//後加
-{ "id":"္" , "value":"" },//後加
-
-
-
-{ "id":"ေss" , "value":"sse" },//后加
-{ "id":"ေkh" , "value":"khe" },//后加
-{ "id":"ေgh" , "value":"ghe" },//后加
-{ "id":"ေch" , "value":"che" },//后加
-{ "id":"ေjh" , "value":"jhe" },//后加
-{ "id":"ေññ" , "value":"ññe" },//后加
-{ "id":"ေṭh" , "value":"ṭhe" },//后加
-{ "id":"ေḍh" , "value":"ḍhe" },//后加
-{ "id":"ေth" , "value":"the" },//后加
-{ "id":"ေdh" , "value":"dhe" },//后加
-{ "id":"ေph" , "value":"phe" },//后加
-{ "id":"ေbh" , "value":"bhe" },//后加
-{ "id":"ေk" , "value":"ke" },//后加
-{ "id":"ေg" , "value":"ge" },//后加
-{ "id":"ေc" , "value":"ce" },//后加
-{ "id":"ေj" , "value":"je" },//后加
-{ "id":"ေñ" , "value":"ñe" },//后加
-{ "id":"ေḷ" , "value":"ḷe" },//后加
-{ "id":"ေṭ" , "value":"ṭe" },//后加
-{ "id":"ေḍ" , "value":"ḍe" },//后加
-{ "id":"ေṇ" , "value":"ṇe" },//后加
-{ "id":"ေt" , "value":"te" },//后加
-{ "id":"ေd" , "value":"de" },//后加
-{ "id":"ေn" , "value":"ne" },//后加
-{ "id":"ေh" , "value":"he" },//后加
-{ "id":"ေp" , "value":"pe" },//后加
-{ "id":"ေb" , "value":"be" },//后加
-{ "id":"ေm" , "value":"me" },//后加
-{ "id":"ေy" , "value":"ye" },//后加
-{ "id":"ေr" , "value":"re" },//后加
-{ "id":"ေl" , "value":"le" },//后加
-{ "id":"ေv" , "value":"ve" },//后加
-{ "id":"ေs" , "value":"se" },//后加
-{ "id":"ေy" , "value":"ye" },//后加
-{ "id":"ေv" , "value":"ve" },//后加
-{ "id":"ေr" , "value":"re" },//后加
-
-{ "id":"ea" , "value":"e" },//后加
-{ "id":"eā" , "value":"o" },//后加
-
-{ "id":"၁" , "value":"1" },
-{ "id":"၂" , "value":"2" },
-{ "id":"၃" , "value":"3" },
-{ "id":"၄" , "value":"4" },
-{ "id":"၅" , "value":"5" },
-{ "id":"၆" , "value":"6" },
-{ "id":"၇" , "value":"7" },
-{ "id":"၈" , "value":"8" },
-{ "id":"၉" , "value":"9" },
-{ "id":"၀" , "value":"0" },
-{ "id":"း" , "value":"”" },
-{ "id":"့" , "value":"’" },
-{ "id":"။" , "value":"." },
-{ "id":"၊" , "value":"," }
+var char_myn_to_roman_1 = [
+    { "id": "ႁႏၵ", "value": "ndra" },//後加
+
+    { "id": "ခ္", "value": "kh" },
+    { "id": "ဃ္", "value": "gh" },
+    { "id": "ဆ္", "value": "ch" },
+    { "id": "ဈ္", "value": "jh" },
+    { "id": "ည္", "value": "ññ" },
+    { "id": "ဌ္", "value": "ṭh" },
+    { "id": "ဎ္", "value": "ḍh" },
+    { "id": "ထ္", "value": "th" },
+    { "id": "ဓ္", "value": "dh" },
+    { "id": "ဖ္", "value": "ph" },
+    { "id": "ဘ္", "value": "bh" },
+    { "id": "က္", "value": "k" },
+    { "id": "ဂ္", "value": "g" },
+    { "id": "စ္", "value": "c" },
+    { "id": "ဇ္", "value": "j" },
+    { "id": "ဉ္", "value": "ñ" },
+    { "id": "ဠ္", "value": "ḷ" },
+    { "id": "ဋ္", "value": "ṭ" },
+    { "id": "ဍ္", "value": "ḍ" },
+    { "id": "ဏ္", "value": "ṇ" },
+    { "id": "တ္", "value": "t" },
+    { "id": "ဒ္", "value": "d" },
+    { "id": "န္", "value": "n" },
+    { "id": "ဟ္", "value": "h" },
+    { "id": "ပ္", "value": "p" },
+    { "id": "ဗ္", "value": "b" },
+    { "id": "မ္", "value": "m" },
+    { "id": "ယ္", "value": "y" },
+    { "id": "ရ္", "value": "r" },
+    { "id": "လ္", "value": "l" },
+    { "id": "ဝ္", "value": "v" },
+    { "id": "သ္", "value": "s" },
+    { "id": "င္", "value": "ṅ" },
+    { "id": "င်္", "value": "ṅ" },
+    { "id": "ဿ", "value": "ssa" },
+    { "id": "ခ", "value": "kha" },
+    { "id": "ဃ", "value": "gha" },
+    { "id": "ဆ", "value": "cha" },
+    { "id": "ဈ", "value": "jha" },
+    { "id": "ည", "value": "ñña" },
+    { "id": "ဌ", "value": "ṭha" },
+    { "id": "ဎ", "value": "ḍha" },
+    { "id": "ထ", "value": "tha" },
+    { "id": "ဓ", "value": "dha" },
+    { "id": "ဖ", "value": "pha" },
+    { "id": "ဘ", "value": "bha" },
+    { "id": "က", "value": "ka" },
+    { "id": "ဂ", "value": "ga" },
+    { "id": "စ", "value": "ca" },
+    { "id": "ဇ", "value": "ja" },
+    { "id": "ဉ", "value": "ña" },
+    { "id": "ဠ", "value": "ḷa" },
+    { "id": "ဋ", "value": "ṭa" },
+    { "id": "ဍ", "value": "ḍa" },
+    { "id": "ဏ", "value": "ṇa" },
+    { "id": "တ", "value": "ta" },
+    { "id": "ဒ", "value": "da" },
+    { "id": "န", "value": "na" },
+    { "id": "ဟ", "value": "ha" },
+    { "id": "ပ", "value": "pa" },
+    { "id": "ဗ", "value": "ba" },
+    { "id": "မ", "value": "ma" },
+    { "id": "ယ", "value": "ya" },
+    { "id": "ရ", "value": "ra" },
+    { "id": "႐", "value": "ra" },//后加
+    { "id": "လ", "value": "la" },
+    { "id": "ဝ", "value": "va" },
+    { "id": "သ", "value": "sa" },
+    { "id": "aျ္", "value": "ya" },
+    { "id": "aွ္", "value": "va" },
+    { "id": "aြ္", "value": "ra" },
+
+    { "id": "ၱ", "value": "္ta" },//后加
+    { "id": "ၳ", "value": "္tha" },//后加
+    { "id": "ၵ", "value": "္da" },//后加
+    { "id": "ၶ", "value": "္dha" },//后加
+
+    { "id": "ၬ", "value": "္ṭa" },//后加
+    { "id": "ၭ", "value": "္ṭha" },//后加
+
+    { "id": "ၠ", "value": "္ka" },//后加
+    { "id": "ၡ", "value": "္kha" },//后加
+    { "id": "ၢ", "value": "္ga" },//后加
+    { "id": "ၣ", "value": "္gha" },//后加
+
+    { "id": "ၸ", "value": "္pa" },//后加
+    { "id": "ၹ", "value": "္pha" },//后加
+    { "id": "ၺ", "value": "္ba" },//后加
+    { "id": "႓", "value": "္bha" },//后加
+
+    { "id": "ၥ", "value": "္ca" },//后加
+    { "id": "ၧ", "value": "္cha" },//后加
+    { "id": "ၨ", "value": "္ja" },//后加
+    { "id": "ၩ", "value": "္jha" },//后加
+
+    { "id": "်", "value": "္ya" },//后加
+    { "id": "ႅ", "value": "္la" },//后加
+    { "id": "ၼ", "value": "္ma" },//后加
+    { "id": "ွ", "value": "္ha" },//后加
+    { "id": "ႆ", "value": "ssa" },//后加
+    { "id": "ၷ", "value": "na" },//后加
+    { "id": "ၲ", "value": "ta" },//后加
+
+    { "id": "႒", "value": "ṭṭha" },//后加
+    { "id": "႗", "value": "ṭṭa" },//后加
+    { "id": "ၯ", "value": "ḍḍha" },//后加
+    { "id": "ၮ", "value": "ḍḍa" },//后加
+    { "id": "႑", "value": "ṇḍa" },//后加
+
+    { "id": "kaၤ", "value": "ṅka" },//后加
+    { "id": "gaၤ", "value": "ṅga" },//后加
+    { "id": "khaၤ", "value": "ṅkha" },//后加
+    { "id": "ghaၤ", "value": "ṅgha" },//后加
+
+    { "id": "aှ္", "value": "ha" },
+    { "id": "aိံ", "value": "iṃ" },
+    { "id": "aုံ", "value": "uṃ" },
+    { "id": "aော", "value": "o" },
+    { "id": "aေါ", "value": "o" },
+    { "id": "aအံ", "value": "aṃ" },
+    { "id": "aဣံ", "value": "iṃ" },
+    { "id": "aဥံ", "value": "uṃ" },
+    { "id": "aံ", "value": "aṃ" },
+    { "id": "aာ", "value": "ā" },
+    { "id": "aါ", "value": "ā" },
+    { "id": "aိ", "value": "i" },
+    { "id": "aီ", "value": "ī" },
+    { "id": "aု", "value": "u" },
+    { "id": "aဳ", "value": "u" },//後加
+    { "id": "aူ", "value": "ū" },
+    { "id": "aေ", "value": "e" },
+    { "id": "အါ", "value": "ā" },
+    { "id": "အာ", "value": "ā" },
+    { "id": "အ", "value": "a" },
+    { "id": "ဣ", "value": "i" },
+    { "id": "ဤ", "value": "ī" },
+    { "id": "ဥ", "value": "u" },
+    { "id": "ဦ", "value": "ū" },
+    { "id": "ဧ", "value": "e" },
+    { "id": "ဩ", "value": "o" },
+    { "id": "ႏ", "value": "n" },//後加
+    { "id": "ၪ", "value": "ñ" },//後加
+    { "id": "a္", "value": "" },//後加
+    { "id": "္", "value": "" },//後加
+
+
+
+    { "id": "ေss", "value": "sse" },//后加
+    { "id": "ေkh", "value": "khe" },//后加
+    { "id": "ေgh", "value": "ghe" },//后加
+    { "id": "ေch", "value": "che" },//后加
+    { "id": "ေjh", "value": "jhe" },//后加
+    { "id": "ေññ", "value": "ññe" },//后加
+    { "id": "ေṭh", "value": "ṭhe" },//后加
+    { "id": "ေḍh", "value": "ḍhe" },//后加
+    { "id": "ေth", "value": "the" },//后加
+    { "id": "ေdh", "value": "dhe" },//后加
+    { "id": "ေph", "value": "phe" },//后加
+    { "id": "ေbh", "value": "bhe" },//后加
+    { "id": "ေk", "value": "ke" },//后加
+    { "id": "ေg", "value": "ge" },//后加
+    { "id": "ေc", "value": "ce" },//后加
+    { "id": "ေj", "value": "je" },//后加
+    { "id": "ေñ", "value": "ñe" },//后加
+    { "id": "ေḷ", "value": "ḷe" },//后加
+    { "id": "ေṭ", "value": "ṭe" },//后加
+    { "id": "ေḍ", "value": "ḍe" },//后加
+    { "id": "ေṇ", "value": "ṇe" },//后加
+    { "id": "ေt", "value": "te" },//后加
+    { "id": "ေd", "value": "de" },//后加
+    { "id": "ေn", "value": "ne" },//后加
+    { "id": "ေh", "value": "he" },//后加
+    { "id": "ေp", "value": "pe" },//后加
+    { "id": "ေb", "value": "be" },//后加
+    { "id": "ေm", "value": "me" },//后加
+    { "id": "ေy", "value": "ye" },//后加
+    { "id": "ေr", "value": "re" },//后加
+    { "id": "ေl", "value": "le" },//后加
+    { "id": "ေv", "value": "ve" },//后加
+    { "id": "ေs", "value": "se" },//后加
+    { "id": "ေy", "value": "ye" },//后加
+    { "id": "ေv", "value": "ve" },//后加
+    { "id": "ေr", "value": "re" },//后加
+
+    { "id": "ea", "value": "e" },//后加
+    { "id": "eā", "value": "o" },//后加
+
+    { "id": "၁", "value": "1" },
+    { "id": "၂", "value": "2" },
+    { "id": "၃", "value": "3" },
+    { "id": "၄", "value": "4" },
+    { "id": "၅", "value": "5" },
+    { "id": "၆", "value": "6" },
+    { "id": "၇", "value": "7" },
+    { "id": "၈", "value": "8" },
+    { "id": "၉", "value": "9" },
+    { "id": "၀", "value": "0" },
+    { "id": "း", "value": "”" },
+    { "id": "့", "value": "’" },
+    { "id": "။", "value": "." },
+    { "id": "၊", "value": "," }
 
 ];
 
-var char_myn_to_roman_2=[
-{ "id":"ိၭ" , "value":"ၭိ" },//後加
-{ "id":"ီၭ" , "value":"ၭီ" },//後加
-{ "id":"ိၼ" , "value":"ၼိ" },//後加
-{ "id":"ုၤ" , "value":"ၤု" },//後加
-{ "id":"ၤ်" , "value":"်ၤ" },//後加
-{ "id":"ိ်" , "value":"်ိ" },//後加
-{ "id":"ိၬ" , "value":"ၬိ" },//後加
-{ "id":"ိၧ" , "value":"ၧိ" },//後加
-{ "id":"ိၰ" , "value":"ၰိ" },//後加
-{ "id":"ိၱ" , "value":"ၱိ" },//後加
-{ "id":"ိြ" , "value":"ြိ" },//後加
-{ "id":"ိႇ" , "value":"ႇိ" },//後加
-
-
-{ "id":"ာာ" , "value":"ာ" },//後加
-{ "id":"ဳဳ" , "value":"ဳ" },//後加
-{ "id":"ဳဴ" , "value":"ဳ" },//後加
-{ "id":"ဴူ" , "value":"ူ" },//後加
-{ "id":"ိီ" , "value":"ိ" },//後加
-{ "id":"ူု" , "value":"ူ" },//後加
-{ "id":"ုဳ" , "value":"ု" },//後加
-{ "id":"ုု" , "value":"ု" },//後加
-{ "id":"႓႓" , "value":"႓" },//後加
-{ "id":"ီီ" , "value":"ီ" },//後加
-{ "id":"ၡၡ" , "value":"ၡ" },//後加
-{ "id":"ွွ" , "value":"ွ" },//後加
-
-
-{ "id":"ႁႏၵ" , "value":"ndra" },//後加
-{ "id":"ၿႏၵ" , "value":"ndra" },//後加
-
-{ "id":"ၾတ" , "value":"tra" },//後加
-{ "id":"ၾဒ" , "value":"dra" },//後加
-{ "id":"ၾက" , "value":"kra" },//後加
-{ "id":"ၾဂ" , "value":"gra" },//後加
-{ "id":"ၾပ" , "value":"pra" },//後加
-{ "id":"ၾဗ" , "value":"bra" },//後加
-
-{ "id":"ႀတ" , "value":"tra" },//後加
-{ "id":"ႀက" , "value":"kra" },//後加
-{ "id":"ႀပ" , "value":"pra" },//後加
-{ "id":"ႀဗ" , "value":"bra" },//後加
-{ "id":"ႀဒ" , "value":"dra" },//後加
-{ "id":"ႀဂ" , "value":"gra" },//後加
-
-{ "id":"ျတ" , "value":"tra" },//後加
-{ "id":"ျက" , "value":"kra" },//後加
-{ "id":"ျပ" , "value":"pra" },//後加
-{ "id":"ျဗ" , "value":"bra" },//後加
-{ "id":"ျဒ" , "value":"dra" },//後加
-{ "id":"ျဂ" , "value":"gra" },//後加
-
-{ "id":"ၿတ" , "value":"tra" },//後加
-{ "id":"ၿက" , "value":"kra" },//後加
-{ "id":"ၿပ" , "value":"pra" },//後加
-{ "id":"ၿဗ" , "value":"bra" },//後加
-{ "id":"ၿဒ" , "value":"dra" },//後加
-{ "id":"ၿဂ" , "value":"gra" },//後加
-
-
-{ "id":"႖" , "value":"tva" },//後加
-{ "id":"ဗ်" , "value":"bya" },//後加
-{ "id":"ဝ်" , "value":"vya" },//後加
-
-{ "id":"ဥႇ" , "value":"ñha" },//後加
-{ "id":"သၷ" , "value":"sna" },//後加
-{ "id":"ၥ်" , "value":"jha" },//後加
-
-
-{ "id":"ဒြ" , "value":"dva" },//後加
-
-
-
-
-{ "id":"ခ္" , "value":"kh" },
-{ "id":"ဃ္" , "value":"gh" },
-{ "id":"ဆ္" , "value":"ch" },
-{ "id":"ဈ္" , "value":"jh" },
-{ "id":"ည္" , "value":"ññ" },
-{ "id":"ဌ္" , "value":"ṭh" },
-{ "id":"ဎ္" , "value":"ḍh" },
-{ "id":"ထ္" , "value":"th" },
-{ "id":"ဓ္" , "value":"dh" },
-{ "id":"ဖ္" , "value":"ph" },
-{ "id":"ဘ္" , "value":"bh" },
-{ "id":"က္" , "value":"k" },
-{ "id":"ဂ္" , "value":"g" },
-{ "id":"စ္" , "value":"c" },
-{ "id":"ဇ္" , "value":"j" },
-{ "id":"ဉ္" , "value":"ñ" },
-{ "id":"ဠ္" , "value":"ḷ" },
-{ "id":"ဋ္" , "value":"ṭ" },
-{ "id":"ဍ္" , "value":"ḍ" },
-{ "id":"ဏ္" , "value":"ṇ" },
-{ "id":"တ္" , "value":"t" },
-{ "id":"ဒ္" , "value":"d" },
-{ "id":"န္" , "value":"n" },
-{ "id":"ဟ္" , "value":"h" },
-{ "id":"ပ္" , "value":"p" },
-{ "id":"ဗ္" , "value":"b" },
-{ "id":"မ္" , "value":"m" },
-{ "id":"ယ္" , "value":"y" },
-{ "id":"ရ္" , "value":"r" },
-{ "id":"လ္" , "value":"l" },
-{ "id":"ဝ္" , "value":"v" },
-{ "id":"သ္" , "value":"s" },
-{ "id":"င္" , "value":"ṅ" },
-{ "id":"ခ" , "value":"kha" },
-{ "id":"ဃ" , "value":"gha" },
-{ "id":"ဆ" , "value":"cha" },
-{ "id":"ဈ" , "value":"jha" },
-{ "id":"ည" , "value":"ñña" },
-{ "id":"ဌ" , "value":"ṭha" },
-{ "id":"ဎ" , "value":"ḍha" },
-{ "id":"ထ" , "value":"tha" },
-{ "id":"ဓ" , "value":"dha" },
-{ "id":"ဖ" , "value":"pha" },
-{ "id":"ဘ" , "value":"bha" },
-{ "id":"က" , "value":"ka" },
-{ "id":"ဂ" , "value":"ga" },
-{ "id":"စ" , "value":"ca" },
-{ "id":"ဇ" , "value":"ja" },
-{ "id":"ဉ" , "value":"ña" },
-{ "id":"ဠ" , "value":"ḷa" },
-{ "id":"ဋ" , "value":"ṭa" },
-{ "id":"ဍ" , "value":"ḍa" },
-{ "id":"ဏ" , "value":"ṇa" },
-{ "id":"တ" , "value":"ta" },
-{ "id":"ဒ" , "value":"da" },
-{ "id":"န" , "value":"na" },
-{ "id":"ဟ" , "value":"ha" },
-{ "id":"ပ" , "value":"pa" },
-{ "id":"ဗ" , "value":"ba" },
-{ "id":"မ" , "value":"ma" },
-{ "id":"ယ" , "value":"ya" },
-{ "id":"ရ" , "value":"ra" },
-{ "id":"႐" , "value":"ra" },//后加
-{ "id":"လ" , "value":"la" },
-{ "id":"ဝ" , "value":"va" },
-{ "id":"သ" , "value":"sa" },
-
-{ "id":"ီႇ" , "value":"ႇီ" },//后加
-{ "id":"ိႇ" , "value":"ႇိ" },//后加
-
-
-
-
-
-{ "id":"ျ" , "value":"္ra" },//后加
-{ "id":"ွ" , "value":"္ha" },//后加
-{ "id":"ှ" , "value":"္ha" },//后加
-{ "id":"ႇ" , "value":"္ha" },//后加
-{ "id":"ြ" , "value":"္va" },//后加
-
-{ "id":"ၱ" , "value":"္ta" },//后加
-{ "id":"ၳ" , "value":"္tha" },//后加
-{ "id":"ၵ" , "value":"္da" },//后加
-{ "id":"ၶ" , "value":"္dha" },//后加
-
-{ "id":"ၬ" , "value":"္ṭa" },//后加
-{ "id":"ၭ" , "value":"္ṭha" },//后加
-
-{ "id":"ၠ" , "value":"္ka" },//后加
-{ "id":"ၡ" , "value":"္kha" },//后加
-{ "id":"ၢ" , "value":"္ga" },//后加
-{ "id":"ၣ" , "value":"္gha" },//后加
-
-{ "id":"ၸ" , "value":"္pa" },//后加
-{ "id":"ၹ" , "value":"္pha" },//后加
-{ "id":"ၺ" , "value":"္ba" },//后加
-{ "id":"႓" , "value":"္bha" },//后加
-
-{ "id":"ၥ" , "value":"္ca" },//后加
-{ "id":"ၧ" , "value":"္cha" },//后加
-{ "id":"ၨ" , "value":"္ja" },//后加
-{ "id":"ၩ" , "value":"္jha" },//后加
-
-{ "id":"်" , "value":"္ya" },//后加
-{ "id":"ႅ" , "value":"္la" },//后加
-{ "id":"ၼ" , "value":"္ma" },//后加
-{ "id":"ွ" , "value":"္ha" },//后加
-{ "id":"ၲ" , "value":"ta" },//后加
-
-{ "id":"ႆ" , "value":"ssa" },//后加
-{ "id":"ၫ" , "value":"ñña" },//后加
-{ "id":"ၷ" , "value":"na" },//后加
-
-{ "id":"႒" , "value":"ṭṭha" },//后加
-{ "id":"႗" , "value":"ṭṭa" },//后加
-{ "id":"ၯ" , "value":"ḍḍha" },//后加
-{ "id":"ၮ" , "value":"ḍḍa" },//后加
-{ "id":"႑" , "value":"ṇḍa" },//后加
-{ "id":"ၴ" , "value":"tha" },//后加
-
-{ "id":"ႍ" , "value":"ၤṃ" },//後加
-
-
-{ "id":"kaၤ" , "value":"ṅka" },//后加
-{ "id":"gaၤ" , "value":"ṅga" },//后加
-{ "id":"khaၤ" , "value":"ṅkha" },//后加
-{ "id":"ghaၤ" , "value":"ṅgha" },//后加
-
-
-
-
-
-
-{ "id":"ိံ" , "value":"္iṃ" },
-{ "id":"ုံ" , "value":"္uṃ" },
-{ "id":"ံု" , "value":"္uṃ" },//後加
-{ "id":"ံဳ" , "value":"္uṃ" },//後加
-{ "id":"ော" , "value":"္o" },
-{ "id":"ေါ" , "value":"္o" },
-{ "id":"aအံ" , "value":"aṃ" },
-{ "id":"aဣံ" , "value":"iṃ" },
-{ "id":"ႎ" , "value":"္iṃ" },//後加
-{ "id":"aဥံ" , "value":"uṃ" },
-{ "id":"ံ" , "value":"ṃ" },
-{ "id":"ိ" , "value":"္i" },
-{ "id":"ီ" , "value":"္ī" },
-{ "id":"ု" , "value":"္u" },
-{ "id":"ဳ" , "value":"္u" },//後加
-{ "id":"ူ" , "value":"္ū" },
-{ "id":"ဴ" , "value":"္ū" },
-//{ "id":"aေ" , "value":"E" },
-{ "id":"အါ" , "value":"ā" },
-{ "id":"အာ" , "value":"ā" },
-{ "id":"အ" , "value":"a" },
-{ "id":"ဣ" , "value":"i" },
-{ "id":"ဤ" , "value":"ī" },
-{ "id":"ဧ" , "value":"E" },
-{ "id":"ဥ" , "value":"u" },
-{ "id":"ဦ" , "value":"ū" },
-{ "id":"ဩ" , "value":"o" },
-{ "id":"ႏ" , "value":"n" },//後加
-{ "id":"ၪ" , "value":"ñ" },//後加
-{ "id":"ၰ" , "value":"္ṇa" },//後加
-{ "id":"a္" , "value":"" },//後加
-{ "id":"္" , "value":"" },//後加
-
-{ "id":"kuၤ" , "value":"ṅku" },//后加
-{ "id":"guၤ" , "value":"ṅgu" },//后加
-{ "id":"khuၤ" , "value":"ṅkhu" },//后加
-{ "id":"ghuၤ" , "value":"ṅghu" },//后加
-
-{ "id":"kyaၤ" , "value":"ṅkya" },//后加
-{ "id":"gyaၤ" , "value":"ṅgya" },//后加
-{ "id":"khyaၤ" , "value":"ṅkhya" },//后加
-{ "id":"ghyaၤ" , "value":"ṅghya" },//后加
-
-
-{ "id":"kaႌ" , "value":"ṅkī" },//后加
-{ "id":"gaႌ" , "value":"ṅgī" },//后加
-{ "id":"khaႌ" , "value":"ṅkhī" },//后加
-{ "id":"ghaႌ" , "value":"ṅghī" },//后加
-
-{ "id":"kaႋ" , "value":"ṅki" },//后加
-{ "id":"gaႋ" , "value":"ṅgi" },//后加
-{ "id":"khaႋ" , "value":"ṅkhi" },//后加
-{ "id":"ghaႋ" , "value":"ṅghi" },//后加
-
-{ "id":"ာ" , "value":"္ā" },
-{ "id":"ါ" , "value":"္ā" },
-{ "id":"a္" , "value":"" },//後加
-
-{ "id":"ေṅkhy" , "value":"ṅkhyE" },//后加
-{ "id":"ေṅghy" , "value":"ṅghyE" },//后加
-{ "id":"ေṅky" , "value":"ṅkyE" },//后加
-{ "id":"ေṅgy" , "value":"ṅgyE" },//后加
-
-
-{ "id":"ေndr" , "value":"ndrE" },//後加
-{ "id":"ေntr" , "value":"ntrE" },//後加
-{ "id":"ေdr" , "value":"drE" },//後加
-{ "id":"ေtr" , "value":"trE" },//後加
-{ "id":"ေkr" , "value":"krE" },//後加
-{ "id":"ေgr" , "value":"grE" },//後加
-{ "id":"ေbr" , "value":"brE" },//後加
-
-{ "id":"ေky" , "value":"kyE" },//後加
-{ "id":"ေby" , "value":"byE" },//後加
-{ "id":"ေṇy" , "value":"ṇyE" },//後加
-{ "id":"ေby" , "value":"byE" },//後加
-
-{ "id":"ေtv" , "value":"tvE" },//後加
-{ "id":"ေdv" , "value":"dvE" },//後加
-{ "id":"ေsv" , "value":"svE" },//後加
-{ "id":"ေnv" , "value":"nvE" },//後加
-
-{ "id":"ေḷh" , "value":"ḷhE" },//後加
-{ "id":"ေlh" , "value":"lhE" },//後加
-{ "id":"ေṇh" , "value":"ṇhE" },//後加
-{ "id":"ေñh" , "value":"ñhE" },//後加
-{ "id":"ေmh" , "value":"mhE" },//後加
-
-{ "id":"ေsn" , "value":"snE" },//後加
-{ "id":"ေvh" , "value":"vhE" },//後加
-{ "id":"ေpl" , "value":"plE" },//後加
-{ "id":"ေkl" , "value":"klE" },//後加
-
-{ "id":"ေṅkh" , "value":"ṅkhE" },//后加
-{ "id":"ေṅgh" , "value":"ṅghE" },//后加
-{ "id":"ေṅk" , "value":"ṅkE" },//后加
-{ "id":"ေṅg" , "value":"ṅgE" },//后加
-
-{ "id":"ေmph" , "value":"mphE" },//后加
-{ "id":"ေmbh" , "value":"mbhE" },//后加
-{ "id":"ေmp" , "value":"mpE" },//后加
-{ "id":"ေmb" , "value":"mbE" },//后加
-
-{ "id":"ေnth" , "value":"nthE" },//后加
-{ "id":"ေndh" , "value":"ndhE" },//后加
-{ "id":"ေnt" , "value":"ntE" },//后加
-{ "id":"ေnd" , "value":"ndE" },//后加
-
-{ "id":"ေṇṭh" , "value":"ṇṭhE" },//后加
-{ "id":"ေṇḍh" , "value":"ṇḍhE" },//后加
-{ "id":"ေṇṭ" , "value":"ṇṭE" },//后加
-{ "id":"ေṇḍ" , "value":"ṇḍE" },//后加
-
-{ "id":"ေñch" , "value":"ñchE" },//后加
-{ "id":"ေñjh" , "value":"ñjhE" },//后加
-{ "id":"ေñc" , "value":"ñcE" },//后加
-{ "id":"ေñj" , "value":"ñjE" },//后加
-
-{ "id":"ေss" , "value":"ssE" },//后加
-{ "id":"ေkkh" , "value":"kkhE" },//后加
-{ "id":"ေggh" , "value":"gghE" },//后加
-{ "id":"ေcch" , "value":"cchE" },//后加
-{ "id":"ေjjh" , "value":"jjhE" },//后加
-{ "id":"ေññ" , "value":"ññE" },//后加
-{ "id":"ေṭṭh" , "value":"ṭṭhE" },//后加
-{ "id":"ေḍḍh" , "value":"ḍḍhE" },//后加
-{ "id":"ေtth" , "value":"tthE" },//后加
-{ "id":"ေddh" , "value":"ddhE" },//后加
-{ "id":"ေpph" , "value":"pphE" },//后加
-{ "id":"ေbbh" , "value":"bbhE" },//后加
-{ "id":"ေkk" , "value":"kkE" },//后加
-{ "id":"ေgg" , "value":"ggE" },//后加
-{ "id":"ေcc" , "value":"ccE" },//后加
-{ "id":"ေjj" , "value":"jjE" },//后加
-{ "id":"ေḷḷ" , "value":"ḷḷE" },//后加
-{ "id":"ေṭṭ" , "value":"ṭṭE" },//后加
-{ "id":"ေḍḍ" , "value":"ḍḍE" },//后加
-{ "id":"ေṇṇ" , "value":"ṇṇE" },//后加
-{ "id":"ေtt" , "value":"ttE" },//后加
-{ "id":"ေdd" , "value":"ddE" },//后加
-{ "id":"ေnn" , "value":"nnE" },//后加
-{ "id":"ေpp" , "value":"ppE" },//后加
-{ "id":"ေbb" , "value":"bbE" },//后加
-{ "id":"ေmm" , "value":"mmE" },//后加
-{ "id":"ေyy" , "value":"yyE" },//后加
-{ "id":"ေll" , "value":"llE" },//后加
-
-{ "id":"ေkh" , "value":"khE" },//后加
-{ "id":"ေgh" , "value":"ghE" },//后加
-{ "id":"ေch" , "value":"chE" },//后加
-{ "id":"ေjh" , "value":"jhE" },//后加
-{ "id":"ေṭh" , "value":"ṭhE" },//后加
-{ "id":"ေḍh" , "value":"ḍhE" },//后加
-{ "id":"ေth" , "value":"thE" },//后加
-{ "id":"ေdh" , "value":"dhE" },//后加
-{ "id":"ေph" , "value":"phE" },//后加
-{ "id":"ေbh" , "value":"bhE" },//后加
-{ "id":"ေk" , "value":"kE" },//后加
-{ "id":"ေg" , "value":"gE" },//后加
-{ "id":"ေc" , "value":"cE" },//后加
-{ "id":"ေj" , "value":"jE" },//后加
-{ "id":"ေñ" , "value":"ñE" },//后加
-{ "id":"ေḷ" , "value":"ḷE" },//后加
-{ "id":"ေṭ" , "value":"ṭE" },//后加
-{ "id":"ေḍ" , "value":"ḍE" },//后加
-{ "id":"ေṇ" , "value":"ṇE" },//后加
-{ "id":"ေt" , "value":"tE" },//后加
-{ "id":"ေd" , "value":"dE" },//后加
-{ "id":"ေn" , "value":"nE" },//后加
-{ "id":"ေh" , "value":"hE" },//后加
-{ "id":"ေp" , "value":"pE" },//后加
-{ "id":"ေb" , "value":"bE" },//后加
-{ "id":"ေm" , "value":"mE" },//后加
-{ "id":"ေy" , "value":"yE" },//后加
-{ "id":"ေr" , "value":"rE" },//后加
-{ "id":"ေl" , "value":"lE" },//后加
-{ "id":"ေv" , "value":"vE" },//后加
-{ "id":"ေs" , "value":"sE" },//后加
-{ "id":"ေy" , "value":"yE" },//后加
-{ "id":"ေv" , "value":"vE" },//后加
-{ "id":"ေr" , "value":"rE" },//后加
-
-{ "id":"Ea" , "value":"e" },//后加
-{ "id":"Eā" , "value":"o" },//后加
-{ "id":"E" , "value":"e" },//后加
-//{ "id":"ūu" , "value":"ū" },//后加
-//{ "id":"uū" , "value":"ū" },//后加
-
-{ "id":"၁" , "value":"1" },
-{ "id":"၂" , "value":"2" },
-{ "id":"၃" , "value":"3" },
-{ "id":"၄" , "value":"4" },
-{ "id":"၅" , "value":"5" },
-{ "id":"၆" , "value":"6" },
-{ "id":"၇" , "value":"7" },
-{ "id":"၈" , "value":"8" },
-{ "id":"၉" , "value":"9" },
-{ "id":"၀" , "value":"0" },
-{ "id":"း" , "value":"”" },
-{ "id":"့" , "value":"’" },
-{ "id":"။" , "value":"." },
-{ "id":"၊" , "value":"," }
+var char_myn_to_roman_2 = [
+    { "id": "ိၭ", "value": "ၭိ" },//後加
+    { "id": "ီၭ", "value": "ၭီ" },//後加
+    { "id": "ိၼ", "value": "ၼိ" },//後加
+    { "id": "ုၤ", "value": "ၤု" },//後加
+    { "id": "ၤ်", "value": "်ၤ" },//後加
+    { "id": "ိ်", "value": "်ိ" },//後加
+    { "id": "ိၬ", "value": "ၬိ" },//後加
+    { "id": "ိၧ", "value": "ၧိ" },//後加
+    { "id": "ိၰ", "value": "ၰိ" },//後加
+    { "id": "ိၱ", "value": "ၱိ" },//後加
+    { "id": "ိြ", "value": "ြိ" },//後加
+    { "id": "ိႇ", "value": "ႇိ" },//後加
+
+
+    { "id": "ာာ", "value": "ာ" },//後加
+    { "id": "ဳဳ", "value": "ဳ" },//後加
+    { "id": "ဳဴ", "value": "ဳ" },//後加
+    { "id": "ဴူ", "value": "ူ" },//後加
+    { "id": "ိီ", "value": "ိ" },//後加
+    { "id": "ူု", "value": "ူ" },//後加
+    { "id": "ုဳ", "value": "ု" },//後加
+    { "id": "ုု", "value": "ု" },//後加
+    { "id": "႓႓", "value": "႓" },//後加
+    { "id": "ီီ", "value": "ီ" },//後加
+    { "id": "ၡၡ", "value": "ၡ" },//後加
+    { "id": "ွွ", "value": "ွ" },//後加
+
+
+    { "id": "ႁႏၵ", "value": "ndra" },//後加
+    { "id": "ၿႏၵ", "value": "ndra" },//後加
+
+    { "id": "ၾတ", "value": "tra" },//後加
+    { "id": "ၾဒ", "value": "dra" },//後加
+    { "id": "ၾက", "value": "kra" },//後加
+    { "id": "ၾဂ", "value": "gra" },//後加
+    { "id": "ၾပ", "value": "pra" },//後加
+    { "id": "ၾဗ", "value": "bra" },//後加
+
+    { "id": "ႀတ", "value": "tra" },//後加
+    { "id": "ႀက", "value": "kra" },//後加
+    { "id": "ႀပ", "value": "pra" },//後加
+    { "id": "ႀဗ", "value": "bra" },//後加
+    { "id": "ႀဒ", "value": "dra" },//後加
+    { "id": "ႀဂ", "value": "gra" },//後加
+
+    { "id": "ျတ", "value": "tra" },//後加
+    { "id": "ျက", "value": "kra" },//後加
+    { "id": "ျပ", "value": "pra" },//後加
+    { "id": "ျဗ", "value": "bra" },//後加
+    { "id": "ျဒ", "value": "dra" },//後加
+    { "id": "ျဂ", "value": "gra" },//後加
+
+    { "id": "ၿတ", "value": "tra" },//後加
+    { "id": "ၿက", "value": "kra" },//後加
+    { "id": "ၿပ", "value": "pra" },//後加
+    { "id": "ၿဗ", "value": "bra" },//後加
+    { "id": "ၿဒ", "value": "dra" },//後加
+    { "id": "ၿဂ", "value": "gra" },//後加
+
+
+    { "id": "႖", "value": "tva" },//後加
+    { "id": "ဗ်", "value": "bya" },//後加
+    { "id": "ဝ်", "value": "vya" },//後加
+
+    { "id": "ဥႇ", "value": "ñha" },//後加
+    { "id": "သၷ", "value": "sna" },//後加
+    { "id": "ၥ်", "value": "jha" },//後加
+
+
+    { "id": "ဒြ", "value": "dva" },//後加
+
+
+
+
+    { "id": "ခ္", "value": "kh" },
+    { "id": "ဃ္", "value": "gh" },
+    { "id": "ဆ္", "value": "ch" },
+    { "id": "ဈ္", "value": "jh" },
+    { "id": "ည္", "value": "ññ" },
+    { "id": "ဌ္", "value": "ṭh" },
+    { "id": "ဎ္", "value": "ḍh" },
+    { "id": "ထ္", "value": "th" },
+    { "id": "ဓ္", "value": "dh" },
+    { "id": "ဖ္", "value": "ph" },
+    { "id": "ဘ္", "value": "bh" },
+    { "id": "က္", "value": "k" },
+    { "id": "ဂ္", "value": "g" },
+    { "id": "စ္", "value": "c" },
+    { "id": "ဇ္", "value": "j" },
+    { "id": "ဉ္", "value": "ñ" },
+    { "id": "ဠ္", "value": "ḷ" },
+    { "id": "ဋ္", "value": "ṭ" },
+    { "id": "ဍ္", "value": "ḍ" },
+    { "id": "ဏ္", "value": "ṇ" },
+    { "id": "တ္", "value": "t" },
+    { "id": "ဒ္", "value": "d" },
+    { "id": "န္", "value": "n" },
+    { "id": "ဟ္", "value": "h" },
+    { "id": "ပ္", "value": "p" },
+    { "id": "ဗ္", "value": "b" },
+    { "id": "မ္", "value": "m" },
+    { "id": "ယ္", "value": "y" },
+    { "id": "ရ္", "value": "r" },
+    { "id": "လ္", "value": "l" },
+    { "id": "ဝ္", "value": "v" },
+    { "id": "သ္", "value": "s" },
+    { "id": "င္", "value": "ṅ" },
+    { "id": "ခ", "value": "kha" },
+    { "id": "ဃ", "value": "gha" },
+    { "id": "ဆ", "value": "cha" },
+    { "id": "ဈ", "value": "jha" },
+    { "id": "ည", "value": "ñña" },
+    { "id": "ဌ", "value": "ṭha" },
+    { "id": "ဎ", "value": "ḍha" },
+    { "id": "ထ", "value": "tha" },
+    { "id": "ဓ", "value": "dha" },
+    { "id": "ဖ", "value": "pha" },
+    { "id": "ဘ", "value": "bha" },
+    { "id": "က", "value": "ka" },
+    { "id": "ဂ", "value": "ga" },
+    { "id": "စ", "value": "ca" },
+    { "id": "ဇ", "value": "ja" },
+    { "id": "ဉ", "value": "ña" },
+    { "id": "ဠ", "value": "ḷa" },
+    { "id": "ဋ", "value": "ṭa" },
+    { "id": "ဍ", "value": "ḍa" },
+    { "id": "ဏ", "value": "ṇa" },
+    { "id": "တ", "value": "ta" },
+    { "id": "ဒ", "value": "da" },
+    { "id": "န", "value": "na" },
+    { "id": "ဟ", "value": "ha" },
+    { "id": "ပ", "value": "pa" },
+    { "id": "ဗ", "value": "ba" },
+    { "id": "မ", "value": "ma" },
+    { "id": "ယ", "value": "ya" },
+    { "id": "ရ", "value": "ra" },
+    { "id": "႐", "value": "ra" },//后加
+    { "id": "လ", "value": "la" },
+    { "id": "ဝ", "value": "va" },
+    { "id": "သ", "value": "sa" },
+
+    { "id": "ီႇ", "value": "ႇီ" },//后加
+    { "id": "ိႇ", "value": "ႇိ" },//后加
+
+
+    { "id": "ျ", "value": "္ra" },//后加
+    { "id": "ွ", "value": "္ha" },//后加
+    { "id": "ှ", "value": "္ha" },//后加
+    { "id": "ႇ", "value": "္ha" },//后加
+    { "id": "ြ", "value": "္va" },//后加
+
+    { "id": "ၱ", "value": "္ta" },//后加
+    { "id": "ၳ", "value": "္tha" },//后加
+    { "id": "ၵ", "value": "္da" },//后加
+    { "id": "ၶ", "value": "္dha" },//后加
+
+    { "id": "ၬ", "value": "္ṭa" },//后加
+    { "id": "ၭ", "value": "္ṭha" },//后加
+
+    { "id": "ၠ", "value": "္ka" },//后加
+    { "id": "ၡ", "value": "္kha" },//后加
+    { "id": "ၢ", "value": "္ga" },//后加
+    { "id": "ၣ", "value": "္gha" },//后加
+
+    { "id": "ၸ", "value": "္pa" },//后加
+    { "id": "ၹ", "value": "္pha" },//后加
+    { "id": "ၺ", "value": "္ba" },//后加
+    { "id": "႓", "value": "္bha" },//后加
+
+    { "id": "ၥ", "value": "္ca" },//后加
+    { "id": "ၧ", "value": "္cha" },//后加
+    { "id": "ၨ", "value": "္ja" },//后加
+    { "id": "ၩ", "value": "္jha" },//后加
+
+    { "id": "်", "value": "္ya" },//后加
+    { "id": "ႅ", "value": "္la" },//后加
+    { "id": "ၼ", "value": "္ma" },//后加
+    { "id": "ွ", "value": "္ha" },//后加
+    { "id": "ၲ", "value": "ta" },//后加
+
+    { "id": "ႆ", "value": "ssa" },//后加
+    { "id": "ၫ", "value": "ñña" },//后加
+    { "id": "ၷ", "value": "na" },//后加
+
+    { "id": "႒", "value": "ṭṭha" },//后加
+    { "id": "႗", "value": "ṭṭa" },//后加
+    { "id": "ၯ", "value": "ḍḍha" },//后加
+    { "id": "ၮ", "value": "ḍḍa" },//后加
+    { "id": "႑", "value": "ṇḍa" },//后加
+    { "id": "ၴ", "value": "tha" },//后加
+
+    { "id": "ႍ", "value": "ၤṃ" },//後加
+
+
+    { "id": "kaၤ", "value": "ṅka" },//后加
+    { "id": "gaၤ", "value": "ṅga" },//后加
+    { "id": "khaၤ", "value": "ṅkha" },//后加
+    { "id": "ghaၤ", "value": "ṅgha" },//后加
+
+
+
+
+
+
+    { "id": "ိံ", "value": "္iṃ" },
+    { "id": "ုံ", "value": "္uṃ" },
+    { "id": "ံု", "value": "္uṃ" },//後加
+    { "id": "ံဳ", "value": "္uṃ" },//後加
+    { "id": "ော", "value": "္o" },
+    { "id": "ေါ", "value": "္o" },
+    { "id": "aအံ", "value": "aṃ" },
+    { "id": "aဣံ", "value": "iṃ" },
+    { "id": "ႎ", "value": "္iṃ" },//後加
+    { "id": "aဥံ", "value": "uṃ" },
+    { "id": "ံ", "value": "ṃ" },
+    { "id": "ိ", "value": "္i" },
+    { "id": "ီ", "value": "္ī" },
+    { "id": "ု", "value": "္u" },
+    { "id": "ဳ", "value": "္u" },//後加
+    { "id": "ူ", "value": "္ū" },
+    { "id": "ဴ", "value": "္ū" },
+    //{ "id":"aေ" , "value":"E" },
+    { "id": "အါ", "value": "ā" },
+    { "id": "အာ", "value": "ā" },
+    { "id": "အ", "value": "a" },
+    { "id": "ဣ", "value": "i" },
+    { "id": "ဤ", "value": "ī" },
+    { "id": "ဧ", "value": "E" },
+    { "id": "ဥ", "value": "u" },
+    { "id": "ဦ", "value": "ū" },
+    { "id": "ဩ", "value": "o" },
+    { "id": "ႏ", "value": "n" },//後加
+    { "id": "ၪ", "value": "ñ" },//後加
+    { "id": "ၰ", "value": "္ṇa" },//後加
+    { "id": "a္", "value": "" },//後加
+    { "id": "္", "value": "" },//後加
+
+    { "id": "kuၤ", "value": "ṅku" },//后加
+    { "id": "guၤ", "value": "ṅgu" },//后加
+    { "id": "khuၤ", "value": "ṅkhu" },//后加
+    { "id": "ghuၤ", "value": "ṅghu" },//后加
+
+    { "id": "kyaၤ", "value": "ṅkya" },//后加
+    { "id": "gyaၤ", "value": "ṅgya" },//后加
+    { "id": "khyaၤ", "value": "ṅkhya" },//后加
+    { "id": "ghyaၤ", "value": "ṅghya" },//后加
+
+
+    { "id": "kaႌ", "value": "ṅkī" },//后加
+    { "id": "gaႌ", "value": "ṅgī" },//后加
+    { "id": "khaႌ", "value": "ṅkhī" },//后加
+    { "id": "ghaႌ", "value": "ṅghī" },//后加
+
+    { "id": "kaႋ", "value": "ṅki" },//后加
+    { "id": "gaႋ", "value": "ṅgi" },//后加
+    { "id": "khaႋ", "value": "ṅkhi" },//后加
+    { "id": "ghaႋ", "value": "ṅghi" },//后加
+
+    { "id": "ာ", "value": "္ā" },
+    { "id": "ါ", "value": "္ā" },
+    { "id": "a္", "value": "" },//後加
+
+    { "id": "ေṅkhy", "value": "ṅkhyE" },//后加
+    { "id": "ေṅghy", "value": "ṅghyE" },//后加
+    { "id": "ေṅky", "value": "ṅkyE" },//后加
+    { "id": "ေṅgy", "value": "ṅgyE" },//后加
+
+    { "id": "ေndr", "value": "ndrE" },//後加
+    { "id": "ေntr", "value": "ntrE" },//後加
+    { "id": "ေdr", "value": "drE" },//後加
+    { "id": "ေtr", "value": "trE" },//後加
+    { "id": "ေkr", "value": "krE" },//後加
+    { "id": "ေgr", "value": "grE" },//後加
+    { "id": "ေbr", "value": "brE" },//後加
+
+    { "id": "ေky", "value": "kyE" },//後加
+    { "id": "ေby", "value": "byE" },//後加
+    { "id": "ေṇy", "value": "ṇyE" },//後加
+    { "id": "ေby", "value": "byE" },//後加
+
+    { "id": "ေtv", "value": "tvE" },//後加
+    { "id": "ေdv", "value": "dvE" },//後加
+    { "id": "ေsv", "value": "svE" },//後加
+    { "id": "ေnv", "value": "nvE" },//後加
+
+    { "id": "ေḷh", "value": "ḷhE" },//後加
+    { "id": "ေlh", "value": "lhE" },//後加
+    { "id": "ေṇh", "value": "ṇhE" },//後加
+    { "id": "ေñh", "value": "ñhE" },//後加
+    { "id": "ေmh", "value": "mhE" },//後加
+
+    { "id": "ေsn", "value": "snE" },//後加
+    { "id": "ေvh", "value": "vhE" },//後加
+    { "id": "ေpl", "value": "plE" },//後加
+    { "id": "ေkl", "value": "klE" },//後加
+
+    { "id": "ေṅkh", "value": "ṅkhE" },//后加
+    { "id": "ေṅgh", "value": "ṅghE" },//后加
+    { "id": "ေṅk", "value": "ṅkE" },//后加
+    { "id": "ေṅg", "value": "ṅgE" },//后加
+
+    { "id": "ေmph", "value": "mphE" },//后加
+    { "id": "ေmbh", "value": "mbhE" },//后加
+    { "id": "ေmp", "value": "mpE" },//后加
+    { "id": "ေmb", "value": "mbE" },//后加
+
+    { "id": "ေnth", "value": "nthE" },//后加
+    { "id": "ေndh", "value": "ndhE" },//后加
+    { "id": "ေnt", "value": "ntE" },//后加
+    { "id": "ေnd", "value": "ndE" },//后加
+
+    { "id": "ေṇṭh", "value": "ṇṭhE" },//后加
+    { "id": "ေṇḍh", "value": "ṇḍhE" },//后加
+    { "id": "ေṇṭ", "value": "ṇṭE" },//后加
+    { "id": "ေṇḍ", "value": "ṇḍE" },//后加
+
+    { "id": "ေñch", "value": "ñchE" },//后加
+    { "id": "ေñjh", "value": "ñjhE" },//后加
+    { "id": "ေñc", "value": "ñcE" },//后加
+    { "id": "ေñj", "value": "ñjE" },//后加
+
+    { "id": "ေss", "value": "ssE" },//后加
+    { "id": "ေkkh", "value": "kkhE" },//后加
+    { "id": "ေggh", "value": "gghE" },//后加
+    { "id": "ေcch", "value": "cchE" },//后加
+    { "id": "ေjjh", "value": "jjhE" },//后加
+    { "id": "ေññ", "value": "ññE" },//后加
+    { "id": "ေṭṭh", "value": "ṭṭhE" },//后加
+    { "id": "ေḍḍh", "value": "ḍḍhE" },//后加
+    { "id": "ေtth", "value": "tthE" },//后加
+    { "id": "ေddh", "value": "ddhE" },//后加
+    { "id": "ေpph", "value": "pphE" },//后加
+    { "id": "ေbbh", "value": "bbhE" },//后加
+    { "id": "ေkk", "value": "kkE" },//后加
+    { "id": "ေgg", "value": "ggE" },//后加
+    { "id": "ေcc", "value": "ccE" },//后加
+    { "id": "ေjj", "value": "jjE" },//后加
+    { "id": "ေḷḷ", "value": "ḷḷE" },//后加
+    { "id": "ေṭṭ", "value": "ṭṭE" },//后加
+    { "id": "ေḍḍ", "value": "ḍḍE" },//后加
+    { "id": "ေṇṇ", "value": "ṇṇE" },//后加
+    { "id": "ေtt", "value": "ttE" },//后加
+    { "id": "ေdd", "value": "ddE" },//后加
+    { "id": "ေnn", "value": "nnE" },//后加
+    { "id": "ေpp", "value": "ppE" },//后加
+    { "id": "ေbb", "value": "bbE" },//后加
+    { "id": "ေmm", "value": "mmE" },//后加
+    { "id": "ေyy", "value": "yyE" },//后加
+    { "id": "ေll", "value": "llE" },//后加
+
+    { "id": "ေkh", "value": "khE" },//后加
+    { "id": "ေgh", "value": "ghE" },//后加
+    { "id": "ေch", "value": "chE" },//后加
+    { "id": "ေjh", "value": "jhE" },//后加
+    { "id": "ေṭh", "value": "ṭhE" },//后加
+    { "id": "ေḍh", "value": "ḍhE" },//后加
+    { "id": "ေth", "value": "thE" },//后加
+    { "id": "ေdh", "value": "dhE" },//后加
+    { "id": "ေph", "value": "phE" },//后加
+    { "id": "ေbh", "value": "bhE" },//后加
+    { "id": "ေk", "value": "kE" },//后加
+    { "id": "ေg", "value": "gE" },//后加
+    { "id": "ေc", "value": "cE" },//后加
+    { "id": "ေj", "value": "jE" },//后加
+    { "id": "ေñ", "value": "ñE" },//后加
+    { "id": "ေḷ", "value": "ḷE" },//后加
+    { "id": "ေṭ", "value": "ṭE" },//后加
+    { "id": "ေḍ", "value": "ḍE" },//后加
+    { "id": "ေṇ", "value": "ṇE" },//后加
+    { "id": "ေt", "value": "tE" },//后加
+    { "id": "ေd", "value": "dE" },//后加
+    { "id": "ေn", "value": "nE" },//后加
+    { "id": "ေh", "value": "hE" },//后加
+    { "id": "ေp", "value": "pE" },//后加
+    { "id": "ေb", "value": "bE" },//后加
+    { "id": "ေm", "value": "mE" },//后加
+    { "id": "ေy", "value": "yE" },//后加
+    { "id": "ေr", "value": "rE" },//后加
+    { "id": "ေl", "value": "lE" },//后加
+    { "id": "ေv", "value": "vE" },//后加
+    { "id": "ေs", "value": "sE" },//后加
+    { "id": "ေy", "value": "yE" },//后加
+    { "id": "ေv", "value": "vE" },//后加
+    { "id": "ေr", "value": "rE" },//后加
+
+    { "id": "Ea", "value": "e" },//后加
+    { "id": "Eā", "value": "o" },//后加
+    { "id": "E", "value": "e" },//后加
+    //{ "id":"ūu" , "value":"ū" },//后加
+    //{ "id":"uū" , "value":"ū" },//后加
+
+    { "id": "၁", "value": "1" },
+    { "id": "၂", "value": "2" },
+    { "id": "၃", "value": "3" },
+    { "id": "၄", "value": "4" },
+    { "id": "၅", "value": "5" },
+    { "id": "၆", "value": "6" },
+    { "id": "၇", "value": "7" },
+    { "id": "၈", "value": "8" },
+    { "id": "၉", "value": "9" },
+    { "id": "၀", "value": "0" },
+    { "id": "း", "value": "”" },
+    { "id": "့", "value": "’" },
+    { "id": "။", "value": "." },
+    { "id": "၊", "value": "," }
 
 ];

+ 28 - 1
app/public/lang/default.json

@@ -53,7 +53,7 @@
 		"content": "Content",
 		"contents": "Contents",
 		"copy": "copy",
-		"copy_to_clipboard": "copy to clipboard",
+		"copy_to_clipboard": "copy the link to clipboard",
 		"creat_a_new_file_by_yourself": "Creat a new file by yourself",
 		"created": "Created",
 		"current": "Current",
@@ -484,6 +484,33 @@
 		"in_progress": "in progress",
 		"already_over": "already over",
 		"revise": "revise",
+		"relational_map": "relational map",
+		"pp": "past participle",
+		"prp": "present participle",
+		"fpp": "Future Passive Participle",
+		"new_lesson": "Add a new lesson",
+		"sub_title": "subtitle",
+		"introduction": "introduction",
+		"speaker": "speaker",
+		"notice_live": "notice of live broadcast",
+		"record_replay": "record & replay",
+		"time_arrange": "time arrangement",
+		"duration": "duration",
+		"attachment": "attachment",
+		"submit": "submit",
+		"create_course": "create course",
+		"created_time": "created time",
+		"modified_time": "modified time",
+		"num_of_hit": "num of hits",
+		"all_courses": "all courses",
+		"num_of_played": "Video Views",
+		"recent_update": "recent update",
+		"course_begin": "course starting time",
+		"num_of_lesson": "num of lesson periods",
+		"signed_up": "signed up",
+		"sign_up": "sign up",
+		"watch": "watch",
+		"watched": "watched",
 		"": ""
 	},
 	"grammastr": [

+ 28 - 1
app/public/lang/en.json

@@ -53,7 +53,7 @@
 		"content": "Content",
 		"contents": "Contents",
 		"copy": "copy",
-		"copy_to_clipboard": "copy to clipboard",
+		"copy_to_clipboard": "copy the link to clipboard",
 		"creat_a_new_file_by_yourself": "Creat a new file by yourself",
 		"created": "Created",
 		"current": "Current",
@@ -483,6 +483,33 @@
 		"in_progress": "in progress",
 		"already_over": "already over",
 		"revise": "revise",
+		"relational_map": "relational map",
+		"pp": "past participle",
+		"prp": "present participle",
+		"fpp": "Future Passive Participle",
+		"new_lesson": "Add a new lesson",
+		"sub_title": "subtitle",
+		"introduction": "introduction",
+		"speaker": "speaker",
+		"notice_live": "notice of live broadcast",
+		"record_replay": "record & replay",
+		"time_arrange": "time arrangement",
+		"duration": "duration",
+		"attachment": "attachment",
+		"submit": "submit",
+		"create_course": "create course",
+		"created_time": "created time",
+		"modified_time": "modified time",
+		"num_of_hit": "num of hits",
+		"all_courses": "all courses",
+		"num_of_played": "Video Views",
+		"recent_update": "recent update",
+		"course_begin": "course starting time",
+		"num_of_lesson": "num of lesson periods",
+		"signed_up": "signed up",
+		"sign_up": "sign up",
+		"watch": "watch",
+		"watched": "watched",
 		"": ""
 	},
 	"grammastr": [

+ 28 - 1
app/public/lang/my.json

@@ -53,7 +53,7 @@
 		"content": "Content",
 		"contents": "Contents",
 		"copy": "copy",
-		"copy_to_clipboard": "copy to clipboard",
+		"copy_to_clipboard": "copy the link to clipboard",
 		"creat_a_new_file_by_yourself": "Creat a new file by yourself",
 		"created": "Created",
 		"current": "Current",
@@ -483,6 +483,33 @@
 		"in_progress": "in progress",
 		"already_over": "already over",
 		"revise": "revise",
+		"relational_map": "relational map",
+		"pp": "past participle",
+		"prp": "present participle",
+		"fpp": "Future Passive Participle",
+		"new_lesson": "Add a new lesson",
+		"sub_title": "subtitle",
+		"introduction": "introduction",
+		"speaker": "speaker",
+		"notice_live": "notice of live broadcast",
+		"record_replay": "record & replay",
+		"time_arrange": "time arrangement",
+		"duration": "duration",
+		"attachment": "attachment",
+		"submit": "submit",
+		"create_course": "create course",
+		"created_time": "created time",
+		"modified_time": "modified time",
+		"num_of_hit": "num of hits",
+		"all_courses": "all courses",
+		"num_of_played": "Video Views",
+		"recent_update": "recent update",
+		"course_begin": "course starting time",
+		"num_of_lesson": "num of lesson periods",
+		"signed_up": "signed up",
+		"sign_up": "sign up",
+		"watch": "watch",
+		"watched": "watched",
 		"": "",
 		"": ""
 	},

+ 28 - 1
app/public/lang/si.json

@@ -53,7 +53,7 @@
 		"content": "පටුන",
 		"contents": "අන්තර්ගතය",
 		"copy": "copy",
-		"copy_to_clipboard": "copy to clipboard",
+		"copy_to_clipboard": "copy the link to clipboard",
 		"creat_a_new_file_by_yourself": "ඔබ කැමති පරදි නව ගොනුව සාදන්න",
 		"created": "සාදන ලදි",
 		"current": "අලුත්ම",
@@ -488,6 +488,33 @@
 		"in_progress": "in progress",
 		"already_over": "already over",
 		"revise": "revise",
+		"relational_map": "relational map",
+		"pp": "past participle",
+		"prp": "present participle",
+		"fpp": "Future Passive Participle",
+		"new_lesson": "Add a new lesson",
+		"sub_title": "subtitle",
+		"introduction": "introduction",
+		"speaker": "speaker",
+		"notice_live": "notice of live broadcast",
+		"record_replay": "record & replay",
+		"time_arrange": "time arrangement",
+		"duration": "duration",
+		"attachment": "attachment",
+		"submit": "submit",
+		"create_course": "create course",
+		"created_time": "created time",
+		"modified_time": "modified time",
+		"num_of_hit": "num of hits",
+		"all_courses": "all courses",
+		"num_of_played": "Video Views",
+		"recent_update": "recent update",
+		"course_begin": "course starting time",
+		"num_of_lesson": "num of lesson periods",
+		"signed_up": "signed up",
+		"sign_up": "sign up",
+		"watch": "watch",
+		"watched": "watched",
 		"": "",
 		"": ""
 	},

+ 28 - 1
app/public/lang/zh-cn.json

@@ -53,7 +53,7 @@
 		"content": "目录",
 		"contents": "目录",
 		"copy": "复制",
-		"copy_to_clipboard": "复制到剪切板",
+		"copy_to_clipboard": "复制句子链接到剪切板",
 		"creat_a_new_file_by_yourself": "创建自定义文档",
 		"created": "创建",
 		"current": "当前",
@@ -485,6 +485,33 @@
 		"in_progress": "正在进行",
 		"already_over": "已经结束",
 		"revise": "润校",
+		"relational_map": "关系图",
+		"pp": "过去分词",
+		"prp": "现在分词",
+		"fpp": "未来被动分词",
+		"new_lesson": "添加课堂",
+		"sub_title": "副标题",
+		"introduction": "简介",
+		"speaker": "主讲人",
+		"notice_live": "直播预告",
+		"record_replay": "录播回放",
+		"time_arrange": "时间安排",
+		"duration": "持续时间",
+		"attachment": "附件",
+		"submit": "提交",
+		"create_course": "新建课程",
+		"created_time": "创建时间",
+		"modified_time": "修改时间",
+		"num_of_hit": "点击数",
+		"all_courses": "全部课程",
+		"num_of_played": "播放数",
+		"recent_update": "最新更新",
+		"course_begin": "开课时间",
+		"num_of_lesson": "课节数",
+		"signed_up": "报名数",
+		"sign_up": "报名",
+		"watch": "关注",
+		"watched": "关注数",
 		"": ""
 	},
 	"grammastr": [

+ 28 - 1
app/public/lang/zh-tw.json

@@ -53,7 +53,7 @@
 		"content": "目錄",
 		"contents": "目錄",
 		"copy": "複製",
-		"copy_to_clipboard": "複製到剪下板",
+		"copy_to_clipboard": "複製句子連結到剪下板",
 		"creat_a_new_file_by_yourself": "新建自定檔案",
 		"created": "建立",
 		"current": "當前",
@@ -485,6 +485,33 @@
 		"in_progress": "正在進行",
 		"already_over": "已經結束",
 		"revise": "潤校",
+		"relational_map": "關係圖",
+		"pp": "過去分詞",
+		"prp": "現在分詞",
+		"fpp": "未來被動分詞",
+		"new_lesson": "新增課堂",
+		"sub_title": "副標題",
+		"introduction": "簡介",
+		"speaker": "主講人",
+		"notice_live": "直播預告",
+		"record_replay": "錄播回放",
+		"time_arrange": "時間安排",
+		"duration": "持續時間",
+		"attachment": "附件",
+		"submit": "提交",
+		"create_course": "新建課程",
+		"created_time": "建立時間",
+		"modified_time": "修改時間",
+		"num_of_hit": "點選數",
+		"all_courses": "全部課程",
+		"num_of_played": "播放數",
+		"recent_update": "最新更新",
+		"course_begin": "開課時間",
+		"num_of_lesson": "課節數",
+		"signed_up": "報名數",
+		"sign_up": "報名",
+		"watch": "關注",
+		"watched": "關注數",
 		"": ""
 	},
 	"grammastr": [

+ 5 - 4
app/studio/css/style.css

@@ -496,6 +496,7 @@ a:active {
   float: left;
   margin: 0 0 0.2em 0;
   padding-right: 0;
+  max-width: 60vw;
   pagebreakinside: avoid;
 }
 
@@ -3906,10 +3907,10 @@ border-bottom: 2px solid red;
 .pop_win_inner {
   color: var(--tool-color);
   border-radius: 4px;
-  height: 35em;
-  width: 50em;
-  max-height: 100%;
-  max-width: 100%;
+  min-height: 30vh;
+  min-width: 30vw;
+  max-height: 90vh;
+  max-width: 90vw;
   display: -webkit-block;
   display: -moz-block;
   display: block;

+ 27 - 25
app/studio/editor.php

@@ -688,7 +688,7 @@ foreach($plugin_list as $info){
 					function edit_show_prt_prt(obj){
 						let o = obj.getElementsByTagName("svg");
 						if(document.getElementById("edit_detail_prt_prt").style.display=="none"){
-							document.getElementById("edit_detail_prt_prt").style.display="flex";
+							document.getElementById("edit_detail_prt_prt").style.display="block";
 							o[0].style.transform="rotate(90deg)";
 						}
 						else{
@@ -698,7 +698,7 @@ foreach($plugin_list as $info){
 					}
 					
 					function edit_parent_grammar_changed(obj){
-						let val = obj.innerHTML;
+						let val = obj;
 						document.getElementById("parent_grammar").innerHTML=val;
 					}
 				</script>
@@ -719,24 +719,33 @@ foreach($plugin_list as $info){
 				</div>
 				<!-- 词源 -->
 				<div id="edit_detail_prt_prt" class="edit_detail_p" style="display:none;">
-				<guide gid="studio_parent2"></guide>
-					<div class="case_dropdown" style="padding-left: 2em;width: 6em;display: flex;">
-						<span style="padding-right: 4px;">┕</span>
-						<span id="parent_grammar">.ppa.</span>
-						<div id="word_mdf_prt_prt_grammar_dropdown" class="case_dropdown-content">
-							<a onclick="edit_parent_grammar_changed(this)">.pp.</a>
-							<a onclick="edit_parent_grammar_changed(this)">.prp.</a>				
-							<a onclick="edit_parent_grammar_changed(this)">.fpp.</a>
+					<span style="display:flex;">
+						<guide gid="studio_parent2"></guide>
+						<div class="case_dropdown" style="padding-left: 2em;width: 6em;display: flex;">
+							<span style="padding-right: 4px;">┕</span>
+							<span id="parent_grammar">.ppa.</span>
+							<div id="word_mdf_prt_prt_grammar_dropdown" class="case_dropdown-content">
+								<a onclick="edit_parent_grammar_changed('.pp.')"><?php echo $_local->gui->pp; ?></a>
+								<a onclick="edit_parent_grammar_changed('.prp.')"><?php echo $_local->gui->prp; ?></a>				
+								<a onclick="edit_parent_grammar_changed('.fpp.')"><?php echo $_local->gui->fpp; ?></a>
+							</div>
 						</div>
-					</div>
-					<input type="text" id="id_text_prt_prt" class="input_bar" onkeydown="match_key(this)" onkeyup="unicode_key(this)" />
-					<div class="case_dropdown">
-						<svg class="edit_icon">
-							<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="svg/icon.svg#ic_more"></use>
-						</svg>
-						<div id="word_mdf_prt_prt_dropdown" class="case_dropdown-content">
+						<input type="text" id="id_text_prt_prt" class="input_bar" onkeydown="match_key(this)" onkeyup="unicode_key(this)" />
+						<div class="case_dropdown">
+							<svg class="edit_icon">
+								<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="svg/icon.svg#ic_more"></use>
+							</svg>
+							<div id="word_mdf_prt_prt_dropdown" class="case_dropdown-content">
+							</div>
 						</div>
-					</div>				
+					</span>
+					<div>
+						<?php echo $_local->gui->relation; ?>
+						<imput type="hidden" id="id_relation_text" value="" />
+						<button onclick="rela_add_word()">+</button>
+						<div id="relation_div">
+						</div>
+					</div>
 				</div>
 				
 			</div>
@@ -792,13 +801,6 @@ foreach($plugin_list as $info){
 				<input type="input" id="id_text_pali" onkeydown="match_key(this)" onkeyup="unicode_key(this)" /><br/>
 				<?php echo $_local->gui->spell;?><br />
 				<input type="input" id="id_text_real"  onkeydown="match_key(this)" onkeyup="unicode_key(this)" /><br/>
-				<?php echo $_local->gui->relation;?><br />
-				<div id="relation_div">
-				</div>
-				<imput type="hidden" id="id_relation_text" value="" />
-				<button onclick="rela_add_word()">
-					+
-				</button>
 				<br/>
 			</div>
 			

+ 75 - 72
app/studio/js/render.js

@@ -450,7 +450,7 @@ function updataHeadingBlockInHtml(book, par) {
   }
 }
 
-function renderBlock() {}
+function renderBlock() { }
 /*
 重绘翻译数据块
 */
@@ -655,7 +655,7 @@ function renderTranslateParBlockInner(elementBlock) {
   return output;
 }
 
-function renderTranslateParBlockInnerPreview(strText) {}
+function renderTranslateParBlockInnerPreview(strText) { }
 function updateTranslationPreview_a(blockId, text) {
   var out = "";
   var newText = text;
@@ -1328,9 +1328,9 @@ function render_sent_tool_bar(elementBlock, begin) {
     sentIdString +
     "<a onclick=\"copy_to_clipboard('" +
     sentIdStringLink +
-    "')\">[";
-  output += gLocal.gui.copy_to_clipboard;
-  output += "]</a>";
+    "')\" title=" + gLocal.gui.copy_to_clipboard + ">";
+  output += '<svg style="fill: var(--tool-bg-color);margin: 0 2px;  padding: 0 2px;  height: 12px;" t="1601480724259" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4644" width="16" height="16"><path d="M791.272727 93.090909H139.636364v837.818182a93.090909 93.090909 0 0 1-93.090909-93.090909V93.090909a93.090909 93.090909 0 0 1 93.090909-93.090909h558.545454a93.090909 93.090909 0 0 1 93.090909 93.090909zM232.727273 186.181818h744.727272v837.818182H232.727273V186.181818z" p-id="4645"></path></svg>';
+  output += "</a>";
   //	output += "<span>"+abook+"-"+aparagraph+"-"+iBegin+"-"+iEnd+"</span>";
   if (_display_sbs == 0) {
     //逐段模式
@@ -1339,7 +1339,7 @@ function render_sent_tool_bar(elementBlock, begin) {
       abook +
       "&para=" +
       aparagraph +
-      "' target='_blank'>";
+      "' target='_blank' title='" + gLocal.gui.scan_in_reader + "'>";
   } else {
     //逐句模式
     output +=
@@ -1351,13 +1351,12 @@ function render_sent_tool_bar(elementBlock, begin) {
       iBegin +
       "&end=" +
       iEnd +
-      "' target='_blank'>";
+      "' target='_blank' title='" + gLocal.gui.scan_in_reader + "'>";
   }
-  output += "[" + gLocal.gui.scan_in_reader + "]";
+  output += '<svg style="fill: var(--tool-bg-color);margin: 0 2px;  padding: 0 2px;  height: 15px;" t="1601482753387" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22291" width="200" height="200"><path d="M703.730499 544.578527a191.730499 191.730499 0 0 1 156.260356 302.806368l122.004508 122.004507a31.955083 31.955083 0 0 1-45.248398 45.184488l-121.940597-121.940598A191.730499 191.730499 0 1 1 703.730499 544.642437z m-6.391017-511.28133c38.857381 0 70.301183 30.67688 70.301183 68.511698v386.912146a255.640665 255.640665 0 1 0-69.022979 503.16474l-563.687667 0.06391c-38.857381 0-70.301183-30.67688-70.301183-68.447788V101.808895C64.628836 63.910166 96.072638 33.233286 134.930019 33.233286h562.409463z m6.391017 575.191496a127.820333 127.820333 0 1 0 0 255.640665 127.820333 127.820333 0 0 0 0-255.640665z m-351.505915 0h-127.820332a31.955083 31.955083 0 0 0-5.751915 63.398885l5.751915 0.511281h127.820332a31.955083 31.955083 0 0 0 0-63.910166z m0-191.730499h-127.820332a31.955083 31.955083 0 0 0-5.751915 63.398885l5.751915 0.511282h127.820332a31.955083 31.955083 0 0 0 0-63.910167z m191.730499-191.730499h-319.550831a31.955083 31.955083 0 0 0-5.751915 63.398885l5.751915 0.511282h319.550831a31.955083 31.955083 0 0 0 0-63.910167z" p-id="22292"></path></svg>';
   output += "</a>";
-  output += "<guide gid='sent_func' style='margin:unset;'></guide>";
   output +=
-    "<button class='rel_map' onclick=\"sent_show_rel_map('" +
+    "<span title='" + gLocal.gui.relational_map + "' class='rel_map' onclick=\"sent_show_rel_map('" +
     abook +
     "','" +
     aparagraph +
@@ -1365,8 +1364,10 @@ function render_sent_tool_bar(elementBlock, begin) {
     iBegin +
     "','" +
     iEnd +
-    "')\">[r]</button>";
-  output += "</span></span>";
+    "')\">" + '<svg style="transform: rotate(-90deg); fill: var(--tool-bg-color);margin: 0 2px;  padding: 0 2px;  height: 15px;" t="1601482033694" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18290" width="16" height="16"><path d="M903.3 650.8H791.9V511.3H540.5V399.9h167.7c30.9 0 55.9-25.5 55.9-56.4V120.3c0-31.3-25.1-56.4-55.9-56.4H316.4c-30.9 0-55.5 25.1-55.5 56.4 0 0 0 222.8-0.4 223.2 0 31.3 25.1 56.4 55.9 56.4h168.2v111.4H232.8v139.6H120.9c-30.9-0.1-55.9 25-55.9 55.9v196.4c0 30.4 25.1 55.5 55.9 55.9h279.6c30.9 0 55.9-25.1 55.9-55.9V706.8c0-30.9-25.1-55.9-55.9-55.9H288.7v-83.7H736v83.7H624.2c-30.9 0-55.9 25.1-55.9 55.9v196.4c0 30.9 25.1 55.9 55.9 55.9h279.1c30.9 0 55.9-25.1 55.9-55.9V706.8c0-30.9-25-56-55.9-56z" p-id="18291"></path></svg>' + "</span>";
+  output += "</span>";
+  output += "<guide gid='sent_func' style='margin:unset;'></guide>";
+  output += "</span>";
   output +=
     "<span style='flex: 3;'><guide gid='sent_trans' style='margin:unset;'></guide></span>";
   output += "</div>";
@@ -1627,11 +1628,11 @@ function renderWordParBlockInner(elementBlock) {
           sentIdString +
           "<a onclick=\"copy_to_clipboard('" +
           sentIdStringLink +
-          "')\">[";
-        output += gLocal.gui.copy_to_clipboard;
-        output += "]</a>";
+          "')\" title=" + gLocal.gui.copy_to_clipboard + ">";
+        output += '<svg style="fill: var(--tool-bg-color);margin: 0 2px;  padding: 0 2px;  height: 12px;" t="1601480724259" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4644" width="16" height="16"><path d="M791.272727 93.090909H139.636364v837.818182a93.090909 93.090909 0 0 1-93.090909-93.090909V93.090909a93.090909 93.090909 0 0 1 93.090909-93.090909h558.545454a93.090909 93.090909 0 0 1 93.090909 93.090909zM232.727273 186.181818h744.727272v837.818182H232.727273V186.181818z" p-id="4645"></path></svg>';
+        output += "</a>";
         output +=
-          "<a href='../pcdl/reader.php?view=sent&book=" +
+          "<span title='" + gLocal.gui.scan_in_reader + "'><a href='../pcdl/reader.php?view=sent&book=" +
           book +
           "&para=" +
           paragraph +
@@ -1639,12 +1640,11 @@ function renderWordParBlockInner(elementBlock) {
           nextBegin +
           "&end=" +
           nextEnd +
-          "' target='_blank'>";
-        output += "[" + gLocal.gui.scan_in_reader + "]";
-        output += "</a>";
-        output += "<guide gid='sent_func' style='margin:unset;'></guide>";
+          "' target='_blank' >";
+        output += '<svg style="fill: var(--tool-bg-color);margin: 0 2px;  padding: 0 2px;  height: 15px;" t="1601482753387" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22291" width="200" height="200"><path d="M703.730499 544.578527a191.730499 191.730499 0 0 1 156.260356 302.806368l122.004508 122.004507a31.955083 31.955083 0 0 1-45.248398 45.184488l-121.940597-121.940598A191.730499 191.730499 0 1 1 703.730499 544.642437z m-6.391017-511.28133c38.857381 0 70.301183 30.67688 70.301183 68.511698v386.912146a255.640665 255.640665 0 1 0-69.022979 503.16474l-563.687667 0.06391c-38.857381 0-70.301183-30.67688-70.301183-68.447788V101.808895C64.628836 63.910166 96.072638 33.233286 134.930019 33.233286h562.409463z m6.391017 575.191496a127.820333 127.820333 0 1 0 0 255.640665 127.820333 127.820333 0 0 0 0-255.640665z m-351.505915 0h-127.820332a31.955083 31.955083 0 0 0-5.751915 63.398885l5.751915 0.511281h127.820332a31.955083 31.955083 0 0 0 0-63.910166z m0-191.730499h-127.820332a31.955083 31.955083 0 0 0-5.751915 63.398885l5.751915 0.511282h127.820332a31.955083 31.955083 0 0 0 0-63.910167z m191.730499-191.730499h-319.550831a31.955083 31.955083 0 0 0-5.751915 63.398885l5.751915 0.511282h319.550831a31.955083 31.955083 0 0 0 0-63.910167z" p-id="22292"></path></svg>';
+        output += "</a></span>";
         output +=
-          "<button class='rel_map' onclick=\"sent_show_rel_map('" +
+          "<span title='" + gLocal.gui.relational_map + "' class='rel_map' onclick=\"sent_show_rel_map('" +
           book +
           "','" +
           paragraph +
@@ -1652,8 +1652,11 @@ function renderWordParBlockInner(elementBlock) {
           nextBegin +
           "','" +
           nextEnd +
-          "')\">[r]</button>";
-        output += "</span></span>";
+
+          "')\">" + '<svg style="transform: rotate(-90deg); fill: var(--tool-bg-color);margin: 0 2px;  padding: 0 2px;  height: 15px;" t="1601482033694" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18290" width="16" height="16"><path d="M903.3 650.8H791.9V511.3H540.5V399.9h167.7c30.9 0 55.9-25.5 55.9-56.4V120.3c0-31.3-25.1-56.4-55.9-56.4H316.4c-30.9 0-55.5 25.1-55.5 56.4 0 0 0 222.8-0.4 223.2 0 31.3 25.1 56.4 55.9 56.4h168.2v111.4H232.8v139.6H120.9c-30.9-0.1-55.9 25-55.9 55.9v196.4c0 30.4 25.1 55.5 55.9 55.9h279.6c30.9 0 55.9-25.1 55.9-55.9V706.8c0-30.9-25.1-55.9-55.9-55.9H288.7v-83.7H736v83.7H624.2c-30.9 0-55.9 25.1-55.9 55.9v196.4c0 30.9 25.1 55.9 55.9 55.9h279.1c30.9 0 55.9-25.1 55.9-55.9V706.8c0-30.9-25-56-55.9-56z" p-id="18291"></path></svg>' + "</span>";
+        output += "</span>";
+        output += "<guide gid='sent_func' style='margin:unset;'></guide>";
+        output += "</span>";
         output +=
           "<span style='flex: 3;'><guide gid='sent_trans' style='margin:unset;'></guide></span>";
         output += "</div>";
@@ -2010,15 +2013,15 @@ function render_tran_sent_block(
 function trans_text_save(book, para, begin, end, channal) {
   let textarea = $(
     "#trans_sent_edit_" +
-      book +
-      "_" +
-      para +
-      "_" +
-      begin +
-      "_" +
-      end +
-      "_" +
-      channal
+    book +
+    "_" +
+    para +
+    "_" +
+    begin +
+    "_" +
+    end +
+    "_" +
+    channal
   );
   if (textarea) {
     let objsent = new Object();
@@ -2039,16 +2042,16 @@ function sent_edit_click(book, para, begin, end, channal) {
   $(".trans_sent_edit").parent().hide(200);
   $(
     ".trans_sent_edit[book='" +
-      book +
-      "'][para='" +
-      para +
-      "'][begin='" +
-      begin +
-      "'][end='" +
-      end +
-      "'][channal='" +
-      channal +
-      "']"
+    book +
+    "'][para='" +
+    para +
+    "'][begin='" +
+    begin +
+    "'][end='" +
+    end +
+    "'][channal='" +
+    channal +
+    "']"
   )
     .parent()
     .show();
@@ -2797,12 +2800,12 @@ function renderWordDetailByElement(xmlElement) {
             ) {
               arrMeaning.push(
                 g_DictWordList[iDict].dictID +
-                  "$" +
-                  arrMeaning.length +
-                  "$$" +
-                  arrMean[i] +
-                  "$" +
-                  g_DictWordList[iDict].Language
+                "$" +
+                arrMeaning.length +
+                "$$" +
+                arrMean[i] +
+                "$" +
+                g_DictWordList[iDict].Language
               );
             }
           }
@@ -2852,12 +2855,12 @@ function renderWordDetailByElement(xmlElement) {
               ) {
                 arrMeaning.push(
                   g_DictWordList[iDict].dictID +
-                    "$" +
-                    arrMeaning.length +
-                    "$*$" +
-                    getLocalParentFormulaStr(wordGramma0, arrMean[i]) +
-                    "$" +
-                    g_DictWordList[iDict].Language
+                  "$" +
+                  arrMeaning.length +
+                  "$*$" +
+                  getLocalParentFormulaStr(wordGramma0, arrMean[i]) +
+                  "$" +
+                  g_DictWordList[iDict].Language
                 );
               }
             }
@@ -2907,12 +2910,12 @@ function renderWordDetailByElement(xmlElement) {
               ) {
                 arrMeaning.push(
                   g_DictWordList[iDict].dictID +
-                    "$" +
-                    arrMeaning.length +
-                    "$**$" +
-                    getLocalParentFormulaStr(wordGramma1, arrMean[i]) +
-                    "$" +
-                    g_DictWordList[iDict].Language
+                  "$" +
+                  arrMeaning.length +
+                  "$**$" +
+                  getLocalParentFormulaStr(wordGramma1, arrMean[i]) +
+                  "$" +
+                  g_DictWordList[iDict].Language
                 );
               }
             }
@@ -3387,7 +3390,7 @@ function renderWordDetailByElement(xmlElement) {
   return _txtOutDetail;
 }
 
-function renderWordNoteDivByParaNo(book, paragraph) {}
+function renderWordNoteDivByParaNo(book, paragraph) { }
 /*
 paragraph word note
 */
@@ -3586,7 +3589,7 @@ function updateWordNote(element) {
   }
 }
 
-function updateWordCommentary(element) {}
+function updateWordCommentary(element) { }
 
 //根据xmlDocument 对象中的单词序号修改单词块的显示(不含Pali)
 //返回 无
@@ -3709,13 +3712,13 @@ function prev_page() {
   gVisibleParEndOld = gVisibleParEnd;
   if (
     g_allparlen_array[gVisibleParEnd - 1] -
-      g_allparlen_array[gVisibleParBegin - 1] <=
+    g_allparlen_array[gVisibleParBegin - 1] <=
     gDisplayCapacity
   ) {
     gVisibleParBegin -= 1;
   } else if (
     g_allparlen_array[gVisibleParEnd + 1] -
-      g_allparlen_array[gVisibleParBegin - 1] >
+    g_allparlen_array[gVisibleParBegin - 1] >
     gDisplayCapacity
   ) {
     gVisibleParBegin -= 1;
@@ -3742,13 +3745,13 @@ function next_page() {
 
   if (
     g_allparlen_array[gVisibleParEnd + 1] -
-      g_allparlen_array[gVisibleParBegin + 1] <=
+    g_allparlen_array[gVisibleParBegin + 1] <=
     gDisplayCapacity
   ) {
     gVisibleParEnd += 1;
   } else if (
     g_allparlen_array[gVisibleParEnd + 1] -
-      g_allparlen_array[gVisibleParBegin + 1] >
+    g_allparlen_array[gVisibleParBegin + 1] >
     gDisplayCapacity
   ) {
     gVisibleParBegin += 1;
@@ -4189,12 +4192,12 @@ function refreshNoteNumber() {
     let id = $(this).attr("wid");
     $(this).html(
       "<a href='#word_note_root_" +
-        id +
-        "' name=\"word_note_" +
-        id +
-        '">[' +
-        (index + 1) +
-        "]</a>"
+      id +
+      "' name=\"word_note_" +
+      id +
+      '">[' +
+      (index + 1) +
+      "]</a>"
     );
   });
 

+ 446 - 452
app/tools/unicode.html

@@ -1,7 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
+
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 	<title>Paḷi Code Transfer</title>
 	<script language="javascript" src="js/vn.js"></script>
 	<script language="javascript" src="js/xml.js"></script>
@@ -11,491 +12,484 @@
 	<script language="javascript" src="../public/charcode/unicode.js"></script>
 	<script language="javascript" src="../public/charcode/myanmar.js"></script>
 	<script language="javascript">
-function sangayana2unicode(inStr,inM,inM2){
-	var output=inStr;
-	output=output.replace(/ïk/g,inM + "k");		
-	output=output.replace(/ïg/g,inM + "g");		
-	output=output.replace(/ü/g,inM);
-	output=output.replace(/§/g,inM);
-	output=output.replace(/ṃ/g,inM);
-	output=output.replace(/ðK/g,inM2 + "K");		
-	output=output.replace(/ðG/g,inM2 + "G");		
-	output=output.replace(/ý/g,inM2);
-	for(unicode_i in char_sanga_to_unicode){
-		eval("output=output.replace(/"+char_sanga_to_unicode[unicode_i].id+"/g,char_sanga_to_unicode[unicode_i].value);");
-	}
-
-	return(output);
-}
-
-function s2u(){
-	mstr=document.getElementById("m_str").value;
-	mlower=mstr.split(",")[0];
-	mupper=mstr.split(",")[1];
-	txt=document.getElementById("txtInput").value;
-	document.getElementById("txtOutput").value=sangayana2unicode(txt,mlower,mupper);
-}
-function unicode2sangayana(inStr,inM,inM2){
-	var output=inStr;
-	for(unicode_i in char_unicode_to_sanga){
-		eval("output=output.replace(/"+char_unicode_to_sanga[unicode_i].id+"/g,char_unicode_to_sanga[unicode_i].value);");
-	}
-	return(output);
-}
-
-function u2s(){
-		mstr=document.getElementById("m_str").value;
-		mlower=mstr.split(",")[0];
-		mupper=mstr.split(",")[1];
-		txt=" "+document.getElementById("txtInput").value;
-		document.getElementById("txtOutput").value=unicode2sangayana(txt,mlower,mupper);
-}
-		
-
-		
-function sinhala2pali(){
-	var txt=document.getElementById("txtInput").value;
-	output="";
-	
-	try{
-		for(u2s_i in char_si_to_unicode){
-			eval("txt=txt.replace(/"+char_si_to_unicode[u2s_i].id+"/g,char_si_to_unicode[u2s_i].value);");
+		function sangayana2unicode(inStr, inM, inM2) {
+			var output = inStr;
+			output = output.replace(/ïk/g, inM + "k");
+			output = output.replace(/ïg/g, inM + "g");
+			output = output.replace(/ü/g, inM);
+			output = output.replace(/§/g, inM);
+			output = output.replace(/ṃ/g, inM);
+			output = output.replace(/ðK/g, inM2 + "K");
+			output = output.replace(/ðG/g, inM2 + "G");
+			output = output.replace(/ý/g, inM2);
+			for (unicode_i in char_sanga_to_unicode) {
+				eval("output=output.replace(/" + char_sanga_to_unicode[unicode_i].id + "/g,char_sanga_to_unicode[unicode_i].value);");
+			}
+
+			return (output);
+		}
+
+		function s2u() {
+			mstr = document.getElementById("m_str").value;
+			mlower = mstr.split(",")[0];
+			mupper = mstr.split(",")[1];
+			txt = document.getElementById("txtInput").value;
+			document.getElementById("txtOutput").value = sangayana2unicode(txt, mlower, mupper);
+		}
+		function unicode2sangayana(inStr, inM, inM2) {
+			var output = inStr;
+			for (unicode_i in char_unicode_to_sanga) {
+				eval("output=output.replace(/" + char_unicode_to_sanga[unicode_i].id + "/g,char_unicode_to_sanga[unicode_i].value);");
+			}
+			return (output);
+		}
+
+		function u2s() {
+			mstr = document.getElementById("m_str").value;
+			mlower = mstr.split(",")[0];
+			mupper = mstr.split(",")[1];
+			txt = " " + document.getElementById("txtInput").value;
+			document.getElementById("txtOutput").value = unicode2sangayana(txt, mlower, mupper);
 		}
-	}
-
-	catch(err)
-	{
-	  //error
-	  alert(err.message);
-	}
-	document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-	document.getElementById("txtInput").value=txt;	
-	txt=document.getElementById("txtOutput").value;
-	u2u()
-	document.getElementById("txtInput").value=txt;	
-	
-}
-		
-function u2sinhala1(){
-	var txt=document.getElementById("txtInput").value;
-	output="";
-	
-	try{
-		for(u2s_i in char_unicode_to_si_c){
-			eval("txt=txt.replace(/"+char_unicode_to_si_c[u2s_i].id+"/g,char_unicode_to_si_c[u2s_i].value);");
+
+
+
+		function sinhala2pali() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (u2s_i in char_si_to_unicode) {
+					eval("txt=txt.replace(/" + char_si_to_unicode[u2s_i].id + "/g,char_si_to_unicode[u2s_i].value);");
+				}
+			}
+
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
+			u2u()
+			document.getElementById("txtInput").value = txt;
+
+		}
+
+		function u2sinhala1() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (u2s_i in char_unicode_to_si_c) {
+					eval("txt=txt.replace(/" + char_unicode_to_si_c[u2s_i].id + "/g,char_unicode_to_si_c[u2s_i].value);");
+				}
+			}
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = txt;
+
 		}
-	}
-	catch(err)
-	  {
-	  //error
-	  alert(err.message);
-	  }
-	document.getElementById("txtOutput").value=txt;	
-	
-}
-function u2sinhala2(){
-	var txt=document.getElementById("txtInput").value;
-	output="";
-	
-	try{
-		for(u2s_i in char_unicode_to_si_n){
-			eval("txt=txt.replace(/"+char_unicode_to_si_n[u2s_i].id+"/g,char_unicode_to_si_n[u2s_i].value);");
+		function u2sinhala2() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (u2s_i in char_unicode_to_si_n) {
+					eval("txt=txt.replace(/" + char_unicode_to_si_n[u2s_i].id + "/g,char_unicode_to_si_n[u2s_i].value);");
+				}
+			}
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = txt;
+
 		}
-	}
-	catch(err)
-	  {
-	  //error
-	  alert(err.message);
-	  }
-	document.getElementById("txtOutput").value=txt;	
-	
-}
-
-		
-function unicode2unicode(inStr,inM,inM2){
-			var output=inStr;
-			output=output.replace(/ṅk/g,inM + "k");		
-			output=output.replace(/ṅg/g,inM + "g");		
-			output=output.replace(/ŋk/g,inM + "k");		
-			output=output.replace(/ŋg/g,inM + "g");		
-			output=output.replace(/ŋ/g,inM);
-			output=output.replace(/ṁ/g,inM);
-			output=output.replace(/ṃ/g,inM);
-			output=output.replace(/ṃk/g,"ṅk");
-			output=output.replace(/ṁk/g,"ṅk");
-			output=output.replace(/ṃg/g,"ṅg");
-			output=output.replace(/ṁg/g,"ṅg");
-			
-			
-			output=output.replace(/ṄK/g,inM2 + "K");		
-			output=output.replace(/ṄG/g,inM2 + "G");		
-			output=output.replace(/ŊK/g,inM2 + "K");		
-			output=output.replace(/ŊG/g,inM2 + "G");		
-			output=output.replace(/Ŋ/g,inM2);
-			output=output.replace(/Ṁ/g,inM2);
-			output=output.replace(/Ṃ/g,inM2);
-			output=output.replace(/ṂK/g,"ṄG");
-			output=output.replace(/ṀK/g,"ṄG");
-			output=output.replace(/ṂG/g,"ṄG");
-			output=output.replace(/ṀG/g,"ṄG");
-			return(output);
+
+
+		function unicode2unicode(inStr, inM, inM2) {
+			var output = inStr;
+			output = output.replace(/ṅk/g, inM + "k");
+			output = output.replace(/ṅg/g, inM + "g");
+			output = output.replace(/ŋk/g, inM + "k");
+			output = output.replace(/ŋg/g, inM + "g");
+			output = output.replace(/ŋ/g, inM);
+			output = output.replace(/ṁ/g, inM);
+			output = output.replace(/ṃ/g, inM);
+			output = output.replace(/ṃk/g, "ṅk");
+			output = output.replace(/ṁk/g, "ṅk");
+			output = output.replace(/ṃg/g, "ṅg");
+			output = output.replace(/ṁg/g, "ṅg");
+
+
+			output = output.replace(/ṄK/g, inM2 + "K");
+			output = output.replace(/ṄG/g, inM2 + "G");
+			output = output.replace(/ŊK/g, inM2 + "K");
+			output = output.replace(/ŊG/g, inM2 + "G");
+			output = output.replace(/Ŋ/g, inM2);
+			output = output.replace(/Ṁ/g, inM2);
+			output = output.replace(/Ṃ/g, inM2);
+			output = output.replace(/ṂK/g, "ṄG");
+			output = output.replace(/ṀK/g, "ṄG");
+			output = output.replace(/ṂG/g, "ṄG");
+			output = output.replace(/ṀG/g, "ṄG");
+			return (output);
 		}
 
-function u2u(){
-	mstr=document.getElementById("m_str").value;
-	mlower=mstr.split(",")[0];
-	mupper=mstr.split(",")[1];
-	txt=document.getElementById("txtInput").value;
-	document.getElementById("txtOutput").value=unicode2unicode(txt,mlower,mupper);
-}
-
-
-function b2s(){
-	mstr=document.getElementById("m_str").value;
-	mlower=mstr.split(",")[0];
-	mupper=mstr.split(",")[1];
-	txt=document.getElementById("txtInput").value;
-	document.getElementById("txtOutput").value=txt.toLowerCase();
-
-}
-		
-function u2lkcd(){//兰卡详尽版
-			var txt=document.getElementById("txtInput").value;
-			output="";
-			
-	try{
-		for(u2s_i in char_chinese_pronounce_1){
-			eval("txt=txt.replace(/"+char_chinese_pronounce_1[u2s_i].id+"/g,char_chinese_pronounce_1[u2s_i].value);");
+		function u2u() {
+			mstr = document.getElementById("m_str").value;
+			mlower = mstr.split(",")[0];
+			mupper = mstr.split(",")[1];
+			txt = document.getElementById("txtInput").value;
+			document.getElementById("txtOutput").value = unicode2unicode(txt, mlower, mupper);
 		}
 
-	}
-
-
-
-	catch(err)
-	  {
-	  //error
-	  alert(err.message);
-	  }
-		document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-		document.getElementById("txtInput").value=txt;	
-		txt=document.getElementById("txtOutput").value;
-		u2u()
-		document.getElementById("txtInput").value=txt;	
-}
-function myanmar_to_roman_1(){
-	var txt=document.getElementById("txtInput").value;
-	output="";
-	
-	try{
-		for(m_to_r_i in char_myn_to_roman_1){
-			eval("txt=txt.replace(/"+char_myn_to_roman_1[m_to_r_i].id+"/g,char_myn_to_roman_1[m_to_r_i].value);");
+
+		function b2s() {
+			mstr = document.getElementById("m_str").value;
+			mlower = mstr.split(",")[0];
+			mupper = mstr.split(",")[1];
+			txt = document.getElementById("txtInput").value;
+			document.getElementById("txtOutput").value = txt.toLowerCase();
+
 		}
-	}
-
-	catch(err)
-	{
-	  //error
-	  alert(err.message);
-	}
-	document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-	document.getElementById("txtInput").value=txt;	
-	txt=document.getElementById("txtOutput").value;
-	u2u()
-	document.getElementById("txtInput").value=txt;	
-	
-}
-
-function myanmar_to_roman_2(){
-	var txt=document.getElementById("txtInput").value;
-	output="";
-	
-	try{
-		for(m_to_r_i in char_myn_to_roman_2){
-			eval("txt=txt.replace(/"+char_myn_to_roman_2[m_to_r_i].id+"/g,char_myn_to_roman_2[m_to_r_i].value);");
+
+		function u2lkcd() {//兰卡详尽版
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (u2s_i in char_chinese_pronounce_1) {
+					eval("txt=txt.replace(/" + char_chinese_pronounce_1[u2s_i].id + "/g,char_chinese_pronounce_1[u2s_i].value);");
+				}
+
+			}
+
+
+
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
+			u2u()
+			document.getElementById("txtInput").value = txt;
 		}
-	}
-
-	catch(err)
-	{
-	  //error
-	  alert(err.message);
-	}
-	document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-	document.getElementById("txtInput").value=txt;	
-	txt=document.getElementById("txtOutput").value;
-	u2u()
-	document.getElementById("txtInput").value=txt;	
-	
-}
-
-
-function roman_to_myanmar(){
-	var txt=document.getElementById("txtInput").value;
-	output="";
-	
-	try{
-		for(r_to_m_i in char_roman_to_myn){
-			eval("txt=txt.replace(/"+char_roman_to_myn[r_to_m_i].id+"/g,char_roman_to_myn[r_to_m_i].value);");
+		function myanmar_to_roman_1() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (m_to_r_i in char_myn_to_roman_1) {
+					eval("txt=txt.replace(/" + char_myn_to_roman_1[m_to_r_i].id + "/g,char_myn_to_roman_1[m_to_r_i].value);");
+				}
+			}
+
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
+			u2u()
+			document.getElementById("txtInput").value = txt;
+
 		}
-	}
-
-	catch(err)
-	{
-	  //error
-	  alert(err.message);
-	}
-	document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-	document.getElementById("txtInput").value=txt;	
-	txt=document.getElementById("txtOutput").value;
-	u2u()
-	document.getElementById("txtInput").value=txt;	
-	
-}
-		
-function u2lkcs(){//兰卡简易版
-	var txt=document.getElementById("txtInput").value;
-	output="";
-			
-	try{
-		for(u2s_i in char_chinese_pronounce_2){
-			eval("txt=txt.replace(/"+char_chinese_pronounce_2[u2s_i].id+"/g,char_chinese_pronounce_2[u2s_i].value);");
+
+		function myanmar_to_roman_2() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (m_to_r_i in char_myn_to_roman_2) {
+					eval("txt=txt.replace(/" + char_myn_to_roman_2[m_to_r_i].id + "/g,char_myn_to_roman_2[m_to_r_i].value);");
+				}
+			}
+
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
+			u2u()
+			document.getElementById("txtInput").value = txt;
+
 		}
-	}
-
-	catch(err)
-	  {
-	  //error
-	  alert(err.message);
-	  }
-				document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-				document.getElementById("txtInput").value=txt;	
-				txt=document.getElementById("txtOutput").value;
-				u2u()
-				document.getElementById("txtInput").value=txt;	
-				
-}
-
-function u2cnnandiya(){
-			var txt=document.getElementById("txtInput").value;
-			output="";
-			
-	try
-	{
-		for(u2s_i in char_chinese_pronounce_CN_Nadiya){
-			eval("txt=txt.replace(/"+char_chinese_pronounce_CN_Nadiya[u2s_i].id+"/g,char_chinese_pronounce_CN_Nadiya[u2s_i].value);");
+
+
+		function roman_to_myanmar() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (r_to_m_i in char_roman_to_myn) {
+					eval("txt=txt.replace(/" + char_roman_to_myn[r_to_m_i].id + "/g,char_roman_to_myn[r_to_m_i].value);");
+				}
+			}
+
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
+			u2u()
+			document.getElementById("txtInput").value = txt;
+
 		}
-	}
-
-	catch(err)
-	  {
-	  //error
-	  alert(err.message);
-	  }
-	document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-	document.getElementById("txtInput").value=txt;	
-	txt=document.getElementById("txtOutput").value;
-	u2u()
-	document.getElementById("txtInput").value=txt;	
-}
-
-function u2lkpy(){//兰卡拼音版
-	var txt=" "+document.getElementById("txtInput").value;
-	output="";
-	try
-	{
-		for(u2s_i in char_chinese_pronounce_pinyin){
-			eval("txt=txt.replace(/"+char_chinese_pronounce_pinyin[u2s_i].id+"/g,char_chinese_pronounce_pinyin[u2s_i].value);");
+
+		function u2lkcs() {//兰卡简易版
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (u2s_i in char_chinese_pronounce_2) {
+					eval("txt=txt.replace(/" + char_chinese_pronounce_2[u2s_i].id + "/g,char_chinese_pronounce_2[u2s_i].value);");
+				}
+			}
+
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
+			u2u()
+			document.getElementById("txtInput").value = txt;
+
 		}
-	}
-	catch(err)
-	{
-	//error
-	alert(err.message);
-	}
-	document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-	document.getElementById("txtInput").value=txt.toLowerCase();	
-	txt=document.getElementById("txtOutput").value;
-	u2u()
-	document.getElementById("txtInput").value=txt;	
-}
-function un2telugu(){
-	var txt=document.getElementById("txtInput").value;
-	output="";
-			
-	try{
-		for(u2s_i in char_unicode_to_telugu){
-			eval("txt=txt.replace(/"+char_unicode_to_telugu[u2s_i].id+"/g,char_unicode_to_telugu[u2s_i].value);");
+
+		function u2cnnandiya() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (u2s_i in char_chinese_pronounce_CN_Nadiya) {
+					eval("txt=txt.replace(/" + char_chinese_pronounce_CN_Nadiya[u2s_i].id + "/g,char_chinese_pronounce_CN_Nadiya[u2s_i].value);");
+				}
+			}
+
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
+			u2u()
+			document.getElementById("txtInput").value = txt;
 		}
-	}
-	catch(err)
-	{
-	//error
-	alert(err.message);
-	}
-	document.getElementById("txtOutput").value=document.getElementById("txtInput").value;	
-	document.getElementById("txtInput").value=txt;	
-	txt=document.getElementById("txtOutput").value;
-	u2u()
-	document.getElementById("txtInput").value=txt;	
-}
-		
-		
-function run(){
-	var input_opt=document.getElementById("input_str").value
-	var output_opt=document.getElementById("output_str").value
-	switch(input_opt){
-		case "1":	
-			s2u()
-		break;
-		case "2":	
+
+		function u2lkpy() {//兰卡拼音版
+			var txt = " " + document.getElementById("txtInput").value;
+			output = "";
+			try {
+				for (u2s_i in char_chinese_pronounce_pinyin) {
+					eval("txt=txt.replace(/" + char_chinese_pronounce_pinyin[u2s_i].id + "/g,char_chinese_pronounce_pinyin[u2s_i].value);");
+				}
+			}
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt.toLowerCase();
+			txt = document.getElementById("txtOutput").value;
 			u2u()
-		break;
-		case "3":
-			sinhala2pali()
-		break;
-		case "4":
-			myanmar_to_roman_1()
-		break;
-		case "5":
-			myanmar_to_roman_2()
-		break;
-	}
-	txt0=document.getElementById("txtInput").value
-	document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-	switch(output_opt){
-		case "1":	
-			u2s()
-		break;
-		case "2":	
+			document.getElementById("txtInput").value = txt;
+		}
+		function un2telugu() {
+			var txt = document.getElementById("txtInput").value;
+			output = "";
+
+			try {
+				for (u2s_i in char_unicode_to_telugu) {
+					eval("txt=txt.replace(/" + char_unicode_to_telugu[u2s_i].id + "/g,char_unicode_to_telugu[u2s_i].value);");
+				}
+			}
+			catch (err) {
+				//error
+				alert(err.message);
+			}
+			document.getElementById("txtOutput").value = document.getElementById("txtInput").value;
+			document.getElementById("txtInput").value = txt;
+			txt = document.getElementById("txtOutput").value;
 			u2u()
-		break;
-		case "3":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			u2sinhala1()
-		break;
-		case "4":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			u2sinhala2()
-		break;
-		case "4":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			u2lkcd()
-		break;
-		case "6":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			u2lkcs()
-		break;
-		case "7":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			u2cnnandiya()
-		break;
-		case "8":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			u2lkpy()
-		break;
-		case "9":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			un2telugu()
-		break;
-		case "10":
-			b2s()
-			document.getElementById("txtInput").value=document.getElementById("txtOutput").value
-			roman_to_myanmar()
-		break;
-	
-	}
-	
-	document.getElementById("txtInput").value=txt0
-}
+			document.getElementById("txtInput").value = txt;
+		}
+
+
+		function run() {
+			var input_opt = document.getElementById("input_str").value
+			var output_opt = document.getElementById("output_str").value
+			switch (input_opt) {
+				case "1":
+					s2u()
+					break;
+				case "2":
+					u2u()
+					break;
+				case "3":
+					sinhala2pali()
+					break;
+				case "4":
+					myanmar_to_roman_1()
+					break;
+				case "5":
+					myanmar_to_roman_2()
+					break;
+			}
+			txt0 = document.getElementById("txtInput").value
+			document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+			switch (output_opt) {
+				case "1":
+					u2s()
+					break;
+				case "2":
+					u2u()
+					break;
+				case "3":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					u2sinhala1()
+					break;
+				case "4":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					u2sinhala2()
+					break;
+				case "4":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					u2lkcd()
+					break;
+				case "6":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					u2lkcs()
+					break;
+				case "7":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					u2cnnandiya()
+					break;
+				case "8":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					u2lkpy()
+					break;
+				case "9":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					un2telugu()
+					break;
+				case "10":
+					b2s()
+					document.getElementById("txtInput").value = document.getElementById("txtOutput").value
+					roman_to_myanmar()
+					break;
+
+			}
+
+			document.getElementById("txtInput").value = txt0
+		}
 	</script>
 	<style>
-	.bg0{
-		background-color:#FF9;
-	}
-	.bg1{
-		background-color:#AAA;
-	}
+		.bg0 {
+			background-color: #FF9;
+		}
 
+		.bg1 {
+			background-color: #AAA;
+		}
 	</style>
 </head>
-<body class="mainbody" id="mbody" style="font-family: 'Noto Sans','Noto Sans CJK TC', 'Noto Sans CJK SC', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans CJK', Verdana, sans-serif; font-size:18px;">
-		<!-- tool bar begin-->
 
-		<div class='toolbar' >
+<body class="mainbody" id="mbody"
+	style="font-family: 'Noto Sans','Noto Sans CJK TC', 'Noto Sans CJK SC', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans CJK', Verdana, sans-serif; font-size:18px;">
+	<!-- tool bar begin-->
+
+	<div class='toolbar'>
 
-			<script language="javascript">
-			if(!g_is_mobile){
+		<script language="javascript">
+			if (!g_is_mobile) {
 				document.write("<button id=\"B_Navi\" onclick=\"setNaviVisibility()\" type=\"button\">≡</button> ");
 			}
 
-			</script>
-				<script language="javascript">
-				</script>
-				<span id="debug"></span>
+		</script>
+		<script language="javascript">
+		</script>
+		<span id="debug"></span>
 
-		</div>	
-		<!--tool bar end -->
+	</div>
+	<!--tool bar end -->
 
 	<div class="main" style="width:100%;height:100%;text-align:center; ">
 
-				<div style="text-align:center; float:left;width:40%;height:80%;">
-				My Text Is In<select id="input_str" style="align:center; float:down; font-size: 100%;margin:20px;">
-						<option value="1">Sangayana</option>
-						<option value="2">Unicode</option>
-						<option value="3">Sinhala</option>
-						<option value="4">Myanmar1</option>
-						<option value="5">Myanmar2</option>
-				</select></br>
-				<textarea id="txtInput" rows="30" cols="" style="float:left; font-family: 'Noto Sans','Noto Sans CJK TC', 'Noto Sans CJK SC', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans CJK', Verdana, sans-serif; font-size:16px; width:100%;height:100%;"></textarea>
-				</div>
-				<div style="text-align:center; float:left;width:15%;">
-				</br></br></br></br></br></br></br></br></br></br></br></br>
-				ṃ/ṁ/ŋ become
-				<select id="m_str" style="align:center; font-size: 120%">
-						<option value="ṃ,Ṃ">ṃ</option>
-						<option value="ṁ,Ṁ">ṁ</option>
-						<option value="ŋ,Ŋ">ŋ</option>
-				</select>
-				</br>
-				</br>
-				<button id="transfer" style="align:center; font-size: 200%; width:70px" type="button"  onclick="run()">→</button>
-				</div>
-				<div style="text-align:center; float:left;width:40%;height:80%;">
-				I Need the Text In<select id="output_str" style="align:center; float:down; font-size: 100%;margin:20px;">
-						<option value="1">Sangayana</option>
-						<option value="2">Unicode</option>
-						<option value="3">Sinhala1</option>
-						<option value="4">Sinhala2</option>
-						<option value="5">锡兰注音[详]</option>
-						<option value="6">锡兰注音[简]</option>
-						<option value="7">Nadiya注音[简]</option>
-						<option value="8">汉语拼音[锡]</option>
-						<option value="9">Telugu</option>
-						<option value="10">Myanmar</option>
-				</select></br>
-				<textarea id="txtOutput" rows="30" cols="" style="font-family: 'Noto Sans','Noto Sans CJK TC', 'Noto Sans CJK SC', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans CJK', Verdana, sans-serif; font-size:16px; width:100%;height:100%"></textarea>
-				</div>
-				
-
-
-			<div class="debugMsg" id="xmldata"><!--调试信息-->
-	
-			</div>
+		<div style="text-align:center; float:left;width:40%;height:80%;">
+			My Text Is In<select id="input_str" style="align:center; float:down; font-size: 100%;margin:20px;">
+				<option value="1">Sangayana</option>
+				<option value="2">Pāli Roman Unicode</option>
+				<option value="3">Sinhala</option>
+				<option value="4">Myanmar1</option>
+				<option value="5">Myanmar2</option>
+			</select></br>
+			<textarea id="txtInput" rows="30" cols=""
+				style="float:left; font-family: 'Noto Sans','Noto Sans CJK TC', 'Noto Sans CJK SC', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans CJK', Verdana, sans-serif; font-size:16px; width:100%;height:100%;"></textarea>
+		</div>
+		<div style="text-align:center; float:left;width:15%;">
+			</br></br></br></br></br></br></br></br></br></br></br></br>
+			ṃ/ṁ/ŋ become
+			<select id="m_str" style="align:center; font-size: 120%">
+				<option value="ṃ,Ṃ">ṃ</option>
+				<option value="ṁ,Ṁ">ṁ</option>
+				<option value="ŋ,Ŋ">ŋ</option>
+			</select>
+			</br>
+			</br>
+			<button id="transfer" style="align:center; font-size: 200%; width:70px" type="button"
+				onclick="run()">→</button>
+		</div>
+		<div style="text-align:center; float:left;width:40%;height:80%;">
+			I Need the Text In<select id="output_str" style="align:center; float:down; font-size: 100%;margin:20px;">
+				<option value="2">Pāli Roman Unicode</option>
+				<option value="1">Sangayana</option>
+				<option value="3">Sinhala1</option>
+				<option value="4">Sinhala2</option>
+				<option value="5">锡兰注音[详]</option>
+				<option value="6">锡兰注音[简]</option>
+				<option value="7">Nadiya注音[简]</option>
+				<option value="8">汉语拼音[锡]</option>
+				<option value="9">Telugu</option>
+				<option value="10">Myanmar</option>
+			</select></br>
+			<textarea id="txtOutput" rows="30" cols=""
+				style="font-family: 'Noto Sans','Noto Sans CJK TC', 'Noto Sans CJK SC', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans CJK', Verdana, sans-serif; font-size:16px; width:100%;height:100%"></textarea>
+		</div>
+
+
+
+		<div class="debugMsg" id="xmldata">
+			<!--调试信息-->
+
+		</div>
 
 		<!--right side end-->
 	</div>
 
-<div id="modifywin">
+	<div id="modifywin">
 
-</div>
+	</div>
 </body>
-</html>
 
+</html>