add nearly empty hedera topic management page, and additional wrapper for hedera proto

This commit is contained in:
einhornimmond - MarkX 2020-08-25 12:10:02 +02:00 committed by Ulf Gebhardt
parent cd355bdd29
commit a0919dc6c3
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
5 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<%@ page class="AdminHederaTopic" %>
<%@ page form="true" %>
<%@ page compressed="true" %>
<%@ page baseClass="SessionHTTPRequestHandler" %>
<%@ page ctorArg="Session*" %>
<%@ header include="SessionHTTPRequestHandler.h" %>
<%!
%>
<%%
const char* pageName = "Admin Hedera Topic";
%><%@ include file="header_old.cpsp" %>
<div class="grd_container">
<h1>Admin Hedera Topic</h1>
<%= getErrorsHtml() %>
</div>
<%@ include file="footer.cpsp" %>