destinations
1 year ago
modal
10 months ago
settings
6 days ago
404.htm
1 year ago
alerts.htm
1 year ago
backups.htm
1 year ago
dashboard.htm
1 year ago
destinations.htm
9 months ago
downloads.htm
1 year ago
jobs.htm
1 year ago
main.htm
1 year ago
mfa.htm
1 year ago
queue.htm
1 year ago
schedules.htm
1 year ago
settings.htm
1 year ago
system.htm
11 months ago
main.htm
63 lines
| 1 | <div class="container-xxl pt-xxl-5 jb-holder jb-grey-0 just"> |
| 2 | |
| 3 | <div id="alert-floating-container" ng-show="alerts.length"> |
| 4 | <alert-box |
| 5 | ng-repeat="alert in alerts" |
| 6 | ng-model="alert" |
| 7 | auto-close="alert.ttl"> |
| 8 | </alert-box> |
| 9 | </div> |
| 10 | |
| 11 | <div class="row align-items-left jb-white-0 jb-header"> |
| 12 | <div class="col"> |
| 13 | <span id="logo" class="site_title" title="JetBackup"></span> |
| 14 | </div> |
| 15 | <div class="col d-flex justify-content-end"> |
| 16 | <div class="jb-alerts rounded-4 jb-grey-1 d-flex justify-content-between"> |
| 17 | <a href="#!/settings/general" aria-label="General settings"> |
| 18 | <span class="jb-settings rounded-circle jb-grey-2 justify-content-center head-icons"> |
| 19 | <span class="icon"><i class="fa-sharp fa-light fa-gear"></i></span> |
| 20 | </span> |
| 21 | </a> |
| 22 | <span ng-click="callSupport()" title='{{ lang.t("Click For Support") }}' aria-label="call support"> |
| 23 | <span class="jb-settings rounded-circle jb-grey-2 head-icons position-relative"> |
| 24 | <span class="icon"><i class="fa-sharp fa-light fa-headset"></i></span> |
| 25 | </span> |
| 26 | </span> |
| 27 | </div> |
| 28 | </div> |
| 29 | <div class="col jb-user rounded-4 jb-grey-2 d-flex justify-content-between"> |
| 30 | <span class="jb-user-avatar user-ph"> |
| 31 | <a style="color: #fff;" href="{{account.profile}}" aria-label="User profile"><span class="icon"><i class="fa-sharp fa-light fa-user"></i></span></a> |
| 32 | </span> |
| 33 | <span class="jb-user-name"> |
| 34 | <ul class="jb-user-name-ul"> |
| 35 | <li class="name">{{account.name}}</li> |
| 36 | <li class="title">{{account.role}}</li> |
| 37 | </ul> |
| 38 | </span> |
| 39 | </div> |
| 40 | </div> |
| 41 | <div ng-if="errors" class="row rounded-4 jb-white-0 d-flex justify-content-between justify-content-lg-around"> |
| 42 | <div class="row jb-header-alert"> |
| 43 | <div class="alert alert-danger d-flex align-items-center" role="alert"> |
| 44 | <ul> |
| 45 | <li ng-repeat="error in errors">{{error}}</li> |
| 46 | </ul> |
| 47 | </div> |
| 48 | </div> |
| 49 | </div> |
| 50 | |
| 51 | <div ng-view></div> |
| 52 | |
| 53 | <div class="row d-flex align-items-center"> |
| 54 | <div class="d-flex justify-content-center version"> |
| 55 | <p style="color: #585858; font-family: monospace;">JetBackup WordPress Version {{info.version}}</p> |
| 56 | </div> |
| 57 | </div> |
| 58 | </div> <!-- container-xxl from header --> |
| 59 | |
| 60 | <script type="text/javascript">window.DocsBotAI=window.DocsBotAI||{},DocsBotAI.init=function(e){return new Promise((t,r)=>{var n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://widget.docsbot.ai/chat.js";let o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(n,o),n.addEventListener("load",()=>{let n;Promise.all([new Promise((t,r)=>{window.DocsBotAI.mount(Object.assign({}, e)).then(t).catch(r)}),(n=function e(t){return new Promise(e=>{if(document.querySelector(t))return e(document.querySelector(t));let r=new MutationObserver(n=>{if(document.querySelector(t))return e(document.querySelector(t)),r.disconnect()});r.observe(document.body,{childList:!0,subtree:!0})})})("#docsbotai-root"),]).then(()=>t()).catch(r)}),n.addEventListener("error",e=>{r(e.message)})})};</script> |
| 61 | <script type="text/javascript"> |
| 62 | DocsBotAI.init({id: "rlwAvBItbA0WIeZId1Td/eNyNFBhIx7XzO8NqFRwb"}); |
| 63 | </script> |