<%=Util._t("Your short MuWire id is {0}", core.getMe().getHumanReadableName())%>
<%=Util._t("Your full MuWire id is")%>
<%=core.getMe().toBase64()%>
%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="java.io.*" %> <%@ page import="java.util.*" %> <%@ page import="com.muwire.webui.*" %> <%@ page import="com.muwire.core.*" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@include file="initcode.jsi"%> <% String pagetitle=Util._t("About Me"); Core core = (Core) application.getAttribute("core"); %>
<%@include file="css.jsi"%> <%@include file="header.jsi"%><%=Util._t("Your short MuWire id is {0}", core.getMe().getHumanReadableName())%>
<%=Util._t("Your full MuWire id is")%>
<%=core.getMe().toBase64()%>