From 9b4d2e220a846ade316f076bd1dba98e6cf331c4 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期三, 26 七月 2023 18:03:58 +0800 Subject: [PATCH] 管理后台的语言去除 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_view.html | 61 +++++++++++++++--------------- 1 files changed, 30 insertions(+), 31 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_view.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_view.html index abb28ea..df6193c 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_view.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_view.html @@ -21,42 +21,41 @@ <#input id="account" name="账户" underline="true" value="${user.account}" disabled="disabled" /> <#select id="sex" name="性别" underline="true" value="${user.sex}"> - <option value="1">男</option> - <option value="2">女</option> - </#select> + <option value="1">男</option> + <option value="2">女</option> + </#select> - <#input id="roleid" name="角色" underline="true" value="${roleName}" disabled="disabled"/> + <#input id="roleid" name="角色" underline="true" value="${roleName}" disabled="disabled"/> - <#input id="email" name="邮箱" type="email" value="${user.email}"/> - </div> - - <div class="col-sm-6"> - <div id="driverInfoContent"> - <#input id="name" name="姓名" underline="true" value="${user.name}"/> - - <#input id="birthday" name="出生日期" underline="true" type="text" - value="${user.birthday}"/> - - <#input id="citySel" name="部门" underline="true" readonly="readonly" value="${deptName}" - hidden="deptid" hiddenValue="${user.deptid}" - clickFun="UserInfoDlg.showInfoDeptSelectTree(); return false;" - style="background-color: #ffffff !important;" - selectFlag="true" selectId="menuContent" selectTreeId="treeDemo" selectStyle="width:250px !important;"/> - - <#input id="phone" name="电话" value="${user.phone}"/> - </div> - </div> + <#input id="email" name="邮箱" type="email" value="${user.email}"/> </div> - <div class="progress progress-striped" id="progressTipArea" style="margin-top: 20px;"> - <div id="progressBar" style="width: 0%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="0" role="progressbar" class="progress-bar progress-bar-info"> + <div class="col-sm-6"> + <div id="driverInfoContent"> + <#input id="name" name="姓名" underline="true" value="${user.name}"/> + + <#input id="birthday" name="出生日期" underline="true" type="text" + value="${user.birthday}"/> + + <#input id="citySel" name="部门" underline="true" readonly="readonly" value="${deptName}" + hidden="deptid" hiddenValue="${user.deptid}" + clickFun="UserInfoDlg.showInfoDeptSelectTree(); return false;" + style="background-color: #ffffff !important;" + selectFlag="true" selectId="menuContent" selectTreeId="treeDemo" selectStyle="width:250px !important;"/> + + <#input id="phone" name="电话" value="${user.phone}"/> </div> </div> + </div> - <div class="row btn-group-m-t"> - <div class="col-sm-10 col-sm-offset-5"> - <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="UserInfoDlg.editSubmit()"/> - </div> + <div class="progress progress-striped" id="progressTipArea" style="margin-top: 20px;"> + <div id="progressBar" style="width: 0%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="0" role="progressbar" class="progress-bar progress-bar-info"> + </div> + </div> + + <div class="row btn-group-m-t"> + <div class="col-sm-10"> + <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="UserInfoDlg.editSubmit()"/> </div> </div> </div> @@ -66,11 +65,11 @@ </div> </div> </div> -<script src="${ctxPath}/modular/system/user/user_info.js"></script> +</div> +<script src="${ctxPath}/static/modular/system/user/user_info.js"></script> <script> laydate.render({ elem: '#birthday' - ,lang:"en" }); </script> @} -- Gitblit v1.7.1