beehive/netui/test/webapps/drt/web/template/tempNest/rightDef.jsp

12 lines
351 B
Plaintext

<%@ page language="java"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="temp" %>
<temp:template templatePage="contentTemplate.jsp">
<temp:setAttribute name="color" value="red"/>
<temp:section name="title">
Right Content
</temp:section>
<temp:section name="content">
Default Right Content
</temp:section>
</temp:template>