PHP Classes

File: SmallServerAdmin/ssh/index.html.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/ssh/index.html.php   Download  
File: SmallServerAdmin/ssh/index.html.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 564 bytes
 

Contents

Class file image Download
<?#Page Title="${Menu_SSH}" ?>
<html xmlns:php="http://aleksey.nemiro.ru/php-webforms">
  <body>

    <php:Content ID="MainContent">
      <div ng-controller="SshController">
        <h2>${Menu_SSH}</h2>
        <ui-codemirror ui-codemirror-opts="{lineNumbers: true, matchBrackets: true, mode: 'shell', theme: 'erlang-dark', onLoad: CodeMirror_Loaded }"></ui-codemirror>

        <div ng-show="Loading">
          <span class="glyphicon glyphicon-refresh fa-spin"></span>
          ${Processing...}
        </div>
      </div>
    </php:Content>

  </body>
</html>