UI optimize
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div id="top">
|
||||
<#include "../layout/nologintop.ftl">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div id="top">
|
||||
<#include "../layout/nologintop.ftl">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div id="top">
|
||||
<#include "../layout/nologintop.ftl">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div id="tool_box">
|
||||
<table class="datatable">
|
||||
<tr>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<div id="top">
|
||||
<#include "layout/nologintop.ftl">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="d-none d-sm-block col-sm-6 col-md-6">
|
||||
|
||||
@@ -96,10 +96,11 @@
|
||||
<td>
|
||||
|
||||
<table id="otherlogins" width="100%">
|
||||
<!--
|
||||
<tr>
|
||||
<td colspan="3" align="left"><@locale code="login.text.otherlogins"/>:</td>
|
||||
</tr>
|
||||
|
||||
-->
|
||||
<#list sspLogin.socialSignOnProviders as ssop>
|
||||
<#if (ssop_index)%4==0>
|
||||
<tr>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
@@ -15,35 +15,26 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<#if Session["current_user"].gridList==0 >
|
||||
<#list appList as app>
|
||||
<#if (app_index)%4==0>
|
||||
<div class="row">
|
||||
</#if>
|
||||
<div class="col-3" style="min-width: 170px;">
|
||||
<table class="none" style="min-width: 170px; min-height: 150px;border-spacing: 0;border-collapse: collapse;">
|
||||
<div class="col-3" style="min-width: 160px;">
|
||||
<table class="none" style="min-width: 160px; min-height: 120px;border-spacing: 0;border-collapse: collapse;">
|
||||
<tr><td style="text-align: center;border-spacing: 0;border-collapse: collapse;border: 0px;">
|
||||
<#if "Desktop"==app.protocol>
|
||||
<a href="javascript:void(0);" title="${app.name}"
|
||||
onclick="window.open('<@base/>/authz/${app.id}');">
|
||||
<img src="<@base/>/image/${app.id}" title="${app.name}" width="65px" height="65px" style="border:0;"/>
|
||||
</a>
|
||||
</#if>
|
||||
<#if "Desktop"!=app.protocol>
|
||||
<a
|
||||
<a target="_blank" title="${app.name}"
|
||||
<#if "SP"==app.inducer>
|
||||
href="${app.loginUrl}"
|
||||
</#if>
|
||||
<#if "IDP"==app.inducer>
|
||||
href="<@base/>/authz/${app.id}"
|
||||
</#if>
|
||||
target="_blank" title="${app.name}" >
|
||||
</#if> >
|
||||
<img src="<@base/>/image/${app.id}" title="${app.name}" width="65px" height="65px" style="border:0;"/>
|
||||
</a>
|
||||
</#if>
|
||||
</a><br>
|
||||
${app.name}
|
||||
</td></tr>
|
||||
<tr><td style="text-align: center;border-spacing: 0;border-collapse: collapse;border: 0px;">${app.name}</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<#if (app_index +1)%4==0>
|
||||
@@ -74,12 +65,7 @@
|
||||
<tr>
|
||||
<td>${app_index +1 }</td>
|
||||
<td>
|
||||
<#if app.protocol?contains("Desktop")>
|
||||
<a href="javascript:void(0);" title="${app.name}"
|
||||
onclick="window.open('<@base/>/authz/${app.id}');">
|
||||
<img src="<@base/>/image/${app.id}" title="${app.name}" width="65px" height="65px" style="border:0;"/>
|
||||
</a>
|
||||
<#else>
|
||||
|
||||
<a
|
||||
<#if "SP"==app.inducer>
|
||||
href="${app.loginUrl}"
|
||||
@@ -90,27 +76,19 @@
|
||||
target="_blank" title="${app.name}" >
|
||||
<img src="<@base/>/image/${app.id}" title="${app.name}" width="65px" height="65px" style="border:0;"/>
|
||||
</a>
|
||||
</#if>
|
||||
</td>
|
||||
<td style="word-wrap:break-word;">${app.name}</td>
|
||||
<td style="word-wrap:break-word;vertical-align: middle;">${app.name}</td>
|
||||
<td>
|
||||
<#if app.protocol ?contains("Desktop")>
|
||||
<a href="javascript:void(0);" title="${app.name}"
|
||||
onclick="window.open('<@base/>/authz/${app.id}');">
|
||||
<@locale code="button.text.visit"/>
|
||||
</a>
|
||||
<#else>
|
||||
<a
|
||||
<#if "SP"==app.inducer>
|
||||
href="${app.loginUrl}"
|
||||
</#if>
|
||||
<#if "IDP"==app.inducer>
|
||||
href="<@base/>/authz/${app.id}"
|
||||
</#if>
|
||||
target="_blank" title="${app.name}" >
|
||||
<@locale code="button.text.visit"/>
|
||||
</a>
|
||||
</#if>
|
||||
<a
|
||||
<#if "SP"==app.inducer>
|
||||
href="${app.loginUrl}"
|
||||
</#if>
|
||||
<#if "IDP"==app.inducer>
|
||||
href="<@base/>/authz/${app.id}"
|
||||
</#if>
|
||||
target="_blank" title="${app.name}" >
|
||||
<@locale code="button.text.visit"/>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</#list>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<#if 0 == activate>
|
||||
url expired.
|
||||
</#if>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<#if null != model>
|
||||
<table border="0" style="width:100%;">
|
||||
<tr>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div id="top">
|
||||
<#include "../layout/nologintop.ftl">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div id="top">
|
||||
<#include "../layout/nologintop.ftl">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-1"></div>
|
||||
<div class="col-md-10">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-1"></div>
|
||||
<div class="col-md-10">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-1"></div>
|
||||
<div class="col-md-10">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<@locale code="login.totp.title" />
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<body>
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<div id="main" class="container">
|
||||
<table data-toggle="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -568,6 +568,7 @@ button.text.import=\u5BFC\u5165
|
||||
button.text.adjunct=\u517C\u4EFB\u673A\u6784
|
||||
button.text.sync=\u540C\u6B65
|
||||
button.text.terminate=\u7EC8\u6B62
|
||||
button.text.confirm=\u786E\u5B9A
|
||||
#loginhistory
|
||||
log.loginhistory.id=\u7F16\u53F7
|
||||
log.loginhistory.sessionId=\u4F1A\u8BDD
|
||||
|
||||
@@ -577,6 +577,7 @@ button.text.import=Import
|
||||
button.text.adjunct=Adjoint Depts
|
||||
button.text.sync=Sync
|
||||
button.text.terminate=Terminate
|
||||
button.text.confirm=Confirm
|
||||
|
||||
log.loginhistory.id=id
|
||||
log.loginhistory.sessionId=sessionId
|
||||
|
||||
@@ -568,6 +568,7 @@ button.text.import=\u5BFC\u5165
|
||||
button.text.adjunct=\u517C\u4EFB\u673A\u6784
|
||||
button.text.sync=\u540C\u6B65
|
||||
button.text.terminate=\u7EC8\u6B62
|
||||
button.text.confirm=\u786E\u5B9A
|
||||
#loginhistory
|
||||
log.loginhistory.id=\u7F16\u53F7
|
||||
log.loginhistory.sessionId=\u4F1A\u8BDD
|
||||
|
||||
@@ -46,75 +46,67 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr style="display:none">
|
||||
<th><@locale code="userinfo.id" />:</th>
|
||||
<th><@locale code="userinfo.id" /></th>
|
||||
<td nowrap>
|
||||
<input required="" type="text" id="id" name="id" readonly class="form-control" title="" value="${model.id!}"/>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.username" />:</th>
|
||||
<th><@locale code="userinfo.username" /></th>
|
||||
<td nowrap style="width:60%">
|
||||
<input required="" readonly type="text" id="username" name="username" class="form-control username" title="" value="${model.username!}" required="" />
|
||||
|
||||
</td>
|
||||
<td style="width: 20%;">
|
||||
<input class="button btn btn-primary mr-3 window" type="button" id="selectUserinfoBtn" value="<@locale code="button.text.select" />"
|
||||
wurl="<@base/>/userinfo/select"
|
||||
<div class="input-group mb-3" style="vertical-align: middle;">
|
||||
<input required="" readonly type="text" id="username" name="username" class="form-control username" title="" value="${model.username!}" required="" />
|
||||
<input class="button btn btn-primary mr-3 window" type="button" id="selectUserinfoBtn" value="<@locale code="button.text.select" />"
|
||||
wurl="<@base/>/userinfo/select"
|
||||
wwidth="800"
|
||||
wheight="620"
|
||||
target="window"/>
|
||||
</td>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.displayName" />:</th>
|
||||
<th><@locale code="userinfo.displayName" /></th>
|
||||
<td nowrap>
|
||||
|
||||
<input required="" readonly type="text" id="displayName" name="displayName" class="form-control displayName" title="" value="${model.displayName!}" required="" />
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.name" />:</th>
|
||||
<th><@locale code="apps.name" /></th>
|
||||
<td nowrap>
|
||||
<input required="" readonly type="text" id="appName" name="appName" class="form-control appName" title="" value="${model.appName!}" required="" />
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<input class="button btn btn-primary mr-3 window" type="button" id="selectAppsubmitBtn" value="<@locale code="button.text.select" />"
|
||||
wurl="<@base/>/accountsstrategy/select"
|
||||
<div class="input-group mb-3" style="vertical-align: middle;">
|
||||
<input required="" readonly type="text" id="appName" name="appName" class="form-control appName" title="" value="${model.appName!}" required="" />
|
||||
<input class="button btn btn-primary mr-3 window" type="button" id="selectAppsubmitBtn" value="<@locale code="button.text.select" />"
|
||||
wurl="<@base/>/accountsstrategy/select"
|
||||
wwidth="800"
|
||||
wheight="620"
|
||||
target="window"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="account.relatedUsername" />:</th>
|
||||
<td nowrap>
|
||||
<input type="text" id="relatedUsername" name="relatedUsername" class="form-control" title="" value="${model.relatedUsername!}" required="" />
|
||||
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<input class="button btn btn-primary mr-3" type="button" id="generateAccountBtn" value="<@locale code="button.text.generate" />"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="account.relatedPassword" />:</th>
|
||||
<th><@locale code="account.relatedUsername" /></th>
|
||||
<td nowrap>
|
||||
<input type="password" id="relatedPassword" name="relatedPassword" class="form-control" title="" value="${model.relatedPassword!}" required="" />
|
||||
</td>
|
||||
<td>
|
||||
<input id="generateSecret" type="button" class="button btn btn-warning mr-3" style="width:75px" value="<@locale code="button.text.generate"/>"/>
|
||||
<input id="view" type="button" class="button btn btn-info mr-3" style="width:75px" value="<@locale code="button.text.view"/>"/>
|
||||
|
||||
</td>
|
||||
<div class="input-group mb-3" style="vertical-align: middle;">
|
||||
<input type="text" id="relatedUsername" name="relatedUsername" class="form-control" title="" value="${model.relatedUsername!}" required="" />
|
||||
<input class="button btn btn-primary mr-3" type="button" id="generateAccountBtn" value="<@locale code="button.text.generate" />"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" class="center">
|
||||
<th><@locale code="account.relatedPassword" /></th>
|
||||
<td nowrap>
|
||||
<div class="input-group mb-3" style="vertical-align: middle;">
|
||||
<input type="password" id="relatedPassword" name="relatedPassword" class="form-control" title="" value="${model.relatedPassword!}" required="" />
|
||||
<input id="generateSecret" type="button" class="button btn btn-primary mr-3" style="width:75px" value="<@locale code="button.text.generate"/>"/>
|
||||
<input id="view" type="button" class="button btn btn-primary mr-3" style="width:75px" value="<@locale code="button.text.view"/>"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="center">
|
||||
<input id="_method" type="hidden" name="_method" value="post"/>
|
||||
<input id="status" type="hidden" name="status" value="1"/>
|
||||
<input type="hidden" id="userId" name="userId" class="userId" title="" value="${model.userId!}"/>
|
||||
|
||||
@@ -57,23 +57,25 @@
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="account.username"/>:
|
||||
<@locale code="account.username"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" name="username" type="text" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</form>
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/accounts/forwardAdd"
|
||||
wwidth="960"
|
||||
wheight="600"
|
||||
target="window">
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/accounts/forwardUpdate"
|
||||
wwidth="700"
|
||||
wheight="400"
|
||||
@@ -94,14 +96,16 @@
|
||||
<tr>
|
||||
<td width="120px"><@locale code="apps.name"/></td>
|
||||
<td width="360px">
|
||||
<input class="form-control d-none appId" id="appId" name="appId" value="" type="text" >
|
||||
<input class="form-control d-none" id="parentId" name="parentId" value="" type="text" >
|
||||
<input class="form-control appName" style="width:200px;float: left;" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-success mr-3 window" style="float: left;" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
<div class="input-group mb-3" style="float: left;vertical-align: middle;">
|
||||
<input class="form-control d-none appId" id="appId" name="appId" value="" type="text" >
|
||||
<input class="form-control d-none" id="parentId" name="parentId" value="" type="text" >
|
||||
<input class="form-control appName" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-primary mr-3 window" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/apps/select"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
</div>
|
||||
</td>
|
||||
<td width="120px"><@locale code="account.relatedUsername"/></td>
|
||||
<td width="360px">
|
||||
|
||||
@@ -33,66 +33,53 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr style="display:none">
|
||||
<th><@locale code="userinfo.id" />:</th>
|
||||
<th><@locale code="userinfo.id" /></th>
|
||||
<td nowrap>
|
||||
<input required="" type="text" id="id" name="id" readonly class="form-control" title="" value="${model.id!}"/>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width: 150px;"><@locale code="userinfo.username" />:</th>
|
||||
<th style="width: 150px;"><@locale code="userinfo.username" /></th>
|
||||
<td nowrap style="width:400px">
|
||||
<input required="" readonly type="text" id="username" name="username" class="form-control username" title="" value="${model.username!}" required="" />
|
||||
|
||||
</td>
|
||||
<td >
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.displayName" />:</th>
|
||||
<th><@locale code="userinfo.displayName" /></th>
|
||||
<td nowrap>
|
||||
<input required="" readonly type="text" id="displayName" name="displayName" class="form-control displayName" title="" value="${model.displayName!}" required="" />
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.name" />:</th>
|
||||
<th><@locale code="apps.name" /></th>
|
||||
<td nowrap>
|
||||
<input required="" readonly type="text" id="appName" name="appName" class="form-control appName" title="" value="${model.appName!}" required="" />
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="account.relatedUsername" />:</th>
|
||||
<th><@locale code="account.relatedUsername" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="relatedUsername" name="relatedUsername" class="form-control" title="" value="${model.relatedUsername!}" required="" />
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="account.relatedPassword" />:</th>
|
||||
<th><@locale code="account.relatedPassword" /></th>
|
||||
<td nowrap>
|
||||
<input type="password" id="relatedPassword" name="relatedPassword" class="form-control" title="" value="${model.relatedPassword!}" required="" />
|
||||
</td>
|
||||
<td>
|
||||
<input id="generateSecret" type="button" class="button btn btn-warning mr-3" style="width:75px" value="<@locale code="button.text.generate"/>"/>
|
||||
<input id="view" type="button" class="button btn btn-info mr-3" style="width:75px" value="<@locale code="button.text.view"/>"/>
|
||||
|
||||
<div class="input-group mb-3" style="vertical-align: middle;">
|
||||
<input type="password" id="relatedPassword" name="relatedPassword" class="form-control" title="" value="${model.relatedPassword!}" required="" />
|
||||
<input id="generateSecret" type="button" class="button btn btn-primary mr-3" style="width:75px" value="<@locale code="button.text.generate"/>"/>
|
||||
<input id="view" type="button" class="button btn btn-primary mr-3" style="width:75px" value="<@locale code="button.text.view"/>"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.status" />:</th>
|
||||
<th><@locale code="common.text.status" /></th>
|
||||
<td nowrap>
|
||||
<select id="status" name="status" class="form-control form-select" >
|
||||
<option value="1" <#if 1==model.status!>selected</#if>><@locale code="common.text.status.activate"/></option>
|
||||
@@ -102,10 +89,9 @@
|
||||
|
||||
</select>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" class="center">
|
||||
<td colspan="2" class="center">
|
||||
<input id="_method" type="hidden" name="_method" value="post"/>
|
||||
<input type="hidden" id="userId" name="userId" class="userId" title="" value="${model.userId!}"/>
|
||||
<input type="hidden" id="appId" name="appId" class="appId" title="" value="${model.appId!}"/>
|
||||
|
||||
@@ -165,32 +165,34 @@ function showOrgsTree() {
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.id" />:</th>
|
||||
<th><@locale code="accounts.strategy.id" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="id" name="id" class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.name" />:</th>
|
||||
<th><@locale code="accounts.strategy.name" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="name" name="name" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.name"/>:</th>
|
||||
<th><@locale code="apps.name"/></th>
|
||||
<td nowrap>
|
||||
<input class="form-control appId" id="appId" name="appId" value="" type="hidden" >
|
||||
<input class="form-control" id="pid" name="pid" value="" type="hidden" >
|
||||
<input class="form-control appName" style="width:80%;float: left;" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-success mr-3 window" style="float: left;" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/apps/select"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
<div class="input-group mb-3" style="vertical-align: middle;">
|
||||
<input class="form-control appId" id="appId" name="appId" value="" type="hidden" >
|
||||
<input class="form-control" id="pid" name="pid" value="" type="hidden" >
|
||||
<input class="form-control appName" style="width:80%;float: left;" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-primary mr-3 window" style="float: left;" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/apps/select"
|
||||
wwidth="700"
|
||||
wheight="540"
|
||||
target="window">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.mapping" />:</th>
|
||||
<th><@locale code="accounts.strategy.mapping" /></th>
|
||||
<td nowrap>
|
||||
<select id="mapping" name="mapping" class="form-control form-select" >
|
||||
<option value="username" selected >
|
||||
@@ -215,13 +217,13 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.suffixes" />:</th>
|
||||
<th><@locale code="accounts.strategy.suffixes" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="suffixes" name="suffixes" class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.createType" />:</th>
|
||||
<th><@locale code="accounts.strategy.createType" /></th>
|
||||
<td nowrap>
|
||||
<select id="createType" name="createType" class="form-control form-select" >
|
||||
<option value="manual" selected >
|
||||
@@ -235,20 +237,20 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.orgidslist" />:</th>
|
||||
<th><@locale code="accounts.strategy.orgidslist" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="orgIdsListName" name="orgIdsListName" readonly class="form-control" title="" value="" onclick="showOrgsTree();"/>
|
||||
<input type="hidden" id="orgIdsList" name="orgIdsList" readonly class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.filters" />:</th>
|
||||
<th><@locale code="accounts.strategy.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="3" cols="20"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="2" cols="20"></textarea>
|
||||
</td>
|
||||
|
||||
@@ -49,27 +49,29 @@
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="accounts.strategy.name"/>:</td>
|
||||
<td width="120px"><@locale code="accounts.strategy.name"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/accountsstrategy/forwardAdd"
|
||||
wwidth="800"
|
||||
wheight="550"
|
||||
wheight="560"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/accountsstrategy/forwardUpdate"
|
||||
wwidth="800"
|
||||
wheight="550"
|
||||
@@ -82,10 +84,11 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<table data-url="<@base/>/accountsstrategy/grid"
|
||||
id="datagrid"
|
||||
|
||||
@@ -179,19 +179,19 @@ function showOrgsTree() {
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.id" />:</th>
|
||||
<th><@locale code="accounts.strategy.id" /></th>
|
||||
<td nowrap>
|
||||
<input id="id" type="text" readonly name="id" class="form-control" value="${model.id}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.name" />:</th>
|
||||
<th><@locale code="accounts.strategy.name" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="name" name="name" class="form-control" title="" value="${model.name!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.name"/>:</th>
|
||||
<th><@locale code="apps.name"/></th>
|
||||
<td nowrap>
|
||||
<input class="form-control appId" id="appId" name="appId" value="${model.appId!}" type="hidden" >
|
||||
<input class="form-control appName" readonly value="${model.appName!}" id="appName" name="appName" type="text" >
|
||||
@@ -199,7 +199,7 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.mapping" />:</th>
|
||||
<th><@locale code="accounts.strategy.mapping" /></th>
|
||||
<td nowrap>
|
||||
<select id="mapping" name="mapping" class="form-control form-select" >
|
||||
|
||||
@@ -226,13 +226,13 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.suffixes" />:</th>
|
||||
<th><@locale code="accounts.strategy.suffixes" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="suffixes" name="suffixes" class="form-control" title="" value="${model.suffixes!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.createType" />:</th>
|
||||
<th><@locale code="accounts.strategy.createType" /></th>
|
||||
<td nowrap>
|
||||
<select id="createType" name="createType" class="form-control form-select" >
|
||||
<option value="manual" <#if model.createType?contains("manual")>selected</#if> >
|
||||
@@ -246,20 +246,20 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.orgidslist" />:</th>
|
||||
<th><@locale code="accounts.strategy.orgidslist" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="orgIdsListName" name="orgIdsListName" readonly class="form-control" title="" value="" onclick="showOrgsTree();"/>
|
||||
<input type="hidden" id="orgIdsList" name="orgIdsList" readonly class="form-control" title="" value="${model.orgIdsList!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="accounts.strategy.filters" />:</th>
|
||||
<th><@locale code="accounts.strategy.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="3" cols="20">${model.filters!}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="2" cols="20">${model.description!}</textarea>
|
||||
</td>
|
||||
|
||||
@@ -32,29 +32,33 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="accounts.strategy.name"/>:</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div >
|
||||
<input class="button btn btn-primary mr-3" id="selectBtn" type="button" value="<@locale code="button.text.select"/>" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="accounts.strategy.name"/></td>
|
||||
<td width="300px">
|
||||
<form id="basic_search_form">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right" >
|
||||
<input class="button btn btn-primary mr-3" id="selectBtn" type="button" value="<@locale code="button.text.confirm"/>" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<table data-url="<@base/>/accountsstrategy/grid"
|
||||
id="datagrid"
|
||||
|
||||
@@ -40,30 +40,32 @@
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="apps.adapter.name"/>:</td>
|
||||
<td width="120px"><@locale code="apps.adapter.name"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/apps/adapters/forwardAdd"
|
||||
wwidth="700"
|
||||
wheight="350"
|
||||
wheight="370"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/apps/adapters/forwardUpdate"
|
||||
wwidth="700"
|
||||
wheight="350"
|
||||
wheight="370"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
@@ -78,7 +80,7 @@
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<table data-url="<@base/>/apps/adapters/grid"
|
||||
id="datagrid"
|
||||
data-toggle="table"
|
||||
|
||||
@@ -3,22 +3,22 @@
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.basic.info"/></td>
|
||||
<td colspan=4><h5><@locale code="apps.basic.info"/></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.id"/>:</th>
|
||||
<th><@locale code="apps.id"/></th>
|
||||
<td>
|
||||
<span id="id_text" style="width:100%;font-weight: bold;">${model.id!}</span>
|
||||
<input type="hidden" class="form-control" id="id" name="id" title="" value="${model.id!}"/>
|
||||
</td>
|
||||
<th><@locale code="apps.secret"/>:</th>
|
||||
<th><@locale code="apps.secret"/></th>
|
||||
<td>
|
||||
<span id="secret_text" style="width:100%;font-weight: bold;">${model.secret!}</span>
|
||||
<input type="hidden"class="form-control" id="secret" name="secret" title="" value="${model.secret!}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.name"/>:</th>
|
||||
<th><@locale code="apps.name"/></th>
|
||||
<td colspan="3">
|
||||
<input type="text"class="form-control" id="name" name="name" size="100" title="" value="" required="" />
|
||||
</td>
|
||||
@@ -30,7 +30,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.loginUrl"/>:</th>
|
||||
<th><@locale code="apps.loginUrl"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="logoutUrl" name="logoutUrl" size="100" title="" value="" />
|
||||
</td>
|
||||
@@ -44,18 +44,18 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.protocol"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.protocol"/></th>
|
||||
<td style="width:35%;" id="app_protocol_control">
|
||||
<span id="protocol_text" >${model.protocol!}</span>
|
||||
<input type="hidden"class="form-control" id="protocol" name="protocol" title="" value="${model.protocol!}"/>
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.category"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.category"/></th>
|
||||
<td style="width:35%;">
|
||||
<input type="text"class="form-control" id="category" name="category" title="" value="${model.category!}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.icon"/>:</th>
|
||||
<th><@locale code="apps.icon"/></th>
|
||||
<td>
|
||||
<input type="file" id="iconFile" class="form-control" name="iconFile" title="" value=""/>
|
||||
</td>
|
||||
@@ -65,11 +65,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.vendor"/>:</th>
|
||||
<th><@locale code="apps.vendor"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="vendor" name="vendor" title="" value=""/>
|
||||
</td>
|
||||
<th><@locale code="apps.vendor.url"/>:</th>
|
||||
<th><@locale code="apps.vendor.url"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="vendorUrl" name="vendorUrl" title="" value=""/>
|
||||
</td>
|
||||
@@ -84,20 +84,20 @@
|
||||
<option value="3" ><@locale code="apps.visible.intranet"/></option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="common.text.description"/>:</th>
|
||||
<th><@locale code="common.text.description"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="description" name="description" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.isAdapter" />:</th>
|
||||
<th><@locale code="apps.isAdapter" /></th>
|
||||
<td>
|
||||
<select id="isAdapter" name="isAdapter" class="form-control form-select" >
|
||||
<option value="0" selected><@locale code="apps.isAdapter.no" /></option>
|
||||
<option value="1"><@locale code="apps.isAdapter.yes" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.adapter" />:</th>
|
||||
<th><@locale code="apps.adapter" /></th>
|
||||
<td >
|
||||
<input type="hidden" class="form-control" id="adapterId" name="adapterId" title="" value=""/>
|
||||
<input type="text" class="form-control" id="adapterName" name="adapterName" title="" value="" style="width: 80%;float: left;"/>
|
||||
@@ -112,7 +112,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description"/>:</th>
|
||||
<th><@locale code="common.text.description"/></th>
|
||||
<td colspan =3>
|
||||
<input type="text" class="form-control" id="description" name="description" title="" value=""/>
|
||||
</td>
|
||||
|
||||
@@ -2,35 +2,35 @@
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.basic.info"/></td>
|
||||
<td colspan=4><h5><@locale code="apps.basic.info"/></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.id"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.id"/></th>
|
||||
<td style="width:35%;">
|
||||
<div style="width:100%;font-weight: bold;">${model.id!}</div>
|
||||
<input type="hidden" id="id" name="id" title="" value="${model.id!}"/>
|
||||
<input type="hidden" id="status" name="status" title="" value="${model.status!}"/>
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.secret"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.secret"/></th>
|
||||
<td style="width:35%;">
|
||||
<input type="text" id="secret" readonly style="width:80%;float: left;font-weight: bold;" class="form-control" name="secret" title="" value="${model.secret!}"/>
|
||||
<input id="generateSecret" type="button" class="button btn btn-warning mr-2" value="<@locale code="button.text.generate"/>"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.name"/>:</th>
|
||||
<th><@locale code="apps.name"/></th>
|
||||
<td colspan="3">
|
||||
<input type="text" class="form-control" id="name" name="name" title="" value="${model.name!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.loginUrl"/>:</th>
|
||||
<th><@locale code="apps.loginUrl"/></th>
|
||||
<td colspan="3">
|
||||
<input type="text" class="form-control" id="loginUrl" name="loginUrl" title="" value="${model.loginUrl!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.logoutUrl"/>:</th>
|
||||
<th><@locale code="apps.logoutUrl"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="logoutUrl" name="logoutUrl" title="" value="${model.logoutUrl!}" />
|
||||
</td>
|
||||
@@ -44,17 +44,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.protocol"/>:</th>
|
||||
<th><@locale code="apps.protocol"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="protocol" name="protocol" title="" value="${model.protocol!}"/>
|
||||
</td>
|
||||
<th><@locale code="apps.category"/>:</th>
|
||||
<th><@locale code="apps.category"/></th>
|
||||
<td>
|
||||
<input type="text"class="form-control" id="category" name="category" title="" value="${model.category!}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.icon"/>:</th>
|
||||
<th><@locale code="apps.icon"/></th>
|
||||
<td><img id="iconFileImg" height='30' src='<@base/>/image/${model.id!}'/>
|
||||
</td>
|
||||
<th><@locale code="common.text.sortindex"/></th>
|
||||
@@ -63,11 +63,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.vendor"/>:</th>
|
||||
<th><@locale code="apps.vendor"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="vendor" name="vendor" title="" value="${model.vendor!}"/>
|
||||
</td>
|
||||
<th><@locale code="apps.vendor.url"/>:</th>
|
||||
<th><@locale code="apps.vendor.url"/></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="vendorUrl" name="vendorUrl" title="" value="${model.vendorUrl!}"/>
|
||||
</td>
|
||||
@@ -93,14 +93,14 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.isAdapter" />:</th>
|
||||
<th><@locale code="apps.isAdapter" /></th>
|
||||
<td>
|
||||
<select id="isAdapter" name="isAdapter" class="form-control form-select">
|
||||
<option value="0" <#if 0==model.isAdapter>selected</#if> ><@locale code="apps.isAdapter.no"/></option>
|
||||
<option value="1" <#if 1==model.isAdapter>selected</#if> ><@locale code="apps.isAdapter.yes"/></option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.adapter" />:</th>
|
||||
<th><@locale code="apps.adapter" /></th>
|
||||
<td>
|
||||
<input type="hidden" class="form-control" id="adapterId" name="adapterId" title="" value="${model.adapterId!}"/>
|
||||
<input type="text" class="form-control" id="adapterName" name="adapterName" title="" value="${model.adapterName!}" style="width: 80%;float: left;"/>
|
||||
@@ -115,7 +115,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description"/>:</th>
|
||||
<th><@locale code="common.text.description"/></th>
|
||||
<td colspan =3>
|
||||
<input type="text" class="form-control" id="description" name="description" title="" value="${model.description!}"/>
|
||||
</td>
|
||||
|
||||
@@ -119,18 +119,20 @@
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="apps.name"/>:</td>
|
||||
<td width="120px"><@locale code="apps.name"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<div class="btn-group" style="width: 90px;">
|
||||
<button class="btn btn-success dropdown-toggle mr-3" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<button class="btn btn-primary dropdown-toggle mr-3" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<@locale code="button.text.add"/>
|
||||
</button>
|
||||
<ul class="dropdown-menu" style="" aria-labelledby="dropdownMenuButton">
|
||||
@@ -144,7 +146,7 @@
|
||||
<li><a class="dropdown-item" target="_blank" href="<@base/>/apps/basic/forwardAdd"> <@locale code="apps.protocol.basic" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<input class="button btn btn-info mr-3 " id="modifyApps" type="button" value="<@locale code="button.text.edit"/>" />
|
||||
<input class="button btn btn-primary mr-3 " id="modifyApps" type="button" value="<@locale code="button.text.edit"/>" />
|
||||
<input class="button btn btn-danger mr-3 " id="deleteApps" type="button" value="<@locale code="button.text.delete"/>" />
|
||||
</div>
|
||||
</td>
|
||||
|
||||
@@ -6,36 +6,42 @@
|
||||
<#include "../appCommonHead.ftl"/>
|
||||
</head>
|
||||
<body>
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/basic/add"
|
||||
forward="<@base/>/apps/list"
|
||||
enctype="multipart/form-data"
|
||||
class="needs-validation" novalidate>
|
||||
<!-- content -->
|
||||
<!--table-->
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td ><#include "../appAddCommon.ftl"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4>
|
||||
<input class="button" id="status" type="hidden" name="status" value="1"/>
|
||||
<input class="button btn btn-primary mr-3" id="submitBtn" type="submit" value="<@locale code="button.text.save" />"/>
|
||||
<input class="button btn btn-secondary mr-3" id="backBtn" type="button" value="<@locale code="button.text.close" />"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/basic/add"
|
||||
forward="<@base/>/apps/list"
|
||||
enctype="multipart/form-data"
|
||||
class="needs-validation" novalidate>
|
||||
<!-- content -->
|
||||
<!--table-->
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td ><#include "../appAddCommon.ftl"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4>
|
||||
<input class="button" id="status" type="hidden" name="status" value="1"/>
|
||||
<input class="button btn btn-primary mr-3" id="submitBtn" type="submit" value="<@locale code="button.text.save" />"/>
|
||||
<input class="button btn btn-secondary mr-3" id="backBtn" type="button" value="<@locale code="button.text.close" />"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,36 +7,42 @@
|
||||
<#setting number_format="#">
|
||||
</head>
|
||||
<body>
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/basic/update"
|
||||
forward="<@base/>/apps/list"
|
||||
enctype="multipart/form-data"
|
||||
class="needs-validation" novalidate>
|
||||
<!-- content -->
|
||||
<!--table-->
|
||||
<table class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td ><#include "../appUpdateCommon.ftl"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4>
|
||||
<input class="button btn btn-primary mr-3" id="submitBtn" type="submit" value="<@locale code="button.text.save" />"/>
|
||||
<input class="button btn btn-secondary mr-3" id="backBtn" type="button" value="<@locale code="button.text.close" />"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/basic/update"
|
||||
forward="<@base/>/apps/list"
|
||||
enctype="multipart/form-data"
|
||||
class="needs-validation" novalidate>
|
||||
<!-- content -->
|
||||
<!--table-->
|
||||
<table class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td ><#include "../appUpdateCommon.ftl"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4>
|
||||
<input class="button btn btn-primary mr-3" id="submitBtn" type="submit" value="<@locale code="button.text.save" />"/>
|
||||
<input class="button btn btn-secondary mr-3" id="backBtn" type="button" value="<@locale code="button.text.close" />"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -20,6 +20,9 @@ $(function(){
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/cas/add"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -37,22 +40,22 @@ $(function(){
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.cas.info"/></td>
|
||||
<td colspan=4><h5><@locale code="apps.cas.info"/></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.cas.service"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.cas.service"/></th>
|
||||
<td colspan=3>
|
||||
<input type="text" id="service" class="form-control" name="service" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.cas.callbackUrl"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.cas.callbackUrl"/></th>
|
||||
<td colspan=3>
|
||||
<input type="text" class="form-control" id="callbackUrl" name="callbackUrl" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.cas.expires"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.cas.expires"/></th>
|
||||
<td colspan=3>
|
||||
<input type="text" class="form-control" id="expires" name="expires" title="" value="" required="30" />
|
||||
</td>
|
||||
@@ -71,9 +74,9 @@ $(function(){
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -37,6 +37,9 @@ $(function(){
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/cas/update"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -54,23 +57,23 @@ $(function(){
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan=4><@locale code="apps.cas.info"/></th>
|
||||
<th colspan=4><h5><@locale code="apps.cas.info"/></h5></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.cas.service"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.cas.service"/></th>
|
||||
<td colspan=3>
|
||||
<input type="text" class="form-control" id="service" name="service" title="" value="${model.service}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.cas.callbackUrl"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.cas.callbackUrl"/></th>
|
||||
<td colspan=3>
|
||||
<input type="text" class="form-control" id="callbackUrl" name="callbackUrl" title="" value="${model.callbackUrl}" required="" />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.cas.expires"/>:</th>
|
||||
<th style="width:15%;"><@locale code="apps.cas.expires"/></th>
|
||||
<td colspan=3>
|
||||
<input type="text" class="form-control" id="expires" name="expires" title="" value="${model.expires}" required="30" />
|
||||
</td>
|
||||
@@ -90,5 +93,8 @@ $(function(){
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -26,6 +26,9 @@ $(function(){
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/extendapi/add"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -113,5 +116,8 @@ $(function(){
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -26,6 +26,9 @@ $(function(){
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/extendapi/update"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -111,5 +114,8 @@ $(function(){
|
||||
<input class="button btn btn-primary mr-3" id="submitBtn" type="submit" value="<@locale code="button.text.save" />"/>
|
||||
<input class="button btn btn-secondary mr-3" id="backBtn" type="button" value="<@locale code="button.text.close" />"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -26,6 +26,9 @@ $(function(){
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/formbased/add"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -44,7 +47,7 @@ $(function(){
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.formbased.info"/></td>
|
||||
<td colspan=4><h5><@locale code="apps.formbased.info"/></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.formbased.redirectUri"/>:</th>
|
||||
@@ -148,5 +151,8 @@ $(function(){
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -26,6 +26,9 @@ $(function(){
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/formbased/update"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -44,7 +47,7 @@ $(function(){
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.formbased.info"/></td>
|
||||
<td colspan=4><h5><@locale code="apps.formbased.info"/></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.formbased.redirectUri"/>:</th>
|
||||
@@ -135,5 +138,8 @@ $(function(){
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -6,6 +6,9 @@
|
||||
<#include "../appCommonHead.ftl"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/jwt/add"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -23,29 +26,29 @@
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.jwt.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.jwt.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.redirectUri" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.redirectUri" /></th>
|
||||
<td style="width:35%;" colspan=3>
|
||||
<input type="text" class="form-control" id="redirectUri" name="redirectUri" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th ><@locale code="apps.jwt.tokenType" />:</th>
|
||||
<th ><@locale code="apps.jwt.tokenType" /></th>
|
||||
<td >
|
||||
<select id="tokenType" name="tokenType" class="form-control form-select">
|
||||
<option value="POST">安全令牌(TOKEN POST)</option>
|
||||
<option value="LTPA">轻量级认证(LTPA COOKIE)</option>
|
||||
</select>
|
||||
</td>
|
||||
<th ><@locale code="apps.jwt.cookieName" />:</th>
|
||||
<th ><@locale code="apps.jwt.cookieName" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="cookieName" name="cookieName" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.algorithm" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.algorithm" /></th>
|
||||
<td style="width:35%;">
|
||||
<select id="algorithm" name="algorithm" class="form-control form-select">
|
||||
<option value="DES">DES</option>
|
||||
@@ -57,7 +60,7 @@
|
||||
</select>
|
||||
<b class="orange">*</b><label for="algorithm"></label>
|
||||
</td>
|
||||
<th width="140px"><@locale code="apps.jwt.algorithmKey" />:</th>
|
||||
<th width="140px"><@locale code="apps.jwt.algorithmKey" /></th>
|
||||
<td width="340px">
|
||||
<span id="algorithmKey_text">${model.algorithmKey!}</span>
|
||||
<input type="hidden" class="form-control" id="algorithmKey" name="algorithmKey" title="" value="${model.algorithmKey!}"/>
|
||||
@@ -65,11 +68,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.jwt.content" />:</th>
|
||||
<th><@locale code="apps.jwt.content" /></th>
|
||||
<td>
|
||||
<#include "../userPropertys.ftl"/>
|
||||
</td>
|
||||
<th><@locale code="apps.jwt.expires" />:</th>
|
||||
<th><@locale code="apps.jwt.expires" /></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="expires" name="expires" title="" value="1" required="" />
|
||||
</td>
|
||||
@@ -91,5 +94,8 @@
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,6 +7,9 @@
|
||||
<#setting number_format="#">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/jwt/update"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -25,30 +28,30 @@
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.jwt.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.jwt.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.redirectUri" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.redirectUri" /></th>
|
||||
<td colspan=3>
|
||||
<input type="text" id="redirectUri" class="form-control" name="redirectUri" title="" value="${model.redirectUri}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th ><@locale code="apps.jwt.tokenType" />:</th>
|
||||
<th ><@locale code="apps.jwt.tokenType" /></th>
|
||||
<td >
|
||||
<select id="tokenType" name="tokenType" class="form-control form-select">
|
||||
<option value="POST" <#if 'POST'==model.tokenType>selected</#if> >安全令牌(TOKEN POST)</option>
|
||||
<option value="LTPA" <#if 'LTPA'==model.tokenType>selected</#if> >轻量级认证(LTPA COOKIE)</option>
|
||||
</select>
|
||||
</td>
|
||||
<th ><@locale code="apps.jwt.cookieName" />:</th>
|
||||
<th ><@locale code="apps.jwt.cookieName" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="cookieName" name="cookieName" title="" value="${model.cookieName!}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.algorithm" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.algorithm" /></th>
|
||||
<td style="width:35%;">
|
||||
<select id="algorithm" name="algorithm" class="form-control form-select" >
|
||||
<option value="DES" <#if 'DES'==model.algorithm>selected</#if> >DES</option>
|
||||
@@ -60,7 +63,7 @@
|
||||
|
||||
</select>
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.algorithmKey" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.jwt.algorithmKey" /></th>
|
||||
<td style="width:35%;">
|
||||
<span id="algorithmKey_text">${model.algorithmKey}</span>
|
||||
<input type="hidden" id="algorithmKey" name="algorithmKey" title="" value="${model.algorithmKey}"/>
|
||||
@@ -68,11 +71,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.jwt.content" />:</th>
|
||||
<th><@locale code="apps.jwt.content" /></th>
|
||||
<td >
|
||||
<#include "../userPropertys.ftl"/>
|
||||
</td>
|
||||
<th><@locale code="apps.jwt.expires" />:</th>
|
||||
<th><@locale code="apps.jwt.expires" /></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="expires" name="expires" title="" value="${model.expires}" required="" />
|
||||
</td>
|
||||
@@ -91,5 +94,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -21,6 +21,9 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/oauth20/add"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -39,15 +42,15 @@
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.oauth.v2.0.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.oauth.v2.0.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientId" />:</th>
|
||||
<tr class="d-none">
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientId" /></th>
|
||||
<td style="width:35%;">${model.clientId}
|
||||
<input type="hidden" class="form-control" id="clientId" name="clientId" title="" value="${model.clientId}"/>
|
||||
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientSecret" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientSecret" /></th>
|
||||
<td style="width:35%;">
|
||||
<span id="clientSecret_text">${model.clientSecret}</span>
|
||||
<input type="hidden" class="form-control" id="clientSecret" name="clientSecret" title="" value="${model.clientSecret}"/>
|
||||
@@ -55,7 +58,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.scope" />:</th>
|
||||
<th><@locale code="apps.oauth.scope" /></th>
|
||||
<td colspan="3">
|
||||
<table class="hidetable" style="width:100%;">
|
||||
<tr>
|
||||
@@ -74,7 +77,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.GrantTypes" />:</th>
|
||||
<th><@locale code="apps.oauth.GrantTypes" /></th>
|
||||
<td colspan="3">
|
||||
<table class="hidetable" style="width:100%;">
|
||||
<tr>
|
||||
@@ -91,26 +94,26 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.registeredRedirectUris" />:</th>
|
||||
<th><@locale code="apps.oauth.registeredRedirectUris" /></th>
|
||||
<td colspan=3>
|
||||
<textarea class="form-control" id="registeredRedirectUris" name="registeredRedirectUris" rows="4" cols="60"></textarea>
|
||||
<b class="orange">*</b><label for="registeredRedirectUris"></label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.accessTokenValiditySeconds" />:</th>
|
||||
<th><@locale code="apps.oauth.accessTokenValiditySeconds" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="accessTokenValiditySeconds" name="accessTokenValiditySeconds" title="" value="180"/>
|
||||
<b class="orange">*</b><label for="accessTokenValiditySeconds"></label>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.refreshTokenValiditySeconds" />:</th>
|
||||
<th><@locale code="apps.oauth.refreshTokenValiditySeconds" /></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="refreshTokenValiditySeconds" name="refreshTokenValiditySeconds" title="" value="180"/>
|
||||
<b class="orange">*</b><label for="refreshTokenValiditySeconds"></label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>PKCE:</th>
|
||||
<th>PKCE</th>
|
||||
<td >
|
||||
<select id="pkce" name="pkce" class="form-control form-select">
|
||||
<option value="yes" >
|
||||
@@ -119,7 +122,7 @@
|
||||
<@locale code="common.text.no" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.approvalPrompt" />:</th>
|
||||
<th><@locale code="apps.oauth.approvalPrompt" /></th>
|
||||
<td >
|
||||
<select id="approvalPrompt" name="approvalPrompt" class="form-control form-select" >
|
||||
<option value="force" selected>
|
||||
@@ -131,10 +134,10 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.oauth.connect.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.oauth.connect.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.idTokenSigningAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.idTokenSigningAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="idTokenSigningAlgorithm" name="idTokenSigningAlgorithm" class="form-control form-select" >
|
||||
<option value="none" selected>No digital signature</option>
|
||||
@@ -149,7 +152,7 @@
|
||||
<option value="ES512" >ECDSA using P-512 curve and SHA-512 hash algorithm</option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.connect.userInfoSigningAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.userInfoSigningAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="userInfoSigningAlgorithm" name="userInfoSigningAlgorithm" class="form-control form-select" >
|
||||
<option value="none" selected>No digital signature</option>
|
||||
@@ -166,13 +169,13 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.jwksUri" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.jwksUri" /></th>
|
||||
<td colspan =3>
|
||||
<input type="text" class="form-control" id="jwksUri" name="jwksUri" title="" value="${model.jwksUri!}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptedAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptedAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="idTokenEncryptedAlgorithm" name="idTokenEncryptedAlgorithm" class="form-control form-select" >
|
||||
<option value="none" selected >No encryption</option>
|
||||
@@ -187,7 +190,7 @@
|
||||
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptedAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptedAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="userInfoEncryptedAlgorithm" name="userInfoEncryptedAlgorithm" class="form-control form-select" >
|
||||
<option value="none" selected >No encryption</option>
|
||||
@@ -205,7 +208,7 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptionMethod" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptionMethod" /></th>
|
||||
<td >
|
||||
<select id="idTokenEncryptionMethod" name="idTokenEncryptionMethod" class="form-control form-select" >
|
||||
<option value="none" selected>No encryption</option>
|
||||
@@ -215,7 +218,7 @@
|
||||
<option value="A256GCM" >AES GCM using 256 bit keys</option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptionMethod" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptionMethod" /></th>
|
||||
<td >
|
||||
<select id="userInfoEncryptionMethod" name="userInfoEncryptionMethod" class="form-control form-select" >
|
||||
<option value="none" selected>No encryption</option>
|
||||
@@ -241,5 +244,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,6 +7,9 @@
|
||||
<#setting number_format="#">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/oauth20/update"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -25,16 +28,16 @@
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.oauth.v2.0.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.oauth.v2.0.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientId" />:</th>
|
||||
<tr class="d-none">
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientId" /></th>
|
||||
<td style="width:35%;">
|
||||
<span id="clientId_text">${model.clientId}</span>
|
||||
<input type="hidden" class="form-control" id="clientId" name="clientId" title="" value="${model.clientId}"/>
|
||||
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientSecret" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.oauth.v2.0.clientSecret" /></th>
|
||||
<td style="width:35%;">
|
||||
<span id="clientSecret_text">${model.clientSecret}</span>
|
||||
<input type="hidden" class="form-control" id="clientSecret" name="clientSecret" title="" value="${model.clientSecret}"/>
|
||||
@@ -42,7 +45,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.scope" />:</th>
|
||||
<th><@locale code="apps.oauth.scope" /></th>
|
||||
<td colspan="3">
|
||||
<table class="hidetable" style="width:100%;">
|
||||
<tr>
|
||||
@@ -61,7 +64,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.GrantTypes" />:</th>
|
||||
<th><@locale code="apps.oauth.GrantTypes" /></th>
|
||||
<td colspan="3">
|
||||
<table class="hidetable" style="width:100%;">
|
||||
<tr>
|
||||
@@ -78,26 +81,26 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.registeredRedirectUris" />:</th>
|
||||
<th><@locale code="apps.oauth.registeredRedirectUris" /></th>
|
||||
<td colspan=3>
|
||||
<textarea class="form-control" id="registeredRedirectUris" name="registeredRedirectUris" rows="4" cols="60" required="" >${model.registeredRedirectUris}</textarea>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.accessTokenValiditySeconds" />:</th>
|
||||
<th><@locale code="apps.oauth.accessTokenValiditySeconds" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="accessTokenValiditySeconds" name="accessTokenValiditySeconds" title="" value="${model.accessTokenValiditySeconds}"/>
|
||||
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.refreshTokenValiditySeconds" />:</th>
|
||||
<th><@locale code="apps.oauth.refreshTokenValiditySeconds" /></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="refreshTokenValiditySeconds" name="refreshTokenValiditySeconds" title="" value="${model.refreshTokenValiditySeconds}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>PKCE:</th>
|
||||
<th>PKCE</th>
|
||||
<td >
|
||||
<select id="pkce" name="pkce" class="form-control form-select">
|
||||
<option value="yes" <#if "yes"==model.pkce?default("yes") >selected</#if>>
|
||||
@@ -106,7 +109,7 @@
|
||||
<@locale code="common.text.no" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.approvalPrompt" />:</th>
|
||||
<th><@locale code="apps.oauth.approvalPrompt" /></th>
|
||||
<td >
|
||||
<select id="approvalPrompt" name="approvalPrompt" class="form-control form-select">
|
||||
<option value="force" <#if ""==model.approvalPrompt?default("") >selected</#if>>
|
||||
@@ -117,7 +120,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.idTokenSigningAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.idTokenSigningAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="idTokenSigningAlgorithm" name="idTokenSigningAlgorithm" class="form-control form-select">
|
||||
<option value="none" <#if 'none' ==model.idTokenSigningAlgorithm >selected</#if>>No digital signature</option>
|
||||
@@ -132,7 +135,7 @@
|
||||
<option value="ES512" <#if 'ES512'==model.idTokenSigningAlgorithm >selected</#if>>ECDSA using P-512 curve and SHA-512 hash algorithm</option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.connect.userInfoSigningAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.userInfoSigningAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="userInfoSigningAlgorithm" name="userInfoSigningAlgorithm" class="form-control form-select">
|
||||
<option value="none" <#if 'none' ==model.userInfoSigningAlgorithm >selected</#if>>No digital signature</option>
|
||||
@@ -149,13 +152,13 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.jwksUri" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.jwksUri" /></th>
|
||||
<td colspan =3>
|
||||
<input type="text" class="form-control" id="jwksUri" name="jwksUri" title="" value="${model.jwksUri!}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptedAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptedAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="idTokenEncryptedAlgorithm" name="idTokenEncryptedAlgorithm" class="form-control form-select">
|
||||
<option value="none" <#if 'none'==model.idTokenEncryptedAlgorithm >selected</#if> >No encryption</option>
|
||||
@@ -170,7 +173,7 @@
|
||||
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptedAlgorithm" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptedAlgorithm" /></th>
|
||||
<td >
|
||||
<select id="userInfoEncryptedAlgorithm" name="userInfoEncryptedAlgorithm" class="form-control form-select">
|
||||
<option value="none" <#if 'none'==model.userInfoEncryptedAlgorithm >selected</#if> >No encryption</option>
|
||||
@@ -188,7 +191,7 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptionMethod" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.idTokenEncryptionMethod" /></th>
|
||||
<td >
|
||||
<select id="idTokenEncryptionMethod" name="idTokenEncryptionMethod" class="form-control form-select">
|
||||
<option value="none" <#if 'none'==model.idTokenEncryptionMethod >selected</#if>>No encryption</option>
|
||||
@@ -198,7 +201,7 @@
|
||||
<option value="A256GCM" <#if 'A256GCM'==model.idTokenEncryptionMethod >selected</#if>>AES GCM using 256 bit keys</option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptionMethod" />:</th>
|
||||
<th><@locale code="apps.oauth.connect.userInfoEncryptionMethod" /></th>
|
||||
<td >
|
||||
<select id="userInfoEncryptionMethod" name="userInfoEncryptionMethod" class="form-control form-select">
|
||||
<option value="none" <#if 'none'==model.userInfoEncryptionMethod >selected</#if>>No encryption</option>
|
||||
@@ -219,5 +222,8 @@
|
||||
<input class="button btn btn-primary mr-3" id="submitBtn" type="submit" value="<@locale code="button.text.save" />"/>
|
||||
<input class="button btn btn-secondary mr-3" id="backBtn" type="button" value="<@locale code="button.text.close" />"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -22,6 +22,9 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/saml20/add"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -40,32 +43,32 @@
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.saml.v2.0.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.saml.v2.0.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.spAcsUrl" />:</th>
|
||||
<th><@locale code="apps.saml.spAcsUrl" /></th>
|
||||
<td colspan =3>
|
||||
<input type="text" class="form-control" id="spAcsUrl" name="spAcsUrl" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.entityId" />:</th>
|
||||
<th><@locale code="apps.saml.entityId" /></th>
|
||||
<td colspan =3>
|
||||
<input type="text" class="form-control" id="entityId" name="entityId" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.issuer" />:</th>
|
||||
<th><@locale code="apps.saml.issuer" /></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="issuer" name="issuer" title="" value="" />
|
||||
</td>
|
||||
<th><@locale code="apps.saml.audience" />:</th>
|
||||
<th><@locale code="apps.saml.audience" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="audience" name="audience" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.signature" />:</th>
|
||||
<th><@locale code="apps.saml.signature" /></th>
|
||||
<td>
|
||||
<select id="signature" name="signature" class="form-control form-select" >
|
||||
<option value="RSAwithSHA1" selected>RSAwithSHA1</option>
|
||||
@@ -87,7 +90,7 @@
|
||||
<option value="HMAC-RIPEMD160" >HMAC-RIPEMD160</option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.saml.digestMethod" />:</th>
|
||||
<th><@locale code="apps.saml.digestMethod" /></th>
|
||||
<td>
|
||||
<select id="digestMethod" name="digestMethod" class="form-control form-select" >
|
||||
<option value="MD5" >MD5</option>
|
||||
@@ -101,7 +104,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<th><@locale code="apps.saml.nameidFormat" />:</th>
|
||||
<th><@locale code="apps.saml.nameidFormat" /></th>
|
||||
<td>
|
||||
<select id="nameidFormat" name="nameidFormat" class="form-control form-select" >
|
||||
<option value="persistent" selected>persistent</option>
|
||||
@@ -115,7 +118,7 @@
|
||||
</select>
|
||||
<b class="orange">*</b><label for="fileType"></label>
|
||||
</td>
|
||||
<th><@locale code="apps.saml.nameIdConvert" />:</th>
|
||||
<th><@locale code="apps.saml.nameIdConvert" /></th>
|
||||
<td>
|
||||
<select id="nameIdConvert" name="nameIdConvert" class="form-control form-select" >
|
||||
<option value="0" selected>
|
||||
@@ -130,7 +133,7 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.saml.binding" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.saml.binding" /></th>
|
||||
<td style="width:35%;">
|
||||
<select id="binding" name="binding" class="form-control form-select" >
|
||||
<option value="Redirect-Post" selected>Redirect-Post</option>
|
||||
@@ -142,14 +145,14 @@
|
||||
</select>
|
||||
<b class="orange">*</b><label for="binding"></label>
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.saml.validityInterval" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.saml.validityInterval" /></th>
|
||||
<td style="width:35%;">
|
||||
<input type="text" class="form-control" id="validityInterval" name="validityInterval" title="" value="15" required="" />
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.fileType" />:</th>
|
||||
<th><@locale code="apps.saml.fileType" /></th>
|
||||
<td>
|
||||
<select id="fileType" name="fileType" class="form-control form-select" >
|
||||
<option value="certificate"><@locale code="apps.saml.fileType.certificate" /></option>
|
||||
@@ -158,7 +161,7 @@
|
||||
</select>
|
||||
<b class="orange">*</b><label for="fileType"></label>
|
||||
</td>
|
||||
<th><@locale code="apps.saml.metaFile" />:</th>
|
||||
<th><@locale code="apps.saml.metaFile" /></th>
|
||||
<td nowrap >
|
||||
<div class="MetaFile" style="float: left;">
|
||||
<img id="metaFileImg" height="40" width="80" alt="upload certificate or metadata file" src="<@base />/static/images/cert.png">
|
||||
@@ -171,7 +174,7 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.encrypted" />:</th>
|
||||
<th><@locale code="apps.saml.encrypted" /></th>
|
||||
<td >
|
||||
<select id="encrypted" name="encrypted" class="form-control form-select" >
|
||||
<option value="0" selected>
|
||||
@@ -199,5 +202,8 @@
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -22,6 +22,9 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/saml20/update"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -40,16 +43,16 @@
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.saml.v2.0.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.saml.v2.0.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.spAcsUrl" />:</th>
|
||||
<th><@locale code="apps.saml.spAcsUrl" /></th>
|
||||
<td colspan =3>
|
||||
<input type="text" class="form-control" id="spAcsUrl" name="spAcsUrl" title="" value="${model.spAcsUrl!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.entityId" />:</th>
|
||||
<th><@locale code="apps.saml.entityId" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="entityId" name="entityId" title="" value="${model.entityId!}" />
|
||||
</td>
|
||||
@@ -59,17 +62,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.issuer" />:</th>
|
||||
<th><@locale code="apps.saml.issuer" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="issuer" name="issuer" title="" value="${model.issuer!}" />
|
||||
</td>
|
||||
<th><@locale code="apps.saml.audience" />:</th>
|
||||
<th><@locale code="apps.saml.audience" /></th>
|
||||
<td colspan =2>
|
||||
<input type="text" class="form-control" id="audience" name="audience" title="" value="${model.audience!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.signature" />:</th>
|
||||
<th><@locale code="apps.saml.signature" /></th>
|
||||
<td>
|
||||
<select id="signature" name="signature" class="form-control form-select" >
|
||||
<option value="RSAwithSHA1" <#if 'RSAwithSHA1'==model.signature>selected</#if>>RSAwithSHA1</option>
|
||||
@@ -91,7 +94,7 @@
|
||||
<option value="HMAC-RIPEMD160" <#if 'HMAC-RIPEMD160'==model.signature>selected</#if>>HMAC-RIPEMD160</option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.saml.digestMethod" />:</th>
|
||||
<th><@locale code="apps.saml.digestMethod" /></th>
|
||||
<td>
|
||||
<select id="digestMethod" name="digestMethod" class="form-control form-select" >
|
||||
<option value="MD5" <#if 'MD5'==model.digestMethod>selected</#if>>MD5</option>
|
||||
@@ -105,7 +108,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.saml.nameidFormat" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.saml.nameidFormat" /></th>
|
||||
<td style="width:35%;">
|
||||
<select id="nameidFormat" name="nameidFormat" class="form-control form-select" >
|
||||
<option value="persistent" <#if 'persistent'==model.nameidFormat>selected</#if>>persistent</option>
|
||||
@@ -118,7 +121,7 @@
|
||||
<option value="custom" <#if 'custom'==model.nameidFormat>selected</#if>>user custom persistent </option>
|
||||
</select>
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.saml.nameIdConvert" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.saml.nameIdConvert" /></th>
|
||||
<td style="width:35%;">
|
||||
<select id="nameIdConvert" name="nameIdConvert" class="form-control form-select" >
|
||||
<option value="0" <#if 0==model.nameIdConvert>selected</#if>>
|
||||
@@ -131,7 +134,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.binding" />:</th>
|
||||
<th><@locale code="apps.saml.binding" /></th>
|
||||
<td>
|
||||
<select id="binding" name="binding" class="form-control form-select" >
|
||||
<option value="Redirect-Post" <#if 'Redirect-Post'==model.binding>selected</#if>>Redirect-Post</option>
|
||||
@@ -143,14 +146,14 @@
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<th><@locale code="apps.saml.validityInterval" />:</th>
|
||||
<th><@locale code="apps.saml.validityInterval" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="validityInterval" name="validityInterval" title="" value="${model.validityInterval}"/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.fileType" />:</th>
|
||||
<th><@locale code="apps.saml.fileType" /></th>
|
||||
<td>
|
||||
<select id="fileType" name="fileType" class="form-control form-select" >
|
||||
<option value="certificate" selected><@locale code="apps.saml.fileType.certificate" /></option>
|
||||
@@ -158,7 +161,7 @@
|
||||
<option value="metadata_url" ><@locale code="apps.saml.fileType.metadata.url" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<th><@locale code="apps.saml.metaFile" />:</th>
|
||||
<th><@locale code="apps.saml.metaFile" /></th>
|
||||
<td>
|
||||
<div class="MetaFile" style="float: left;">
|
||||
<img id="metaFileImg" height="40" width="80" alt="upload certificate or metadata file" src="<@base />/static/images/cert.png">
|
||||
@@ -171,7 +174,7 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.encrypted" />:</th>
|
||||
<th><@locale code="apps.saml.encrypted" /></th>
|
||||
<td >
|
||||
<select id="encrypted" name="encrypted" class="form-control form-select" >
|
||||
<option value="0" <#if 0==model.encrypted>selected</#if>>
|
||||
@@ -186,15 +189,15 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.certIssuer" />:</th>
|
||||
<th><@locale code="apps.saml.certIssuer" /></th>
|
||||
<td>${model.certIssuer!}
|
||||
</td>
|
||||
<th><@locale code="apps.saml.certExpiration" />:</th>
|
||||
<th><@locale code="apps.saml.certExpiration" /></th>
|
||||
<td>${model.certExpiration!}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.saml.certSubject" />:</th>
|
||||
<th><@locale code="apps.saml.certSubject" /></th>
|
||||
<td colspan =3>${model.certSubject!}
|
||||
</td>
|
||||
</tr>
|
||||
@@ -211,5 +214,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -27,17 +27,19 @@
|
||||
<div>
|
||||
<table class="table table-bordered" >
|
||||
<tr>
|
||||
<td width="120px"><@locale code="apps.name"/>:</td>
|
||||
<td width="120px"><@locale code="apps.name"/></td>
|
||||
<td width="300px" nowrap>
|
||||
<form id="basic_search_form">
|
||||
<input type="text" class="form-control" name="name" >
|
||||
<input type="hidden" class="form-control" name="accountMgmt" value="${accountMgmt}">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input type="text" class="form-control" name="name" >
|
||||
<input type="hidden" class="form-control" name="accountMgmt" value="${accountMgmt}">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-success mr-3" id="selectBtn" type="button" value="<@locale code="button.text.select"/>" />
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="selectBtn" type="button" value="<@locale code="button.text.confirm"/>" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
<#include "../appCommonHead.ftl"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/tokenbased/add"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -23,29 +26,29 @@
|
||||
<table width="960" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.tokenbased.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.tokenbased.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.redirectUri" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.redirectUri" /></th>
|
||||
<td style="width:35%;" colspan=3>
|
||||
<input type="text" class="form-control" id="redirectUri" name="redirectUri" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th ><@locale code="apps.tokenbased.tokenType" />:</th>
|
||||
<th ><@locale code="apps.tokenbased.tokenType" /></th>
|
||||
<td >
|
||||
<select id="tokenType" name="tokenType" class="form-control form-select">
|
||||
<option value="POST">安全令牌(TOKEN POST)</option>
|
||||
<option value="LTPA">轻量级认证(LTPA COOKIE)</option>
|
||||
</select>
|
||||
</td>
|
||||
<th ><@locale code="apps.tokenbased.cookieName" />:</th>
|
||||
<th ><@locale code="apps.tokenbased.cookieName" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="cookieName" name="cookieName" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.algorithm" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.algorithm" /></th>
|
||||
<td style="width:35%;">
|
||||
<select id="algorithm" name="algorithm" class="form-control form-select">
|
||||
<option value="DES">DES</option>
|
||||
@@ -57,7 +60,7 @@
|
||||
</select>
|
||||
<b class="orange">*</b><label for="algorithm"></label>
|
||||
</td>
|
||||
<th width="140px"><@locale code="apps.tokenbased.algorithmKey" />:</th>
|
||||
<th width="140px"><@locale code="apps.tokenbased.algorithmKey" /></th>
|
||||
<td width="340px">
|
||||
<span id="algorithmKey_text">${model.algorithmKey!}</span>
|
||||
<input type="hidden" class="form-control" id="algorithmKey" name="algorithmKey" title="" value="${model.algorithmKey!}"/>
|
||||
@@ -65,11 +68,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.tokenbased.token.content" />:</th>
|
||||
<th><@locale code="apps.tokenbased.token.content" /></th>
|
||||
<td>
|
||||
<#include "../userPropertys.ftl"/>
|
||||
</td>
|
||||
<th><@locale code="apps.tokenbased.expires" />:</th>
|
||||
<th><@locale code="apps.tokenbased.expires" /></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="expires" name="expires" title="" value="1" required="" />
|
||||
</td>
|
||||
@@ -91,5 +94,8 @@
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,6 +7,9 @@
|
||||
<#setting number_format="#">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form id="actionForm_app" method="post" type="label" autoclose="true" closeWindow="true"
|
||||
action="<@base/>/apps/tokenbased/update"
|
||||
forward="<@base/>/apps/list"
|
||||
@@ -25,30 +28,30 @@
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td colspan=4><@locale code="apps.tokenbased.info" /></td>
|
||||
<td colspan=4><h5><@locale code="apps.tokenbased.info" /></h5></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.redirectUri" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.redirectUri" /></th>
|
||||
<td colspan=3>
|
||||
<input type="text" id="redirectUri" class="form-control" name="redirectUri" title="" value="${model.redirectUri}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th ><@locale code="apps.tokenbased.tokenType" />:</th>
|
||||
<th ><@locale code="apps.tokenbased.tokenType" /></th>
|
||||
<td >
|
||||
<select id="tokenType" name="tokenType" class="form-control form-select">
|
||||
<option value="POST" <#if 'POST'==model.tokenType>selected</#if> >安全令牌(TOKEN POST)</option>
|
||||
<option value="LTPA" <#if 'LTPA'==model.tokenType>selected</#if> >轻量级认证(LTPA COOKIE)</option>
|
||||
</select>
|
||||
</td>
|
||||
<th ><@locale code="apps.tokenbased.cookieName" />:</th>
|
||||
<th ><@locale code="apps.tokenbased.cookieName" /></th>
|
||||
<td >
|
||||
<input type="text" class="form-control" id="cookieName" name="cookieName" title="" value="${model.cookieName!}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.algorithm" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.algorithm" /></th>
|
||||
<td style="width:35%;">
|
||||
<select id="algorithm" name="algorithm" class="form-control form-select" >
|
||||
<option value="DES" <#if 'DES'==model.algorithm>selected</#if> >DES</option>
|
||||
@@ -60,7 +63,7 @@
|
||||
|
||||
</select>
|
||||
</td>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.algorithmKey" />:</th>
|
||||
<th style="width:15%;"><@locale code="apps.tokenbased.algorithmKey" /></th>
|
||||
<td style="width:35%;">
|
||||
<span id="algorithmKey_text">${model.algorithmKey}</span>
|
||||
<input type="hidden" id="algorithmKey" name="algorithmKey" title="" value="${model.algorithmKey}"/>
|
||||
@@ -68,11 +71,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="apps.tokenbased.token.content" />:</th>
|
||||
<th><@locale code="apps.tokenbased.token.content" /></th>
|
||||
<td >
|
||||
<#include "../userPropertys.ftl"/>
|
||||
</td>
|
||||
<th><@locale code="apps.tokenbased.expires" />:</th>
|
||||
<th><@locale code="apps.tokenbased.expires" /></th>
|
||||
<td>
|
||||
<input type="text" class="form-control" id="expires" name="expires" title="" value="${model.expires}" required="" />
|
||||
</td>
|
||||
@@ -91,5 +94,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -68,7 +68,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.minlength" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.minlength" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input id="id" name="id" type="hidden" value="${model.id!}"/>
|
||||
<input required="" class="form-control" type="text" id="minLength" name="minLength" value="${model.minLength!}" />
|
||||
@@ -77,7 +77,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.maxlength" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.maxlength" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="maxLength" name="maxLength" value="${model.maxLength!}" />
|
||||
</div>
|
||||
@@ -87,7 +87,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.lowercase" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.lowercase" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="lowerCase" name="lowerCase" value="${model.lowerCase!}" />
|
||||
</div>
|
||||
@@ -95,7 +95,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.uppercase" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.uppercase" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="upperCase" name="upperCase" value="${model.upperCase!}" />
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.digits" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.digits" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="digits" name="digits" value="${model.digits!}"/>
|
||||
</div>
|
||||
@@ -113,7 +113,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3"><@locale code="login.passwordpolicy.specialchar" />:</label>
|
||||
<label class="col-sm-3"><@locale code="login.passwordpolicy.specialchar" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="specialChar" name="specialChar" value="${model.specialChar!}" />
|
||||
</div>
|
||||
@@ -123,7 +123,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.occurances" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.occurances" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="occurances" name="occurances" value="${model.occurances}" />
|
||||
</div>
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.username" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.username" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control form-select" id="username" name="username" >
|
||||
<option <#if 1==model.username>selected</#if> value="1"><@locale code="common.text.status.enabled"/></option>
|
||||
@@ -146,7 +146,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.alphabetical" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.alphabetical" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control form-select" id="alphabetical" name="alphabetical" >
|
||||
<option <#if 1==model.alphabetical>selected</#if> value="1"><@locale code="common.text.status.enabled"/></option>
|
||||
@@ -157,7 +157,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.numerical" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.numerical" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control form-select" id="numerical" name="numerical" >
|
||||
<option <#if 1==model.numerical>selected</#if> value="1"><@locale code="common.text.status.enabled"/></option>
|
||||
@@ -171,7 +171,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.qwerty" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.qwerty" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control form-select" id="qwerty" name="qwerty" >
|
||||
<option <#if 1==model.qwerty>selected</#if> value="1"><@locale code="common.text.status.enabled"/></option>
|
||||
@@ -183,7 +183,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.dictionary" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.dictionary" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control form-select" id="dictionary" name="dictionary" >
|
||||
<option <#if 1==model.dictionary>selected</#if> value="1"><@locale code="common.text.status.enabled"/></option>
|
||||
@@ -196,7 +196,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.attempts" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.attempts" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="attempts" name="attempts" value="${model.attempts}" />
|
||||
</div>
|
||||
@@ -204,7 +204,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.duration" />(Unit:Hour):</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.duration" />(Unit:Hour)</label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="duration" name="duration" value="${model.duration!}"/>
|
||||
</div>
|
||||
@@ -214,7 +214,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.expiration" />(Unit:Day):</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.expiration" />(Unit:Day)</label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="expiration" name="expiration" value="${model.expiration!}" />
|
||||
</div>
|
||||
@@ -222,7 +222,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.history" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="login.passwordpolicy.history" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="history" name="history" value="${model.history!}" />
|
||||
</div>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="common.text.id" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="common.text.id" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" readonly id="id" name="id" type="text" value="${model.id!}"/>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="common.text.status" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="common.text.status" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select id="status" name="status" class="form-control form-select">
|
||||
<option value="0" <#if 0==model.status>selected</#if> ><@locale code="common.text.status.disabled" /></option>
|
||||
@@ -65,7 +65,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.smtpHost" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.smtpHost" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="smtpHost" name="smtpHost" value="${model.smtpHost!}" />
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.port" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.port" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="port" name="port" value="${model.port!}" />
|
||||
</div>
|
||||
@@ -85,7 +85,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.account" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.account" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="account" name="account" value="${model.account!}" />
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.credentials" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.credentials" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="password" id="credentials" name="credentials" value="${model.credentials!}" />
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.protocol" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.protocol" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="protocol" name="protocol" value="${model.protocol!}" />
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.encoding" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.encoding" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="encoding" name="encoding" value="${model.encoding!}" />
|
||||
</div>
|
||||
@@ -125,7 +125,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.sender" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="emailsenders.sender" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="sender" name="sender" value="${model.sender!}"/>
|
||||
</div>
|
||||
@@ -133,7 +133,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3"><@locale code="emailsenders.sslSwitch" />:</label>
|
||||
<label class="col-sm-3"><@locale code="emailsenders.sslSwitch" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select id="sslSwitch" name="sslSwitch" class="form-control form-select">
|
||||
<option value="0" <#if 0==model.sslSwitch>selected</#if> ><@locale code="common.text.no" /></option>
|
||||
@@ -148,7 +148,7 @@
|
||||
<div class="col-md-12">
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-2">
|
||||
<label class="col-form-label"><@locale code="common.text.description" />:</label>
|
||||
<label class="col-form-label"><@locale code="common.text.description" /></label>
|
||||
</div>
|
||||
<div class="col-sm-10">
|
||||
<input class="form-control" type="text" id="description" name="description" value="${model.description!}" />
|
||||
|
||||
@@ -41,18 +41,20 @@
|
||||
</div>
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="datatable">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="apps.name"/>:</td>
|
||||
<td width="374px" nowrap>
|
||||
<td width="120px"><@locale code="apps.name"/></td>
|
||||
<td width="300px" nowrap>
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div>
|
||||
<input class="button btn btn-success mr-3" id="addGroupAppsBtn" type="button" value="<@locale code="button.text.add" />">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="addGroupAppsBtn" type="button" value="<@locale code="button.text.confirm" />">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -66,23 +66,26 @@
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="group.name"/>:</td>
|
||||
<td width="120px"><@locale code="group.name"/></td>
|
||||
<td width="450px">
|
||||
<form id="basic_search_form">
|
||||
<input class="groupId" id="groupId" name="groupId" type="hidden" >
|
||||
<input class="form-control groupName " style="width:200px;float: left;" id="groupName" name="groupName" type="text" >
|
||||
<input class="button btn btn-success mr-3" style="float: left;" id="addBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="groupId" id="groupId" name="groupId" type="hidden" >
|
||||
<input class="form-control groupName " id="groupName" name="groupName" type="text" >
|
||||
|
||||
<input class="window button btn btn-primary mr-3" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/groups/selectGroupsList"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
<input class="button btn btn-primary mr-3" style="float: left;" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
|
||||
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2"> <div id="tool_box_right" >
|
||||
<input class="button btn btn-success mr-3" id="addGroupAppsBtn" type="button" value="<@locale code="button.text.add.member"/>">
|
||||
<input class="button btn btn-primary mr-3" id="addGroupAppsBtn" type="button" value="<@locale code="button.text.add.member"/>">
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete.member"/>"
|
||||
wurl="<@base/>/groupPrivileges/delete" />
|
||||
</div>
|
||||
|
||||
@@ -165,19 +165,19 @@ function showOrgsTree() {
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><@locale code="group.id" />:</th>
|
||||
<th><@locale code="group.id" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="id" name="id" class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.name" />:</th>
|
||||
<th><@locale code="group.name" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="name" name="name" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.dynamic" />:</th>
|
||||
<th><@locale code="group.dynamic" /></th>
|
||||
<td nowrap>
|
||||
<select id="dynamic" name="dynamic" class="form-control form-select">
|
||||
<option value="0" selected ><@locale code="common.text.no" /></option>
|
||||
@@ -186,32 +186,32 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.resumeTime" />:</th>
|
||||
<th><@locale code="group.resumeTime" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="resumeTime" name="resumeTime" class="form-control timepicker" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.suspendTime" />:</th>
|
||||
<th><@locale code="group.suspendTime" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="suspendTime" name="suspendTime" class="form-control timepicker" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.orgidslist" />:</th>
|
||||
<th><@locale code="group.orgidslist" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="orgIdsListName" name="orgIdsListName" readonly class="form-control" title="" value="" onclick="showOrgsTree();"/>
|
||||
<input type="hidden" id="orgIdsList" name="orgIdsList" readonly class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.filters" />:</th>
|
||||
<th><@locale code="group.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="6" cols="20"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="4" cols="20"></textarea>
|
||||
</td>
|
||||
|
||||
@@ -179,19 +179,19 @@ function showOrgsTree() {
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr style="display:none1">
|
||||
<th><@locale code="group.id" />:</th>
|
||||
<th><@locale code="group.id" /></th>
|
||||
<td nowrap>
|
||||
<input id="id" type="text" readonly name="id" class="form-control" value="${model.id}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.name" />:</th>
|
||||
<th><@locale code="group.name" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="name" name="name" class="form-control" title="" value="${model.name}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.dynamic" />:</th>
|
||||
<th><@locale code="group.dynamic" /></th>
|
||||
<td nowrap>
|
||||
<select id="dynamic" name="dynamic" class="form-control form-select">
|
||||
<option value="0" <#if '0'==model.dynamic>selected</#if> ><@locale code="common.text.no" /></option>
|
||||
@@ -200,32 +200,32 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.resumeTime" />:</th>
|
||||
<th><@locale code="group.resumeTime" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="resumeTime" name="resumeTime" class="form-control timepicker" title="" value="${model.resumeTime!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.suspendTime" />:</th>
|
||||
<th><@locale code="group.suspendTime" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="suspendTime" name="suspendTime" class="form-control timepicker" title="" value="${model.suspendTime!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.orgidslist" />:</th>
|
||||
<th><@locale code="group.orgidslist" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="orgIdsListName" name="orgIdsListName" readonly class="form-control" title="" value="" onclick="showOrgsTree();"/>
|
||||
<input type="hidden" id="orgIdsList" name="orgIdsList" readonly class="form-control" title="" value="${model.orgIdsList!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="group.filters" />:</th>
|
||||
<th><@locale code="group.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="6" cols="20">${model.filters!}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="4" cols="20">${model.description!}</textarea>
|
||||
</td>
|
||||
|
||||
@@ -44,24 +44,26 @@
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="group.name"/>:</td>
|
||||
<td width="120px"><@locale code="group.name"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/groups/forwardAdd"
|
||||
wwidth="500"
|
||||
wheight="600"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/groups/forwardUpdate"
|
||||
wwidth="500"
|
||||
wheight="600"
|
||||
|
||||
@@ -22,18 +22,20 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="tool_box">
|
||||
<table class="datatable">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="group.name"/>:</td>
|
||||
<td width="374px">
|
||||
<td width="120px"><@locale code="group.name"/></td>
|
||||
<td width="300px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float: left;">
|
||||
<input class="button btn btn-success mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float: left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right" style="width: auto;">
|
||||
<input class="button btn btn-primary mr-3" id="selectBtn" type="button" value="<@locale code="button.text.select"/>" >
|
||||
<input class="button btn btn-primary mr-3" id="selectBtn" type="button" value="<@locale code="button.text.confirm"/>" >
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -51,18 +51,20 @@
|
||||
</div>
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="datatable">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="userinfo.username"/>:</td>
|
||||
<td width="374px">
|
||||
<td width="120px"><@locale code="userinfo.username"/></td>
|
||||
<td width="300px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="username" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="username">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div >
|
||||
<input class="button btn btn-success mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.add"/>">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.confirm"/>">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -72,24 +72,26 @@
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="group.name"/>:</td>
|
||||
<td width="120px"><@locale code="group.name"/></td>
|
||||
<td width="450px">
|
||||
<form id="basic_search_form" style="width:100%">
|
||||
<input class="groupId" id="groupId" name="groupId" value="" type="hidden" >
|
||||
<input class="form-control groupName" style="width:200px;float: left;" value="" id="groupName" name="groupName" type="text" >
|
||||
<input class="button btn btn-success mr-3" style="float: left;" id="addBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/groups/selectGroupsList"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
<input class="button btn btn-primary mr-3" style="float: left;" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="groupId" id="groupId" name="groupId" value="" type="hidden" >
|
||||
<input class="form-control groupName" value="" id="groupName" name="groupName" type="text" >
|
||||
<input class="window button btn btn-primary mr-3" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/groups/selectGroupsList"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2"> <div id="tool_box_right" >
|
||||
|
||||
<input class="button btn btn-success mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.add.member"/>">
|
||||
<input class="button btn btn-primary mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.add.member"/>">
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete.member"/>"
|
||||
wurl="<@base/>/groupMember/delete"/>
|
||||
</div>
|
||||
|
||||
@@ -45,15 +45,17 @@
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="log.connector.id"/>:
|
||||
<td width="120px" class="align-middle">
|
||||
<@locale code="log.connector.id"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" name="id" type="text" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" name="id" type="text" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</form>
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
|
||||
@@ -46,14 +46,16 @@
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="userinfo.username"/>:
|
||||
<@locale code="userinfo.username"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" name="username" type="text" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</form>
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
|
||||
@@ -46,14 +46,16 @@
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="userinfo.username"/>:
|
||||
<@locale code="userinfo.username"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" name="username" type="text" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</form>
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
|
||||
@@ -49,10 +49,12 @@
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" name="sourceIp" type="text" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</form>
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
|
||||
@@ -46,14 +46,16 @@
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="log.synchronizer.syncId"/>:
|
||||
<@locale code="log.synchronizer.syncId"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" name="syncId" type="text" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" name="syncId" type="text">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</form>
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
|
||||
@@ -46,14 +46,16 @@
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="userinfo.username"/>:
|
||||
<@locale code="userinfo.username"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" name="username" type="text" style ="width:150px;float:left;">
|
||||
<div class="input-group " style="vertical-align: middle;">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</form>
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.name" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.name" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input id="id" name="id" type="hidden" value="${model.id!}"/>
|
||||
<input required="" class="form-control" type="text" id="name" name="name" value="${model.name!}" />
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.fullName" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.fullName" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="fullName" name="fullName" value="${model.fullName!}" />
|
||||
</div>
|
||||
@@ -62,13 +62,13 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.title" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.title" /></label>
|
||||
<div class="col-sm-7">
|
||||
<input required="" class="form-control" type="text" id="title" name="title" value="${model.title!}" />
|
||||
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<input class="button btn btn-info mr-3 window" type="button" value="<@locale code="common.text.locale"/>"
|
||||
<input class="button btn btn-primary mr-3 window" type="button" value="<@locale code="common.text.locale"/>"
|
||||
wurl="<@base/>/localization/forward/global.title"
|
||||
wwidth="650"
|
||||
wheight="200"
|
||||
@@ -78,12 +78,12 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.consoleTitle" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.consoleTitle" /></label>
|
||||
<div class="col-sm-7">
|
||||
<input required="" class="form-control" type="text" id="consoleTitle" name="consoleTitle" value="${model.consoleTitle!}" />
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<input class="button btn btn-info mr-3 window" type="button" value="<@locale code="common.text.locale"/>"
|
||||
<input class="button btn btn-primary mr-3 window" type="button" value="<@locale code="common.text.locale"/>"
|
||||
wurl="<@base/>/localization/forward/global.consoleTitle"
|
||||
wwidth="650"
|
||||
wheight="200"
|
||||
@@ -95,7 +95,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.logo" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.logo" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="logo" name="logo" value="${model.logo!}" />
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.domain" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.domain" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="domain" name="domain" value="${model.domain!}" />
|
||||
</div>
|
||||
@@ -113,7 +113,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.division" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.division" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="division" name="division" value="${model.division!}"/>
|
||||
</div>
|
||||
@@ -121,7 +121,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3"><@locale code="institutions.contact" />:</label>
|
||||
<label class="col-sm-3"><@locale code="institutions.contact" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="contact" name="contact" value="${model.contact!}" />
|
||||
</div>
|
||||
@@ -131,7 +131,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.phone" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.phone" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="phone" name="phone" value="${model.phone!}" />
|
||||
</div>
|
||||
@@ -140,7 +140,7 @@
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.email" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.email" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="email" name="email" value="${model.email!}" />
|
||||
</div>
|
||||
@@ -151,7 +151,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.fax" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.fax" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="fax" name="fax" value="${model.fax!}" />
|
||||
</div>
|
||||
@@ -159,7 +159,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.postalcode" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.postalcode" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="postalCode" name="postalCode" value="${model.postalCode!}" />
|
||||
</div>
|
||||
@@ -169,7 +169,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.country" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.country" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="country" name="country" value="${model.country!}" />
|
||||
</div>
|
||||
@@ -178,7 +178,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.region" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.region" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="region" name="region" value="${model.region!}" />
|
||||
</div>
|
||||
@@ -189,7 +189,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.locality" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.locality" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="locality" name="locality" value="${model.locality!}" />
|
||||
</div>
|
||||
@@ -197,7 +197,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.street" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="institutions.street" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="street" name="street" value="${model.street!}" />
|
||||
</div>
|
||||
@@ -208,7 +208,7 @@
|
||||
<div class="col-md-12">
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-2">
|
||||
<label class="col-form-label"><@locale code="institutions.address" />:</label>
|
||||
<label class="col-form-label"><@locale code="institutions.address" /></label>
|
||||
</div>
|
||||
<div class="col-sm-10">
|
||||
<input class="form-control" type="text" id="address" name="address" value="${model.address!}" />
|
||||
@@ -220,7 +220,7 @@
|
||||
<div class="col-md-12">
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-2">
|
||||
<label class="col-form-label"><@locale code="common.text.description" />:</label>
|
||||
<label class="col-form-label"><@locale code="common.text.description" /></label>
|
||||
</div>
|
||||
<div class="col-sm-10">
|
||||
<input class="form-control" type="text" id="description" name="description" value="${model.description!}" />
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.product" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.product" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input id="id" name="id" type="hidden" value="${model.id!}"/>
|
||||
<select id="product" name="product" class="form-control form-select">
|
||||
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="common.text.status" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="common.text.status" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select id="status" name="status" class="form-control form-select">
|
||||
<option value="0" <#if 0==model.status>selected</#if> ><@locale code="common.text.status.disabled" /></option>
|
||||
@@ -67,7 +67,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
<label class="col-md-2 col-form-label"><@locale code="ldapcontext.providerUrl" />:</label>
|
||||
<label class="col-md-2 col-form-label"><@locale code="ldapcontext.providerUrl" /></label>
|
||||
<div class="col-md-10">
|
||||
<input required="" class="form-control" type="text" id="providerUrl" name="providerUrl" value="${model.providerUrl!}" />
|
||||
</div>
|
||||
@@ -75,7 +75,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.principal" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.principal" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="principal" name="principal" value="${model.principal!}" />
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.credentials" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.credentials" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="password" id="credentials" name="credentials" value="${model.credentials!}" />
|
||||
</div>
|
||||
@@ -95,7 +95,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.filters" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.filters" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="filters" name="filters" value="${model.filters!}" />
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.basedn" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.basedn" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="basedn" name="basedn" value="${model.basedn!}" />
|
||||
</div>
|
||||
@@ -113,7 +113,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.msadDomain" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.msadDomain" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="msadDomain" name="msadDomain" value="${model.msadDomain!}"/>
|
||||
</div>
|
||||
@@ -121,7 +121,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3"><@locale code="ldapcontext.sslSwitch" />:</label>
|
||||
<label class="col-sm-3"><@locale code="ldapcontext.sslSwitch" /></label>
|
||||
<div class="col-sm-9">
|
||||
<select id="sslSwitch" name="sslSwitch" class="form-control form-select">
|
||||
<option value="0" <#if '0'==model.sslSwitch>selected</#if> ><@locale code="common.text.no" /></option>
|
||||
@@ -134,7 +134,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.trustStore" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.trustStore" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="trustStore" name="trustStore" value="${model.trustStore!}" />
|
||||
</div>
|
||||
@@ -143,7 +143,7 @@
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.trustStorePassword" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="ldapcontext.trustStorePassword" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" type="text" id="trustStorePassword" name="trustStorePassword" value="${model.trustStorePassword!}" />
|
||||
</div>
|
||||
@@ -154,7 +154,7 @@
|
||||
<div class="col-md-12">
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-2">
|
||||
<label class="col-form-label"><@locale code="common.text.description" />:</label>
|
||||
<label class="col-form-label"><@locale code="common.text.description" /></label>
|
||||
</div>
|
||||
<div class="col-sm-10">
|
||||
<input class="form-control" type="text" id="description" name="description" value="${model.description!}" />
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6" style="display:none">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="localization.property" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="localization.property" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input id="id" name="id" type="hidden" value="${model.id!}"/>
|
||||
<input required="" class="form-control" type="text" id="property" name="property" value="${model.property!}" />
|
||||
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="localization.langZh" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="localization.langZh" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="langZh" name="langZh" value="${model.langZh!}" />
|
||||
</div>
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label"><@locale code="localization.langEn" />:</label>
|
||||
<label class="col-sm-3 col-form-label"><@locale code="localization.langEn" /></label>
|
||||
<div class="col-sm-9">
|
||||
<input required="" class="form-control" type="text" id="langEn" name="langEn" value="${model.langEn!}" />
|
||||
|
||||
|
||||
@@ -21,25 +21,25 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr style="display:none">
|
||||
<th><@locale code="common.text.id" />:</th>
|
||||
<th><@locale code="common.text.id" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="id" name="id" class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="notices.title" />:</th>
|
||||
<th><@locale code="notices.title" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="title" name="title" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="notices.content" />:</th>
|
||||
<th><@locale code="notices.content" /></th>
|
||||
<td nowrap >
|
||||
<textarea name="content" class="editor"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="2" cols="20"></textarea>
|
||||
</td>
|
||||
|
||||
@@ -21,25 +21,25 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr style="display:none">
|
||||
<th><@locale code="common.text.id" />:</th>
|
||||
<th><@locale code="common.text.id" /></th>
|
||||
<td nowrap>
|
||||
<input id="id" type="text" readonly name="id" class="form-control" value="${model.id}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="notices.title" />:</th>
|
||||
<th><@locale code="notices.title" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="title" name="title" class="form-control" title="" value="${model.title!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="notices.content" />:</th>
|
||||
<th><@locale code="notices.content" /></th>
|
||||
<td nowrap>
|
||||
<textarea name="content" class="editor">${model.content!}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="2" cols="20">${model.description!}</textarea>
|
||||
</td>
|
||||
|
||||
@@ -40,42 +40,45 @@
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="notices.title"/>:</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="title" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/notices/forwardAdd"
|
||||
wwidth="700"
|
||||
wheight="550"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/notices/forwardUpdate"
|
||||
wwidth="700"
|
||||
wheight="550"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
wurl="<@base/>/notices/delete" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="notices.title"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<div class="input-group " style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="title" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/notices/forwardAdd"
|
||||
wwidth="700"
|
||||
wheight="550"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/notices/forwardUpdate"
|
||||
wwidth="700"
|
||||
wheight="550"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
wurl="<@base/>/notices/delete" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<table data-url="<@base/>/notices/grid"
|
||||
id="datagrid"
|
||||
|
||||
@@ -173,29 +173,31 @@ $(function () {
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="org.name"/>:
|
||||
<@locale code="org.name"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" name="name" type="text" style ="width:150px;float:left;">
|
||||
<input id="pId" class="form-control" name="parentId" type="hidden" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="float: left;vertical-align: middle;">
|
||||
<input class="form-control" name="name" type="text" >
|
||||
<input id="pId" class="form-control" name="parentId" type="hidden" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">-->
|
||||
</form>
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3 window" id="usersImportBtn" type="button"
|
||||
<input class="button btn btn-primary mr-3 window" id="usersImportBtn" type="button"
|
||||
value="<@locale code="button.text.import"/>"
|
||||
wurl="<@base/>/orgs/import" wwidth="400px" wheight="250px" />
|
||||
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/orgs/forwardAdd"
|
||||
wwidth="620"
|
||||
wheight="600"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/orgs/forwardUpdate"
|
||||
wwidth="620"
|
||||
wheight="600"
|
||||
|
||||
@@ -237,36 +237,39 @@ $('#datagrid').on('click-row.bs.table', function (row, element, field) {
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td style="width:80px;"><@locale code="role.name"/>:</td>
|
||||
<td style="width:80px;"><@locale code="role.name"/></td>
|
||||
<td style="width:350px;">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" style="width:200px;float: left;" value="" id="name" name="name" type="text" >
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" value="" id="name" name="name" type="text" >
|
||||
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td style="width:120px;"><@locale code="apps.name"/>:</td>
|
||||
<td style="width:120px;"><@locale code="apps.name"/></td>
|
||||
<td style="width:500px;">
|
||||
<form id="resources_search_form">
|
||||
<input class="form-control appId" id="appId" name="appId" value="" type="hidden" >
|
||||
<input class="form-control" id="pid" name="pid" value="" type="hidden" >
|
||||
<input class="form-control appName" style="width:200px;float: left;" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-success mr-3 window" style="float: left;" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/apps/select"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
<input class="button btn btn-primary mr-3" id="changTreeBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control appId" id="appId" name="appId" value="" type="hidden" >
|
||||
<input class="form-control" id="pid" name="pid" value="" type="hidden" >
|
||||
<input class="form-control appName" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-primary mr-3 window" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/apps/select"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-primary mr-3" id="changTreeBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td >
|
||||
<div id="tool_box_right" >
|
||||
<input class="button btn btn-success mr-3 " id="savePermBtn" type="button" value="<@locale code="button.text.save"/>"/>
|
||||
<input class="button btn btn-primary mr-3 " id="savePermBtn" type="button" value="<@locale code="button.text.save"/>"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -276,7 +279,7 @@ $('#datagrid').on('click-row.bs.table', function (row, element, field) {
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<table class="table table-bordered" width="100%" >
|
||||
<tr>
|
||||
<td valign="top" class="td_1" style="vertical-align: top;width:450px;">
|
||||
|
||||
@@ -168,35 +168,38 @@ $(function () {
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="apps.name"/>:</td>
|
||||
<td width="120px"><@locale code="apps.name"/></td>
|
||||
<td width="450px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control appId" id="appId" name="appId" value="" type="hidden" >
|
||||
<input class="form-control" id="parentId" name="parentId" value="" type="hidden" >
|
||||
<input class="form-control appName" style="width:200px;float: left;" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-success mr-3 window" style="float: left;" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/apps/select"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
<input class="button btn btn-primary mr-3" id="changTreeBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
<input style="display:none" class="button btn btn-primary mr-3" id="searchBtn" type="button"/>
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control appId" id="appId" name="appId" value="" type="hidden" >
|
||||
<input class="form-control" id="parentId" name="parentId" value="" type="hidden" >
|
||||
<input class="form-control appName" value="" id="appName" name="appName" type="text" >
|
||||
<input class="button btn btn-primary mr-3 window" id="selectBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/apps/select"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-primary mr-3" id="changTreeBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
<input style="display:none" class="button btn btn-primary mr-3" id="searchBtn" type="button"/>
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right" >
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/resources/forwardAdd"
|
||||
wwidth="500"
|
||||
wheight="550"
|
||||
target="window"/>
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/resources/forwardUpdate"
|
||||
wwidth="500"
|
||||
wheight="550"
|
||||
@@ -208,7 +211,7 @@ $(function () {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
|
||||
@@ -165,19 +165,19 @@ function showOrgsTree() {
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><@locale code="role.id" />:</th>
|
||||
<th><@locale code="role.id" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="id" name="id" class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.name" />:</th>
|
||||
<th><@locale code="role.name" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="name" name="name" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.dynamic" />:</th>
|
||||
<th><@locale code="role.dynamic" /></th>
|
||||
<td nowrap>
|
||||
<select id="dynamic" name="dynamic" class="form-control form-select">
|
||||
<option value="0" selected ><@locale code="common.text.no" /></option>
|
||||
@@ -186,20 +186,20 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.orgidslist" />:</th>
|
||||
<th><@locale code="role.orgidslist" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="orgIdsListName" name="orgIdsListName" readonly class="form-control" title="" value="" onclick="showOrgsTree();"/>
|
||||
<input type="hidden" id="orgIdsList" name="orgIdsList" readonly class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.filters" />:</th>
|
||||
<th><@locale code="role.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="7" cols="20"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="6" cols="20"></textarea>
|
||||
</td>
|
||||
|
||||
@@ -179,19 +179,19 @@ function showOrgsTree() {
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><@locale code="role.id" />:</th>
|
||||
<th><@locale code="role.id" /></th>
|
||||
<td nowrap>
|
||||
<input id="id" type="text" readonly name="id" class="form-control" value="${model.id}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.name" />:</th>
|
||||
<th><@locale code="role.name" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="name" name="name" class="form-control" title="" value="${model.name!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.dynamic" />:</th>
|
||||
<th><@locale code="role.dynamic" /></th>
|
||||
<td nowrap>
|
||||
<select id="dynamic" name="dynamic" class="form-control form-select">
|
||||
<option value="0" <#if '0'==model.dynamic>selected</#if> ><@locale code="common.text.no" /></option>
|
||||
@@ -200,20 +200,20 @@ function showOrgsTree() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.orgidslist" />:</th>
|
||||
<th><@locale code="role.orgidslist" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="orgIdsListName" name="orgIdsListName" readonly class="form-control" title="" value="" onclick="showOrgsTree();"/>
|
||||
<input type="hidden" id="orgIdsList" name="orgIdsList" readonly class="form-control" title="" value="${model.orgIdsList!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="role.filters" />:</th>
|
||||
<th><@locale code="role.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="7" cols="20">${model.filters!}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="6" cols="20">${model.description!}</textarea>
|
||||
</td>
|
||||
|
||||
@@ -40,27 +40,29 @@
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="role.name"/>:</td>
|
||||
<td width="120px"><@locale code="role.name"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/roles/forwardAdd"
|
||||
wwidth="500"
|
||||
wheight="600"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/roles/forwardUpdate"
|
||||
wwidth="500"
|
||||
wheight="600"
|
||||
@@ -72,7 +74,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
|
||||
@@ -22,18 +22,20 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="tool_box">
|
||||
<table class="datatable">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="role.name"/>:</td>
|
||||
<td width="374px">
|
||||
<td width="120px"><@locale code="role.name"/></td>
|
||||
<td width="300px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float: left;">
|
||||
<input class="button btn btn-success mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right" style="width: auto;">
|
||||
<input class="button btn btn-primary mr-3" id="selectBtn" type="button" value="<@locale code="button.text.select"/>" >
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="selectBtn" type="button" value="<@locale code="button.text.confirm"/>" >
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -51,18 +51,20 @@
|
||||
</div>
|
||||
|
||||
<div id="tool_box">
|
||||
<table class="datatable">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="userinfo.username"/>:</td>
|
||||
<td width="374px">
|
||||
<td width="120px"><@locale code="userinfo.username"/></td>
|
||||
<td width="300px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="username" style ="width:150px;float:left;">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="username" >
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div >
|
||||
<input class="button btn btn-success mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.add"/>">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.confirm"/>">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -72,24 +72,26 @@
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="role.name"/>:</td>
|
||||
<td width="120px"><@locale code="role.name"/></td>
|
||||
<td width="450px">
|
||||
<form id="basic_search_form" style="width:100%">
|
||||
<input class="roleId" id="roleId" name="roleId" value="" type="hidden" >
|
||||
<input class="form-control roleName" style="width:200px;float: left;" value="" id="roleName" name="roleName" type="text" >
|
||||
<input class="button btn btn-success mr-3" style="float: left;" id="addBtn" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/roles/selectRolesList"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
<input class="button btn btn-primary mr-3" style="float: left;" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
|
||||
<div class="input-group " style="vertical-align: middle;">
|
||||
<input class="roleId" id="roleId" name="roleId" value="" type="hidden" >
|
||||
<input class="form-control roleName" value="" id="roleName" name="roleName" type="text" >
|
||||
<input class="window button btn btn-primary mr-3" type="button" value="<@locale code="button.text.select"/>"
|
||||
wurl="<@base/>/roles/selectRolesList"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2"> <div id="tool_box_right" >
|
||||
|
||||
<input class="button btn btn-success mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.add.member"/>">
|
||||
<input class="button btn btn-primary mr-3" id="insertGroupUserBtn" type="button" value="<@locale code="button.text.add.member"/>">
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete.member"/>"
|
||||
wurl="<@base/>/rolemembers/delete"/>
|
||||
</div>
|
||||
|
||||
@@ -18,49 +18,49 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr style="display:none">
|
||||
<th><@locale code="common.text.id" />:</th>
|
||||
<th><@locale code="common.text.id" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="id" name="id" class="form-control" title="" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.icon" />:</th>
|
||||
<th><@locale code="socials.provider.icon" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="title" name="icon" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.provider" />:</th>
|
||||
<th><@locale code="socials.provider.provider" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="provider" name="provider" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.providerName" />:</th>
|
||||
<th><@locale code="socials.provider.providerName" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="providerName" name="providerName" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.clientId" />:</th>
|
||||
<th><@locale code="socials.provider.clientId" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="clientId" name="clientId" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.clientSecret" />:</th>
|
||||
<th><@locale code="socials.provider.clientSecret" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="clientSecret" name="clientSecret" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.agentId" />:</th>
|
||||
<th><@locale code="socials.provider.agentId" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="agentId" name="agentId" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.scanCode" />:</th>
|
||||
<th><@locale code="socials.provider.scanCode" /></th>
|
||||
<td nowrap>
|
||||
<select id="hidden" name="scanCode" class="form-control form-select" >
|
||||
<option value="none" selected><@locale code="socials.provider.scanCode.none"/></option>
|
||||
@@ -70,14 +70,14 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.sortindex" />:</th>
|
||||
<th><@locale code="common.text.sortindex" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="sortIndex" name="sortIndex" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.hidden" />:</th>
|
||||
<th><@locale code="socials.provider.hidden" /></th>
|
||||
<td nowrap>
|
||||
<select id="hidden" name="hidden" class="form-control form-select" >
|
||||
<option value="true" ><@locale code="common.text.yes"/></option>
|
||||
@@ -86,7 +86,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.status" />:</th>
|
||||
<th><@locale code="common.text.status" /></th>
|
||||
<td nowrap>
|
||||
<select id="status" name="status" class="form-control form-select" >
|
||||
<option value="1" selected><@locale code="common.text.status.activate"/></option>
|
||||
|
||||
@@ -54,43 +54,46 @@
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="socials.provider.providerName"/>:</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="providerName" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/socialsprovider/forwardAdd"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/socialsprovider/forwardUpdate"
|
||||
wwidth="700"
|
||||
wheight="500"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
wurl="<@base/>/socialsprovider/delete" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="socials.provider.providerName"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="providerName">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/socialsprovider/forwardAdd"
|
||||
wwidth="700"
|
||||
wheight="520"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/socialsprovider/forwardUpdate"
|
||||
wwidth="700"
|
||||
wheight="520"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
wurl="<@base/>/socialsprovider/delete" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<table data-url="<@base/>/socialsprovider/grid"
|
||||
id="datagrid"
|
||||
data-toggle="table"
|
||||
|
||||
@@ -21,49 +21,49 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr style="display:none">
|
||||
<th><@locale code="common.text.id" />:</th>
|
||||
<th><@locale code="common.text.id" /></th>
|
||||
<td nowrap>
|
||||
<input id="id" type="text" readonly name="id" class="form-control" value="${model.id}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.icon" />:</th>
|
||||
<th><@locale code="socials.provider.icon" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="title" name="icon" class="form-control" title="" value="${model.icon!}" required="" style="width:80%;float:left;"/><img height='30' border='0px' src='<@base/>/static/${model.icon!}'/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.provider" />:</th>
|
||||
<th><@locale code="socials.provider.provider" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="provider" name="provider" class="form-control" title="" value="${model.provider!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.providerName" />:</th>
|
||||
<th><@locale code="socials.provider.providerName" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="providerName" name="providerName" class="form-control" title="" value="${model.providerName!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.clientId" />:</th>
|
||||
<th><@locale code="socials.provider.clientId" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="clientId" name="clientId" class="form-control" title="" value="${model.clientId!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.clientSecret" />:</th>
|
||||
<th><@locale code="socials.provider.clientSecret" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="clientSecret" name="clientSecret" class="form-control" title="" value="${model.clientSecret!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.agentId" />:</th>
|
||||
<th><@locale code="socials.provider.agentId" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="agentId" name="agentId" class="form-control" title="" value="${model.agentId!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.scanCode" />:</th>
|
||||
<th><@locale code="socials.provider.scanCode" /></th>
|
||||
<td nowrap>
|
||||
<select id="hidden" name="scanCode" class="form-control form-select" >
|
||||
<option value="none" <#if 'none'==model.scanCode!>selected</#if>><@locale code="socials.provider.scanCode.none"/></option>
|
||||
@@ -73,14 +73,14 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.sortindex" />:</th>
|
||||
<th><@locale code="common.text.sortindex" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="sortIndex" name="sortIndex" class="form-control" title="" value="${model.sortIndex!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><@locale code="socials.provider.hidden" />:</th>
|
||||
<th><@locale code="socials.provider.hidden" /></th>
|
||||
<td nowrap>
|
||||
<select id="hidden" name="hidden" class="form-control form-select" >
|
||||
<option value="true" <#if 'true'==model.hidden!>selected</#if>><@locale code="common.text.yes"/></option>
|
||||
@@ -89,7 +89,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="common.text.status" />:</th>
|
||||
<th><@locale code="common.text.status" /></th>
|
||||
<td nowrap>
|
||||
<select id="status" name="status" class="form-control form-select" >
|
||||
<option value="1" <#if 1==model.status!>selected</#if>><@locale code="common.text.status.activate"/></option>
|
||||
|
||||
@@ -15,39 +15,39 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr style="display:none">
|
||||
<th><@locale code="synchronizers.id" />:</th>
|
||||
<th><@locale code="synchronizers.id" /></th>
|
||||
<td nowrap>
|
||||
<input id="id" type="text" readonly name="id" class="form-control" value="${model.id}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.name" />:</th>
|
||||
<th><@locale code="synchronizers.name" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="name" name="name" class="form-control" title="" value="${model.name}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr style="display:none">
|
||||
<th><@locale code="synchronizers.sourceType" />:</th>
|
||||
<th><@locale code="synchronizers.sourceType" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="sourceType" name="sourceType" class="form-control" title="" value="${model.sourceType}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.scheduler" />:</th>
|
||||
<th><@locale code="synchronizers.scheduler" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="scheduler" name="scheduler" class="form-control" title="" value="${model.scheduler!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<#if "LDAP"!=model.sourceType && "MSAD"!=model.sourceType && "JDBC"!=model.sourceType>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.principal" />:</th>
|
||||
<th><@locale code="synchronizers.principal" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="principal" name="principal" class="form-control" title="" value="${model.principal!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.credentials" />:</th>
|
||||
<th><@locale code="synchronizers.credentials" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="credentials" name="credentials" class="form-control" title="" value="${model.credentials!}" required="" />
|
||||
</td>
|
||||
@@ -55,31 +55,31 @@
|
||||
</#if>
|
||||
<#if "JDBC"==model.sourceType>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.providerUrl" />:</th>
|
||||
<th><@locale code="synchronizers.providerUrl" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="providerUrl" name="scheduler" class="form-control" title="" value="${model.providerUrl!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.driverClass" />:</th>
|
||||
<th><@locale code="synchronizers.driverClass" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="driverClass" name="driverClass" class="form-control" title="" value="${model.driverClass!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.principal" />:</th>
|
||||
<th><@locale code="synchronizers.principal" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="principal" name="principal" class="form-control" title="" value="${model.principal!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.credentials" />:</th>
|
||||
<th><@locale code="synchronizers.credentials" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="credentials" name="credentials" class="form-control" title="" value="${model.credentials!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.filters" />:</th>
|
||||
<th><@locale code="synchronizers.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="3" cols="20">${model.filters!}</textarea>
|
||||
</td>
|
||||
@@ -87,55 +87,55 @@
|
||||
</#if>
|
||||
<#if "LDAP"==model.sourceType || "MSAD"==model.sourceType>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.providerUrl" />:</th>
|
||||
<th><@locale code="synchronizers.providerUrl" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="providerUrl" name="providerUrl" class="form-control" title="" value="${model.providerUrl!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.principal" />:</th>
|
||||
<th><@locale code="synchronizers.principal" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="principal" name="principal" class="form-control" title="" value="${model.principal!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.credentials" />:</th>
|
||||
<th><@locale code="synchronizers.credentials" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="credentials" name="credentials" class="form-control" title="" value="${model.credentials!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.basedn" />:</th>
|
||||
<th><@locale code="synchronizers.basedn" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="basedn" name="basedn" class="form-control" title="" value="${model.basedn!}" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.msadDomain" />:</th>
|
||||
<th><@locale code="synchronizers.msadDomain" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="msadDomain" name="msadDomain" class="form-control" title="" value="${model.msadDomain!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.ssl" />:</th>
|
||||
<th><@locale code="synchronizers.ssl" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="sslSwitch" name="sslSwitch" class="form-control" title="" value="${model.sslSwitch!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.trustStore" />:</th>
|
||||
<th><@locale code="synchronizers.trustStore" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="trustStore" name="trustStore" class="form-control" title="" value="${model.trustStore!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.trustStorePassword" />:</th>
|
||||
<th><@locale code="synchronizers.trustStorePassword" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="trustStorePassword" name="trustStorePassword" class="form-control" title="" value="${model.trustStorePassword!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.filters" />:</th>
|
||||
<th><@locale code="synchronizers.filters" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="filters" name="filters" class="form-control" rows="2" cols="20">${model.filters!}</textarea>
|
||||
</td>
|
||||
@@ -143,19 +143,19 @@
|
||||
</#if>
|
||||
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.syncStartTime" />:</th>
|
||||
<th><@locale code="synchronizers.syncStartTime" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="syncStartTime" name="syncStartTime" class="form-control" title="" value="${model.syncStartTime!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.resumeTime" />:</th>
|
||||
<th><@locale code="synchronizers.resumeTime" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="resumeTime" name="resumeTime" class="form-control timepicker" title="" value="${model.resumeTime!}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="synchronizers.suspendTime" />:</th>
|
||||
<th><@locale code="synchronizers.suspendTime" /></th>
|
||||
<td nowrap>
|
||||
<input type="text" id="suspendTime" name="suspendTime" class="form-control timepicker" title="" value="${model.suspendTime!}" />
|
||||
</td>
|
||||
@@ -163,7 +163,7 @@
|
||||
|
||||
|
||||
<tr>
|
||||
<th><@locale code="common.text.description" />:</th>
|
||||
<th><@locale code="common.text.description" /></th>
|
||||
<td nowrap>
|
||||
<textarea id="description" name="description" class="form-control" rows="4" cols="20">${model.description!}</textarea>
|
||||
</td>
|
||||
|
||||
@@ -41,37 +41,40 @@
|
||||
<div class="col-12 grid-margin">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="synchronizers.name"/>:</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" type="text" name="name" style ="width:150px;float:left;">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-success mr-3 sendBtn" id="syncBtn" type="button" value="<@locale code="button.text.sync"/>"
|
||||
wurl="<@base/>/synchronizers/sync" ref="datagrid"
|
||||
/>
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/synchronizers/forwardUpdate"
|
||||
wwidth="550"
|
||||
wheight="600"
|
||||
target="window">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
<div id="tool_box">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px"><@locale code="synchronizers.name"/></td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" type="text" name="name">
|
||||
<input class="button btn btn-primary mr-3" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<!--<input class="button btn btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
-->
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn btn-primary mr-3 sendBtn" id="syncBtn" type="button" value="<@locale code="button.text.sync"/>"
|
||||
wurl="<@base/>/synchronizers/sync" ref="datagrid"
|
||||
/>
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/synchronizers/forwardUpdate"
|
||||
wwidth="550"
|
||||
wheight="600"
|
||||
target="window">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="advanced_search">
|
||||
<form id="advanced_search_form">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<table data-url="<@base/>/synchronizers/grid"
|
||||
id="datagrid"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html xmlns="http//www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<#include "../layout/header.ftl"/>
|
||||
<#include "../layout/common.cssjs.ftl"/>
|
||||
<style type="text/css">
|
||||
.table th, .table td {
|
||||
padding: .2rem;
|
||||
vertical-align: middle;
|
||||
padding .2rem;
|
||||
vertical-align middle;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<!--
|
||||
$(function(){
|
||||
$("#generateSecret").on("click",function(){
|
||||
$.post("<@base/>/userinfo/randomPassword/", {_method:"post",currTime:(new Date()).getTime()}, function(data) {
|
||||
$.post("<@base/>/userinfo/randomPassword/", {_method"post",currTime(new Date()).getTime()}, function(data) {
|
||||
$("#password").val(data+"");
|
||||
$("#confirmPassword").val(data+"");
|
||||
});
|
||||
@@ -38,7 +38,7 @@
|
||||
<table class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.displayName" /> :</th>
|
||||
<th><@locale code="userinfo.displayName" /> </th>
|
||||
<td>
|
||||
<input readonly type="hidden" id="id" name="id" class="required" title="" value="${model.id}"/>
|
||||
<input readonly type="text" id="displayName" name="displayName" class="form-control" title="" value="${model.displayName}"/>
|
||||
@@ -46,21 +46,24 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.username" /> :</th>
|
||||
<th><@locale code="userinfo.username" /> </th>
|
||||
<td>
|
||||
<input readonly type="text" id="username" name="username" class="form-control" title="" value="${model.username}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="login.password.newPassword" />:</th>
|
||||
<th><@locale code="login.password.newPassword" /></th>
|
||||
<td>
|
||||
<input type="password" id="password" name="password" required="" class="form-control" title="" value="" width="80%"/>
|
||||
|
||||
<div class="input-group mb-3" style="vertical-align middle;">
|
||||
<input type="password" id="password" name="password" required="" class="form-control" title="" value="" width="80%"/>
|
||||
<input id="generateSecret" type="button" class="button btn btn-primary mr-3" style="width100px" value="<@locale code="button.text.generate"/>"/>
|
||||
<input id="view" type="button" class="button btn btn-primary mr-3" style="width100px" value="<@locale code="button.text.view"/>"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="login.password.confirmPassword" />:</th>
|
||||
<th><@locale code="login.password.confirmPassword" /></th>
|
||||
<td nowrap>
|
||||
<input type="password" id="confirmPassword" name="confirmPassword" required="" class="form-control" title="" value=""/>
|
||||
</td>
|
||||
@@ -68,9 +71,7 @@
|
||||
<tr>
|
||||
<td colspan="2" class="center">
|
||||
<input id="_method" type="hidden" name="_method" value="post"/>
|
||||
<input id="generateSecret" type="button" class="button btn btn-warning mr-3" style="width:100px" value="<@locale code="button.text.generate"/>"/>
|
||||
<input id="view" type="button" class="button btn btn-info mr-3" style="width:100px" value="<@locale code="button.text.view"/>"/>
|
||||
<input class="button btn btn-primary mr-3" style="width:100px" type="submit" id="submitBtn" value="<@locale code="button.text.save" />"/>
|
||||
<input class="button btn btn-primary mr-3" style="width100px" type="submit" id="submitBtn" value="<@locale code="button.text.save" />"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -49,30 +49,30 @@
|
||||
<table id="div_table_switch_basic" width="980" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.username" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.username" /></td>
|
||||
<td style="width:35%;">
|
||||
<input type="hidden" id="id" name="id" value=""/>
|
||||
<input type="hidden" id="status" name="status" value="1"/>
|
||||
<input class="form-control" type="text" required="" id="username" name="username" title="" value=""/>
|
||||
</td>
|
||||
<td style="width:15%;"><@locale code="login.text.password" />:</td>
|
||||
<td style="width:15%;"><@locale code="login.text.password" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="password" required="" id="password" name="password" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.employeeNumber" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.employeeNumber" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="employeeNumber" name="employeeNumber" title="" value=""/>
|
||||
</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.windowsAccount" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.windowsAccount" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="windowsAccount" name="windowsAccount" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.userType" />:</td>
|
||||
<td><@locale code="userinfo.userType" /></td>
|
||||
<td style="width:35%;">
|
||||
|
||||
<select name="userType" class="form-control form-select" >
|
||||
@@ -87,7 +87,7 @@
|
||||
<option value="TEMP" ><@locale code="userinfo.userType.temp" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.userstate" />:</td>
|
||||
<td><@locale code="userinfo.userstate" /></td>
|
||||
<td style="width:35%;">
|
||||
<select name="userState" class="form-control form-select" >
|
||||
<option value="RESIDENT" selected ><@locale code="userinfo.userstate.resident" /></option>
|
||||
@@ -104,48 +104,48 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.displayName" />:</td>
|
||||
<td><@locale code="userinfo.displayName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" required="" id="displayName" name="displayName" title="" value=""/>
|
||||
</td>
|
||||
<td rowspan="3"><@locale code="userinfo.picture" />:</td>
|
||||
<td rowspan="3"><@locale code="userinfo.picture" /></td>
|
||||
<td rowspan="3">
|
||||
<img id="picture" width="150px" height="150px" src="<@base/>/static/images/uploadimage.jpg" />
|
||||
<input type="file" id="pictureFile" name="pictureFile" style="display:none" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.familyName" />:</td>
|
||||
<td><@locale code="userinfo.familyName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="familyName" name="familyName" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.givenName" />:</td>
|
||||
<td><@locale code="userinfo.givenName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="givenName" name="givenName" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.middleName" />:</td>
|
||||
<td><@locale code="userinfo.middleName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="middleName" name="middleName" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.nickName" />:</td>
|
||||
<td><@locale code="userinfo.nickName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="nickName" name="nickName" title="" value=""/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.gender" />:</td>
|
||||
<td><@locale code="userinfo.gender" /></td>
|
||||
<td>
|
||||
<select name="gender" class="form-control" >
|
||||
<option value="1" selected><@locale code="userinfo.gender.female" /></option>
|
||||
<option value="2" ><@locale code="userinfo.gender.male" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.birthDate" />:</td>
|
||||
<td><@locale code="userinfo.birthDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="birthDate" name="birthDate" title="" value=""/>
|
||||
</td>
|
||||
@@ -157,7 +157,7 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.preferredLanguage" />:</td>
|
||||
<td><@locale code="userinfo.preferredLanguage" /></td>
|
||||
<td>
|
||||
<select class="form-control form-select" name="preferredLanguage" id="preferredLanguage">
|
||||
<option value="" selected="selected">Language</option>
|
||||
@@ -178,7 +178,7 @@
|
||||
<option value="ru" >Russian</option>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.timeZone" />:</td>
|
||||
<td><@locale code="userinfo.timeZone" /></td>
|
||||
<td nowrap >
|
||||
<select class="form-control form-select" id="timeZone" name="timeZone" tabindex="61">
|
||||
<option value="Pacific/Kiritimati" >(GMT+14:00) Line Islands Time (Pacific/Kiritimati)</option>
|
||||
@@ -288,11 +288,11 @@
|
||||
<table class="table table-bordered" style="display:none" id="div_table_switch_company" width="980">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="organization" name="organization" title="" value=""/>
|
||||
</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="division" name="division" title="" value=""/>
|
||||
</td>
|
||||
@@ -300,46 +300,46 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.department" />:</td>
|
||||
<td><@locale code="userinfo.department" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="departmentId" name="departmentId" title="" value=""/>
|
||||
<input class="form-control" type="text" style="width:70%" id="department" name="department" title="" value=""/>
|
||||
<s:Dialog text="button.text.select" title="department" url="/orgs/orgsSelect/deptId/department" width="300" height="400" />
|
||||
</td>
|
||||
<td><@locale code="userinfo.costCenter" />:</td>
|
||||
<td><@locale code="userinfo.costCenter" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="costCenter" name="costCenter" title="" value=""/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.jobTitle" />:</td>
|
||||
<td><@locale code="userinfo.jobTitle" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobTitle" name="jobTitle" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.jobLevel" />:</td>
|
||||
<td><@locale code="userinfo.jobLevel" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobLevel" name="jobLevel" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.manager" />:</td>
|
||||
<td><@locale code="userinfo.manager" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="managerId" name="managerId" title="" value=""/>
|
||||
<input class="form-control" type="text" id="manager" name="manager" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.assistant" />:</td>
|
||||
<td><@locale code="userinfo.assistant" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="assistantId" name="assistantId" title="" value=""/>
|
||||
<input class="form-control" type="text" id="assistant" name="assistant" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.entryDate" />:</td>
|
||||
<td><@locale code="userinfo.entryDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="entryDate" name="entryDate" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.quitDate" />:</td>
|
||||
<td><@locale code="userinfo.quitDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="quitDate" name="quitDate" title="" value=""/>
|
||||
</td>
|
||||
@@ -350,43 +350,43 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workCountry" />:</td>
|
||||
<td><@locale code="userinfo.workCountry" /></td>
|
||||
<td nowrap >
|
||||
<input class="form-control" type="text" id="workCountry" name="workCountry" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workRegion" />:</td>
|
||||
<td><@locale code="userinfo.workRegion" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workRegion" name="workRegion" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workLocality" />:</td>
|
||||
<td><@locale code="userinfo.workLocality" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workLocality" name="workLocality" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" />:</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workStreetAddress" name="workStreetAddress" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.workPostalCode" />:</td>
|
||||
<td><@locale code="userinfo.workPostalCode" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPostalCode" name="workPostalCode" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workFax" />:</td>
|
||||
<td><@locale code="userinfo.workFax" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workFax" name="workFax" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workPhoneNumber" />:</td>
|
||||
<td><@locale code="userinfo.workPhoneNumber" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPhoneNumber" name="workPhoneNumber" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workEmail" />:</td>
|
||||
<td><@locale code="userinfo.workEmail" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workEmail" name="workEmail" title="" value=""/>
|
||||
</td>
|
||||
@@ -401,7 +401,7 @@
|
||||
<table class="table table-bordered" style="display:none" id="div_table_switch_home" width="980">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.idtype" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.idtype" /></td>
|
||||
<td style="width:35%;">
|
||||
<select name="idType" class="form-control form-select" >
|
||||
<option value="UNKNOWN" selected ><@locale code="userinfo.idtype.unknown" /></option>
|
||||
@@ -412,7 +412,7 @@
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td style="width:15%;"><@locale code="userinfo.idCardNo" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.idCardNo" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="idCardNo" name="idCardNo" title="" value=""/>
|
||||
|
||||
@@ -420,7 +420,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.married" />:</td>
|
||||
<td><@locale code="userinfo.married" /></td>
|
||||
<td>
|
||||
<select name="married" class="form-control form-select" >
|
||||
<option value="UNKNOWN" selected><@locale code="userinfo.married.unknown" /></option>
|
||||
@@ -430,7 +430,7 @@
|
||||
<option value="WIDOWED" ><@locale code="userinfo.married.widowed" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.startWorkDate" />:</td>
|
||||
<td><@locale code="userinfo.startWorkDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="startWorkDate" name="startWorkDate" title="" value=""/>
|
||||
</td>
|
||||
@@ -442,44 +442,44 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.homeCountry" />:</td>
|
||||
<td><@locale code="userinfo.homeCountry" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeCountry" name="homeCountry" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeRegion" />:</td>
|
||||
<td><@locale code="userinfo.homeRegion" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeRegion" name="homeRegion" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.homeLocality" />:</td>
|
||||
<td><@locale code="userinfo.homeLocality" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeLocality" name="homeLocality" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeStreetAddress" />:</td>
|
||||
<td><@locale code="userinfo.homeStreetAddress" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeStreetAddress" name="homeStreetAddress" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.homePostalCode" />:</td>
|
||||
<td><@locale code="userinfo.homePostalCode" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homePostalCode" name="homePostalCode" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeFax" />:</td>
|
||||
<td><@locale code="userinfo.homeFax" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeFax" name="homeFax" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.homePhoneNumber" />:</td>
|
||||
<td><@locale code="userinfo.homePhoneNumber" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homePhoneNumber" name="homePhoneNumber" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeEmail" />:</td>
|
||||
<td><@locale code="userinfo.homeEmail" /></td>
|
||||
<td >
|
||||
<input class="form-control" type="text" id="homeEmail" name="homeEmail" title="" value=""/>
|
||||
</td>
|
||||
@@ -490,11 +490,11 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.website" />:</td>
|
||||
<td><@locale code="userinfo.website" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="webSite" name="webSite" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.ims" />:</td>
|
||||
<td><@locale code="userinfo.ims" /></td>
|
||||
<td >
|
||||
<input class="form-control" type="text" id="defineIm" name="defineIm" title="" value=""/>
|
||||
</td>
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
<table class="table table-bordered" id="table_switch_company" width="980">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="organization" name="organization" title="" value=""/>
|
||||
</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="division" name="division" title="" value=""/>
|
||||
</td>
|
||||
@@ -46,46 +46,46 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.department" />:</td>
|
||||
<td><@locale code="userinfo.department" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="departmentId" name="departmentId" title="" value=""/>
|
||||
<input class="form-control" type="text" style="width:70%" id="department" name="department" title="" value=""/>
|
||||
<s:Dialog text="button.text.select" title="department" url="/orgs/orgsSelect/deptId/department" width="300" height="400" />
|
||||
</td>
|
||||
<td><@locale code="userinfo.costCenter" />:</td>
|
||||
<td><@locale code="userinfo.costCenter" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="costCenter" name="costCenter" title="" value=""/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.jobTitle" />:</td>
|
||||
<td><@locale code="userinfo.jobTitle" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobTitle" name="jobTitle" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.jobLevel" />:</td>
|
||||
<td><@locale code="userinfo.jobLevel" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobLevel" name="jobLevel" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.manager" />:</td>
|
||||
<td><@locale code="userinfo.manager" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="managerId" name="managerId" title="" value=""/>
|
||||
<input class="form-control" type="text" id="manager" name="manager" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.assistant" />:</td>
|
||||
<td><@locale code="userinfo.assistant" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="assistantId" name="assistantId" title="" value=""/>
|
||||
<input class="form-control" type="text" id="assistant" name="assistant" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.entryDate" />:</td>
|
||||
<td><@locale code="userinfo.entryDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="entryDate" name="entryDate" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.quitDate" />:</td>
|
||||
<td><@locale code="userinfo.quitDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="quitDate" name="quitDate" title="" value=""/>
|
||||
</td>
|
||||
@@ -96,43 +96,43 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workCountry" />:</td>
|
||||
<td><@locale code="userinfo.workCountry" /></td>
|
||||
<td nowrap >
|
||||
<input class="form-control" type="text" id="workCountry" name="workCountry" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workRegion" />:</td>
|
||||
<td><@locale code="userinfo.workRegion" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workRegion" name="workRegion" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workLocality" />:</td>
|
||||
<td><@locale code="userinfo.workLocality" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workLocality" name="workLocality" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" />:</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workStreetAddress" name="workStreetAddress" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.workPostalCode" />:</td>
|
||||
<td><@locale code="userinfo.workPostalCode" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPostalCode" name="workPostalCode" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workFax" />:</td>
|
||||
<td><@locale code="userinfo.workFax" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workFax" name="workFax" title="" value=""/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workPhoneNumber" />:</td>
|
||||
<td><@locale code="userinfo.workPhoneNumber" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPhoneNumber" name="workPhoneNumber" title="" value=""/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workEmail" />:</td>
|
||||
<td><@locale code="userinfo.workEmail" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workEmail" name="workEmail" title="" value=""/>
|
||||
</td>
|
||||
|
||||
@@ -31,11 +31,11 @@
|
||||
<table class="table table-bordered" id="table_switch_company" width="980">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="organization" name="organization" title="" value="${model.organization!""}"/>
|
||||
</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="division" name="division" title="" value="${model.division!""}"/>
|
||||
</td>
|
||||
@@ -43,46 +43,46 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.department" />:</td>
|
||||
<td><@locale code="userinfo.department" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="departmentId" name="departmentId" title="" value="${model.departmentId!""}"/>
|
||||
<input class="form-control" type="text" style="width:70%" id="department" name="department" title="" value="${model.department!""}"/>
|
||||
<s:Dialog text="button.text.select" title="department" url="/orgs/orgsSelect/deptId/department" width="300" height="400" />
|
||||
</td>
|
||||
<td><@locale code="userinfo.costCenter" />:</td>
|
||||
<td><@locale code="userinfo.costCenter" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="costCenter" name="costCenter" title="" value="${model.costCenter!""}"/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.jobTitle" />:</td>
|
||||
<td><@locale code="userinfo.jobTitle" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobTitle" name="jobTitle" title="" value="${model.jobTitle!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.jobLevel" />:</td>
|
||||
<td><@locale code="userinfo.jobLevel" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobLevel" name="jobLevel" title="" value="${model.jobLevel!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.manager" />:</td>
|
||||
<td><@locale code="userinfo.manager" /></td>
|
||||
<td>
|
||||
<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><@locale code="userinfo.assistant" />:</td>
|
||||
<td><@locale code="userinfo.assistant" /></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!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.entryDate" />:</td>
|
||||
<td><@locale code="userinfo.entryDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="entryDate" name="entryDate" title="" value="${model.entryDate!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.quitDate" />:</td>
|
||||
<td><@locale code="userinfo.quitDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="quitDate" name="quitDate" title="" value="${model.quitDate!""}"/>
|
||||
</td>
|
||||
@@ -93,43 +93,43 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workCountry" />:</td>
|
||||
<td><@locale code="userinfo.workCountry" /></td>
|
||||
<td nowrap >
|
||||
<input class="form-control" type="text" id="workCountry" name="workCountry" title="" value="${model.workCountry!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workRegion" />:</td>
|
||||
<td><@locale code="userinfo.workRegion" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workRegion" name="workRegion" title="" value="${model.workRegion!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workLocality" />:</td>
|
||||
<td><@locale code="userinfo.workLocality" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workLocality" name="workLocality" title="" value="${model.workLocality!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" />:</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workStreetAddress" name="workStreetAddress" title="" value="${model.workStreetAddress!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.workPostalCode" />:</td>
|
||||
<td><@locale code="userinfo.workPostalCode" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPostalCode" name="workPostalCode" title="" value="${model.workPostalCode!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workFax" />:</td>
|
||||
<td><@locale code="userinfo.workFax" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workFax" name="workFax" title="" value="${model.workFax!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workPhoneNumber" />:</td>
|
||||
<td><@locale code="userinfo.workPhoneNumber" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPhoneNumber" name="workPhoneNumber" title="" value="${model.workPhoneNumber!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workEmail" />:</td>
|
||||
<td><@locale code="userinfo.workEmail" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workEmail" name="workEmail" title="" value="${model.workEmail!""}"/>
|
||||
</td>
|
||||
|
||||
@@ -45,12 +45,12 @@
|
||||
<table id="div_table_switch_basic" width="980" class="table table-bordered" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.username" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.username" /></td>
|
||||
<td style="width:35%;">
|
||||
<input type="hidden" id="id" name="id" value="${model.id!""}"/>
|
||||
<input class="form-control" type="text" id="username" name="username" title="" value="${model.username!""}"/>
|
||||
</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.status" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.status" /></td>
|
||||
<td style="width:35%;">
|
||||
<select name="status" id="status" class="form-control form-select" >
|
||||
<option value="1" <#if 1==model.status>selected</#if>><@locale code="userinfo.status.active" /></option>
|
||||
@@ -61,7 +61,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.userType" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.userType" /></td>
|
||||
<td style="width:35%;">
|
||||
<select name="userType" class="form-control form-select" >
|
||||
<option value="EMPLOYEE" <#if 'EMPLOYEE'==model.userType>selected</#if> ><@locale code="userinfo.userType.employee" /></option>
|
||||
@@ -75,7 +75,7 @@
|
||||
<option value="TEMP" <#if 'TEMP'==model.userType>selected</#if>><@locale code="userinfo.userType.temp" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.userstate" />:</td>
|
||||
<td><@locale code="userinfo.userstate" /></td>
|
||||
<td style="width:35%;">
|
||||
<select name="userState" class="form-control form-select" >
|
||||
<option value="RESIDENT" <#if 'RESIDENT'==model.userState>selected</#if> ><@locale code="userinfo.userstate.resident" /></option>
|
||||
@@ -87,11 +87,11 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.employeeNumber" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.employeeNumber" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="employeeNumber" name="employeeNumber" title="" value="${model.employeeNumber!""!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.windowsAccount" />:</td>
|
||||
<td><@locale code="userinfo.windowsAccount" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="windowsAccount" name="windowsAccount" title="" value="${model.windowsAccount!""}"/>
|
||||
</td>
|
||||
@@ -103,48 +103,48 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.displayName" />:</td>
|
||||
<td><@locale code="userinfo.displayName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="displayName" name="displayName" title="" value="${model.displayName!""}"/>
|
||||
</td>
|
||||
<td rowspan="3"><@locale code="userinfo.picture" />:</td>
|
||||
<td rowspan="3"><@locale code="userinfo.picture" /></td>
|
||||
<td rowspan="3">
|
||||
<img id="picture" width="150px" height="150px" src="<@base/>/static/images/uploadimage.jpg" />
|
||||
<input type="file" id="pictureFile" name="pictureFile" style="display:none" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.familyName" />:</td>
|
||||
<td><@locale code="userinfo.familyName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="familyName" name="familyName" title="" value="${model.familyName!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.givenName" />:</td>
|
||||
<td><@locale code="userinfo.givenName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="givenName" name="givenName" title="" value="${model.givenName!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.middleName" />:</td>
|
||||
<td><@locale code="userinfo.middleName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="middleName" name="middleName" title="" value="${model.middleName!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.nickName" />:</td>
|
||||
<td><@locale code="userinfo.nickName" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="nickName" name="nickName" title="" value="${model.nickName!""}"/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.gender" />:</td>
|
||||
<td><@locale code="userinfo.gender" /></td>
|
||||
<td>
|
||||
<select name="gender" class="form-control form-select" >
|
||||
<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>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.birthDate" />:</td>
|
||||
<td><@locale code="userinfo.birthDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="birthDate" name="birthDate" title="" value="${model.birthDate!""}"/>
|
||||
</td>
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.preferredLanguage" />:</td>
|
||||
<td><@locale code="userinfo.preferredLanguage" /></td>
|
||||
<td>
|
||||
<select class="form-control form-select" name="preferredLanguage" id="preferredLanguage">
|
||||
<option value="en_US" <#if 'en_US'==model.preferredLanguage>selected</#if> >English</option>
|
||||
@@ -176,7 +176,7 @@
|
||||
<option value="ru" <#if 'ru'==model.preferredLanguage>selected</#if> >Russian</option>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.timeZone" />:</td>
|
||||
<td><@locale code="userinfo.timeZone" /></td>
|
||||
<td nowrap >
|
||||
<select class="form-control form-select" id="timeZone" name="timeZone" tabindex="61">
|
||||
<option value="Pacific/Kiritimati" <#if 'Pacific/Kiritimati'==model.timeZone>selected</#if>>(GMT+14:00) Line Islands Time (Pacific/Kiritimati)</option>
|
||||
@@ -286,11 +286,11 @@
|
||||
<table class="table table-bordered" style="display:none" id="div_table_switch_company" width="980">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.organization" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="organization" name="organization" title="" value="${model.organization!""}"/>
|
||||
</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.division" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="division" name="division" title="" value="${model.division!""}"/>
|
||||
</td>
|
||||
@@ -298,46 +298,46 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.department" />:</td>
|
||||
<td><@locale code="userinfo.department" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="hidden" id="departmentId" name="departmentId" title="" value="${model.departmentId!""}"/>
|
||||
<input class="form-control" type="text" style="width:70%" id="department" name="department" title="" value="${model.department!""}"/>
|
||||
<s:Dialog text="button.text.select" title="department" url="/orgs/orgsSelect/deptId/department" width="300" height="400" />
|
||||
</td>
|
||||
<td><@locale code="userinfo.costCenter" />:</td>
|
||||
<td><@locale code="userinfo.costCenter" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="costCenter" name="costCenter" title="" value="${model.costCenter!""}"/>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.jobTitle" />:</td>
|
||||
<td><@locale code="userinfo.jobTitle" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobTitle" name="jobTitle" title="" value="${model.jobTitle!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.jobLevel" />:</td>
|
||||
<td><@locale code="userinfo.jobLevel" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="jobLevel" name="jobLevel" title="" value="${model.jobLevel!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.manager" />:</td>
|
||||
<td><@locale code="userinfo.manager" /></td>
|
||||
<td>
|
||||
<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><@locale code="userinfo.assistant" />:</td>
|
||||
<td><@locale code="userinfo.assistant" /></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!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.entryDate" />:</td>
|
||||
<td><@locale code="userinfo.entryDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="entryDate" name="entryDate" title="" value="${model.entryDate!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.quitDate" />:</td>
|
||||
<td><@locale code="userinfo.quitDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="quitDate" name="quitDate" title="" value="${model.quitDate!""}"/>
|
||||
</td>
|
||||
@@ -348,43 +348,43 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workCountry" />:</td>
|
||||
<td><@locale code="userinfo.workCountry" /></td>
|
||||
<td nowrap >
|
||||
<input class="form-control" type="text" id="workCountry" name="workCountry" title="" value="${model.workCountry!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workRegion" />:</td>
|
||||
<td><@locale code="userinfo.workRegion" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workRegion" name="workRegion" title="" value="${model.workRegion!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workLocality" />:</td>
|
||||
<td><@locale code="userinfo.workLocality" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workLocality" name="workLocality" title="" value="${model.workLocality!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" />:</td>
|
||||
<td><@locale code="userinfo.workStreetAddress" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workStreetAddress" name="workStreetAddress" title="" value="${model.workStreetAddress!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.workPostalCode" />:</td>
|
||||
<td><@locale code="userinfo.workPostalCode" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPostalCode" name="workPostalCode" title="" value="${model.workPostalCode!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workFax" />:</td>
|
||||
<td><@locale code="userinfo.workFax" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workFax" name="workFax" title="" value="${model.workFax!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.workPhoneNumber" />:</td>
|
||||
<td><@locale code="userinfo.workPhoneNumber" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workPhoneNumber" name="workPhoneNumber" title="" value="${model.workPhoneNumber!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.workEmail" />:</td>
|
||||
<td><@locale code="userinfo.workEmail" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="workEmail" name="workEmail" title="" value="${model.workEmail!""}"/>
|
||||
</td>
|
||||
@@ -399,7 +399,7 @@
|
||||
<table class="table table-bordered" style="display:none" id="div_table_switch_home" width="980">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:15%;"><@locale code="userinfo.idtype" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.idtype" /></td>
|
||||
<td style="width:35%;">
|
||||
<select name="idType" class="form-control form-select" >
|
||||
<option value="0" <#if 0==model.idType>selected</#if> ><@locale code="userinfo.idtype.unknown" /></option>
|
||||
@@ -410,7 +410,7 @@
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td style="width:15%;"><@locale code="userinfo.idCardNo" />:</td>
|
||||
<td style="width:15%;"><@locale code="userinfo.idCardNo" /></td>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" type="text" id="idCardNo" name="idCardNo" title="" value="${model.idCardNo!""}"/>
|
||||
|
||||
@@ -418,7 +418,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.married" />:</td>
|
||||
<td><@locale code="userinfo.married" /></td>
|
||||
<td>
|
||||
<select name="married" class="form-control form-select" >
|
||||
<option value="0" <#if 0==model.married>selected</#if> ><@locale code="userinfo.married.unknown" /></option>
|
||||
@@ -428,7 +428,7 @@
|
||||
<option value="4" <#if 4==model.married>selected</#if> ><@locale code="userinfo.married.widowed" /></option>
|
||||
</select>
|
||||
</td>
|
||||
<td><@locale code="userinfo.startWorkDate" />:</td>
|
||||
<td><@locale code="userinfo.startWorkDate" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="startWorkDate" name="startWorkDate" title="" value="${model.startWorkDate!""}"/>
|
||||
</td>
|
||||
@@ -440,44 +440,44 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.homeCountry" />:</td>
|
||||
<td><@locale code="userinfo.homeCountry" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeCountry" name="homeCountry" title="" value="${model.homeCountry!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeRegion" />:</td>
|
||||
<td><@locale code="userinfo.homeRegion" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeRegion" name="homeRegion" title="" value="${model.homeRegion!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.homeLocality" />:</td>
|
||||
<td><@locale code="userinfo.homeLocality" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeLocality" name="homeLocality" title="" value="${model.homeLocality!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeStreetAddress" />:</td>
|
||||
<td><@locale code="userinfo.homeStreetAddress" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeStreetAddress" name="homeStreetAddress" title="" value="${model.homeStreetAddress!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><@locale code="userinfo.homePostalCode" />:</td>
|
||||
<td><@locale code="userinfo.homePostalCode" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homePostalCode" name="homePostalCode" title="" value="${model.homePostalCode!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeFax" />:</td>
|
||||
<td><@locale code="userinfo.homeFax" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homeFax" name="homeFax" title="" value="${model.homeFax!""}"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><@locale code="userinfo.homePhoneNumber" />:</td>
|
||||
<td><@locale code="userinfo.homePhoneNumber" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="homePhoneNumber" name="homePhoneNumber" title="" value="${model.homePhoneNumber!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.homeEmail" />:</td>
|
||||
<td><@locale code="userinfo.homeEmail" /></td>
|
||||
<td >
|
||||
<input class="form-control" type="text" id="homeEmail" name="homeEmail" title="" value="${model.homeEmail!""}"/>
|
||||
</td>
|
||||
@@ -488,11 +488,11 @@
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><@locale code="userinfo.website" />:</td>
|
||||
<td><@locale code="userinfo.website" /></td>
|
||||
<td>
|
||||
<input class="form-control" type="text" id="webSite" name="webSite" title="" value="${model.webSite!""}"/>
|
||||
</td>
|
||||
<td><@locale code="userinfo.ims" />:</td>
|
||||
<td><@locale code="userinfo.ims" /></td>
|
||||
<td >
|
||||
<input class="form-control" type="text" id="defineIm" name="defineIm" title="" value="${model.defineIm!""}"/>
|
||||
</td>
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<div style="float: right;">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/useradjoint/forwardAdd/${userId!}"
|
||||
target="forward">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/useradjoint/forwardUpdate"
|
||||
target="forward">
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
|
||||
@@ -152,18 +152,20 @@
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="userinfo.username"/>:
|
||||
<@locale code="userinfo.username"/>
|
||||
</td>
|
||||
<td width="300px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" id="departmentId" name="departmentId" type="hidden">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
<div class="input-group" style="vertical-align: middle;">
|
||||
<input class="form-control" id="departmentId" name="departmentId" type="hidden">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
<input class="button btn mr-3 btn-primary" id="searchBtn" type="button" value="<@locale code="button.text.search"/>">
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn mr-3 btn-primary" id="searchBtn" type="button" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn mr-3 btn-success" id="winClose" type="button" value="<@locale code="button.text.select" />" >
|
||||
<input class="button btn mr-3 btn-primary" id="winClose" type="button" value="<@locale code="button.text.confirm" />" >
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -201,19 +201,45 @@ $(function () {
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="120px">
|
||||
<@locale code="userinfo.username"/>:
|
||||
<@locale code="userinfo.username"/>
|
||||
</td>
|
||||
<td width="375px">
|
||||
<form id="basic_search_form">
|
||||
<input class="form-control" id="departmentId" name="departmentId" type="hidden">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
</form>
|
||||
<div class="input-group" style="float: left;vertical-align: middle;">
|
||||
<input class="form-control" id="departmentId" name="departmentId" type="hidden">
|
||||
<input class="form-control" name="username" type="text" >
|
||||
<input class="button btn mr-3 btn-primary" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn mr-3 btn-primary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
|
||||
</form>
|
||||
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div id="tool_box_right">
|
||||
<input class="button btn mr-3 btn-primary" id="searchBtn" type="button" size="50" value="<@locale code="button.text.search"/>">
|
||||
<input class="button btn mr-3 btn-secondary" id="advancedSearchExpandBtn" type="button" size="50" value="<@locale code="button.text.expandsearch"/>" expandValue="<@locale code="button.text.expandsearch"/>" collapseValue="<@locale code="button.text.collapsesearch"/>">
|
||||
<input class="button btn btn-primary mr-3 window" id="changepwdBtn" type="button"
|
||||
value="<@locale code="login.password.changepassword"/>"
|
||||
wurl="<@base/>/userinfo/forwardChangePassword/" wwidth="600px" wheight="260px" ref="datagrid"/>
|
||||
|
||||
<input class="button btn btn-primary mr-3 window" id="userAdjointBtn" type="button"
|
||||
value="<@locale code="button.text.adjunct"/>" ref="datagrid"
|
||||
wurl="<@base/>/useradjoint/list" wwidth="900px" wheight="600px" />
|
||||
<input id="adjunctUserIdRef" type="hidden" />
|
||||
<input class="button btn btn-primary mr-3 window" id="usersImportBtn" type="button"
|
||||
value="<@locale code="button.text.import"/>"
|
||||
wurl="<@base/>/userinfo/import" wwidth="400px" wheight="250px" />
|
||||
<input class="button btn btn-primary mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/userinfo/forwardAdd"
|
||||
wwidth="960"
|
||||
wheight="620"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-primary mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/userinfo/forwardUpdate"
|
||||
wwidth="960"
|
||||
wheight="620"
|
||||
target="window">
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
wurl="<@base/>/userinfo/delete" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -240,41 +266,7 @@ $(function () {
|
||||
|
||||
|
||||
<div class="toolbox">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td >
|
||||
<div class="buttonList">
|
||||
<input class="button btn btn-success mr-3" id="addBtn" type="button" value="<@locale code="button.text.add"/>"
|
||||
wurl="<@base/>/userinfo/forwardAdd"
|
||||
wwidth="960"
|
||||
wheight="620"
|
||||
target="window">
|
||||
|
||||
<input class="button btn btn-info mr-3 " id="modifyBtn" type="button" value="<@locale code="button.text.edit"/>"
|
||||
wurl="<@base/>/userinfo/forwardUpdate"
|
||||
wwidth="960"
|
||||
wheight="620"
|
||||
target="window">
|
||||
<input class="button btn btn-danger mr-3 " id="deleteBtn" type="button" value="<@locale code="button.text.delete"/>"
|
||||
wurl="<@base/>/userinfo/delete" />
|
||||
|
||||
<input class="button btn btn-warning mr-3 window" id="changepwdBtn" type="button"
|
||||
value="<@locale code="login.password.changepassword"/>"
|
||||
wurl="<@base/>/userinfo/forwardChangePassword/" wwidth="600px" wheight="250px" ref="datagrid"/>
|
||||
|
||||
<input class="button btn btn-info mr-3 window" id="userAdjointBtn" type="button"
|
||||
value="<@locale code="button.text.adjunct"/>" ref="datagrid"
|
||||
wurl="<@base/>/useradjoint/list" wwidth="900px" wheight="600px" />
|
||||
<input id="adjunctUserIdRef" type="hidden" />
|
||||
<input class="button btn btn-success mr-3 window" id="usersImportBtn" type="button"
|
||||
value="<@locale code="button.text.import"/>"
|
||||
wurl="<@base/>/userinfo/import" wwidth="400px" wheight="250px" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- content -->
|
||||
<table class="table table-bordered" width="100%" >
|
||||
|
||||
@@ -82,26 +82,26 @@ body { _margin:0; _height:100%; }/*IE6 BUG*/
|
||||
.d-state-highlight {
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
|
||||
background-color: #60b044;
|
||||
background-image: -moz-linear-gradient(#8add6d, #60b044);
|
||||
background-image: -webkit-linear-gradient(#8add6d, #60b044);
|
||||
background-image: linear-gradient(#8add6d, #60b044);
|
||||
background-color: #0d6efd;
|
||||
background-image: -moz-linear-gradient(#0d6efd, #0d6efd);
|
||||
background-image: -webkit-linear-gradient(#0d6efd, #0d6efd);
|
||||
background-image: linear-gradient(#0d6efd, #0d6efd);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #5ca941
|
||||
border-color: #0d6efd
|
||||
}
|
||||
.d-state-highlight:hover {
|
||||
color: #fff;
|
||||
background-color: #569e3d;
|
||||
background-image: -moz-linear-gradient(#79d858, #569e3d);
|
||||
background-image: -webkit-linear-gradient(#79d858, #569e3d);
|
||||
background-image: linear-gradient(#79d858, #569e3d);
|
||||
background-color: #0b5ed7;
|
||||
background-image: -moz-linear-gradient(#0b5ed7, #0b5ed7);
|
||||
background-image: -webkit-linear-gradient(#0b5ed7, #0b5ed7);
|
||||
background-image: linear-gradient(#0b5ed7, #0b5ed7);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #4a993e;
|
||||
border-color: #0b5ed7;
|
||||
}
|
||||
.d-state-highlight:active {
|
||||
background-color: #569e3d;
|
||||
background-color: #0a58ca;
|
||||
background-image: none;
|
||||
border-color: #418737 }
|
||||
border-color: #0a58ca }
|
||||
.d-mask { background:#FFF; filter:alpha(opacity=70); opacity:.7; }
|
||||
/* common end */
|
||||
|
||||
@@ -115,7 +115,7 @@ body { _margin:0; _height:100%; }/*IE6 BUG*/
|
||||
.d-state-lock .d-nw, .d-state-lock .d-n, .d-state-lock .d-ne, .d-state-lock .d-w, .d-state-lock .d-e, .d-state-lock .d-sw, .d-state-lock .d-s, .d-state-lock .d-se { background:rgba(0, 0, 0, .5); background:#000\9!important; filter:alpha(opacity=50); }
|
||||
.d-titleBar { position:relative; height:100%; }
|
||||
.d-title {
|
||||
height: 24px;
|
||||
height: 40px;
|
||||
/*line-height:37px; */
|
||||
padding: 9px 15px;
|
||||
/*padding:0 28px 0 10px; */
|
||||
|
||||
@@ -73,6 +73,9 @@ body{
|
||||
padding: 0 10px
|
||||
}
|
||||
|
||||
#main{
|
||||
min-height: 450px;
|
||||
}
|
||||
#mainFrame{
|
||||
margin-top: 0px;
|
||||
margin-left: auto;
|
||||
|
||||
@@ -308,6 +308,16 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#advanced_search_form .table td, #advanced_search_form .table th,.toolbox .table td, .tool_box .table th{
|
||||
padding: 0.2rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#advanced_search_form .table td, #advanced_search_form .table th,.toolbox .table td, .tool_box .table th{
|
||||
padding: 0.2rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#tool_box_left {
|
||||
padding-left: 10px;
|
||||
float: left;
|
||||
|
||||
@@ -54,12 +54,12 @@
|
||||
.sidebar-nav .metismenu .mm-active > a {
|
||||
color: #adb5bd;
|
||||
text-decoration: none;
|
||||
background: #0b7285;
|
||||
background: #0d6efd;
|
||||
}
|
||||
|
||||
.sidebar-nav .metismenu .mm-active > a {
|
||||
color: #f8f9fa;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
background: #0b7285;
|
||||
background: #0d6efd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user