|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/ee7d675a/df44084a/ |
?#pragma checksum "D:\wwwroot\faisledcom\wwwroot\Views\admin\AddMyModel.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "94CE65FE9CB5137F335171F91497D439DDA69D10"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具天生。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且若是
// 沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASP {
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Helpers;
using System.Web.Security;
using System.Web.UI;
using System.Web.WebPages;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Mvc.Html;
using System.Web.Routing;
using WebSite_MVC_4_5_0;
using WebSite_MVC_4_5_0.Models;
using WebSite_MVC_4_5_0.App_MyCode;
#line 1 "D:\wwwroot\faisledcom\wwwroot\Views\admin\AddMyModel.cshtml"
using MyData.DataStructure;
#line default
#line hidden
public class _Page_Views_admin_AddMyModel_cshtml : System.Web.Mvc.WebViewPage<dynamic> {
#line hidden
public _Page_Views_admin_AddMyModel_cshtml() {
}
protected ASP.global_asax ApplicationInstance {
get {
return ((ASP.global_asax)(Context.ApplicationInstance));
}
}
public override void Execute() {
WriteLiteral("\r\n");
#line 3 "D:\wwwroot\faisledcom\wwwroot\Views\admin\AddMyModel.cshtml"
var MyLang = MyWebSetting.Lang_Reader;
Layout = "~/Views/Shared/_LayoutAdmin.cshtml";
string _type = ViewBag.Type;
int type = 1;
int.TryParse(_type, out type);
type = type == 0 ? 1 : type;
ViewBag.NavIndex = 0;
ViewBag.NavAIndex = type - 1;
MyType typePool = new MyType();
string typeHtml = "";
int traversal_Depth_begin = 2;
int traversal_Depth_end = 5;
MyTypeNode typeParent = typePool[type];
// 排序
typeParent.Children = typeParent.Children.OrderBy(node => node.Data.ID).ToList();
MyTreeNodeHandler toHtml = (object sender) =>
{
MyTypeNode node = sender as MyTypeNode;
if (node == null)
{
return;
}
if (node.IsRoot)
{
return;
}
if (node.Depth >= traversal_Depth_begin && node.Depth <= traversal_Depth_end)
{
string value = "";
for (var i = traversal_Depth_begin; i < node.Depth; i++)
{
value += "│ ";
}
if (value != "")
{
int index = node.Parent.Children.IndexOf(node);
if (index + 1 == node.Parent.Children.Count)
{
value += "└ ";
}
else
{
value += "├ ";
}
}
typeHtml += "<option value=\"" + node.Data.ID + "\">" + value + node.Data.Data_String["Name"].Replace("|", " ") + "</option>";
}
};
typeParent.TraversalHandler += toHtml;
typeParent.Traversal(MyTreeNode_TraversalType.Preorder);
typeParent.TraversalHandler -= toHtml;
#line default
#line hidden
WriteLiteral("\r\n\r\n<script");
WriteAttribute("src", Tuple.Create(" src=\"", 1796), Tuple.Create("\"", 1833)
, Tuple.Create(Tuple.Create("", 1802), Tuple.Create<System.Object, System.Int32>(href("~/Lib/Ueditor/ueditor.config.js")
, 1802), false)
);
WriteLiteral("></script>\r\n<script");
WriteAttribute("src", Tuple.Create(" src=\"", 1853), Tuple.Create("\"", 1887)
, Tuple.Create(Tuple.Create("", 1859), Tuple.Create<System.Object, System.Int32>(href("~/Lib/Ueditor/ueditor.all.js")
, 1859), false)
);
WriteLiteral("></script>\r\n<link");
WriteAttribute("href", Tuple.Create(" href=\"", 1905), Tuple.Create("\"", 1943)
, Tuple.Create(Tuple.Create("", 1912), Tuple.Create<System.Object, System.Int32>(href("~/Lib/Ueditor/themes/iframe.css")
, 1912), false)
);
WriteLiteral(" rel=\"stylesheet\"");
WriteLiteral(" />\r\n<script");
WriteAttribute("src", Tuple.Create(" src=\"", 1973), Tuple.Create("\"", 2012)
, Tuple.Create(Tuple.Create("", 1979), Tuple.Create<System.Object, System.Int32>(href("~/Lib/Ueditor/lang/zh-cn/zh-cn.js")
, 1979), false)
);
WriteLiteral("></script>\r\n<script");
WriteAttribute("src", Tuple.Create(" src=\"", 2032), Tuple.Create("\"", 2072)
, Tuple.Create(Tuple.Create("", 2038), Tuple.Create<System.Object, System.Int32>(href("~/Lib/Ueditor/MyRewrite_Ueditor.js")
, 2038), false)
);
WriteLiteral("></script>\r\n<script");
WriteAttribute("src", Tuple.Create(" src=\"", 2092), Tuple.Create("\"", 2118)
, Tuple.Create(Tuple.Create("", 2098), Tuple.Create<System.Object, System.Int32>(href("~/Scripts/MyLayer.js")
, 2098), false)
);
WriteLiteral("></script>\r\n\r\n<script>\r\n var Sumbit_TableName = \"");
#line 73 "D:\wwwroot\faisledcom\wwwroot\Views\admin\AddMyModel.cshtml"
Write(typePool[type].Data.Data_String["Name"].ToLower());
#line default
#line hidden
WriteLiteral("\";\r\n\r\n var String_Replace = \"><\";\r\n var Init_Type_Allow = [\"text\", \"textare" +
"a\", \"select\", \"file\", \"button\", \"ueditor\"];\r\n var Init_Type_MaxLength = [100," +
" 500, 0, 4];\r\n var Init_Select_Html = \'");
#line 78 "D:\wwwroot\faisledcom\wwwroot\Views\admin\AddMyModel.cshtml"
Write(Html.Raw(typeHtml));
#line default
#line hidden
WriteLiteral(@"';
var LangString = [""EN"", ""CN""];
var LangDisplay = [""英语"", ""中文""];
var Init_Div;
var Input_ID = [];
// 保留 ueditor
var Input_Ueditor_ID = [];
var Input_Ueditor = [];
document.addEventListener(""DOMContentLoaded"", function () {
Init_Div = document.getElementById(""InputBox"");
switch (");
#line 91 "D:\wwwroot\faisledcom\wwwroot\Views\admin\AddMyModel.cshtml"
Write(type);
#line default
#line hidden
WriteLiteral(") {\r\n case 1:\r\n AddInput(\"Name|text|名字|不能为空,最长100个字符,不成" +
"带有 \' >< 等特殊字符字符\", 1, false);\r\n AddInput(\"Type|select|分类\", 1, fals" +
"e);\r\n AddInput(\"Top|text|排序系数|大于零的整数,大于零会被显示在首页\", 1, false, \"0\");" +
"\r\n AddInput(\"Sketch|textarea|描述|不能为空,最长500个字符,不成带有 \' >< 等特殊字符字符\"," +
" 1, false);\r\n AddInput(\"Url|text|阿里巴巴链接|\", 1, false, \"http://\");\r" +
"\n AddInput(\"File|file|图片|文件名不容带有特殊字符,图片建议尺寸 370px * 370px (100 : " +
"100),至少选择一张,最多选择四张\", 1, false);\r\n AddInput(\"Html|ueditor|具体信息|不成带" +
"有 \' >< 等特殊字符\", 0, false);\r\n //AddInput(\"Submit|button|提交\", 1, fal" +
"se, \"\", AddMyModelHandler);\r\n break;\r\n\r\n case 2:\r\n " +
" AddInput(\"Name|text|标题|不能为空,最长100个字符,不成带有 \' >< 等特殊字符字符\", 1, false);\r" +
"\n AddInput(\"Type|select|分类\", 1, false);\r\n AddInput" +
"(\"Top|text|排序系数|大于零的整数,大于零会被显示在首页\", 1, false, \"0\");\r\n //AddInput(" +
"\"File|file|图片|文件名不容带有特殊字符,第一张会用来做列表页图片,需大体为正方形,最多选择四张\", 1, false);\r\n " +
" AddInput(\"Html|ueditor|正文|不成带有 \' >< 等特殊字符\", 0, false);\r\n //Ad" +
"dInput(\"Submit|button|提交\", 1, false, \"\", AddMyModelHandler);\r\n br" +
"eak;\r\n\r\n default:\r\n break;\r\n }\r\n })\r\n\r\n /" +
"/ initString体式: input 标识|input 类型|显示名|忠告新闻\r\n function AddInput(initString, BR" +
"_Count, SetLang, defaultValue, buttonHandler) {\r\n var init = initString.s" +
"plit(\'|\');\r\n\r\n if (init.length < 3) {\r\n console.log(init.lengt" +
"h);\r\n console.log(\"谬误:传入字符串不切合体式\\n\" + initString);\r\n retur" +
"n;\r\n }\r\n if (Input_ID.indexOf(init[0]) != -1) {\r\n conso" +
"le.log(\"谬误:标识已存在\");\r\n return;\r\n }\r\n if (Init_Type_Allow" +
".indexOf(init[1]) == -1) {\r\n console.log(\"谬误:类型不存在\");\r\n re" +
"turn;\r\n }\r\n\r\n var _lang = [];\r\n if (SetLang) {\r\n " +
" _lang = LangString;\r\n }\r\n else {\r\n _lang.push(LangStri" +
"ng[0]);\r\n }\r\n for (var i = 0; i < init.length; i++) {\r\n " +
" init[i] = init[i].replace(String_Replace, \"|\");\r\n }\r\n for (var i " +
"= 0; i < _lang.length; i++) {\r\n if (init[1] != \"button\") {\r\n " +
" var span_Name = document.createElement(\"SPAN\");\r\n span_Nam" +
"e.className = \"InputSpan\";\r\n span_Name.innerHTML = init[2] + \" \" " +
"+ \"(\" + LangDisplay[i] + \")\";\r\n }\r\n\r\n var input_Div = docu" +
"ment.createElement(\"DIV\");\r\n\r\n switch (init[1]) {\r\n ca" +
"se \"text\":\r\n var input = document.createElement(\"INPUT\");\r\n " +
" input.className = \"InputText\";\r\n input.type" +
" = \"text\";\r\n input.id = init[0] + \"_\" + _lang[i];\r\n " +
" input.maxLength = Init_Type_MaxLength[Init_Type_Allow.indexOf(init[1])" +
"];\r\n if (defaultValue != null && defaultValue != undefined) {" +
"\r\n input.value = defaultValue;\r\n }\r\n\r\n" +
" input_Div.appendChild(input);\r\n break;\r\n\r" +
"\n case \"textarea\":\r\n var input = document.crea" +
"teElement(\"TEXTAREA\");\r\n input.className = \"InputText\";\r\n " +
" input.id = init[0] + \"_\" + _lang[i];\r\n input." +
"style.height = \"100px\";\r\n input.maxLength = Init_Type_MaxLeng" +
"th[Init_Type_Allow.indexOf(init[1])];\r\n if (defaultValue != n" +
"ull && defaultValue != undefined) {\r\n input.value = defau" +
"ltValue;\r\n }\r\n\r\n input_Div.appendChild(inp" +
"ut);\r\n break;\r\n\r\n case \"select\":\r\n " +
" var input = document.createElement(\"SELECT\");\r\n input" +
".className = \"InputText\";\r\n input.id = init[0] + \"_\" + _lang[" +
"i];\r\n input.maxLength = Init_Type_MaxLength[Init_Type_Allow.i" +
"ndexOf(init[1])];\r\n input.innerHTML = Init_Select_Html;\r\n " +
" if (defaultValue != null && defaultValue != undefined) {\r\n " +
" input.value = defaultValue;\r\n }\r\n\r\n " +
" input_Div.appendChild(input);\r\n break;\r\n\r\n " +
" case \"file\":\r\n var input = document.createElement(\"I" +
"NPUT\");\r\n input.className = \"SetInputFileAnimate\";\r\n " +
" input.id = init[0] + \"_\" + _lang[i];\r\n input.type " +
"= \"file\";\r\n input.multiple = \"multiple\";\r\n " +
" input.maxLength = Init_Type_MaxLength[Init_Type_Allow.indexOf(init[1])];\r\n\r\n " +
" var label = document.createElement(\"LABEL\");\r\n " +
" label.className = \"LabelFile\";\r\n\r\n var span = document.cre" +
"ateElement(\"SPAN\");\r\n span.className = \"icon-upload\";\r\n\r\n " +
" label.appendChild(span);\r\n label.appendChild(" +
"input);\r\n input_Div.appendChild(label);\r\n " +
"break;\r\n\r\n case \"button\":\r\n var button = docum" +
"ent.createElement(\"BUTTON\");\r\n button.innerHTML = init[2];\r\n " +
" button.addEventListener(\"click\", buttonHandler);\r\n\r\n " +
" input_Div.appendChild(button);\r\n break;\r\n\r\n " +
" case \"ueditor\":\r\n var id = init[0] + \"_\" + _lang[i];" +
"\r\n input_Div.className = \"ueditor\";\r\n inpu" +
"t_Div.id = id;\r\n input_Div.style.width = \"100%\";\r\n " +
" input_Div.style.height = \"500px\";\r\n input_Div.style." +
"zIndex = 100;\r\n input_Div.style.position = \"relative\";\r\n\r\n " +
" var ueditor = new baidu.editor.ui.Editor({\r\n " +
" initialContent: defaultValue != null && defaultValue != undefined ? default" +
"Value : \"迎接使用ueditor\",\r\n autoHeightEnabled: false,\r\n " +
" toolbars: [[\r\n \'source\', \'|\',\r\n " +
" \'undo\', \'redo\', \'|\',\r\n \'font" +
"family\', \'fontsize\', \'bold\', \'italic\', \'underline\', \'fontborder\', \'strikethrough" +
"\', \'superscript\', \'subscript\', \'removeformat\', \'formatmatch\', \'|\',\r\n " +
" \'link\', \'unlink\', \'anchor\', \'|\',\r\n \'f" +
"orecolor\', \'backcolor\', \'insertorderedlist\', \'insertunorderedlist\', \'selectall\'," +
" \'cleardoc\', \'|\',\r\n \'justifyleft\', \'justifycenter\', \'" +
"justifyright\', \'justifyjustify\', \'|\',\r\n \'simpleupload" +
"\', \'|\',\r\n \'inserttable\', \'deletetable\', \'insertparagr" +
"aphbeforetable\', \'insertrow\', \'deleterow\', \'insertcol\', \'deletecol\', \'mergecells" +
"\', \'mergeright\', \'mergedown\', \'splittocells\', \'splittorows\', \'splittocols\'\r\n " +
" ]]\r\n });\r\n\r\n Input_Ued" +
"itor_ID.push(id);\r\n Input_Ueditor.push(ueditor);\r\n " +
" break;\r\n\r\n default:\r\n console.log(\"谬误" +
":传入字符串不切合体式\\n\" + initString);\r\n return;\r\n }\r\n\r\n " +
" if (init[1] != \"button\") {\r\n Init_Div.appendChild(span_N" +
"ame);\r\n }\r\n if (init.length == 4) {\r\n var s" +
"pan_Error = document.createElement(\"SPAN\");\r\n span_Error.classNam" +
"e = \"Error\";\r\n span_Error.innerHTML = init[3];\r\n I" +
"nit_Div.appendChild(span_Error);\r\n }\r\n Init_Div.appendChil" +
"d(input_Div);\r\n\r\n var br_Count = BR_Count;\r\n while (br_Cou" +
"nt-- > 0) {\r\n Init_Div.appendChild(document.createElement(\"BR\"));" +
"\r\n }\r\n }\r\n\r\n Input_ID.push(init[0]);\r\n\r\n // uedi" +
"tor 渲染\r\n if (init[1] == \"ueditor\") {\r\n for (var i = 0; i < _la" +
"ng.length; i++) {\r\n var id = init[0] + \"_\" + _lang[i];\r\n " +
" Input_Ueditor[Input_Ueditor_ID.indexOf(id)].render(id);\r\n }\r\n " +
" }\r\n }\r\n\r\n function GetInput(regexString, regexStringAllow, emptyStr" +
"ingAllow, fileCount_Min, fileCount_Max) {\r\n var reg = new RegExp(regexStr" +
"ing);\r\n var fd = new FormData();\r\n\r\n // 获取值\r\n var Input_Val" +
"ue = new Array();\r\n for (var i = 0; i < Input_ID.length; i++) {\r\n " +
" Input_Value[i] = \"\";\r\n for (var x = 0; x < LangString.length; x++" +
") {\r\n var id = Input_ID[i] + \"_\" + LangString[x];\r\n\r\n " +
" // 获取 ueditor\r\n var index = Input_Ueditor_ID.indexOf(id);\r\n " +
" if (index != -1) {\r\n var value = Input_Ueditor[" +
"index].getContent();\r\n if (!emptyStringAllow && value == \"\") " +
"{\r\n console.log(\"GetInput():\" + id + \" 值为空\\n\" + value);\r\n" +
" Input_Value[i] = \"ERROR\";\r\n break" +
";\r\n }\r\n if (regexStringAllow) {\r\n " +
" if (!reg.test(value)) {\r\n console.log(" +
"\"GetInput():\" + id + \" 值必须匹配\\n\" + value);\r\n Input_Val" +
"ue[i] = \"ERROR\";\r\n break;\r\n }\r" +
"\n }\r\n else {\r\n if (" +
"reg.test(value)) {\r\n console.log(\"GetInput():\" + id +" +
" \" 值必须不匹配\\n\" + value);\r\n Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n " +
" }\r\n\r\n if (x == 0) {\r\n Input_Value[i]" +
" += value;\r\n }\r\n else {\r\n " +
" Input_Value[i] += \"|\" + value;\r\n }\r\n\r\n " +
" continue;\r\n }\r\n\r\n // 获取 Input 、 和 Select 元素\r\n " +
" var dom = document.getElementById(id);\r\n if (dom !" +
"= undefined) {\r\n if (dom.tagName == \"TEXTAREA\") {\r\n " +
" var value = dom.value;\r\n if (!emptyStringAl" +
"low && value == \"\") {\r\n console.log(\"GetInput():\" + i" +
"d + \" 值为空\\n\" + value);\r\n Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n " +
" if (regexStringAllow) {\r\n if (!reg.test(value))" +
" {\r\n console.log(\"GetInput():\" + id + \" 值必须匹配\\n\" " +
"+ value);\r\n Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n " +
" }\r\n else {\r\n if (reg.test" +
"(value)) {\r\n console.log(\"GetInput():\" + id + \" 值" +
"必须不匹配\\n\" + value);\r\n Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n " +
" }\r\n\r\n if (x == 0) {\r\n " +
" Input_Value[i] += value;\r\n }\r\n " +
" else {\r\n Input_Value[i] += \"|\" + value;\r\n " +
" }\r\n\r\n continue;\r\n }\r\n\r\n" +
" if (dom.tagName == \"SELECT\") {\r\n var " +
"value = dom.value;\r\n if (!emptyStringAllow && value == \"\"" +
") {\r\n console.log(\"GetInput():\" + id + \" 值为空\\n\" + val" +
"ue);\r\n Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n if (regexStr" +
"ingAllow) {\r\n if (!reg.test(value)) {\r\n " +
" console.log(\"GetInput():\" + id + \" 值必须匹配\\n\" + value);\r\n " +
" Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n }\r\n " +
" else {\r\n if (reg.test(value)) {\r\n " +
" console.log(\"GetInput():\" + id + \" 值必须不匹配\\n\" + value);" +
"\r\n Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n }\r\n\r" +
"\n if (x == 0) {\r\n Input_Value[" +
"i] += value;\r\n }\r\n else {\r\n " +
" Input_Value[i] += \"|\" + value;\r\n }\r\n" +
"\r\n continue;\r\n }\r\n\r\n " +
" if (dom.tagName == \"INPUT\") {\r\n if (dom.type == \"file\")" +
" {\r\n if (dom.files.length < fileCount_Min) {\r\n " +
" console.log(\"GetInput():\" + id + \" 的 Input(file) 值为空\");" +
"\r\n Input_Value[i] = \"ERROR\";\r\n " +
" }\r\n else {\r\n " +
"for (var y = 0; y < dom.files.length && y < fileCount_Max; y++) {\r\n " +
" fd.append(Input_ID[i] + \"_\" + i, dom.files[y]);\r\n " +
" }\r\n Input_Value[i] = \"fil" +
"e\";\r\n }\r\n\r\n continue;\r\n " +
" }\r\n else {\r\n " +
" var value = dom.value;\r\n if (!emptyStringAllow &&" +
" value == \"\") {\r\n console.log(\"GetInput():\" + id " +
"+ \" 值为空\\n\" + value);\r\n Input_Value[i] = \"ERROR\";\r" +
"\n break;\r\n }\r\n " +
" if (regexStringAllow) {\r\n if " +
"(!reg.test(value)) {\r\n console.log(\"GetInput(" +
"):\" + id + \" 值必须匹配\\n\" + value);\r\n Input_Value" +
"[i] = \"ERROR\";\r\n break;\r\n " +
" }\r\n }\r\n else {" +
"\r\n if (reg.test(value)) {\r\n " +
" console.log(\"GetInput():\" + id + \" 值必须不匹配\\n\" + value);\r\n " +
" Input_Value[i] = \"ERROR\";\r\n " +
" break;\r\n }\r\n " +
"}\r\n\r\n if (x == 0) {\r\n " +
"Input_Value[i] += value;\r\n }\r\n " +
" else {\r\n Input_Value[i] += \"|\" + value;\r\n " +
" }\r\n\r\n continue;\r\n " +
" }\r\n\r\n continue;\r\n }\r\n " +
" }\r\n\r\n }\r\n }\r\n\r\n // 标识信息\r\n var mesNam" +
"e = \"\";\r\n for (var i = 0; i < Input_Value.length; i++) {\r\n if " +
"(Input_Value[i] == \"ERROR\") {\r\n return null;\r\n }\r\n " +
" // file 类型跳过,不必要纪录,只必要上传文件\r\n if (Input_Value[i] == \"file\" || " +
"Input_Value[i] == \"\") {\r\n continue;\r\n }\r\n f" +
"d.append(Input_ID[i], Input_Value[i].replace(/\\</g, \"|>|\"));\r\n mesNam" +
"e += mesName == \"\" ? Input_ID[i] : \"|\" + Input_ID[i];\r\n }\r\n\r\n fd.a" +
"ppend(\"mesName\", mesName);\r\n return fd;\r\n }\r\n\r\n function AddMyModel" +
"Handler() {\r\n var fd = GetInput(\"[\\\'\\|]\", false, false, 1, 4);\r\n\r\n " +
" if (fd == null) {\r\n alert(\"请正确填写信息\");\r\n return;\r\n " +
"}\r\n\r\n fd.append(\"tableName\", Sumbit_TableName);\r\n\r\n var ajax = new" +
" MyLayer_Ajax(\"/Admin/AddMyModelHandler\", fd, \"服务器处置实现,会自动刷新\", function (data) {" +
"\r\n if (data == \"成功\") {\r\n window.setTimeout(function ()" +
" {\r\n location.reload();\r\n }, 1000);\r\n " +
" }\r\n else {\r\n alert(data);\r\n ajax.Clo" +
"se();\r\n }\r\n });\r\n }\r\n</script>\r\n\r\n\r\n\r\n<div");
WriteLiteral(" class=\"Box Dialog FullView Flex Border_001 FontSize_18\"");
WriteLiteral(">\r\n <div");
WriteLiteral(" class=\"Title_001 TextAlign_Left\"");
WriteLiteral(">增长 - ");
#line 493 "D:\wwwroot\faisledcom\wwwroot\Views\admin\AddMyModel.cshtml"
Write(MyLang.GetString_InString(typePool[type].Data.Data_String["Name"].Replace("Item", "Product")));
#line default
#line hidden
WriteLiteral("</div>\r\n <div");
WriteLiteral(" class=\"Content Padding_20\"");
WriteLiteral(">\r\n <div");
WriteLiteral(" id=\"InputBox\"");
WriteLiteral("></div>\r\n </div>\r\n <div");
WriteLiteral(" class=\"Toolbar Padding_10\"");
WriteLiteral(">\r\n <button");
WriteLiteral(" onclick=\"AddMyModelHandler();\"");
WriteLiteral(">提交</button>\r\n </div>\r\n</div>\r\n\r\n");
}
}
}