mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add nearly empty hedera topic management page, and additional wrapper for hedera proto
This commit is contained in:
parent
cd355bdd29
commit
a0919dc6c3
0
src/cpp/model/hedera/ConsensusDeleteTopic.cpp
Normal file
0
src/cpp/model/hedera/ConsensusDeleteTopic.cpp
Normal file
0
src/cpp/model/hedera/ConsensusDeleteTopic.h
Normal file
0
src/cpp/model/hedera/ConsensusDeleteTopic.h
Normal file
0
src/cpp/model/hedera/ConsensusUpdateTopic.cpp
Normal file
0
src/cpp/model/hedera/ConsensusUpdateTopic.cpp
Normal file
0
src/cpp/model/hedera/ConsensusUpdateTopic.h
Normal file
0
src/cpp/model/hedera/ConsensusUpdateTopic.h
Normal file
21
src/cpsp/adminHederaTopic.cpsp
Normal file
21
src/cpsp/adminHederaTopic.cpsp
Normal 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" %>
|
||||||
Loading…
x
Reference in New Issue
Block a user