More translated resources ...

This commit is contained in:
Paulo Gustavo Veiga
2012-06-30 14:20:09 -03:00
parent 43aa3e2aea
commit 7b6293dc46
12 changed files with 386 additions and 411 deletions

View File

@@ -1,3 +1,5 @@
<%@ page import="com.wisemapping.security.Utils" %>
<%@ page import="com.wisemapping.model.User" %>
<%@page pageEncoding="UTF-8" %>
<%@ include file="/jsp/init.jsp" %>
@@ -7,6 +9,12 @@
<%--@elvariable id="editorTryMode" type="java.lang.Boolean"--%>
<%--@elvariable id="editorTryMode" type="java.lang.String"--%>
<%--@elvariable id="mapXml" type="com.wisemapping.model.User"--%>
<%
User user = Utils.getUser(true);
if (user != null) {
request.setAttribute("principal", user);
}
%>
<html>
<head>