mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-18 19:01:19 +00:00
21 lines
456 B
Plaintext
21 lines
456 B
Plaintext
<%@ page class="AdminHederaTopicPage" %>
|
|
<%@ page form="true" %>
|
|
<%@ page baseClass="SessionHTTPRequestHandler" %>
|
|
<%@ page ctorArg="Session*" %>
|
|
<%@ header include="HTTPInterface/SessionHTTPRequestHandler.h" %>
|
|
<%!
|
|
|
|
|
|
%>
|
|
<%%
|
|
const char* pageName = "Admin Hedera Topic";
|
|
|
|
|
|
%><%@ include file="include/header_old.cpsp" %>
|
|
<div class="grd_container">
|
|
<h1>Admin Hedera Topic</h1>
|
|
<%= getErrorsHtml() %>
|
|
|
|
</div>
|
|
<%@ include file="include/footer.cpsp" %>
|