Annotation of loncom/html/res/adm/pages/bookmarkmenu/bookmarkpal.html, revision 1.5
1.1 tyszkabe 1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2: <html>
1.4 tyszkabe 3: <head>
1.2 tyszkabe 4: <title>
1.4 tyszkabe 5: Bookmark Tree Viewer/Editor V3
1.2 tyszkabe 6: </title>
7:
8: <script LANGUAGE="JavaScript">
1.4 tyszkabe 9: var addressCache = "";
10: var dragCache = "";
11: var lastDrug = "";
12: var lastIcon = "";
13: var image_num=0;
1.5 ! tyszkabe 14: var saveVar="";
1.2 tyszkabe 15:
1.3 tyszkabe 16: function buildUserTree() {
1.4 tyszkabe 17: this.dropCache = "";
18: this.dragCache = "";
19: //-------------------------------------------------------------------------------
20: // The following is data that is supplied by the Perl Module
21: //-------------------------------------------------------------------------------
22: this.bookmarks = new addFolder("Stuff", 6, "bookmarks");
23: this.bookmarks.p[1]=new addLink("MSU Engine3ering", "http://www.egr.msu.edu", "bookmarks", 1);
24: this.bookmarks.p[2]=new addLink("MSU Engine2ering", "http://www.egr.msu.edu/~tyszkabe", "bookmarks", 2);
25: this.bookmarks.p[3]=new addFolder("more crap", 5, "bookmarks.p[3]");
26: this.bookmarks.p[3].p[1]=new addLink("more of a test","http://www.transam.com","bookmarks.p[3]",1);
27: this.bookmarks.p[3].p[2]=new addLink("ALL CAPS PLEASE!","http://www.bullwinkle.com","bookmarks.p[3]",2);
28: this.bookmarks.p[3].p[3]=new addFolder("double nested", 2, "bookmarks.p[3].p[3]");
29: this.bookmarks.p[3].p[3].p[1]=new addLink("Test 12","http://www.jealousy.com","bookmarks.p[3].p[3]",1);
30: this.bookmarks.p[3].p[3].p[2]=new addFolder("empty folder",1,"bookmarks.p[3].p[3].p[2]");
31: this.bookmarks.p[3].p[3].p[2].p[1]=new addLink("bury","http://www.cool.com","bookmarks.p[3].p[3].p[2]",1);
32: this.bookmarks.p[3].p[4]=new addLink("simon and Garfunkle","www.inneptitude.com","bookmarks.p[3]",4);
33: this.bookmarks.p[3].p[5]=new addLink("garbage in garbage out","www.holy.com","bookmarks.p[3]",5);
34: this.bookmarks.p[4]=new addLink("MSU Engin4eering","st4uffcom","bookmarks",4);
35: this.bookmarks.p[5]=new addFolder("more x2",3,"bookmarks.p[5]");
36: this.bookmarks.p[5].p[1]=new addLink("Whack a holy mole","www.whackamole.com","bookmarks.p[5]",1);
37: this.bookmarks.p[5].p[2]=new addLink("molly moldy mole","http://www.molemolemole.com","bookmarks.p[5]",2);
38: this.bookmarks.p[5].p[3]=new addLink("Thou art even more holy","www.holymoly.com","bookmarks.p[5]",3);
39: this.bookmarks.p[6]=new addLink("Google","http://www.google.com/","bookmarks",6);
40: }
1.2 tyszkabe 41: </script>
1.5 ! tyszkabe 42: <script src="/res/adm/pages/bookmarkmenu/bookmarklib.js" lanuage="JavaScript"></script>
1.4 tyszkabe 43: </head>
1.5 ! tyszkabe 44: <FRAMESET rows="25, *, 40, 25" topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 frameborder="0" border="0" framespacing="0" >
1.4 tyszkabe 45: <FRAMESET cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
1.5 ! tyszkabe 46: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_ul.html" marginwidth="0" marginheight="0" scrolling="no">
! 47: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_uu.html" marginwidth="0" marginheight="0" scrolling="no">
! 48: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_ur.html" marginwidth="0" marginheight="0" scrolling="no">
1.4 tyszkabe 49: </FRAMESET>
50: <FRAMESET name="contentb" cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
1.5 ! tyszkabe 51: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_left.html" marginwidth="0" marginheight="0" scrolling="no">
! 52: <FRAME name="content" src="/res/adm/pages/bookmarkmenu/loading_bookmarks.html" marginwidth="0" marginheight="0" scrolling="yes">
! 53: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_right.html" marginwidth="0" marginheight="0" scrolling="no">
1.4 tyszkabe 54: </FRAMESET>
55: <FRAMESET cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
1.5 ! tyszkabe 56: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_left.html" marginwidth="0" marginheight="0" scrolling="no">
! 57: <FRAME name="toolbar" src="/res/adm/pages/bookmarkmenu/bookmarkmenu_toolbar.html" marginwidth="0" marginheight="0" scrolling="no">
! 58: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_right.html" marginwidth="0" marginheight="0" scrolling="no">
1.4 tyszkabe 59: </FRAMESET>
60: <FRAMESET cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
1.5 ! tyszkabe 61: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_ll.html" marginwidth="0" marginheight="0" scrolling="no">
! 62: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_bb.html" marginwidth="0" marginheight="0" scrolling="no">
! 63: <FRAME src="/res/adm/pages/bookmarkmenu/bookmarkmenu_lr.html" marginwidth="0" marginheight="0" scrolling="no">
1.4 tyszkabe 64: </FRAMESET>
1.1 tyszkabe 65: </FRAMESET>
1.5 ! tyszkabe 66: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>