2013-09-23 16:39:40 +00:00
|
|
|
<%@page contentType="text/html"%>
|
|
|
|
<%@page pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
|
|
|
|
<html><head>
|
|
|
|
<%@include file="css.jsi" %>
|
|
|
|
<%=intl.title("Proof")%>
|
|
|
|
<script src="/js/ajax.js" type="text/javascript"></script>
|
|
|
|
<%@include file="summaryajax.jsi" %>
|
|
|
|
</head><body onload="initAjax()">
|
|
|
|
<%@include file="summary.jsi" %><h1>Proof of Ownership</h1>
|
2016-05-23 05:41:24 +00:00
|
|
|
<div class="main" id="proof"><p>
|
2017-12-01 14:07:29 +00:00
|
|
|
<jsp:useBean class="net.i2p.router.web.helpers.ProofHelper" id="proofHelper" scope="request" />
|
2018-07-28 19:03:01 +00:00
|
|
|
<jsp:setProperty name="proofHelper" property="contextId" value="<%=i2pcontextId%>" />
|
2013-09-23 16:39:40 +00:00
|
|
|
<textarea cols="70" rows="15" wrap="off" readonly="readonly" spellcheck="false"><jsp:getProperty name="proofHelper" property="proof" /></textarea>
|
2016-04-18 04:12:15 +00:00
|
|
|
</p></div></body></html>
|