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

initial-content.libs.sling.servlet.default.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.*,
									org.apache.sling.api.resource.*,
                  utils.*" 
%><%
%><%@ taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0" %><%
%><%
%>

	
	
		
		
    
<% String query = request.getParameter("q"); if (query == null) query = ""; String error = request.getParameter("error"); if (error != null) { %>
× Error while saving data! <%= error %>

You may have to login before making any changes.

<% } %> <% if (currentNode.hasNodes()) { %> <% } else { %>

this node has no children

<% } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy