source: products/qSiloGroup/trunk/skins/qSiloGroup/portlet_navigation.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 507 bytes
Line 
1<html xmlns:tal="http://xml.zope.org/namespaces/tal"
2      xmlns:metal="http://xml.zope.org/namespaces/metal"
3      i18n:domain="plone">
4<body>
5<div metal:define-macro="portlet"
6       i18n:domain="plone"
7       tal:omit-tag="">
8
9  <iframe name="document-frame"
10          id="document-frame"
11          src="silo_nav"
12          style="width:100%; border:0; overflow: hidden;"
13          frameBorder="0"
14          tal:attributes="src string:${context/absolute_url}/silo_nav"> </iframe>
15
16</div>
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.