<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="html_tag" deleted="false" description="comment" enabled="true" id="org.eclipse.wst.html.ui.templates.comment" name="comment">&lt;!-- ${cursor} --&gt;</template><template autoinsert="true" context="html_tag" deleted="false" description="definition list" enabled="true" id="org.eclipse.wst.html.ui.templates.dl" name="dl">&lt;dl&gt;
  &lt;dt&gt; First definition&lt;/dt&gt;  &lt;dd&gt;  First explanation&lt;/dd&gt;
  &lt;dt&gt; Second definition&lt;/dt&gt; &lt;dd&gt; Second explanation&lt;/dd&gt;
&lt;/dl&gt;
</template><template autoinsert="true" context="html_tag" deleted="false" description="img     (map)" enabled="true" id="org.eclipse.wst.html.ui.templates.imgmap" name="img">&lt;img ismap&gt;</template><template autoinsert="false" context="html_new" deleted="false" description="Creates a new Facelet page for use with a template." enabled="true" id="org.eclipse.jst.jsf.facelet.ui.new_basic_composition_xhtml" name="New Facelet Composition Page">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;

&lt;html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:f="http://java.sun.com/jsf/core"&gt;

&lt;ui:composition template=""&gt;
	&lt;ui:define name="header"&gt;
	    Add your header here or delete to use the default
	&lt;/ui:define&gt;
	&lt;ui:define name="content"&gt;
	    Add your content here or delete to use the default
	&lt;/ui:define&gt;
	&lt;ui:define name="footer"&gt;
	    Add your footer here or delete to use the default
	&lt;/ui:define&gt;
&lt;/ui:composition&gt;
&lt;/html&gt;</template><template autoinsert="false" context="html_new" deleted="false" description="Creates a footer for use with the Facelet template." enabled="true" id="org.eclipse.jst.jsf.facelet.ui.new_simple_footer_xhtml" name="New Facelet Footer">&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div style="background-color:navy;width:100%;color:white"&gt;&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</template><template autoinsert="false" context="html_new" deleted="false" description="Creates a header for use with the Facelet template" enabled="true" id="org.eclipse.jst.jsf.facelet.ui.new_header_xhtml" name="New Facelet Header">&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;body&gt;
&lt;div style="width:100%;font-size:36px;line-height:48px;background-color:navy;color:white"&gt;My Facelet Application&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</template><template autoinsert="false" context="html_new" deleted="false" description="Creates a basic header/content/footer Facelet template" enabled="true" id="org.eclipse.jst.jsf.facelet.ui.new_basic_template_xhtml" name="New Facelet Template">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"&gt;
&lt;head&gt;
  &lt;title&gt;&lt;ui:insert name="title"&gt;Default title&lt;/ui:insert&gt;&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;ui:debug hotkey="x" rendered="#{initParam['javax.faces.FACELETS_DEVELOPMENT']}"/&gt;

&lt;div id="header"&gt;
    &lt;ui:insert name="header"&gt;
    	Header area.  See comments below this line in the source.
    	&lt;!--  include your header file or uncomment the include below and create header.xhtml in this directory --&gt;
    	&lt;!-- &lt;ui:include src="header.xhtml"/&gt; --&gt;
    &lt;/ui:insert&gt;
&lt;/div&gt;


&lt;div id="content"&gt;
  &lt;ui:insert name="content"&gt;
    	Content area.  See comments below this line in the source.
    	&lt;!--  include your content file or uncomment the include below and create content.xhtml in this directory --&gt;
	  	&lt;!-- &lt;div&gt; --&gt;
    	&lt;!-- &lt;ui:include src="content.xhtml"/&gt; --&gt;  
    	&lt;!-- &lt;/div&gt; --&gt;
  &lt;/ui:insert&gt;
&lt;/div&gt;

&lt;div id="footer"&gt;
  &lt;ui:insert name="footer"&gt;
    	Footer area.  See comments below this line in the source.
    	&lt;!--  include your header file or uncomment the include below and create footer.xhtml in this directory --&gt;
		&lt;!--&lt;ui:include src="footer.xhtml"/&gt;  --&gt;
  &lt;/ui:insert&gt;
&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</template><template autoinsert="true" context="html_new" deleted="false" description="html 4.01 frameset" enabled="true" id="org.eclipse.wst.html.ui.templates.htmlframeset" name="New HTML File (4.01 frameset)">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=${encoding}"&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;frameset&gt;
    &lt;frame&gt;
    &lt;frame&gt;
    &lt;noframes&gt;
    &lt;body&gt;
    &lt;p&gt;This page uses frames. The current browser you are using does not support frames.&lt;/p&gt;
    &lt;/body&gt;
    &lt;/noframes&gt;
&lt;/frameset&gt;
&lt;/html&gt;</template><template autoinsert="true" context="html_new" deleted="false" description="html 4.01 strict" enabled="true" id="org.eclipse.wst.html.ui.templates.htmlstrict" name="New HTML File (4.01 strict)">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=${encoding}"&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
${cursor}
&lt;/body&gt;
&lt;/html&gt;</template><template autoinsert="true" context="html_new" deleted="false" description="html 4.01 transitional" enabled="true" id="org.eclipse.wst.html.ui.templates.html" name="New HTML File (4.01 transitional)">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=${encoding}"&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
${cursor}
&lt;/body&gt;
&lt;/html&gt;</template><template autoinsert="true" context="html_new" deleted="false" description="html 5" enabled="true" id="org.eclipse.wst.html.ui.templates.html5" name="New HTML File (5)">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset="${encoding}"&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
${cursor}
&lt;/body&gt;
&lt;/html&gt;</template><template autoinsert="true" context="html_new" deleted="false" description="xhtml 1.0 frameset" enabled="true" id="org.eclipse.wst.html.ui.templates.xhtmlframeset" name="New XHTML File (1.0 frameset)">&lt;?xml version="1.0" encoding="${encoding}" ?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=${encoding}" /&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;frameset&gt;
    &lt;frame /&gt;
    &lt;frame /&gt;
    &lt;noframes&gt;
    &lt;body&gt;
    &lt;p&gt;This page uses frames. The current browser you are using does not support frames.&lt;/p&gt;
    &lt;/body&gt;
    &lt;/noframes&gt;
&lt;/frameset&gt;
&lt;/html&gt;</template><template autoinsert="true" context="html_new" deleted="false" description="xhtml 1.0 strict" enabled="true" id="org.eclipse.wst.html.ui.templates.xhtmlstrict" name="New XHTML File (1.0 strict)">&lt;?xml version="1.0" encoding="${encoding}" ?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=${encoding}" /&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
${cursor}
&lt;/body&gt;
&lt;/html&gt;</template><template autoinsert="true" context="html_new" deleted="false" description="xhtml 1.0 transitional" enabled="true" id="org.eclipse.wst.html.ui.templates.xhtml" name="New XHTML File (1.0 transitional)">&lt;?xml version="1.0" encoding="${encoding}" ?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=${encoding}" /&gt;
&lt;title&gt;Insert title here&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
${cursor}
&lt;/body&gt;
&lt;/html&gt;</template><template autoinsert="true" context="html_tag" deleted="false" description="ordered list" enabled="true" id="org.eclipse.wst.html.ui.templates.ol" name="ol">&lt;ol&gt;
  &lt;li&gt; Item one &lt;/li&gt;
  &lt;li&gt; Item two &lt;/li&gt;
&lt;/ol&gt;
</template><template autoinsert="true" context="html_tag" deleted="false" description="script     (commented)" enabled="true" id="org.eclipse.wst.html.ui.templates.script" name="script">&lt;script type="${cursor}text/javascript"&gt;
&lt;!--

//--&gt;
&lt;/script&gt;</template><template autoinsert="true" context="html_tag" deleted="false" description="style     (commented)" enabled="true" id="org.eclipse.wst.html.ui.templates.style" name="style">&lt;style&gt;
&lt;!--
${cursor}
--&gt;
&lt;/style&gt;</template><template autoinsert="true" context="html_tag" deleted="false" description="table" enabled="true" id="org.eclipse.wst.html.ui.templates.table" name="table">&lt;table&gt;
  &lt;tr&gt;
    &lt;th&gt;Column 1 Heading&lt;/th&gt;
    &lt;th&gt;Column 2 Heading&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Row 1: Col 1&lt;/td&gt;
    &lt;td&gt;Row 1: Col 2&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
</template><template autoinsert="true" context="html_tag" deleted="false" description="unordered list" enabled="true" id="org.eclipse.wst.html.ui.templates.ul" name="ul">&lt;ul&gt;
  &lt;li&gt; Item one &lt;/li&gt;
  &lt;li&gt; Item two &lt;/li&gt;
&lt;/ul&gt;
</template></templates>