kosalla 3 лет назад
Родитель
Сommit
82a06faca7

+ 34 - 0
public/app/calendar/history.html

@@ -80,3 +80,37 @@
 		],
 	});
 </script>
+
+<h1>Idea of Theravada Tipitaka commentaries translation project(2019)</h1>
+<p>we make a plan to someone who are interested in pāli translation.
+</p>
+
+<video controls="controls" style="width: 80%;">
+    <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/Idea%20of%20Theravada%20Tipitaka%20commentaries%20translation%20project%20%282019%29%20English%20subtitles.webm" type="video/webm" ></source>
+    Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/Idea%20of%20Theravada%20Tipitaka%20commentaries%20translation%20project%20%282019%29%20English%20subtitles.webm">Download file</a> instead.
+</video>
+
+
+<h1>conference in Sri Lanka, 2020 Feb</h1>
+<p>we invite the pāli experts from Myanmar and Sri Lank,
+including tipiṭaka Sayadaw, dhammācariya, alaṅkāra Sayadaw, teachers in university.
+We introduce our project and discuss.
+</p>
+
+<h2>1. translating project of pali literature</h2>
+<video controls="controls" style="width: 80%;">
+    <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/1%20translating%20project%20of%20pali%20literature.mp4" type="video/mp4" ></source>
+    Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/1%20translating%20project%20of%20pali%20literature.mp4">Download file</a> instead.
+</video>
+
+<h2>2. How to Support the Pāḷi Education by Computer Software</h2>
+<video controls="controls" style="width: 80%;">
+    <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/2%20How%20to%20Support%20the%20P%C4%81%E1%B8%B7i%20Education%20by%20Computer%20Software.mp4" type="video/mp4" ></source>
+    Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/2%20How%20to%20Support%20the%20P%C4%81%E1%B8%B7i%20Education%20by%20Computer%20Software.mp4">Download file</a> instead.
+</video>
+
+<h2>3. pali education platform & ecological chain</h2>
+<video controls="controls" style="width: 80%;">
+    <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/3%20pali%20education%20platform.mp4" type="video/mp4" ></source>
+    Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/3%20pali%20education%20platform.mp4">Download file</a> instead.
+</video>

+ 11 - 8
public/app/pcdl/head_bar.php

@@ -27,7 +27,7 @@
 	nav a:link,
 	nav a:visited {
 		color: unset;
-		
+
 	}
 
 	header ul,
@@ -479,8 +479,8 @@ switch($_COOKIE['language']){
 				<span class="goto-platform"> ▸ <?php echo $_local->gui->studio; ?></span></a>
 		</div>
 	</div>
-    <?php 
-        $host = $_SERVER ['HTTP_HOST']; 
+    <?php
+        $host = $_SERVER ['HTTP_HOST'];
         if(stripos('staging',$host)>0){
             echo "<span style='backgroud-color:red;color:white;padding:0.5em;font-size:120%;' title='本服务器仅仅作为功能测试之用,所有用户数据均不保留。'>测试服务器</span>";
         }
@@ -522,7 +522,7 @@ switch($_COOKIE['language']){
 						</li>
 						<li>
 							<a href="../calendar/history.html" target="_blank">
-								<div class="nav_link"><?php echo $_local->gui->history; ?></div>
+								<div class="nav_link"><?php echo $_local->gui->dev_history; ?></div>
 							</a>
 						</li>
 						<li>
@@ -532,15 +532,18 @@ switch($_COOKIE['language']){
 						</li>
 					</ul>
 			</li>
-			<li class="nav_link nav-mobile"><a href="../calendar/">
+			<li class="nav_link nav-mobile"><a href="../calendar/index.html">
 					<?php echo $_local->gui->buddhist_calendar; ?>
 				</a></li>
 			<li class="nav_link nav-mobile"><a href="../tools/unicode.html">
 					<?php echo $_local->gui->code_convert; ?>
 				</a></li>
-			<li class="nav_link nav-mobile"><a href="../statistics/">
-					<?php echo $_local->gui->corpus_statistics; ?>
+			<li class="nav_link nav-mobile"><a href="../calendar/history.html">
+					<?php echo $_local->gui->dev_history; ?>
 				</a></li>
+            <li class="nav_link nav-mobile"><a href="../statistics/">
+                <?php echo $_local->gui->corpus_statistics; ?>
+            </a></li>
 			<li class="nav_link nav-mobile"><a href="../tools/kammavaca.html">
 			<?php echo "作持语"; ?>
 		</a></li>
@@ -566,4 +569,4 @@ switch($_COOKIE['language']){
 	</label>
 
 </header>
-<!--new tool bar end -->
+<!--new tool bar end -->

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

@@ -665,6 +665,7 @@
 		"original_text":"original text",
 		"white_space": "&nbsp;",
 		"latest": "latest",
+		"dev_history": "development history",
 		"": ""
 	},
 	"grammastr": [
@@ -2082,4 +2083,4 @@
 		"100": "open reader",
 		"101": "open studio"
 	}
-}
+}

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

@@ -664,6 +664,7 @@
 		"original_text":"original text",
 		"white_space": "&nbsp;",
 		"latest": "latest",
+		"dev_history": "development history",
 		"": ""
 	},
 	"grammastr": [
@@ -2265,4 +2266,4 @@
 		"100": "open reader",
 		"101": "open studio"
 	}
-}
+}

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

@@ -646,6 +646,7 @@
 		"original_text":"original text",
 		"white_space": "&nbsp;",
 		"latest": "latest",
+		"dev_history": "development history",
 		"": ""
 	},
 	"grammastr": [
@@ -2055,4 +2056,4 @@
 		"100": "open reader",
 		"101": "open studio"
 	}
-}
+}

+ 7 - 6
public/app/public/lang/si.json

@@ -115,7 +115,7 @@
 		"h": "(h)",
 		"half": "අර්ධය",
 		"heading": "නම",
-		"heading": "මාතෘකාව",
+		"heading1": "මාතෘකාව",
 		"heading_1": "මාතෘකාව 1",
 		"heading_2": "මාතෘකාව 2",
 		"heading_3": "මාතෘකාව 3",
@@ -189,7 +189,7 @@
 		"months": "&nbsp;මාසා(නි) ",
 		"more": "more",
 		"my_book": "&nbsp;මගේ පොත් ",
-		"my_book": "අමතර පොත් ",
+		"my_book1": "අමතර පොත් ",
 		"my_dictionary": "මගේ ශබ්දකෝෂය",
 		"my_document": "මගේ ලිපිගොනු ",
 		"my_loc": "අත‍්තස‍්මිං",
@@ -211,7 +211,7 @@
 		"noon_time": "මජ්ඣන්හික",
 		"normal": "සාමන්‍යය",
 		"note": "නෝට්ටුව ",
-		"note": "සටහන",
+		"note1": "සටහන",
 		"now_time": "පච්චුප්පන්න",
 		"num_k": "K",
 		"num_m": "M",
@@ -254,7 +254,7 @@
 		"recycle_bin": "Recycle Bin",
 		"ref_dict": "Dictionary",
 		"refresh": "සතප්පනවා",
-		"refresh": "නැවත ප්‍රාණවත් කිරීම ",
+		"refresh1": "නැවත ප්‍රාණවත් කිරීම ",
 		"relation": "අත්‍ථ‍යොජනා",
 		"remove": "අයින්කරනවා",
 		"removeword": "Slur Factor Removed",
@@ -317,7 +317,7 @@
 		"totally": "Totally ",
 		"tran_workload": "whole passage translate ",
 		"translate": "පෙරැළිය ",
-		"translate": "පරිවර්තනය ",
+		"translate2": "පරිවර්තනය ",
 		"translate_convert": "පරිවර්තනය පෙරළිම",
 		"translate1": "Translated By ",
 		"translation": "පරිවර්තනය ",
@@ -669,6 +669,7 @@
 		"original_text":"original text",
 		"white_space": "&nbsp;",
 		"latest": "latest",
+		"dev_history": "development history",
 		"": ""
 	},
 	"grammastr": [
@@ -1966,4 +1967,4 @@
 		"100": "open reader",
 		"101": "open studio"
 	}
-}
+}

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

@@ -667,6 +667,7 @@
 		"original_text":"原文",
 		"white_space": "",
 		"latest": "最新",
+		"dev_history": "开发历史",
 		"": ""
 	},
 	"grammastr": [
@@ -2252,4 +2253,4 @@
 		"100": "打开阅读器",
 		"101": "打开工作室"
 	}
-}
+}

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

@@ -666,6 +666,7 @@
 		"original_text":"原文",
 		"white_space": "",
 		"latest": "最新",
+		"dev_history": "開發歷史",
 		"": ""
 	},
 	"grammastr": [
@@ -2247,4 +2248,4 @@
 		"100": "打開閱讀器",
 		"101": "打開工作室"
 	}
-}
+}