|
@@ -17,6 +17,8 @@
|
|
|
<#include "../layout/top.ftl"/>
|
|
<#include "../layout/top.ftl"/>
|
|
|
<#include "../layout/nav_primary.ftl"/>
|
|
<#include "../layout/nav_primary.ftl"/>
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<form id="actionFormProfile"
|
|
<form id="actionFormProfile"
|
|
|
method="post"
|
|
method="post"
|
|
|
type="alert"
|
|
type="alert"
|
|
@@ -24,62 +26,44 @@
|
|
|
action="<@base/>/profile/update/myProfile"
|
|
action="<@base/>/profile/update/myProfile"
|
|
|
enctype="multipart/form-data"
|
|
enctype="multipart/form-data"
|
|
|
class="needs-validation" novalidate>
|
|
class="needs-validation" novalidate>
|
|
|
- <div class="" style="width:100%;">
|
|
|
|
|
- <div class="main">
|
|
|
|
|
- <div class="mainin">
|
|
|
|
|
- <!-- content -->
|
|
|
|
|
- <!--table-->
|
|
|
|
|
|
|
+ <input class="form-control" type="hidden" id="id" name="id" value="${model.id!}"/>
|
|
|
|
|
+
|
|
|
|
|
+<div class="row">
|
|
|
|
|
+<div class="col-md-6">
|
|
|
|
|
+ <!--table-->
|
|
|
<table class="table table-bordered">
|
|
<table class="table table-bordered">
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th style="width:15%;"><@locale code="userinfo.username" />:</th>
|
|
<th style="width:15%;"><@locale code="userinfo.username" />:</th>
|
|
|
<td style="width:35%;">
|
|
<td style="width:35%;">
|
|
|
- <input class="form-control" type="hidden" id="id" name="id" value="${model.id!}"/>
|
|
|
|
|
<input class="form-control" type="text" readonly id="username" name="username" title="" value="${model.username!}"/>
|
|
<input class="form-control" type="text" readonly id="username" name="username" title="" value="${model.username!}"/>
|
|
|
- <label for="username"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th style="width:15%;"><@locale code="userinfo.userType" />:</th>
|
|
<th style="width:15%;"><@locale code="userinfo.userType" />:</th>
|
|
|
<td style="width:35%;">
|
|
<td style="width:35%;">
|
|
|
<input class="form-control" readonly type="text" id="userType" name="userType" title="" value="${model.userType !}"/>
|
|
<input class="form-control" readonly type="text" id="userType" name="userType" title="" value="${model.userType !}"/>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td colspan="4">
|
|
|
|
|
- </td>
|
|
|
|
|
-
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
<th><@locale code="userinfo.displayName" />:</th>
|
|
<th><@locale code="userinfo.displayName" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="displayName" name="displayName" title="" value="${model.displayName!}" required="" />
|
|
<input class="form-control" type="text" id="displayName" name="displayName" title="" value="${model.displayName!}" required="" />
|
|
|
- <label for="displayName"></label>
|
|
|
|
|
- </td>
|
|
|
|
|
- <th rowspan="4"><@locale code="userinfo.picture" />:</th>
|
|
|
|
|
- <td rowspan="4">
|
|
|
|
|
- <#if model.picture? default("")=="" >
|
|
|
|
|
- <img id="picture" width="150px" height="150px" src="<@base/>/static/images/uploadimage.jpg" />
|
|
|
|
|
- <#else>
|
|
|
|
|
- <img id="picture" width="150px" height="150px" src="<@base/>/image/${model.id}" />
|
|
|
|
|
- </#if>
|
|
|
|
|
- <input class="form-control" type="file" id="pictureFile" name="pictureFile" style="display:none" />
|
|
|
|
|
- <b class="orange">*</b><label for="picture"></label>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
</tr>
|
|
</tr>
|
|
|
|
|
+
|
|
|
<tr>
|
|
<tr>
|
|
|
<th><@locale code="userinfo.familyName" />:</th>
|
|
<th><@locale code="userinfo.familyName" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="familyName" name="familyName" title="" value="${model.familyName!}"/>
|
|
<input class="form-control" type="text" id="familyName" name="familyName" title="" value="${model.familyName!}"/>
|
|
|
- <b class="orange">*</b><label for="familyName"></label>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th><@locale code="userinfo.givenName" />:</th>
|
|
<th><@locale code="userinfo.givenName" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="givenName" name="givenName" title="" value="${model.givenName!}"/>
|
|
<input class="form-control" type="text" id="givenName" name="givenName" title="" value="${model.givenName!}"/>
|
|
|
- <b class="orange">*</b><label for="givenName"></label>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -88,7 +72,6 @@
|
|
|
<th><@locale code="userinfo.middleName" />:</th>
|
|
<th><@locale code="userinfo.middleName" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="middleName" name="middleName" title="" value="${model.middleName!}"/>
|
|
<input class="form-control" type="text" id="middleName" name="middleName" title="" value="${model.middleName!}"/>
|
|
|
- <label for="middleName"></label>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -98,15 +81,16 @@
|
|
|
<th><@locale code="userinfo.nickName" />:</th>
|
|
<th><@locale code="userinfo.nickName" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="nickName" name="nickName" title="" value="${model.nickName!}"/>
|
|
<input class="form-control" type="text" id="nickName" name="nickName" title="" value="${model.nickName!}"/>
|
|
|
- <label for="nickName"></label>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.gender" />:</th>
|
|
<th><@locale code="userinfo.gender" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select class="form-control" name="gender" class="gender">
|
|
<select class="form-control" name="gender" class="gender">
|
|
|
<option value="1" <#if 1==model.gender>selected</#if> ><@locale code="userinfo.gender.female" /></option>
|
|
<option value="1" <#if 1==model.gender>selected</#if> ><@locale code="userinfo.gender.female" /></option>
|
|
|
<option value="2" <#if 2==model.gender>selected</#if> ><@locale code="userinfo.gender.male" /></option>
|
|
<option value="2" <#if 2==model.gender>selected</#if> ><@locale code="userinfo.gender.male" /></option>
|
|
|
</select>
|
|
</select>
|
|
|
- <label for="gender"></label>
|
|
|
|
|
|
|
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -122,10 +106,13 @@
|
|
|
<option value="4" <#if 4==model.married>selected</#if> ><@locale code="userinfo.married.widowed" /></option>
|
|
<option value="4" <#if 4==model.married>selected</#if> ><@locale code="userinfo.married.widowed" /></option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.website" />:</th>
|
|
<th><@locale code="userinfo.website" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="webSite" name="webSite" title="" value="${model.webSite!}"/>
|
|
<input class="form-control" type="text" id="webSite" name="webSite" title="" value="${model.webSite!}"/>
|
|
|
- <label for="webSite"></label>
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -141,23 +128,21 @@
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.idCardNo" />:</th>
|
|
<th><@locale code="userinfo.idCardNo" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="idCardNo" name="idCardNo" title="" value="${model.idCardNo!}"/>
|
|
<input class="form-control" type="text" id="idCardNo" name="idCardNo" title="" value="${model.idCardNo!}"/>
|
|
|
- <label for="idCardNo"></label>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td colspan="4">
|
|
|
|
|
- </td>
|
|
|
|
|
-
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
<th><@locale code="userinfo.startWorkDate" />:</th>
|
|
<th><@locale code="userinfo.startWorkDate" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" class="datepicker" id="startWorkDate" name="startWorkDate" title="" value="${model.startWorkDate!}"/>
|
|
<input class="form-control" type="text" class="datepicker" id="startWorkDate" name="startWorkDate" title="" value="${model.startWorkDate!}"/>
|
|
|
- <label for="startWorkDate"></label>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.preferredLanguage" />:</th>
|
|
<th><@locale code="userinfo.preferredLanguage" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select class="form-control" name="preferredLanguage" id="preferredLanguage">
|
|
<select class="form-control" name="preferredLanguage" id="preferredLanguage">
|
|
@@ -286,6 +271,8 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.locale" />:</th>
|
|
<th><@locale code="userinfo.locale" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select class="form-control" name="locale" id="locale">
|
|
<select class="form-control" name="locale" id="locale">
|
|
@@ -308,48 +295,72 @@
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+</div>
|
|
|
|
|
+<div class="col-md-6">
|
|
|
|
|
+
|
|
|
|
|
+ <!--table-->
|
|
|
|
|
+ <table class="table table-bordered">
|
|
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td colspan="4">
|
|
|
|
|
|
|
+ <th ><@locale code="userinfo.picture" />:</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <img id="picture" width="150px" height="215px"
|
|
|
|
|
+ <#if model.picture? default("")=="" >
|
|
|
|
|
+ src="<@base/>/static/images/uploadimage.jpg" />
|
|
|
|
|
+ <#else>
|
|
|
|
|
+ src="<@base/>/image/${model.id}" />
|
|
|
|
|
+ </#if>
|
|
|
|
|
+ <input class="form-control" type="file" id="pictureFile" name="pictureFile" style="display:none" />
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
-
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th><@locale code="userinfo.employeeNumber" />:</th>
|
|
<th><@locale code="userinfo.employeeNumber" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" readonly type="text" id="employeeNumber" name="employeeNumber" title="" value="${model.employeeNumber!}"/>
|
|
<input class="form-control" readonly type="text" id="employeeNumber" name="employeeNumber" title="" value="${model.employeeNumber!}"/>
|
|
|
- <label for="username"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.windowsAccount" />:</th>
|
|
<th><@locale code="userinfo.windowsAccount" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="windowsAccount" name="windowsAccount" title="" value="${model.windowsAccount!}"/>
|
|
<input class="form-control" type="text" id="windowsAccount" name="windowsAccount" title="" value="${model.windowsAccount!}"/>
|
|
|
- <label for="windowsAccount"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th><@locale code="userinfo.organization" />:</th>
|
|
<th><@locale code="userinfo.organization" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="organization" name="organization" title="" value="${model.organization!}"/>
|
|
<input class="form-control" type="text" id="organization" name="organization" title="" value="${model.organization!}"/>
|
|
|
- <label for="organization"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.division" />:</th>
|
|
<th><@locale code="userinfo.division" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="division" name="division" title="" value="${model.division!}"/>
|
|
<input class="form-control" type="text" id="division" name="division" title="" value="${model.division!}"/>
|
|
|
- <label for="division"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
-
|
|
|
|
|
<tr>
|
|
<tr>
|
|
|
<th><@locale code="userinfo.department" />:</th>
|
|
<th><@locale code="userinfo.department" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="hidden" id="departmentId" name="departmentId" title="" value="${model.departmentId!}"/>
|
|
<input class="form-control" type="hidden" id="departmentId" name="departmentId" title="" value="${model.departmentId!}"/>
|
|
|
<input class="form-control" type="text" id="department" name="department" title="" value="${model.department!}"/>
|
|
<input class="form-control" type="text" id="department" name="department" title="" value="${model.department!}"/>
|
|
|
- <label for="department"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.costCenter" />:</th>
|
|
<th><@locale code="userinfo.costCenter" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="costCenter" name="costCenter" title="" value="${model.costCenter!}"/>
|
|
<input class="form-control" type="text" id="costCenter" name="costCenter" title="" value="${model.costCenter!}"/>
|
|
|
- <label for="costCenter"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
@@ -357,12 +368,14 @@
|
|
|
<th><@locale code="userinfo.jobTitle" />:</th>
|
|
<th><@locale code="userinfo.jobTitle" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="jobTitle" name="jobTitle" title="" value="${model.jobTitle!}"/>
|
|
<input class="form-control" type="text" id="jobTitle" name="jobTitle" title="" value="${model.jobTitle!}"/>
|
|
|
- <label for="jobTitle"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
- <th><@locale code="userinfo.jobLevel" />:</th>
|
|
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th><@locale code="userinfo.jobTitle" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
- <input class="form-control" type="text" id="jobLevel" name="jobLevel" title="" value="${model.jobLevel!}"/>
|
|
|
|
|
- <label for="jobLevel"></label>
|
|
|
|
|
|
|
+ <input class="form-control" type="text" id="jobTitle" name="jobTitle" title="" value="${model.jobTitle!}"/>
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
@@ -370,29 +383,48 @@
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="hidden" id="managerId" name="managerId" title="" value="${model.managerId!}"/>
|
|
<input class="form-control" type="hidden" id="managerId" name="managerId" title="" value="${model.managerId!}"/>
|
|
|
<input class="form-control" type="text" id="manager" name="manager" title="" value="${model.manager!}"/>
|
|
<input class="form-control" type="text" id="manager" name="manager" title="" value="${model.manager!}"/>
|
|
|
- <label for="manager"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
- <th><@locale code="userinfo.assistant" />:</th>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th><@locale code="userinfo.manager" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
- <input class="form-control" type="hidden" id="assistantId" name="assistantId" title="" value="${model.assistantId!}"/>
|
|
|
|
|
- <input class="form-control" type="text" id="assistant" name="assistant" title="" value="${model.assistant!}"/>
|
|
|
|
|
- <label for="delegatedApprover"></label>
|
|
|
|
|
|
|
+ <input class="form-control" type="hidden" id="managerId" name="managerId" title="" value="${model.managerId!}"/>
|
|
|
|
|
+ <input class="form-control" type="text" id="manager" name="manager" title="" value="${model.manager!}"/>
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th><@locale code="userinfo.entryDate" />:</th>
|
|
<th><@locale code="userinfo.entryDate" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" class="datepicker" id="entryDate" name="entryDate" title="" value="${model.entryDate!}"/>
|
|
<input class="form-control" type="text" class="datepicker" id="entryDate" name="entryDate" title="" value="${model.entryDate!}"/>
|
|
|
- <label for="entryDate"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+
|
|
|
<th><@locale code="userinfo.quitDate" />:</th>
|
|
<th><@locale code="userinfo.quitDate" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" class="datepicker" id="quitDate" name="quitDate" title="" value="${model.quitDate!}"/>
|
|
<input class="form-control" type="text" class="datepicker" id="quitDate" name="quitDate" title="" value="${model.quitDate!}"/>
|
|
|
- <label for="delegatedApprover"></label>
|
|
|
|
|
|
|
+
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr>
|
|
|
|
|
- <td colspan="4">
|
|
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+</div>
|
|
|
|
|
+
|
|
|
|
|
+<div class="row">
|
|
|
|
|
+ <div class="col-md-6">
|
|
|
|
|
+ <table class="table table-bordered">
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td colspan="2">单位信息
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
@@ -652,6 +684,8 @@
|
|
|
</select>
|
|
</select>
|
|
|
<label for="workCountry"></label>
|
|
<label for="workCountry"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.workRegion" />:</th>
|
|
<th><@locale code="userinfo.workRegion" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="workRegion" name="workRegion" title="" value="${model.workRegion!}"/>
|
|
<input class="form-control" type="text" id="workRegion" name="workRegion" title="" value="${model.workRegion!}"/>
|
|
@@ -665,6 +699,8 @@
|
|
|
<input class="form-control" type="text" id="workLocality" name="workLocality" title="" value="${model.workLocality!}"/>
|
|
<input class="form-control" type="text" id="workLocality" name="workLocality" title="" value="${model.workLocality!}"/>
|
|
|
<label for="workLocality"></label>
|
|
<label for="workLocality"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.workStreetAddress" />:</th>
|
|
<th><@locale code="userinfo.workStreetAddress" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="workStreetAddress" name="workStreetAddress" title="" value="${model.workStreetAddress!}"/>
|
|
<input class="form-control" type="text" id="workStreetAddress" name="workStreetAddress" title="" value="${model.workStreetAddress!}"/>
|
|
@@ -678,19 +714,23 @@
|
|
|
<input class="form-control" type="text" id="workPostalCode" name="workPostalCode" title="" value="${model.workPostalCode!}"/>
|
|
<input class="form-control" type="text" id="workPostalCode" name="workPostalCode" title="" value="${model.workPostalCode!}"/>
|
|
|
<label for="workPostalCode"></label>
|
|
<label for="workPostalCode"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.workFax" />:</th>
|
|
<th><@locale code="userinfo.workFax" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="workFax" name="workFax" title="" value="${model.workFax!}"/>
|
|
<input class="form-control" type="text" id="workFax" name="workFax" title="" value="${model.workFax!}"/>
|
|
|
<label for="workFax"></label>
|
|
<label for="workFax"></label>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
-
|
|
|
|
|
<tr>
|
|
<tr>
|
|
|
<th><@locale code="userinfo.workPhoneNumber" />:</th>
|
|
<th><@locale code="userinfo.workPhoneNumber" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="workPhoneNumber" name="workPhoneNumber" title="" value="${model.workPhoneNumber!}"/>
|
|
<input class="form-control" type="text" id="workPhoneNumber" name="workPhoneNumber" title="" value="${model.workPhoneNumber!}"/>
|
|
|
<label for="workPhoneNumber"></label>
|
|
<label for="workPhoneNumber"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.workEmail" />:</th>
|
|
<th><@locale code="userinfo.workEmail" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="workEmail" name="workEmail" title="" value="${model.workEmail!}"/>
|
|
<input class="form-control" type="text" id="workEmail" name="workEmail" title="" value="${model.workEmail!}"/>
|
|
@@ -698,8 +738,14 @@
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr>
|
|
|
|
|
- <td colspan="4">
|
|
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-6">
|
|
|
|
|
+ <table class="table table-bordered">
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td colspan="2">家庭信息
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
@@ -960,6 +1006,8 @@
|
|
|
</select>
|
|
</select>
|
|
|
<label for="homeCountry"></label>
|
|
<label for="homeCountry"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.homeRegion" />:</th>
|
|
<th><@locale code="userinfo.homeRegion" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="homeRegion" name="homeRegion" title="" value="${model.homeRegion!}"/>
|
|
<input class="form-control" type="text" id="homeRegion" name="homeRegion" title="" value="${model.homeRegion!}"/>
|
|
@@ -973,6 +1021,8 @@
|
|
|
<input class="form-control" type="text" id="homeLocality" name="homeLocality" title="" value="${model.homeLocality!}"/>
|
|
<input class="form-control" type="text" id="homeLocality" name="homeLocality" title="" value="${model.homeLocality!}"/>
|
|
|
<label for="homeLocality"></label>
|
|
<label for="homeLocality"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.homeStreetAddress" />:</th>
|
|
<th><@locale code="userinfo.homeStreetAddress" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="homeStreetAddress" name="homeStreetAddress" title="" value="${model.homeStreetAddress!}"/>
|
|
<input class="form-control" type="text" id="homeStreetAddress" name="homeStreetAddress" title="" value="${model.homeStreetAddress!}"/>
|
|
@@ -986,6 +1036,8 @@
|
|
|
<input class="form-control" type="text" id="homePostalCode" name="homePostalCode" title="" value="${model.homePostalCode!}"/>
|
|
<input class="form-control" type="text" id="homePostalCode" name="homePostalCode" title="" value="${model.homePostalCode!}"/>
|
|
|
<label for="homePostalCode"></label>
|
|
<label for="homePostalCode"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.homeFax" />:</th>
|
|
<th><@locale code="userinfo.homeFax" />:</th>
|
|
|
<td>
|
|
<td>
|
|
|
<input class="form-control" type="text" id="homeFax" name="homeFax" title="" value="${model.homeFax!}"/>
|
|
<input class="form-control" type="text" id="homeFax" name="homeFax" title="" value="${model.homeFax!}"/>
|
|
@@ -999,22 +1051,19 @@
|
|
|
<input class="form-control" type="text" id="homePhoneNumber" name="homePhoneNumber" title="" value="${model.homePhoneNumber!}"/>
|
|
<input class="form-control" type="text" id="homePhoneNumber" name="homePhoneNumber" title="" value="${model.homePhoneNumber!}"/>
|
|
|
<label for="homePhoneNumber"></label>
|
|
<label for="homePhoneNumber"></label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th><@locale code="userinfo.homeEmail" />:</th>
|
|
<th><@locale code="userinfo.homeEmail" />:</th>
|
|
|
<td >
|
|
<td >
|
|
|
<input class="form-control" type="text" id="homeEmail" name="homeEmail" title="" value="${model.homeEmail!}"/>
|
|
<input class="form-control" type="text" id="homeEmail" name="homeEmail" title="" value="${model.homeEmail!}"/>
|
|
|
<label for="homeEmail"></label>
|
|
<label for="homeEmail"></label>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr>
|
|
|
|
|
- <td colspan="4">
|
|
|
|
|
- </td>
|
|
|
|
|
-
|
|
|
|
|
- </tr>
|
|
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+</div>
|
|
|
<div class="clear"></div>
|
|
<div class="clear"></div>
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
<div >
|
|
<div >
|
|
|
<div >
|
|
<div >
|
|
|
<input id="_method" type="hidden" name="_method" value="post"/>
|
|
<input id="_method" type="hidden" name="_method" value="post"/>
|
|
@@ -1022,7 +1071,7 @@
|
|
|
<input id="submitBtn" class="button btn btn-primary mr-3" type="button" value="<@locale code="button.text.save" />"/>
|
|
<input id="submitBtn" class="button btn btn-primary mr-3" type="button" value="<@locale code="button.text.save" />"/>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
<div id="footer">
|
|
<div id="footer">
|