Created
May 26, 2014 07:16
-
-
Save wmfairuz/fe1a9d0b59b4309ab80e to your computer and use it in GitHub Desktop.
view skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <%@ page language="java" contentType="text/html;charset=UTF-8" %> | |
| <%@ taglib prefix="template" uri="http://www.jahia.org/tags/templateLib" %> | |
| <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> | |
| <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> | |
| <%@ taglib prefix="jcr" uri="http://www.jahia.org/tags/jcr" %> | |
| <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> | |
| <%--@elvariable id="currentNode" type="org.jahia.services.content.JCRNodeWrapper"--%> | |
| <%--@elvariable id="out" type="java.io.PrintWriter"--%> | |
| <%--@elvariable id="script" type="org.jahia.services.render.scripting.Script"--%> | |
| <%--@elvariable id="scriptInfo" type="java.lang.String"--%> | |
| <%--@elvariable id="workspace" type="java.lang.String"--%> | |
| <%--@elvariable id="renderContext" type="org.jahia.services.render.RenderContext"--%> | |
| <%--@elvariable id="currentResource" type="org.jahia.services.render.Resource"--%> | |
| <%--@elvariable id="url" type="org.jahia.services.render.URLGenerator"--%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment