|
@@ -22,6 +22,23 @@ namespace TEAMModelOS.SDK.DI
|
|
|
public static readonly int private_lesson_limit = 50;
|
|
|
public static readonly int private_lesson_expire = 7;
|
|
|
public static readonly int school_lesson_expire = 7;
|
|
|
+ public static readonly Dictionary<string, string> DefaultPeriod = new Dictionary<string, string> {
|
|
|
+ {"pre" ,"瀛﹀墠"},
|
|
|
+ {"primary","灏忓�"},
|
|
|
+ {"junior","鍒濅腑"},
|
|
|
+ {"senior","楂樹腑" },
|
|
|
+ {"secondary","中职(中专,技校,职高)" },
|
|
|
+ {"college","楂樿亴锛堜笓绉戯級"},
|
|
|
+ {"university","澶у�鏈��"},
|
|
|
+ {"special","鐗规畩鏁欒偛"},
|
|
|
+ {"edu-bureau","鏁欒偛灞€"},
|
|
|
+ {"elecedu-dept","鐢垫暀閮ㄩ棬"},
|
|
|
+ // {"master","硕士研究生学段"},
|
|
|
+ // {"doctor","博士研究生学段"},
|
|
|
+ // {"adult-secondary","鎴愪汉涓�笓"},
|
|
|
+ // {"adult-higher","鎴愪汉楂樻暀"},
|
|
|
+ //{"other","鍏跺畠"}
|
|
|
+ };
|
|
|
public static readonly string html = @"
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
@@ -29,7 +46,7 @@ namespace TEAMModelOS.SDK.DI
|
|
|
<meta charset=""UTF-8"">
|
|
|
<meta http-equiv=""X-UA-Compatible"" content=""IE=edge"">
|
|
|
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0"">
|
|
|
- <title>校本研修活动完成情况</title>
|
|
|
+ <title>鏍℃湰鐮斾慨娲诲姩瀹屾垚鎯呭喌</title>
|
|
|
<style>
|
|
|
body {
|
|
|
font-family: ""fangsong"";
|
|
@@ -95,13 +112,13 @@ namespace TEAMModelOS.SDK.DI
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <h1 style=""text-align:center;font-weight: bold;"">校本研修活动完成情况</h1>
|
|
|
- <p class=""title"">教师信息</p>
|
|
|
+ <h1 style=""text-align:center;font-weight: bold;"">鏍℃湰鐮斾慨娲诲姩瀹屾垚鎯呭喌</h1>
|
|
|
+ <p class=""title"">鏁欏笀淇℃伅</p>
|
|
|
<table class=""tch-table"" id=""tchTable"">
|
|
|
<tr>
|
|
|
- <th style=""width: 33.3%;"">教师姓名</th>
|
|
|
- <th style=""width: 33.3%;"">机构</th>
|
|
|
- <th style=""width: 33.3%;"">教研组</th>
|
|
|
+ <th style=""width: 33.3%;"">鏁欏笀濮撳悕</th>
|
|
|
+ <th style=""width: 33.3%;"">鏈烘瀯</th>
|
|
|
+ <th style=""width: 33.3%;"">教研组</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>{c.cname}</td>
|
|
@@ -109,17 +126,17 @@ namespace TEAMModelOS.SDK.DI
|
|
|
<td>{c.gname}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- <p class=""title"">活动明细</p>
|
|
|
+ <p class=""title"">娲诲姩鏄庣粏</p>
|
|
|
<table class=""tch-table"" id=""acTable"">
|
|
|
<tr>
|
|
|
- <th style=""width: 25%;"">活动主题</th>
|
|
|
- <th style=""width: 15%;"">活动类型</th>
|
|
|
- <th style=""width: 5%;"">任务学时</th>
|
|
|
- <th style=""width: 5%;"">完成学时</th>
|
|
|
- <th style=""width: 20%;"">活动时间</th>
|
|
|
- <th style=""width: 10%;"">活动内容</th>
|
|
|
- <th style=""width: 10%;"">活动任务</th>
|
|
|
- <th style=""width: 10%;"">状态</th>
|
|
|
+ <th style=""width: 25%;"">娲诲姩涓婚�</th>
|
|
|
+ <th style=""width: 15%;"">娲诲姩绫诲瀷</th>
|
|
|
+ <th style=""width: 5%;"">浠诲姟瀛︽椂</th>
|
|
|
+ <th style=""width: 5%;"">瀹屾垚瀛︽椂</th>
|
|
|
+ <th style=""width: 20%;"">娲诲姩鏃堕棿</th>
|
|
|
+ <th style=""width: 10%;"">娲诲姩鍐呭�</th>
|
|
|
+ <th style=""width: 10%;"">娲诲姩浠诲姟</th>
|
|
|
+ <th style=""width: 10%;"">状态</th>
|
|
|
</tr>
|
|
|
{c.details}
|
|
|
</table>
|