/[webpac]/trunk2/output_template/node.tt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/output_template/node.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 580 by dpavlin, Mon Nov 1 22:52:44 2004 UTC revision 581 by dpavlin, Mon Nov 1 23:38:53 2004 UTC
# Line 21  function outline_url() { Line 21  function outline_url() {
21                  if (e) {                  if (e) {
22                          var y = findPosY(e);                          var y = findPosY(e);
23    
24                            if (parent.element_id && parent.mfn_iframe) {
25                                    var e2 = element_id('i'+parent.mfn_iframe[o]);
26                                    if (e2) y += findPosY(e2);
27                            }
28    
29                          // position 30px above found term                          // position 30px above found term
30                          if (y > 30) y -= 30;                          if (y > 30) y -= 30;
31                          if (e) window.scrollTo(findPosX(e),y);                          if (e) window.scrollTo(findPosX(e),y);

Legend:
Removed from v.580  
changed lines
  Added in v.581

  ViewVC Help
Powered by ViewVC 1.1.26