Skip to content

Instantly share code, notes, and snippets.

View Jdruwe's full-sized avatar

Jeroen Jdruwe

View GitHub Profile
<%@page session="false" %><%--
Copyright 1997-2008 Day Management AG
Barfuesserplatz 6, 4001 Basel, Switzerland
All Rights Reserved.
This software is the confidential and proprietary information of
Day Management AG, ("Confidential Information"). You shall not
disclose such Confidential Information and shall use it only in
accordance with the terms of the license agreement you entered into
with Day.
<%@page session="false"
contentType="text/html"
pageEncoding="utf-8"
import="java.io.PrintWriter,
java.util.Iterator,
javax.jcr.Node,
javax.jcr.RepositoryException,
javax.jcr.Session,
org.apache.jackrabbit.util.Text,
org.apache.sling.api.resource.Resource,
// This file has been altered to give the option to the author to automatically open the meta editor after uploading files.
(function (document, $) {
"use strict";
$(document).on("foundation-contentloaded", function (e) {
_intialize();
});