Mini Shell

Direktori : /usr/local/jetapps/var/www/jetbackup5/docroot/app/views_enduser/
Upload File :
Current File : //usr/local/jetapps/var/www/jetbackup5/docroot/app/views_enduser/restore.htm

<div class="controller-box" ng-controller="restore_enduser">
    <h1>{{ lang.t("Restore & Download") }}</h1>
    <p>{{ lang.t("For help finding a specific backup, please visit the")}} <a href="{{const.DOCS_USER_URL}}/restoreAndDownload.html" style="color: #fd6b2b;" target="_blank">{{ lang.t("Restore & Download documentation.") }}</a></p><br>
    
    <div class="tabs tabs-style-topline">
        <nav>
            <ul>
                <li ng-repeat="section in sections" ng-class="{ 'tab-current': currentSection._id == section._id }" ng-hide="section.hidden">
                    <a href="" ng-click="changeSection(section)">
                        <em aria-hidden="true" class="fas {{section.icon}}"></em>
                        <span>{{ section.name }}</span>
                    </a>
                </li>
            </ul>
        </nav>
    </div>

    <div class="tab-content">
        <div ng-include="sectionTemplate"></div>
    </div>

</div>

Zerion Mini Shell 1.0