|
|
@ -15,8 +15,8 @@
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
under the License.
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
{{unit "cdmf.unit.ui.title" pageTitle="User Management"}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{unit "cdmf.unit.ui.title" pageTitle="User Management"}}
|
|
|
|
{{unit "cdmf.unit.data-tables-extended"}}
|
|
|
|
{{unit "cdmf.unit.data-tables-extended"}}
|
|
|
|
|
|
|
|
|
|
|
|
{{#zone "breadcrumbs"}}
|
|
|
|
{{#zone "breadcrumbs"}}
|
|
|
@ -26,6 +26,7 @@
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
|
|
|
|
<!--suppress HtmlUnknownTarget -->
|
|
|
|
<a href="{{@app.context}}/users">
|
|
|
|
<a href="{{@app.context}}/users">
|
|
|
|
USERS
|
|
|
|
USERS
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
@ -34,6 +35,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
{{#zone "navbarActions"}}
|
|
|
|
{{#zone "navbarActions"}}
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
|
|
|
|
<!--suppress HtmlUnknownTarget -->
|
|
|
|
<a href="{{@app.context}}/user/add">
|
|
|
|
<a href="{{@app.context}}/user/add">
|
|
|
|
<span class="icon fw-stack">
|
|
|
|
<span class="icon fw-stack">
|
|
|
|
<i class="fw fw-add fw-stack-1x"></i>
|
|
|
|
<i class="fw fw-add fw-stack-1x"></i>
|
|
|
@ -64,69 +66,11 @@
|
|
|
|
<input type="hidden" id="can-reset-password" value="true"/>
|
|
|
|
<input type="hidden" id="can-reset-password" value="true"/>
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
|
|
|
<i class="fw fw-settings fw-spin fw-2x"></i>
|
|
|
|
<i class="fw fw-settings fw-spin fw-2x"></i>
|
|
|
|
|
|
|
|
|
|
|
|
Loading users . . .
|
|
|
|
Loading users . . .
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="user-listing-status" class="raw hidden">
|
|
|
|
|
|
|
|
<ul style="list-style-type: none;">
|
|
|
|
|
|
|
|
<li class="message message-info">
|
|
|
|
|
|
|
|
<h4>
|
|
|
|
|
|
|
|
<i class="icon fw fw-info"></i>
|
|
|
|
|
|
|
|
<a id="user-listing-status-msg"></a>
|
|
|
|
|
|
|
|
</h4>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="user-table" data-user={{adminUser}}>
|
|
|
|
<div id="user-table" data-user={{adminUser}}>
|
|
|
|
<!--<table class="table table-striped table-hover list-table display responsive nowrap data-table grid-view"-->
|
|
|
|
|
|
|
|
<!--id="user-grid">-->
|
|
|
|
|
|
|
|
<!--<thead>-->
|
|
|
|
|
|
|
|
<!--<tr class="sort-row">-->
|
|
|
|
|
|
|
|
<!--<th class="no-sort"></th>-->
|
|
|
|
|
|
|
|
<!--<th class="no-sort"></th>-->
|
|
|
|
|
|
|
|
<!--<th>By Username</th>-->
|
|
|
|
|
|
|
|
<!--<th class="no-sort"></th>-->
|
|
|
|
|
|
|
|
<!--<th class="no-sort"></th>-->
|
|
|
|
|
|
|
|
<!--</tr>-->
|
|
|
|
|
|
|
|
<!--<tr class="filter-row filter-box">-->
|
|
|
|
|
|
|
|
<!--<th colspan="4">-->
|
|
|
|
|
|
|
|
<!--<label class="wr-input-label" for="search-by-username">-->
|
|
|
|
|
|
|
|
<!--By Username-->
|
|
|
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
|
|
|
<!--<input id="search-by-username" type="text" class="form-control"-->
|
|
|
|
|
|
|
|
<!--placeholder="Search By Username">-->
|
|
|
|
|
|
|
|
<!--</th>-->
|
|
|
|
|
|
|
|
<!--<th style="vertical-align:bottom;">-->
|
|
|
|
|
|
|
|
<!--<button id="search-btn" class="wr-btn">-->
|
|
|
|
|
|
|
|
<!--Search-->
|
|
|
|
|
|
|
|
<!--</button>-->
|
|
|
|
|
|
|
|
<!--</th>-->
|
|
|
|
|
|
|
|
<!--</tr>-->
|
|
|
|
|
|
|
|
<!--<tr class="bulk-action-row" id="invite-user-button">-->
|
|
|
|
|
|
|
|
<!--<th colspan="5">-->
|
|
|
|
|
|
|
|
<!--<ul class="tiles">-->
|
|
|
|
|
|
|
|
<!--<li class="square">-->
|
|
|
|
|
|
|
|
<!--<a href="#" data-click-event="remove-form" class="btn square-element invite-user-link"-->
|
|
|
|
|
|
|
|
<!--data-toggle="modal" data-target="#modalDemo">-->
|
|
|
|
|
|
|
|
<!--<span class="icon fw-stack">-->
|
|
|
|
|
|
|
|
<!--<i class="fw fw-ring fw-stack-2x"></i>-->
|
|
|
|
|
|
|
|
<!--<i class="fw fw-invitation fw-stack-1x"></i>-->
|
|
|
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
|
|
|
<!--Invite Selected-->
|
|
|
|
|
|
|
|
<!--</a>-->
|
|
|
|
|
|
|
|
<!--</li>-->
|
|
|
|
|
|
|
|
<!--</ul>-->
|
|
|
|
|
|
|
|
<!--</th>-->
|
|
|
|
|
|
|
|
<!--</tr>-->
|
|
|
|
|
|
|
|
<!--</thead>-->
|
|
|
|
|
|
|
|
<!--<tbody id="ast-container">-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<br class="c-both"/>-->
|
|
|
|
|
|
|
|
<!--</tbody>-->
|
|
|
|
|
|
|
|
<!--</table>-->
|
|
|
|
|
|
|
|
<table class="table table-striped table-hover list-table display responsive nowrap data-table grid-view" id="user-grid">
|
|
|
|
<table class="table table-striped table-hover list-table display responsive nowrap data-table grid-view" id="user-grid">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr class="sort-row">
|
|
|
|
<tr class="sort-row">
|
|
|
@ -139,8 +83,7 @@
|
|
|
|
<a href="#" data-click-event="remove-form" class="btn square-element invite-user-link"
|
|
|
|
<a href="#" data-click-event="remove-form" class="btn square-element invite-user-link"
|
|
|
|
data-toggle="modal" data-target="#modalDemo">
|
|
|
|
data-toggle="modal" data-target="#modalDemo">
|
|
|
|
<span class="icon fw-stack">
|
|
|
|
<span class="icon fw-stack">
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-invitation fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-invitation fw-stack-1x"></i>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
Invite Selected
|
|
|
|
Invite Selected
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
@ -150,12 +93,10 @@
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
<tbody id="ast-container">
|
|
|
|
<tbody id="ast-container">
|
|
|
|
|
|
|
|
|
|
|
|
<br class="c-both" />
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br class="c-both"/>
|
|
|
|
|
|
|
|
<div id="content-filter-types" style="display: none">
|
|
|
|
<div id="content-filter-types" style="display: none">
|
|
|
|
<div class="sort-title">Sort By</div>
|
|
|
|
<div class="sort-title">Sort By</div>
|
|
|
|
<div class="sort-options">
|
|
|
|
<div class="sort-options">
|
|
|
@ -220,7 +161,6 @@
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
<h3>Do you really want to remove this user ?</h3>
|
|
|
|
<h3>Do you really want to remove this user ?</h3>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="buttons">
|
|
|
|
<div class="buttons">
|
|
|
|
<a href="#" id="remove-user-yes-link" class="btn-operations">
|
|
|
|
<a href="#" id="remove-user-yes-link" class="btn-operations">
|
|
|
|
Remove
|
|
|
|
Remove
|
|
|
@ -269,13 +209,13 @@
|
|
|
|
<div class="content">
|
|
|
|
<div class="content">
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
<h3>
|
|
|
|
<h2>
|
|
|
|
<span class="fw-stack">
|
|
|
|
<span class="fw-stack">
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-error fw-stack-1x"></i>
|
|
|
|
<i class="fw fw-error fw-stack-1x"></i>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
Operation cannot be performed !
|
|
|
|
Operation cannot be performed !
|
|
|
|
</h3>
|
|
|
|
</h2>
|
|
|
|
<h4>
|
|
|
|
<h4>
|
|
|
|
Please select a user or a list of users to send invitation emails.
|
|
|
|
Please select a user or a list of users to send invitation emails.
|
|
|
|
</h4>
|
|
|
|
</h4>
|
|
|
@ -310,29 +250,28 @@
|
|
|
|
<div class="content">
|
|
|
|
<div class="content">
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
<h3>
|
|
|
|
<h2>
|
|
|
|
<span class="fw-stack">
|
|
|
|
<span class="fw-stack">
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-ring fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-key fw-stack-1x"></i>
|
|
|
|
<i class="fw fw-key fw-stack-1x"></i>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
Reset Password
|
|
|
|
Reset Password
|
|
|
|
<br>
|
|
|
|
</h2>
|
|
|
|
</h3>
|
|
|
|
<br>
|
|
|
|
<div id="notification-error-msg" class="alert alert-danger hidden" role="alert">
|
|
|
|
<div id="notification-error-msg" class="alert alert-danger hidden" role="alert">
|
|
|
|
<i class="icon fw fw-error"></i><span></span>
|
|
|
|
<i class="icon fw fw-error"></i><span></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h4>
|
|
|
|
<h4>
|
|
|
|
Enter new password
|
|
|
|
Enter new password
|
|
|
|
<br><br>
|
|
|
|
<br><br>
|
|
|
|
<div>
|
|
|
|
<!--suppress HtmlUnknownTag -->
|
|
|
|
<input type="password" class="form-control modal-input operationDataKeys" id="new-password" data-key="message"/>
|
|
|
|
<!--suppress HtmlFormInputWithoutLabel -->
|
|
|
|
</div>
|
|
|
|
<input type="password" class="form-control modal-input operationDataKeys" id="new-password" data-key="message"/>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
Retype new password
|
|
|
|
Retype new password
|
|
|
|
<br><br>
|
|
|
|
<br><br>
|
|
|
|
<div>
|
|
|
|
<!--suppress HtmlFormInputWithoutLabel -->
|
|
|
|
<input type="password" class="form-control modal-input operationDataKeys" id="confirmed-password" data-key="message"/>
|
|
|
|
<input type="password" class="form-control modal-input operationDataKeys" id="confirmed-password" data-key="message"/>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
</h4>
|
|
|
|
</h4>
|
|
|
|
<div class="buttons">
|
|
|
|
<div class="buttons">
|
|
|
@ -369,6 +308,7 @@
|
|
|
|
<!--Later add the navigation menu from here-->
|
|
|
|
<!--Later add the navigation menu from here-->
|
|
|
|
{{/zone}}
|
|
|
|
{{/zone}}
|
|
|
|
{{#zone "bottomJs"}}
|
|
|
|
{{#zone "bottomJs"}}
|
|
|
|
|
|
|
|
<!--suppress HtmlUnknownTarget -->
|
|
|
|
<script id="user-listing" data-current-user="{{currentUser.username}}"
|
|
|
|
<script id="user-listing" data-current-user="{{currentUser.username}}"
|
|
|
|
src="{{@page.publicUri}}/templates/listing.hbs" type="text/x-handlebars-template"></script>
|
|
|
|
src="{{@page.publicUri}}/templates/listing.hbs" type="text/x-handlebars-template"></script>
|
|
|
|
{{js "js/listing.js"}}
|
|
|
|
{{js "js/listing.js"}}
|
|
|
|