@model ZoomLa.SQLDAL.SQL.PageSetting
@using System.Data
@{ DataTable dt = new DataTable();
}
@section head{
分类管理
}
@section content{
暂无分类信息
| 分类ID |
名称 |
排序 |
操作 |
@foreach (DataRow dr in dt.Rows)
{
| @dr["C_id"] |
<%#GetIcon(@dr["C_ClassName"],@dr["C_id"],@dr["C_Classid"])%> |
@dr["C_OrderBy"] |
添加子类
修改
删除
|
}
}
@section script{
}