PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
osta
/
old
/
include
/
staff
/
templates
<?php $title = __('Manage 2FA Options'); if ($auth) $title = sprintf('%s %s %s', $auth->getName(), '2FA', __('Setup')); ?> <h3 class="drag-handle"><?php echo $title; ?></h3> <a class="close" href=""><i class="icon-remove-circle"></i></a> <hr/> <?php if ($info['error']) { echo sprintf('<p id="msg_error">%s</p>', $info['error']); } elseif ($info['warning']) { echo sprintf('<p id="msg_warning">%s</p>', $info['warning']); } elseif ($info['notice']) { echo sprintf('<p id="msg_notice">%s</p>', $info['notice']); } ?> <div id="backends" <?php if ($auth) echo 'class="hidden"'; ?>> <table class="table"> <tbody> <?php foreach (Staff2FABackend::allRegistered() ?: array() as $bk) { $configuration = $staff->get2FAConfig($bk->getId()); $isVerified = $configuration['verified']; $vclass = $isVerified ? 'verified' : 'unverified'; ?> <tr id="<?php echo $bk->getId(); ?>" class="2fa-type <?php echo $vclass; ?>"> <td nowrap width="10px"> <i class="faded-more <?php echo sprintf('icon-check-%s', $isVerified ? 'sign' : 'empty'); ?>"></i> <span data-name="label"></span> </td> <td width="300px"> <a class="config2fa" href="<?php echo sprintf('#staff/%d/2fa/configure/%s', $staff->getId(), urlencode($bk->getId())); ?>"> <?php echo $bk->getName(); ?> </a> <div align="left" class="faded"><?php echo Format::htmlchars($bk->getDescription()); ?></div> </td> </tr> <?php } ?> </tbody> </table> <hr> </div> <div id="backend" <?php if (!$auth) echo 'class="hidden"'; ?>> <?php if ($auth && $form) { if ($state == 'verify') $instruction = __('Enter the token sent to you and click Verify'); else $instruction = __('Complete the form below and then click Next to verify the setup'); ?> <div><?php echo Format::htmlchars($instruction); ?></div> <br> <form class="bk" method="post" action="<?php echo sprintf('#staff/%d/2fa/configure/%s', $staff->getId(), $auth->getId()); ?>"> <input type="hidden" name="state" value="<?php echo $state ?: 'validate'; ?>" /> <?php echo csrf_token(); include STAFFINC_DIR . 'templates/dynamic-form-simple.tmpl.php'; ?> <br> <hr> <p class="full-width"> <span class="buttons pull-left"> <input type="reset" value="<?php echo __('Reset'); ?>"> <input type="button" name="close" value="<?php echo __('Cancel'); ?>" class="close"> </span> <span class="buttons pull-right"> <input type="submit" value="<?php echo ($state == 'verify') ? __('Verify') : __('Next'); ?>"> </span> </p> </form> <?php } ?> </div> <div class="clear"></div> <script type="text/javascript"> $(function() { var ids = $('.verified').map(function() { id2fa = $(this).attr('id'); document.getElementById(id2fa).disabled=false; }); $('a.config2fa').click( function(e) { e.preventDefault(); if ($(this).attr('href').length > 1) { var url = 'ajax.php/'+$(this).attr('href').substr(1); $.dialog(url, [201, 204], function (xhr) { window.location.href = window.location.href; }, { onshow: function() { $('#user-search').focus(); } }); } else { $('div#backends').hide(); $('div#backend').fadeIn(); } return false; }); $(document).on('click', 'input.close', function (e) { e.preventDefault(); alert('Alert'); $('div#backend').hide(); $('div#backends').fadeIn(); return false; }); }); </script>
[+]
..
[-] queue-export.tmpl.php
[edit]
[-] queue-preview.tmpl.php
[edit]
[-] queue-column-condition.tmpl.php
[edit]
[-] queue-sorting-add.tmpl.php
[edit]
[-] refer.tmpl.php
[edit]
[-] form-manage.tmpl.php
[edit]
[-] confirm.tmpl.php
[edit]
[-] queue-column-condition-prop.tmpl.php
[edit]
[-] user-lookup.tmpl.php
[edit]
[-] thread-entry.tmpl.php
[edit]
[-] quick-add-role.tmpl.php
[edit]
[-] simple-form.tmpl.php
[edit]
[-] sequence-manage.tmpl.php
[edit]
[-] reset-agent-permissions.tmpl.php
[edit]
[-] email-basicauth.tmpl.php
[edit]
[-] user-register.tmpl.php
[edit]
[-] thread-entry-edit.tmpl.php
[edit]
[-] queue-savedsearches-nav.tmpl.php
[edit]
[-] assign.tmpl.php
[edit]
[-] user-delete.tmpl.php
[edit]
[-] tickets.tmpl.php
[edit]
[-] export.tmpl.php
[edit]
[-] ticket-status.tmpl.php
[edit]
[-] merge-tickets.tmpl.php
[edit]
[-] notes.tmpl.php
[edit]
[-] queue-column-add.tmpl.php
[edit]
[-] user-import.tmpl.php
[edit]
[-] queue-fields.tmpl.php
[edit]
[-] dynamic-form-simple.tmpl.php
[edit]
[-] queue-quickfilter.tmpl.php
[edit]
[-] merge-preview.tmpl.php
[edit]
[-] field-edit.tmpl.php
[edit]
[-] org.tmpl.php
[edit]
[-] list-import.tmpl.php
[edit]
[-] thread-event.tmpl.php
[edit]
[-] tickets-actions.tmpl.php
[edit]
[-] queue-column-edit.tmpl.php
[edit]
[-] status-options.tmpl.php
[edit]
[-] navigation.tmpl.php
[edit]
[-] field-view.tmpl.php
[edit]
[-] tasks-queue-sort.tmpl.php
[edit]
[-] ticket-preview.tmpl.php
[edit]
[-] list-items.tmpl.php
[edit]
[-] thread-entries.tmpl.php
[edit]
[-] queue-tickets.tmpl.php
[edit]
[-] list-item-properties.tmpl.php
[edit]
[-] email-smtp.tmpl.php
[edit]
[-] release.tmpl.php
[edit]
[-] advanced-search.tmpl.php
[edit]
[-] schedule-holidays.tmpl.php
[edit]
[-] delete.tmpl.php
[edit]
[-] plugin-instance-modal.tmpl.php
[edit]
[-] thread-entry-view.tmpl.php
[edit]
[-] list-item-row.tmpl.php
[edit]
[-] faq-print.tmpl.php
[edit]
[-] sub-navigation.tmpl.php
[edit]
[-] plugin-instances.tmpl.php
[edit]
[-] collaborators.tmpl.php
[edit]
[-] list-item-preview.tmpl.php
[edit]
[-] task-edit.tmpl.php
[edit]
[-] set-password.tmpl.php
[edit]
[-] users.tmpl.php
[edit]
[-] queue-sort.tmpl.php
[edit]
[-] dynamic-field-config.tmpl.php
[edit]
[-] thread-email-recipients.tmpl.php
[edit]
[-] task-print.tmpl.php
[edit]
[-] org-delete.tmpl.php
[edit]
[-] 2fas.tmpl.php
[edit]
[-] advanced-search-criteria.tmpl.php
[edit]
[-] mark-as.tmpl.php
[edit]
[-] queue-subnavigation.tmpl.php
[edit]
[-] user-account.tmpl.php
[edit]
[-] queue-sorting.tmpl.php
[edit]
[-] advanced-search-field.tmpl.php
[edit]
[-] schedule-diagnostic.tmpl.php
[edit]
[-] schedule-entry.tmpl.php
[edit]
[-] inline-form.tmpl.php
[edit]
[-] task-view.tmpl.php
[edit]
[-] dynamic-form.tmpl.php
[edit]
[-] queue-navigation.tmpl.php
[edit]
[-] quick-add.tmpl.php
[edit]
[-] note.tmpl.php
[edit]
[-] thread-email-headers.tmpl.php
[edit]
[-] queue-sorting-edit.tmpl.php
[edit]
[-] queue-columns.tmpl.php
[edit]
[-] email-oauth2auth.tmpl.php
[edit]
[-] org-lookup.tmpl.php
[edit]
[-] user.tmpl.php
[edit]
[-] thread-entries-preview.tmpl.php
[edit]
[-] dynamic-form-fields-view.tmpl.php
[edit]
[-] savedqueue-settings.tmpl.php
[edit]
[-] tasks-actions.tmpl.php
[edit]
[-] thread-entry-resend.tmpl.php
[edit]
[-] plugin-instance.tmpl.php
[edit]
[-] content-manage.tmpl.php
[edit]
[-] timezone.tmpl.php
[edit]
[-] schedule-add.tmpl.php
[edit]
[-] task-status.tmpl.php
[edit]
[-] email-mailbox.tmpl.php
[edit]
[-] transfer.tmpl.php
[edit]
[-] collaborators-preview.tmpl.php
[edit]
[-] task.tmpl.php
[edit]
[-] org-profile.tmpl.php
[edit]
[-] queue-column.tmpl.php
[edit]
[-] schedule-entries.tmpl.php
[edit]
[-] task-preview.tmpl.php
[edit]
[-] ticket-print.tmpl.php
[edit]