diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/beauthorized.png b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/beauthorized.png new file mode 100644 index 000000000..0f4be4883 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/beauthorized.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/head_left.png b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/head_left.png new file mode 100644 index 000000000..2d4335f80 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/head_left.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/head_right.png b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/head_right.png new file mode 100644 index 000000000..e727d12e9 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/head_right.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/unauthorized.png b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/unauthorized.png new file mode 100644 index 000000000..78065390c Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/ShowRegister/unauthorized.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj index 08a0dee99..de761e40d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj @@ -1,4 +1,4 @@ - + @@ -5612,6 +5612,10 @@ + + + + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/grid/jfgrid.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/grid/jfgrid.js index 8303efe61..b734ee725 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/grid/jfgrid.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/grid/jfgrid.js @@ -1592,7 +1592,6 @@ // 获取当前行数据 var rowItem = op.running.rowdata[rowIndex]; if (rowItem) { - console.log('rowitem') var rowData = rowItem['jfgridRowData']; } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/ShowRegister/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/ShowRegister/Index.cshtml index 1a32ad243..b529231ec 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/ShowRegister/Index.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/ShowRegister/Index.cshtml @@ -9,24 +9,170 @@ Index + + +
+ +

+
+ + +
+

+ +
+ @{ Html.BeginForm(); } -
-
- 机器码 +
+ +
+
+ 机器码 +
+ @Html.TextAreaFor(m => m.MachineCode, new { style = "width:445px;height:52px;resize:none;border-color: rgb(215, 215, 215);font-size:13px;color: rgb(49, 49, 49);padding:5px;outline:none;", @readonly = "readonly" })
- @Html.TextAreaFor(m => m.MachineCode, new { style = "width:700px;height:200px;",@readonly= "readonly" }) -
- 注册码 + +
+
+ 注册码 +
+ @Html.TextAreaFor(m => m.RegisterCode, new { style = "width:445px;height:52px;resize:none;border-color: rgb(215, 215, 215);font-size:13px;color: rgb(49, 49, 49);padding:5px;outline:none;" }) +
+ +
+
授权到期时间
+ @Html.TextBoxFor(m => m.ExpirationDate, new { style = "border:none;outline:none;font-size:13px;color: rgb(49, 49, 49);width:305px;text-align:center;", @readonly = "readonly" })
- @Html.TextAreaFor(m => m.RegisterCode, new { style = "width:700px;height:200px;" }) -
授权到期时间
- @Html.TextBoxFor(m=>m.ExpirationDate,new{@readonly="readonly"}) -
-
-
技术支持:北京泉江科技有限责任公司
+ + +
+
+
- @{Html.EndForm();} + @{Html.EndForm();} + + +