Simplify, simplify!

During the course of working with the another simple website, I realized that my trainitem template could be simplified. There really isn't a need to do a Level check and it should be possible for notes to go many levels deep.
This note is assigned to Prototype=protoIdeaItem. That gives it a Level 2 assignment. It should prompt a "Read More..." in the parent note even in the absence of a Level check in the template.
Yes. Removed the Level check and everything still works.
But can I have yet another sublevel within this note? Let's see...
Hmm, doesn't work as I expected. The pages got exported OK (once selected export children true and changed the template to the full page trainTemplate.
But the link isn't right for this notes Read More. Probably something in the template.
Yes, all I had to do was add the the root to the path(this) and now I can go as deep as I want!
^if(exists )
a href="http://prototyping.home.attbi.com/^path(this)^" title="Read More of the Story" onMouseOver="status='Read More of the Story'; return true;" onMouseOut="status=''; return true;"Read More...
^else ....
Read More...
--- Ryan Holcomb 2005 --
|