/* * EliasDB * * Copyright 2016 Matthias Ladkau. All rights reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package server /* LoginSRC is a simple login page. */ const LoginSRC = ` EliasDB Login

Login



` /* TermSRC is the terminal HTML as a text blob. */ const TermSRC = ` Terminal

` /* ClusterTermSRC is the cluster terminal HTML as a text blob. */ const ClusterTermSRC = ` Cluster Terminal

Member:
Network Interface:
Show Config Panel
Member Log: [Clear]

        
`