blob: f7b780d3b1035f60eacd86afd12ade9992cacdd6 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<f:view>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>index</title>
</head>
<body>
<h:form>
<h:panelGrid columns="1">
<h:outputText value="This is the portlet edit screen."/>
</h:panelGrid>
</h:form>
</body>
</html>
</f:view>