@{
string tlpName = Context.Request.GetParam("tlpName");
String content = SafeSC.ReadFileStr("/lib/html/MailTlp/" + tlpName);
}
@section head{
@L.修改系统模板
}
@section content{
@Call.SetBread(new Bread[] {
new Bread("{admin}"),
new Bread("MailSysTlp",L.系统模板),
new Bread() {url=Context.Request.RawUrl(), text=L.修改系统模板,addon= "" }}
)
}
@section script{
}