|
/website/localWeb/eventListJS.jsp (CVS)
/var/lib/tomcat5.5/webapps/karamba/public_html/website/localWeb/eventListJS.jsp [Compiled Version] |
Relations execute source business logic login page Other tools |
1: <%/* $Header: /usr/local/cvsroot/karamba/public_html/website/localWeb/eventListJS.jsp,v 1.2 2008/03/06 18:30:33 risto Exp $ */%><%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %><%@ page import="org.eu.best.util.StringUtils" %><c:set var="content"><%@include file="eventList.jsp" %></c:set><% 2: 3: String content = (String) pageContext.getAttribute("content"); 4: content = StringUtils.replaceAll(content, "'","\\'"); 5: content = content.replaceAll("\r|\n",""); 6: %> 7: /* 8: JavaScript include version of the BEST Course List. Intended for Local webmasters without l33t coding sk1llz. 9: usage: in your webpage, copy and paste the following line into your code: 10: 11: <script type="text/JavaScript" src="http://www.best.eu.org/localWeb/eventListJS.jsp"></script> 12: 13: