Building from Scratch

From OpenCms Wiki
Revision as of 17:05, 1 March 2011 by 115.186.137.69 (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<%@page buffer="none" session="false"  %> <%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %> <cms:template element="head"> <html> <head>

   <title><cms:property name="Title" file="search" escapeHtml="true"/></title>
   <cms:editable/>

</head> <body>

<cms:property name="Title" file="search" escapeHtml="true"/>

</cms:template> <cms:template element="body">

       <cms:include element="body" editable="true"/>

</cms:template> <cms:template element="foot"> </body> </html> </cms:template>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox