Hi, please:
I have a framed layout
its have a tree (3) frames
Hi
I have a framed layout
its have a tree (3) frames
1. left that are the ~nodefault
2. center.html (the content tegeted)
3. right.html
<frameset cols="25%,*,25%">
<frame src="/~nodefault" />
<frame src="center.html" />
<frame src="right.html" />
</frameset>I want know if is possible the a COMMENT FOLDER command to be targeted to RIGHT.html when I click in. And how to do this.
Im usind the "default.tpl" (hfs.tpl)
To the files will be targetd to center.html I made this (and works)
[file]
<tr><td>
{.if|{.get|can delete.}{.and|{.get|can access.}|{.get|can archive item.}.}| <input type='checkbox' name='selection' value="%item-url%"> .}
{.if|{.get|is new.}|<span class='flag'> NEW </span>.}
{.if not|{.get|can access.}|<img src='/~img_lock'>.}
<a href="%item-url%" target="center.html"><img src="%item-icon%"> %item-name%</a> {.if| {.?search.} |{:<div class='item-folder'>{.!item folder.} {.breadcrumbs|{:<a href="%bread-url%">%bread-name%/</a>:}|from={.count substring|/|%folder%.}/breadcrumbs.}:} .}
{.if| %item-comment% | <div class='comment'>%item-comment%</div> .}
-----
But I cant (until now to make the COMMENT FOLDER will be targeted to RIGHT.html
Thanks for any help
