All Downloads are FREE. Search and download functionalities are using the official Maven repository.

initial-content.apps.rested.components.createnode.edit.jsp Maven / Gradle / Ivy

The newest version!
<%--
/************************************************************************
 **     $Date: $
 **   $Source: $
 **   $Author: $
 ** $Revision: $
 ************************************************************************/
--%><%
%><%@page session="false" contentType="text/html; charset=utf-8" %><%
%><%@page import="java.io.*,
                  java.net.*,
									javax.jcr.*,
                  utils.*" 
%><%
%><%@ taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0" %><%
%><%!
%><%
%><%

	String parentPath = "/";
	if (currentNode.getDepth() > 0) parentPath = currentNode.getParent().getPath();

	String newContent = currentNode.getPath();
	if (newContent.equals("/")) newContent = "/";
	else newContent += "/";
%>

Add New Node
Upload File
<% String error = request.getParameter("error"); if (error != null) { %>
× Error while saving data! <%= error %>

You may have to login before making any changes.

<% } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy