<%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %> <%@ include file="/taglibs.jsp" %> <%@ include file="/theme/header.jsp" %> <%-- Start by parsing our config defs using the jstl xml toolkit --%> <%-- Then we'll progress through the config defs and print out the form --%> <%= org.roller.config.RollerRuntimeConfig.getRuntimeConfigDefsAsString() %>

<%-- choose the right html input element for the display --%> <%-- "string" type means use a simple textbox --%> <%-- "text" type means use a full textarea --%> <%-- "boolean" type means use a checkbox --%> <%-- if it's something we don't understand then use textbox --%>

 
"/>
<%@ include file="/theme/footer.jsp" %>