# 07 注册门户元素


在安装目录webapps/seeyon/portal/pagelayout/element/custom 下新建为每个门户元素新建三个文件:tpl-xxx.html、tpl-xxx.css、tpl-xxx.css。 在安装目录文件 webapps/seeyon/portal/config/portal_laytpl_template/elements.xml 中注册改门户模板,添加内容如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<laytpls version="1.0" vendor="www.seeyon.com">
  <laytpl>
    <id><![CDATA[0]]></id>
    <code><![CDATA[tpl-demo]]></code>
    <name><![CDATA[示例元素]]></name>
    <htmlPath><![CDATA[/portal/pagelayout/element/tpl-demo.html]]></htmlPath>
    <jsPath><![CDATA[/portal/pagelayout/element/tpl-demo.js]]></jsPath>
    <cssPath><![CDATA[/portal/pagelayout/element/tpl-demo.css]]></cssPath>
  </laytpl>
</laytpls>
编撰人:chuhc