You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(29) |
May
(39) |
Jun
(14) |
Jul
(46) |
Aug
(26) |
Sep
(73) |
Oct
(34) |
Nov
(28) |
Dec
(93) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(171) |
Feb
(58) |
Mar
(149) |
Apr
(160) |
May
(230) |
Jun
(49) |
Jul
(46) |
Aug
(123) |
Sep
(120) |
Oct
(91) |
Nov
(66) |
Dec
(82) |
2004 |
Jan
(40) |
Feb
(72) |
Mar
(36) |
Apr
(31) |
May
(141) |
Jun
(86) |
Jul
(136) |
Aug
(58) |
Sep
(41) |
Oct
(9) |
Nov
(55) |
Dec
(24) |
2005 |
Jan
(29) |
Feb
(74) |
Mar
(112) |
Apr
(45) |
May
(49) |
Jun
(95) |
Jul
(48) |
Aug
(57) |
Sep
(21) |
Oct
(52) |
Nov
(73) |
Dec
(40) |
2006 |
Jan
(16) |
Feb
|
Mar
(4) |
Apr
(9) |
May
(18) |
Jun
(43) |
Jul
(5) |
Aug
(30) |
Sep
(13) |
Oct
(8) |
Nov
(13) |
Dec
(28) |
2007 |
Jan
(65) |
Feb
(10) |
Mar
(29) |
Apr
(96) |
May
(41) |
Jun
(26) |
Jul
(49) |
Aug
(7) |
Sep
(61) |
Oct
(45) |
Nov
(40) |
Dec
(66) |
2008 |
Jan
(24) |
Feb
(33) |
Mar
(12) |
Apr
(8) |
May
|
Jun
(3) |
Jul
(13) |
Aug
(10) |
Sep
(3) |
Oct
(10) |
Nov
(7) |
Dec
(15) |
2009 |
Jan
(1) |
Feb
(7) |
Mar
(10) |
Apr
(6) |
May
(2) |
Jun
(4) |
Jul
(8) |
Aug
(1) |
Sep
(4) |
Oct
(12) |
Nov
(3) |
Dec
|
2010 |
Jan
(5) |
Feb
(1) |
Mar
(12) |
Apr
(7) |
May
(11) |
Jun
(6) |
Jul
(8) |
Aug
(9) |
Sep
(31) |
Oct
(5) |
Nov
(21) |
Dec
(13) |
2011 |
Jan
(7) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(3) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(7) |
Apr
(12) |
May
(11) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(10) |
Dec
(1) |
2014 |
Jan
(1) |
Feb
|
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(5) |
Feb
(10) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(18) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(10) |
Aug
|
Sep
(8) |
Oct
(8) |
Nov
|
Dec
(7) |
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(12) |
Nov
(5) |
Dec
(1) |
2021 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:19:58
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer/scripts In directory usw-pr-cvs1:/tmp/cvs-serv18477/scripts Added Files: config.js explorerMenu.js main.js menucss.js menus.js Log Message: code for left nav explorer --- NEW FILE: config.js --- //explorerMenu configuration file //Written by RedHog (Egil Möller) //Copyright (C) 1997 by Söderköpings Tekniska Datorsupport ek. för //This script may freely be distributed, used, modyfied and copyed, as long as this copyright //text remains unchanged at the top of the script. //==Menu proprieties== //The pictures. Note that pictures are assumed to be in .gif-format. and named as shown bellow, plus the individual picture names. var proprieties_pictureSet = curDir + "mnupicts/graysofted-"; //The pictures. Note that pictures are assumed to be in .gif-format. and named as shown bellow, plus the individual picture names. var proprieties_menuCSS = curDir + "scripts/menucss.js"; //The font of the menuitems var proprieties_menuItemFont = "face='Arial,geneva,helvetica' size=+1"; //The color/background of the menu var proprieties_menuBody = "bgcolor='#dfdfdf' text='#000000' link='#000055' vlink='#000055'"; //==Link directory proprieties== //The font of the links var proprieties_linksFont = "face='Arial,geneva,helvetica' size=+1"; //The background of the links var proprieties_linksBody = "bgcolor='#ffffff' text='#000000' link='#000055' vlink='#000055'"; //Leadtexts for links var proprieties_folder_name_firsChar = "N"; var proprieties_folder_name_rest = "AME"; var proprieties_folder_description_firsChar = "D"; var proprieties_folder_description_rest = "ESCRIPTION"; var proprieties_folder_language_firsChar = "L"; var proprieties_folder_language_rest = "ANGUAGE"; //The font of the first characters of the leadtexts var proprieties_leadTextFont = "face='Arial,geneva,helvetica' size=-1 color='#ffffff'"; //The font of the first characters of the leadtexts var proprieties_leadTextFontFirst = "size=+1"; //The background of the leadtexts var proprieties_leadTextBackground = "bgcolor='#0000ff'"; //Path to the about document. Do not change. var proprieties_aboutEM = "http://www.algonet.se/~redhog/Programming/Projects/explorerMenu/index.html"; var proprieties_aboutgetIt = "http://www.algonet.se/~redhog/Programming/Projects/getIt!/index.html"; --- NEW FILE: explorerMenu.js --- //explorerMenu ver. 1.09 script file //Written by RedHog (Egil Möller) //Copyright (C) 1997 by Söderköpings Tekniska Datorsupport ek. för //This script may freely be distributed, used, modyfied and copyed, as long as this copyright //text remains unchanged at the top of the script. function createEmptyMenu(title, href, target, code) { this.showSubMenus = -1; this.type = "menuItem"; this.title = title; if (href != "") this.href = href; else this.href = "javaScript:'';"; this.target = target; this.code = code; this.mnu = new array(0); return this; }; function createEmptyMenuFolder(title) { this.showSubMenus = -1; this.type = "menuFolder"; this.title = title; this.mnu = new array(0); return this; }; function createEmptyFolder(title, target) { this.showSubMenus = -1; this.type = "folder"; this.title = title; this.target = target; this.item = new array(0); this.mnu = new array(0); return this; }; function createFolderItem(href, name, description, language, target) { this.href = href; this.name = name; this.description = description; this.language = language; this.target = target; return this; }; function addSubMenu(mnu, title, href, target, code) { mnu.mnu.length++; mnu.mnu[mnu.mnu.length] = new createEmptyMenu(title, href, target, code); return mnu.mnu.length; }; function addSubMenuFolder(mnu, title) { mnu.mnu.length++; mnu.mnu[mnu.mnu.length] = new createEmptyMenuFolder(title); return mnu.mnu.length; }; function addSubFolder(mnu, title, target) { mnu.mnu.length++; mnu.mnu[mnu.mnu.length] = new createEmptyFolder(title, target); return mnu.mnu.length; }; function addFolderItem(mnu, href, name, description, language, target) { mnu.item.length++; mnu.item[mnu.item.length] = new createFolderItem(href, name, description, language, target); }; function unionize(mnu, subMenu) { mnu.mnu.length++; mnu.mnu[mnu.mnu.length] = subMenu; return mnu.mnu.length; }; function getMenu(mnu, root_varName) { return "<Html>\n" + " <Base href='" + curDir + "'>\n" + " <Style type='text/javascript' src='" + proprieties_menuCSS + "'></Style>\n" + " <Body " + proprieties_menuBody + ">\n" + " <A href='" + proprieties_aboutEM + "' target='main'><Img align=right border=0 src='" + proprieties_pictureSet + "explorerMenu.gif' alt='Go to explorerMenu homepage.'></Img></A>" + " <A href='" + proprieties_aboutgetIt + "' target='main'><Img align=right border=0 src='" + proprieties_pictureSet + "getIt!.gif' alt='Go to explorerMenu homepage.'></Img></A>" + " <Font " + proprieties_menuItemFont + ">\n" + " <nobr>\n" + getSubMenu("", mnu, root_varName, root_varName, -1) + " </nobr>\n" + " </Font>\n" + " </Body>\n" + "</Html>\n"; }; function getSubFolder(mnu, varName) { var html = String(); html = "<Html>\n" + " <Base href='" + curDir + "'>\n" + " <Body " + proprieties_linksBody + ">\n" + " <Font " + proprieties_linksFont + ">\n"; if (mnu.item.length > 0) { html += " <Table border=0 cellspacing=0 cellpadding=0 width=100%>\n" + " <Tr>\n" + " <Td valign=top " + proprieties_leadTextBackground + ">\n" + " <Font " + proprieties_leadTextFont + ">\n" + " <B>\n" + " <Font " + proprieties_leadTextFontFirst + ">" + proprieties_folder_name_firsChar + "</Font>" + proprieties_folder_name_rest + "\n" + " </B>\n" + " </Font>\n" + " </Td>\n" + " <Td valign=top " + proprieties_leadTextBackground + ">\n" + " <Font " + proprieties_leadTextFont + ">\n" + " <B>\n" + " <Font " + proprieties_leadTextFontFirst + ">" + proprieties_folder_description_firsChar + "</Font>" + proprieties_folder_description_rest + "\n" + " </B>\n" + " </Font>\n" + " </Td>\n" + " <Td valign=top " + proprieties_leadTextBackground + ">\n" + " <Font " + proprieties_leadTextFont + ">\n" + " <B>\n" + " <Font " + proprieties_leadTextFontFirst + " >" + proprieties_folder_language_firsChar + "</Font>" + proprieties_folder_language_rest + "\n" + " </B>\n" + " </Font>\n" + " </Td>\n" + " </Tr>\n"; for (var i = 1;i <= mnu.item.length;i++) { html += " <Tr>\n" + " <Td valign=top>\n" + " <Font " + proprieties_linksFont + ">\n" + " <A Href=\"" + mnu.item[i].href + "\" target=\"" + mnu.item[i].target + "\" >" + mnu.item[i].name + "</A>\n" + " </Font>\n" + " </Td>\n" + " <Td valign=top>\n" + " <Font " + proprieties_linksFont + ">\n" + " " + mnu.item[i].description + "\n" + " </Font>\n" + " </Td>\n" + " <Td valign=top>\n" + " <Font " + proprieties_linksFont + ">\n" + " " + mnu.item[i].language + "\n" + " </Font>\n" + " </Td>\n" + " </Tr>\n"; }; html += " </Table>\n"; } else html += "Sorry, there are no items in this folder."; html += " </Font>\n" + " </Body>\n" + "</Html>\n"; return html; }; function getSubMenu(indent, mnu, varName, root_varName, type) { var html = String(); if (mnu.mnu.length > 0) { if (mnu.showSubMenus == 1) { if (type > 0) html = indent + "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\"><Img src='" + proprieties_pictureSet + "middle.expanded.gif' border=0 align=top></Img><Img src='" + proprieties_pictureSet + "map.open.gif' border=0 align=top></Img></A>" else if (type < 0) html = indent + "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\"><Img src='" + proprieties_pictureSet + "map.open.gif' border=0 align=top></Img></A>"; else html = indent + "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\"><Img src='" + proprieties_pictureSet + "end.expanded.gif' border=0 align=top></Img><Img src='" + proprieties_pictureSet + "map.open.gif' border=0 align=top></Img></A>"; if (mnu.type == "menuItem") html += "<A Href=\"" + mnu.href + "\" target=\"" + mnu.target + "\" onClick=\"" + mnu.code + "\">" + mnu.title + "</A><Br>\n"; else if (mnu.type == "menuFolder") html += "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\">" + mnu.title + "</A><Br>\n"; else if (mnu.type == "folder") html += "<A Href=\"javaScript:top.getSubFolder(top." + varName + ", 'top." + varName + "', '');\" target=\"" + mnu.target + "\">" + mnu.title + "</A><Br>\n"; else alert('Unsupported menuitem type: ' + mnu.type + '\n Possible reason: Modules of different versions mixed. Please upgrade.'); for (var i = 1;i <= mnu.mnu.length;i++) { if (type > 0) html += getSubMenu(indent + "<Img src='" + proprieties_pictureSet + "vertical.gif' border=0 align=top></Img>", mnu.mnu[i], varName + ".mnu[" + i + "]", root_varName, (mnu.mnu.length-i)) else if (type < 0) html += getSubMenu(indent, mnu.mnu[i], varName + ".mnu[" + i + "]", root_varName, (mnu.mnu.length-i)) else html += getSubMenu(indent + "<Img src='" + proprieties_pictureSet + "empty.gif' border=0 align=top></Img>", mnu.mnu[i], varName + ".mnu[" + i + "]", root_varName, (mnu.mnu.length-i)); }; } else { if (type > 0) html = indent + "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\"><Img src='" + proprieties_pictureSet + "middle.expandable.gif' border=0 align=top></Img><Img src='" + proprieties_pictureSet + "map.gif' border=0 align=top></A>" else if (type < 0) html = indent + "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\"><Img src='" + proprieties_pictureSet + "map.gif' border=0 align=top></A>" else html = indent + "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\"><Img src='" + proprieties_pictureSet + "end.expandable.gif' border=0 align=top></Img><Img src='" + proprieties_pictureSet + "map.gif' border=0 align=top></A>"; if (mnu.type == "menuItem") html += "<A Href=\"" + mnu.href + "\" target=\"" + mnu.target + "\" onClick=\"" + mnu.code + "\">" + mnu.title + "</A><Br>\n"; else if (mnu.type == "menuFolder") html += "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\" onDblClick=\"top.expandMenu(top." + varName + ");document.href='javascript:top.getMenu(top." + root_varName + ", \\'top." + root_varName + "\\');';\">" + mnu.title + "</A><Br>\n"; else if (mnu.type == "folder") html += "<A Href=\"javaScript:top.getSubFolder(top." + varName + ", 'top." + varName + "', '');\" target=\"" + mnu.target + "\">" + mnu.title + "</A><Br>\n"; else alert('Unsupported menuitem type: ' + mnu.type + '\n Possible reason: Modules of different versions mixed. Please upgrade.'); }; } else { if (mnu.type == "menuItem") html += indent + "<A Href=\"" + mnu.href + "\" target=\"" + mnu.target + "\" onClick=\"" + mnu.code + "\">"; else if (mnu.type == "menuFolder") html += indent + "<A Href=\"javascript:top." + varName + ".showSubMenus *= -1; top.getMenu(top." + root_varName + ", 'top." + root_varName + "');\">"; else if (mnu.type == "folder") html += indent + "<A Href=\"javaScript:top.getSubFolder(top." + varName + ", 'top." + varName + "', '');\" target=\"" + mnu.target + "\">"; else alert('Unsupported menuitem type: ' + mnu.type + '\n Possible reason: Modules of different versions mixed. Please upgrade.'); if (type != 0) html += "<Img src='" + proprieties_pictureSet + "middle.gif' border=0 align=top></Img><Img src='" + proprieties_pictureSet + "doc.gif' border=0 align=top></Img>" + mnu.title + "</A><Br>\n" else if (type < 0) html += "<Img src='" + proprieties_pictureSet + "doc.gif' border=0 align=top></Img>" + mnu.title + "</A><Br>\n" else html += "<Img src='" + proprieties_pictureSet + "end.gif' border=0 align=top></Img><Img src='" + proprieties_pictureSet + "doc.gif' border=0 align=top></Img>" + mnu.title + "</A><Br>\n"; }; return html; }; function getMenuListing(mnu, root_varName, targets) { return "<Html>\n" + " <Base href='" + curDir + "'>\n" + " <Body " + proprieties_menuBody + ">\n" + mnu.html + " <Font size=-1 face='Arial'>\n" + " <nobr>\n" + getSubMenuListing("", mnu, root_varName, root_varName, targets) + " </nobr>\n" + " </Font>\n" + " </Body>\n" + "</Html\n"; }; function getSubMenuListing(indent, mnu, varName, root_varName, targets) { var html = String(); html = indent; if (targets == 1) { if (mnu.type == "menuItem") html += "<A Href=\"" + mnu.href + "\" target=\"" + mnu.target + "\" onClick=\"" + mnu.code + "\">" + mnu.title + "</A><Br>\n"; else if (mnu.type == "menuFolder") html += mnu.title + "<Br>\n"; else if (mnu.type == "folder") html += " <A Href=\"javaScript:top.getSubFolder(top." + varName + ", 'top." + varName + "', '');\" target=\"" + mnu.target + "\">" + mnu.title + "</A><Br>\n"; else alert('Unsupported menuitem type: ' + mnu.type + '\n Possible reason: Modules of different versions mixed. Please upgrade.'); } else { if (mnu.type == "menuItem") html += "<A Href=\"" + mnu.href + "\" onClick=\"" + mnu.code + "\">" + mnu.title + "</A><Br>\n"; else if (mnu.type == "menuFolder") html += mnu.title + "<Br>\n"; else if (mnu.type == "folder") html += " <A Href=\"javaScript:top.getSubFolder(top." + varName + ", 'top." + varName + "', '');\">" + mnu.title + "</A><Br>\n"; else alert('Unsupported menuitem type: ' + mnu.type + '\n Possible reason: Modules of different versions mixed. Please upgrade.'); }; if (mnu.mnu.length > 0) { for (var i = 1;i <= mnu.mnu.length;i++) { html += getSubMenuListing(indent + " ", mnu.mnu[i], varName + ".mnu[" + i + "]", root_varName, targets) }; }; return html; }; function expandMenu(mnu) { mnu.showSubMenus = 1 if (mnu.mnu.length > 0) { for (var i = 1;i <= mnu.mnu.length;i++) { expandMenu(mnu.mnu[i]); }; }; }; --- NEW FILE: main.js --- //explorerMenu global function script file //Written by RedHog (Egil Möller) //Copyright (C) 1997 by Söderköpings Tekniska Datorsupport ek. för //This script may freely be distributed, used, modyfied and copyed, as long as this copyright //text remains unchanged at the top of the script. curDir = new String(window.top.location); if (curDir.substring(curDir.length - 10, curDir.length) == "index.html") curDir = curDir.substring(0, curDir.length - 10); if (curDir.substring(curDir.length, curDir.length - 1) != "/") curDir = curDir + "/"; function array(n) { this.length = n; if (n > 0) for (var i = 1; i <= n; i++) { this[i] = 0; }; return this; }; --- NEW FILE: menucss.js --- //explorerMenu css configuration file //Written by RedHog (Egil Möller) //Copyright (C) 1997 by Söderköpings Tekniska Datorsupport ek. för //This script may freely be distributed, used, modyfied and copyed, as long as this copyright //text remains unchanged at the top of the script. document.tags.A.textDecoration = "none"; --- NEW FILE: menus.js --- //explorerMenu menu contents definition file //Written by RedHog (Egil Möller) //Copyright (C) 1997 by Söderköpings Tekniska Datorsupport ek. för //This script may freely be distributed, used, modyfied and copyed, as long as this copyright //text remains unchanged at the top of the script. //This creates a new menu with the name 'menu' with a root item named 'Home' pointing at the URL 'main.html' //The 3rd parameter is the frame to open main.html in, and the 4th is an optional javascript to run when //opening it (Here unused). var menu = new createEmptyMenu("Home", "main.html", "main", ""); menu.html = ""; //Each line defines either a menu item pointing at a document, or a menu item only being a sub menu (A normal item may be a sub //menu too). The definition takes two or five parameters, depending on the type. Definitions for items which does not point at //a document takes two parameters; the parent menu item and a name. Parent item is defined as the name of the menu and a list //of the text '.mnu[something]'. Each sub sequent such text identifies a sub menu to the menu identified without that sub sequent //text. For example menu.mnu[3] identifies the 3rd menu item in the root menu; menu.mnu[3].mnu[5] identifies the 5th menu item in //the 3rd sub menu to the root menu, and so on... The number identifying the index of an item in a menu (The number inside //brackets), may be placed in a variable (Using the allotation operator, the equal sign (=)). Here is an example with the same //result as the previous one: i1 = 3; i2 = 5; menu.mnu[i1].mnu[i2]. //Whenever you define a menu item, the index of the newly created item is returned, thus, you can do: //This line adds a new sub menu named 'Test directory' i1 = addSubMenuFolder(menu, "Test directory"); //This is in a sub menu i2 = addSubMenuFolder(menu.mnu[i1], "Some links"); i3 = addSubMenuFolder(menu.mnu[i1].mnu[i2], "Internet Service Providers in sweden"); i4 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3], "Algonet (My provider until summer -98)", "http://www.algonet.se", "main", ""); i4 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3], "Telia (I hate them!)", "http://www.telia.com", "main", ""); i4 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3], "Tele2", "http://www.tele2.se", "main", ""); i3 = addSubMenuFolder(menu.mnu[i1].mnu[i2], "Search engines"); i4 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3], "AltaVista", "http://www.altavista.digital.com", "main", ""); i4 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3], "WebCrawler", "http://www.webcrawler.com", "main", ""); i3 = addSubMenuFolder(menu.mnu[i1].mnu[i2], "Universities"); i4 = addSubMenuFolder(menu.mnu[i1].mnu[i2].mnu[i3], "Swedish universities"); i5 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3].mnu[i4], "Linköping University", "http://www.liu.se", "main", ""); i5 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3].mnu[i4], "Stockholm University", "http://www.su.se", "main", ""); i5 = addSubMenu(menu.mnu[i1].mnu[i2].mnu[i3].mnu[i4], "Stockholm Technical High School", "http://www.kth.se", "main", ""); i4 = addSubMenuFolder(menu.mnu[i1].mnu[i2].mnu[i3], "I don't know about any other universities"); i3 = addSubMenu(menu.mnu[i1].mnu[i2], "The RedHog's den", "http://www.algonet.se/~redhog", "main", ""); i1 = addSubMenu(menu, "About", "About.html", "main", ""); //This ensures that the top most menu is expanded after loading the site (It can be collapsed by klicking on it). //The best way to understund what this is about is to comment the line out and see the result... menu.showSubMenus *= -1; |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:19:58
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer/pictures In directory usw-pr-cvs1:/tmp/cvs-serv18477/pictures Added Files: bottombkr.jpg jump.gif list.gif next.gif next2.gif next5.gif possible.gif topbkr.jpg topbkr2.jpg topbkr3.jpg Log Message: code for left nav explorer --- NEW FILE: bottombkr.jpg --- ÿØÿà ÿÀ Tt,ê@¨ ¤þ@Â#0ù!|A2±0d©ÿÚ --- NEW FILE: jump.gif --- GIF89a~ pºüÐA| ºÂ¾pº5`»J ôô9+Yb_ »UX\X Gº!v§ðÆ"2ùÈÇß&.8Ä¡ø3¡D`i0*±]ixWy]PÏÁh^ Lç5ÊõD¢4òß)Ö l`êu¢¶D©°~'¡Èº¥BODXp·R.>5¢X½*K¬dîÈ!¬Ä©fÿ+ JܰF¨Ã`[µ£Sø*í®F1äbÄÈæ¦SéÀVU¿y6ÄÁFd/0k(-\xÊ:/A Ãk¥Q'rÐâ¶*§üRûD¶au2dpD¹UedX)4úçç&3áp*ZJ/³JåÏ /GÜ°Ý Z:ÓB"ºå~,²ðÐ/·0Âl¿@u&GÏDE3÷Ät/}²g¾çNàês²]¬BIJj.À&* L@`ÉðÀã¡7ÈÁzð ¡GHÂð(L¡ WÈÂâ 8 <p`,@À¨D`£ þ¨ Á(ð!a`DÀb#/yÃJ a¾d) ~~B`CðQ«u#ÐÆ72Á&Â-ä=£õÒH²&ÿÈML{º6>d¤ÿ?Mj@èÏ¥NµªWÍêV»úÕ°µ¬gMëZÛúָε® br=ä3lÜéî:¡qf©l3ÈÖGüë±½ÀE%ïÁ²i °§-Ç}²@ôãa UZÛhÜñplÊÿ7i'»ÍhQ´Ö®GÁ@/ÛO#øaͬ·Íz#1ÔA¢%#ûñ¡>ö²DÁYØÈÏyò ÞÌ?íX¥;+9ÓË×® óèÑ¡¨þÀ5YCH¡2ÿDP.¡®C8!a;£"T'bAð-îÃ=£?$>Ê(B26BÐ7® B 2<×hB²ó&¥!Õ!<¸À z9| ¢ PJ¢,y"¹CÐÉKº¢¹¥X ªÉ¯"Iªªö¯Yà®ë¥L© ')Édʰùê°Yh@È áø9Ü '`¨?°Á:ÿ¯A:¯ö ²ôZ¢ @h T:¼& J¶/Ð@ ~{0¸P¬É$[ê¬K°º ±ª±YI¦oûʬxp¹+ IøP%JáÁ²ó°!GàºCàº!¹Ì9I¢ïJ´+Gk\ ¹jzOÂ>õ%tã»R%!ôÀ®IP `Òº´ÛLÊ÷ ¦×«©}©¢äÚ´ú»ò²cC2«5OQ:1%âG@½ÿ½ÿó{×Y¹B ݾѺì¸jlÌ` ®+¨,ÈVy»ý ÀÔxÄÊb- ã+ ¼>M ÅYy¿yÇðK¿]üÃAì¿ÿܰD,e\,g,ÆÝ( @ N¡) 7J0 --- NEW FILE: list.gif --- GIF89a --- NEW FILE: next.gif --- GIF89a °±²³´°µ¸¹± --- NEW FILE: next2.gif --- GIF89a( !ÎÏÐÑÒÓÎÔ×ØÓ --- NEW FILE: next5.gif --- GIF89aF --- NEW FILE: possible.gif --- GIF89a Q¡ëÒCX2½!!-ù¹ç^QZB¢VjIdB( bjA2©Ø© ñú¶åÊ=¨jÁ@u¸S#Î{wuÖÈ;D%Ù =¢¬·y §Pý÷´]Â}¨ ÿ_a2>Fè_(WèWI*Â~#sMTÈYcµHÇ=Wð%bô)£s5Ñ" f W:î8aJ®ò Á %N)&,P;#¸Rdjµ^ÿ!öêÄ(lûÜE¬Ê¼¢¢Ëe4&à¤lVÒ¾á%¬°ÜÅA.Ü AAg1Th¬qK@ôÂ!òÂà¨Ä¶P| HT°òË/o@Ì0°D»«D²+lPÂË-ÓóÌB`3»º0¹3Ï>ÓtÑ2OQ´ÑâÈâìÒ§hð³ÐOµS¹´ .Ö0u×4EØLÂBT,¤-Ú¨]4Û0»÷ßBèÍõ.C 8à$.ÂÔ'NÁ {=dü$Ñøæ<NçG0ùd¼çKH AéopÁÞùágL ÿ·· @$LÝèFÜ>ã ïh<§R²Î¤¢5sJ ~Ô¨E¥Zª nÁ¥/£áA¯yT¥&Ô«!Ý)Sqç @ÀfJ©jÕ«Uh%*;± Ò¨Öµ¦ó[9±F¾úµ¯.=ìa éô[¾#¨ÕoZ^ Zg²F ã¥jyápÞ!äw½+½HI½7 ôU®}KÞçöÔª@múz B ( nðkÜÛ¯hðox»½¬xk{` B&Ðòx#Úö8Ã/nðh\Ë!@Pï'à%ºJñ1¯|Ý!9¹ÙO/ç=ÕyÀnÿÑàë¹ ®R4;¼Ú+Ïm wùÖ&kGP öÇu7gkÆchm4xÝx*µ à h¥nfWiWJVi_ Y`ú(êe ³¦lJ0nú¦è§r:,tZ§r§xú&zº§MÒ§~j"ÕYûd¦z¨¨º¨Ú¨ú¨©:©ZA --- NEW FILE: topbkr.jpg --- ÿØÿà ÿÀ @DÄD *@)($@$¨*¬DD¨,B)(), ,À(*H,$$¤É¨B¤D,B*¨$ (*D@B@BGÿÚ %¾SswÒ«I-ü¨ªT$ d0(xX8p6à ®B§©LiÒTI¯%=×ípv£²¢Ê ]JÛ²Ç aLj«îk®EûM Û¥ WÜÔSeËØTÐp§°åDú©¿*¾Úâíw®aÊèåHlº ¨áOWJºv¢ÑÇ8OEZôDZÎôkØ#% Ç-Z`pSQÝÄ~¹F6Á{}+½ì_ýåÄ ö9|õé²×§ËE÷Úgß«Ø0í{í9{HÆ#BóË,µéÍj¶FG¶Þ{µüvùkÓ^Ç¢ËÚcØå³ö=GEGÏ^ûòvyÃ{;<¡'n0XÑXÐôǾÛ=ö ½6Zô´aÐaÐè hã êXÁÑ^Á^ÁÿÚ ^æ /²¯åR(CVBJ¶d¿¥K/rAE_¹ ¨©À©TûBPaô ¤ ¬Ð´ ²^æÏx{EÊNBµaµa̸-h²ÜÒ `¬¥lcáÌá80T+VT©©S!d"×à3R¬f°ÒÁcÊëÁGTâÂá==¹,# é{q*/ÿÙ --- NEW FILE: topbkr2.jpg --- ÿØÿà ÿÀ øGù¯ büR·¹t Më-ÈÊ,lqRâý ÿÚ --- NEW FILE: topbkr3.jpg --- ÿØÿà ÿÀ @ ÿÚ êÕ}<QÂê»/¯³è,§Ï»ÿ ,Ðù ?ÿÚ iH¦Uãª1 H±ÈRl2SÜeBÙ èè-ÈÎâ,r4Oµ"Ç#@nNtÊìÔ7'4=¡¿4./ÑÑ&Ã& *ß¡ ¸¿GÑ./Ñ aaXaäeA ([XcÔcr3Râý7èVMMCʲ,r)&Ã& *ß¡@Üê./ÑÑ&Ã&¥*÷¡ccÎär3ª8E4äåäæl2tE*ß ôh\_£Bâý%¹A÷5KôQnFk"Ç![¸_ÿÚ vMá1=0©§ÙMF©\¦yN'.Sx4ÇäGÿÚ A·ûA2A;ÎYQÂ&xÊÛå¿Ù÷1é϶ïóéÿÙ |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:19:57
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer/mnupicts In directory usw-pr-cvs1:/tmp/cvs-serv18477/mnupicts Added Files: graysofted-doc.gif graysofted-empty.gif graysofted-end.expandable.gif graysofted-end.expanded.gif graysofted-end.gif graysofted-explorerMenu.gif graysofted-getIt!.gif graysofted-horizontal.gif graysofted-map.gif graysofted-map.open.gif graysofted-middle.expandable.gif graysofted-middle.expanded.gif graysofted-middle.gif graysofted-vertical.gif Log Message: code for left nav explorer --- NEW FILE: graysofted-doc.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-empty.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-end.expandable.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-end.expanded.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-end.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-explorerMenu.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ graysofted È --- NEW FILE: graysofted-getIt!.gif --- GIF89a Graysofted Ã@0Le4ÙyÖr¦ð¨Ò4éªn5 ^ --- NEW FILE: graysofted-horizontal.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-map.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted Ô§N$æ,V¦@Qr(÷pã --- NEW FILE: graysofted-map.open.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted T£NkD¶¬YhÓª --- NEW FILE: graysofted-middle.expandable.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-middle.expanded.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-middle.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted --- NEW FILE: graysofted-vertical.gif --- GIF89a !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~ ¡¡¡¢¢¢£££¤¤¤¥¥¥¦¦¦§§§¨¨¨©©©ªªª«««¬¬¬®®®¯¯¯°°°±±±²²²³³³´´´µµµ¶¶¶···¸¸¸¹¹¹ººº»»»¼¼¼½½½¾¾¾¿¿¿ÀÀÀÁÁÁÂÂÂÃÃÃÄÄÄÅÅÅÆÆÆÇÇÇÈÈÈÉÉÉÊÊÊËËËÌÌÌÍÍÍÎÎÎÏÏÏÐÐÐÑÑÑÒÒÒÓÓÓÔÔÔÕÕÕÖÖÖ×××ØØØÙÙÙÚÚÚÛÛÛÜÜÜÝÝÝÞÞÞßßßàààáááâââãããäääåååæææçççèèèéééêêêëëëìììíííîîîïïïðððñññòòòóóóôôôõõõööö÷÷÷øøøùùùúúúûûûüüüýýýþþþÿÿÿ!þ Graysofted |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:19:57
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer In directory usw-pr-cvs1:/tmp/cvs-serv18477 Added Files: About.html index.html main.html Log Message: code for left nav explorer --- NEW FILE: About.html --- <Html> <Body bgcolor='#ffffff' text='#000000' link='000066' vlink='#000066'> <Table border=0 width=100%> <Tr> <Td colspan=2 bgcolor="#0000ff" background="../../../pictures/topbkr3.jpg" valign=top> <Font face="Arial,geneva,helvetica" size=+1 color="#ffffff"> <B> About explorerMenu<Br> </B> </Font> </Td> </Tr> <Tr> <Td valign=top align=justify> explorerMenu is a javaScript program written by RedHog (Egil Möller) and is copyrighted (C) 1997-1998 by Söderköpings Tekniska Datorsupport ek. för. explorerMenu may freely be distributed, used, modyfied and copyed, as long as the copyright notice at the to of the script file remains unchanged. There are no warranties, neither explicit nor implicite. explorerMenu creates an interactive menu which is graphically and functionally similar to the directory tree in Windows Explorer (TM). </Td> <Td valign=top align=right width=60%> <Table border=0 width=90%> <Tr> <Td bgcolor="#0000ff" background="../../../pictures/bottombkr.jpg" valign=top align=right> <Font face="Arial,geneva,helvetica" size=+0 color="#ffffff"> <B> New features in version 1.08<Br> </B> </Font> </Td> </Tr> <Tr> <Td valign=top align=justify> There are mainly three updates between version 1.05 and 1.08:<Br> <Ul> <Li> Click on document icons opens document<Br> When you click on a document icon, or on the document title, the corresponding document is opened. </Li> <Li> Totaly expanded, not collapsable, list is provided by a special function.<Br> It is now possible to get a totaly expanded 'listing' on all sub-items to s specific item. </Li> <Li> Easier customization thought separate configuretion file.<Br> You don't has to edit the main script file any more to be able to customize explorerMenu, all the settings are in a separate file. </Li> </Ul> </Td> </Tr> </Table> </Td> </Tr> </Table> <Table border=0 width=100%> <Tr> <Td bgcolor="#0000ff" background="../../../pictures/topbkr2.jpg" valign=top> <Font face="Arial,geneva,helvetica" size=+1 color="#ffffff"> <B> How to install<Br> </B> </Font> </Td> </Tr> <Tr> <Td valign=top align=justify> To be able to use explorerMenu on your site, your site must be a framed site, i.e. it must use frames, and one frame must be reserved for the menu.<Br> To install explorerMenu on your site, first download the explorereMenu <A href="explorerMenu.tar.gz">package</A>, which contains the script file, an example configuration file and and example menu file. After downloading the file, gunzip and untar it (Or use WinZIP on a windosze-platform) in the web site root directory. Then edit your index.html to conform to the style of example.html. Edit scripts/config.js to customize the look of the menu, and scripts/menu.js to customize its contents.<Br> If you start using getIt! on your site, please e-mail me and tell me about it (Please write the site's name, its purpose, genre/content type, author etc.) at <A Href="mailto:re...@al...">re...@al...</a>. </Td> </Tr> </Table> </Body> </Html> --- NEW FILE: index.html --- <Html> <Head> <Title> explorerMenu example site </Title> <!These just has to be here> <Script src="scripts/main.js"></Script> <Script src="scripts/config.js"></Script> <Script src="scripts/explorerMenu.js"></Script> <!This is where the menu is being defined> <Script src="scripts/menus.js"></Script> <Frameset cols=220,* border=2 frameborder=2 bordercolor="#ffffff" sizable=yes> <!This is the frame where the menu resides. top.menu is the menu name consisting of top. and a unique menu name as> <!defined in menu.js> <Frame name='linksFrame' src='javaScript:top.getMenu(top.menu, "top.menu");' scrolling=auto> <!This is where the documents are to be displayed. The name of this frame is 'main'> <Frame name='main' src='main.html' scrolling=auto> </Frameset> </Head> </Html> --- NEW FILE: main.html --- <Html> <Body bgcolor='#ffffff' text='#000000' link='000066' vlink='#000066'> <Table border=0 width=100%> <Tr> <Td bgcolor="#0000ff" background="../../../pictures/topbkr3.jpg" valign=top> <Font face="Arial,geneva,helvetica" size=+1 color="#ffffff"> <B> Congratulations!<Br> </B> </Font> </Td> </Tr> <Tr> <Td valign=top align=justify> Congratulations! You have now successfully downloaded and installed explorerMenu. The next step is to create your own site using this program.<Br> The menu is defined in scripts/menus.js and the menu look and feel is configured in scripts/config.js. The files are explained in mor detail inside them selves (In comments). </Td> </Tr> </Table> </Body> </Html> |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:11:49
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer/pictures In directory usw-pr-cvs1:/tmp/cvs-serv16855/pictures Log Message: Directory /cvsroot/phppgadmin/webdb/public_html/explorer/pictures added to the repository |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:11:49
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer/scripts In directory usw-pr-cvs1:/tmp/cvs-serv16855/scripts Log Message: Directory /cvsroot/phppgadmin/webdb/public_html/explorer/scripts added to the repository |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:11:48
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer/mnupicts In directory usw-pr-cvs1:/tmp/cvs-serv16855/mnupicts Log Message: Directory /cvsroot/phppgadmin/webdb/public_html/explorer/mnupicts added to the repository |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:10:34
|
Update of /cvsroot/phppgadmin/webdb/public_html/images In directory usw-pr-cvs1:/tmp/cvs-serv16552/images Log Message: Directory /cvsroot/phppgadmin/webdb/public_html/images added to the repository |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:10:34
|
Update of /cvsroot/phppgadmin/webdb/public_html/explorer In directory usw-pr-cvs1:/tmp/cvs-serv16552/explorer Log Message: Directory /cvsroot/phppgadmin/webdb/public_html/explorer added to the repository |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:55
|
Update of /cvsroot/phppgadmin/webdb/conf In directory usw-pr-cvs1:/tmp/cvs-serv16254/conf Modified Files: config.inc.php Log Message: basic table browsing Index: config.inc.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/conf/config.inc.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.inc.php 18 Feb 2002 13:06:13 -0000 1.4 --- config.inc.php 10 Apr 2002 04:09:47 -0000 1.5 *************** *** 18,21 **** --- 18,22 ---- // GUI settings $guiLeftFrameWidth = 200; + $guiTheme = 'default'; // Servers and types *************** *** 77,81 **** // Theme echo "<style type=\"text/css\">\n<!--\n"; ! include("../themes/default/global.css"); echo "\n-->\n</style>\n"; --- 78,82 ---- // Theme echo "<style type=\"text/css\">\n<!--\n"; ! include("../themes/{$guiTheme}/global.css"); echo "\n-->\n</style>\n"; |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:54
|
Update of /cvsroot/phppgadmin/webdb/public_html In directory usw-pr-cvs1:/tmp/cvs-serv16254/public_html Modified Files: browser.php index.php tables.php topbar.php Log Message: basic table browsing Index: browser.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/public_html/browser.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** browser.php 18 Feb 2002 13:06:13 -0000 1.4 --- browser.php 10 Apr 2002 04:09:47 -0000 1.5 *************** *** 17,21 **** <head> <title><?= $appName ?></title> ! <body> <?php --- 17,21 ---- <head> <title><?= $appName ?></title> ! <body class=browser> <?php *************** *** 30,44 **** 'database.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); if ($data->hasTables()) ! $tree->add_document($node, $strTables, 'tables.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); if ($data->hasViews()) ! $tree->add_document($node, $strViews, 'views.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); /* if ($data->hasTriggers()) $tree->add_document($node, $strTriggers, 'triggers.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); if ($data->hasRules()) ! $tree->add_document($node, $strRules, 'rules.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); ! if ($data->hasSequences())*/ ! $tree->add_document($node, $strSequences, 'sequences.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); if ($data->hasFunctions()) ! $tree->add_document($node, $strFunctions, 'functions.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); if ($data->hasOperators()) $tree->add_document($node, $strOperators, 'operators.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); --- 30,44 ---- 'database.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); if ($data->hasTables()) ! $tree->add_document($node, $strTables, 'tables.php?database=' . urlencode($databases->f[$data->dbFields['dbname']]), "../images/themes/{$guiTheme}/tables.gif"); if ($data->hasViews()) ! $tree->add_document($node, $strViews, 'views.php?database=' . urlencode($databases->f[$data->dbFields['dbname']]), "../images/themes/{$guiTheme}/views.gif"); /* if ($data->hasTriggers()) $tree->add_document($node, $strTriggers, 'triggers.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); if ($data->hasRules()) ! $tree->add_document($node, $strRules, 'rules.php?database=' . urlencode($databases->f[$data->dbFields['dbname']]));*/ ! if ($data->hasSequences()) ! $tree->add_document($node, $strSequences, 'sequences.php?database=' . urlencode($databases->f[$data->dbFields['dbname']]), "../images/themes/{$guiTheme}/sequences.gif"); if ($data->hasFunctions()) ! $tree->add_document($node, $strFunctions, 'functions.php?database=' . urlencode($databases->f[$data->dbFields['dbname']]), "../images/themes/{$guiTheme}/functions.gif"); if ($data->hasOperators()) $tree->add_document($node, $strOperators, 'operators.php?database=' . urlencode($databases->f[$data->dbFields['dbname']])); Index: index.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/public_html/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 12 Feb 2002 01:11:58 -0000 1.2 --- index.php 10 Apr 2002 04:09:47 -0000 1.3 *************** *** 17,21 **** </head> ! <frameset rows="50, *" border="0" frameborder="0"> <frame src="topbar.php" name="topbar"> <frameset cols="<?= $guiLeftFrameWidth ?>,*" border="0" frameborder="0"> --- 17,21 ---- </head> ! <frameset rows="50, *" border="0" frameborder="0" framespacing="0"> <frame src="topbar.php" name="topbar"> <frameset cols="<?= $guiLeftFrameWidth ?>,*" border="0" frameborder="0"> Index: tables.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/public_html/tables.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tables.php 12 Feb 2002 08:51:08 -0000 1.1 --- tables.php 10 Apr 2002 04:09:47 -0000 1.2 *************** *** 9,14 **** // Include application functions include_once('../conf/config.inc.php'); ! ! $tables = &$localData->getTables(); ?> --- 9,15 ---- // Include application functions include_once('../conf/config.inc.php'); ! ! if (!isset($action)) $action = ''; ! ?> *************** *** 16,33 **** <body> - <h1><?= $appName ?></h1> <?php ! if ($tables->recordCount() > 0) { ! echo "<table>\n"; ! while (!$tables->EOF) { ! echo "<tr><td>", htmlspecialchars($tables->f[$data->tbFields['tbname']]), "</td></tr>\n"; ! $tables->moveNext(); } ! } ! else { ! echo "<p>{$strNoTables}</p>\n"; ! } ! ?> --- 17,83 ---- <body> <?php ! switch ($action) { ! case 'browse': ! echo "<h2>", htmlspecialchars($database), ": ", htmlspecialchars($table), "</h2>\n"; ! $rs = &$localData->browseTable($table, $offset, $limit); ! ! if ($rs->recordCount() > 0) { ! echo "<table>\n<tr>"; ! reset($rs->f); ! while(list($k, ) = each($rs->f)) { ! echo "<th class=data>", htmlspecialchars($k), "</td>"; ! } ! echo "<th colspan=2 class=data>{$strActions}</th>\n"; ! ! $i = 0; ! reset($rs->f); ! while (!$rs->EOF) { ! $id = (($i % 2) == 0 ? '1' : '2'); ! echo "<tr>\n"; ! while(list(, $v) = each($rs->f)) { ! echo "<td class=data{$id} nowrap>", nl2br(htmlspecialchars($v)), "</td>"; ! } ! echo "<td class=opbutton{$id}>Edit</td>\n"; ! echo "<td class=opbutton{$id}>Delete</td>\n"; ! echo "</tr>\n"; ! $rs->moveNext(); ! $i++; ! } } ! else echo "<p>No data.</p>\n"; ! ! break; ! default: ! echo "<h2>", htmlspecialchars($database), "</h2>\n"; ! ! $tables = &$localData->getTables(); ! ! if ($tables->recordCount() > 0) { ! echo "<table>\n"; ! echo "<tr><th class=data>{$strTable}</th><th class=data>{$strOwner}</th><th colspan=6 class=data>{$strActions}</th>\n"; ! $i = 0; ! while (!$tables->EOF) { ! $id = (($i % 2) == 0 ? '1' : '2'); ! echo "<tr><td class=data{$id}>", htmlspecialchars($tables->f[$data->tbFields['tbname']]), "</td>\n"; ! echo "<td class=data{$id}>", htmlspecialchars($tables->f[$data->tbFields['tbowner']]), "</td>\n"; ! echo "<td class=opbutton{$id}><a href=\"$PHP_SELF?action=browse&offset=0&limit=30&database=", ! htmlspecialchars($database), "&table=", htmlspecialchars($tables->f[$data->tbFields['tbname']]), "\">Browse</a></td>\n"; ! echo "<td class=opbutton{$id}>Select</td>\n"; ! echo "<td class=opbutton{$id}>Insert</td>\n"; ! echo "<td class=opbutton{$id}>Properties</td>\n"; ! echo "<td class=opbutton{$id}>Empty</td>\n"; ! echo "<td class=opbutton{$id}>Drop</td>\n"; ! echo "</tr>\n"; ! $tables->moveNext(); ! $i++; ! } ! } ! else { ! echo "<p>{$strNoTables}</p>\n"; ! } ! break; ! } ?> Index: topbar.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/public_html/topbar.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** topbar.php 12 Feb 2002 01:11:58 -0000 1.2 --- topbar.php 10 Apr 2002 04:09:47 -0000 1.3 *************** *** 13,16 **** --- 13,37 ---- <html> + <body class=topbar> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td width="211" rowspan="2"><img src="images/themes/<?= $guiTheme ?>/title.gif" width=211 height=50 alt="<? htmlspecialchars($appName) ?>"></td> + <td width="69%"><?= $confServers[$webdbServerID]['type'] ?> running on + <?= htmlspecialchars($confServers[$webdbServerID]['host']) ?>:<?= $confServers[$webdbServerID]['port'] ?> + -- You are logged in as user <b><?= htmlspecialchars($webdbUsername) ?></b>, + <?= date('jS M, Y g:iA') ?></font></td> + </tr> + <tr> + <td> + <a class=toplink href="usrlist.php">User Admin</a> | + <a class=toplink href="grplist.php">Group Admin</a> | + <a class=toplink href="login.php?mode=logout" target="_parent">Logout</a> + </td> + </tr> + </table> + </body> + </html> + + <!-- <p> *************** *** 21,24 **** <a href="">Logout</a> </p> ! ! </html> \ No newline at end of file --- 42,44 ---- <a href="">Logout</a> </p> ! --> \ No newline at end of file |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:54
|
Update of /cvsroot/phppgadmin/webdb/lang In directory usw-pr-cvs1:/tmp/cvs-serv16254/lang Modified Files: template.php Log Message: basic table browsing Index: template.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/lang/template.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** template.php 18 Feb 2002 13:06:13 -0000 1.3 --- template.php 10 Apr 2002 04:09:47 -0000 1.4 *************** *** 13,16 **** --- 13,19 ---- $strLogin = 'Login'; $strNoTables = 'No tables found.'; + $strOwner = 'Owner'; + $strActions = 'Actions'; + $strTable = 'Table'; $strTables = 'Tables'; $strViews = 'Views'; |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:54
|
Update of /cvsroot/phppgadmin/webdb/classes/database In directory usw-pr-cvs1:/tmp/cvs-serv16254/classes/database Modified Files: Postgres71.php Log Message: basic table browsing Index: Postgres71.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/classes/database/Postgres71.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Postgres71.php 18 Feb 2002 13:06:13 -0000 1.4 --- Postgres71.php 10 Apr 2002 04:09:47 -0000 1.5 *************** *** 116,119 **** --- 116,133 ---- return $this->execute($sql); } + + /** + * + */ + function &browseTable($table, $offset, $limit) { + return $this->selectTable("SELECT * FROM \"{$table}\"", $offset, $limit); + } + + /** + * + */ + function &selectTable($sql, $offset, $limit) { + return $this->selectSet($sql, $offset, $limit); + } /** |
From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:54
|
Update of /cvsroot/phppgadmin/webdb/themes/default In directory usw-pr-cvs1:/tmp/cvs-serv16254/themes/default Modified Files: global.css Log Message: basic table browsing Index: global.css =================================================================== RCS file: /cvsroot/phppgadmin/webdb/themes/default/global.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** global.css 18 Feb 2002 13:12:56 -0000 1.1 --- global.css 10 Apr 2002 04:09:47 -0000 1.2 *************** *** 17,20 **** --- 17,109 ---- } + body.topbar + { + background-color: #ffffff; + margin: 0px 0px; + font-family: arial; + padding: 0px; + font-size: 10pt; + text-align: left; + } + + body.browser + { + background-color: #ffffff; + /*background-color: #efefef;*/ + margin: 0px 0px; + font-family: arial; + padding: 0px; + font-size: 10pt; + text-align: left; + } + + h2 + { + color: #666633; + font-size: 16; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + } + + th.data + { + color: #000000; + background-color: #E6E6CC; + text-align: center; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + font-size: 14; + } + + td.data1 + { + color: #000000; + background-color: #F3F3E9; + text-align: left; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + font-size: 13; + } + + td.data2 + { + color: #000000; + background-color: #E6E6CC; + text-align: left; + font-family: verdana, arial, helvetica, sans-serif; + font-weight: bold; + font-size: 13; + } + + td.opbutton1 { + color: #000000; + background-color: #F3F3E9; + border-top: 1px solid #FFFFFF; + border-right: 1px solid #706D41; + border-bottom: 1px solid #706D41; + border-left: 1px solid #FFFFFF; + cursor: hand; + font-family: Helvetica,Arial,Verdana; + font-size: 9pt; + } + + td.opbutton2 { + color: #000000; + background-color: #E6E6CC; + border-top: 1px solid #FFFFFF; + border-right: 1px solid #706D41; + border-bottom: 1px solid #706D41; + border-left: 1px solid #FFFFFF; + cursor: hand; + font-family: Helvetica,Arial,Verdana; + font-size: 9pt; + } + + a.toplink { + font-weight: bold; + } + + /* + tr { *************** *** 221,223 **** text-align: left; width: 100%; ! } \ No newline at end of file --- 310,313 ---- text-align: left; width: 100%; ! } ! */ \ No newline at end of file |