diff --git a/graphivore/css/theme_left.css.php b/graphivore/css/theme_left.css.php new file mode 100644 index 000000000..7846e8dba --- /dev/null +++ b/graphivore/css/theme_left.css.php @@ -0,0 +1,241 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #fffaef; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; + text-decoration: none; +} +.tblItem:hover{ + color: #b36448; + text-decoration: none; +} +/* + tags as + // style information unless it was written with the one call + // to write(). + if (isset($js_isDOM) && $js_isDOM != '0') { +?> +*/ +/* Layer effects neccessary: capable && is_DOM is set. We found a recent CSS-Browser */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #fffaef; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 11px; + color: #fffaef; + text-decoration: none; +} +.tblItem:hover{ + color: #b36448; + text-decoration: none; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #000000; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #fffaef; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 11px; + color: #fffaef; + text-decoration: none; +} +.tblItem:hover{ + color: #b36448; + text-decoration: none; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #fffaef; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #fffaef; + text-decoration: none; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #fffaef; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 11px; + color: #fffaef; + text-decoration: none; +} +.tblItem:hover{ + color: #b36448; + text-decoration: none; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + background-image: url(../themes/graphivore/img/bgmenu.gif); + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; +} +select{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + background-color: #fffaef; + color: #000000; + width: 150px; +} +hr{ + color: #fffaef; + background-color: #fffaef; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/graphivore/css/theme_print.css.php b/graphivore/css/theme_print.css.php new file mode 100644 index 000000000..5ba5929cf --- /dev/null +++ b/graphivore/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffe7b3; +} +h1{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 16px; + font-weight: bold; + color: #000000; +} +table{ + border-width: 1px; + border-color: #000000; + border-style: solid; + border-collapse: collapse; + border-spacing: 0; +} +th{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #e5e5e5; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} +td{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} \ No newline at end of file diff --git a/graphivore/css/theme_right.css.php b/graphivore/css/theme_right.css.php new file mode 100644 index 000000000..52ce907bb --- /dev/null +++ b/graphivore/css/theme_right.css.php @@ -0,0 +1,586 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + + background-color: #FFE7B3; + margin: 5px; + scrollbar-face-color: #AB9C72; + scrollbar-shadow-color: #FFE7B3; + scrollbar-highlight-color: #FFE7B3; + scrollbar-3dlight-color: #FFE7B3; + scrollbar-darkshadow-color: #FFE7B3; + scrollbar-track-color: #FFE7B3; + scrollbar-arrow-color: #FFE7B3; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: none; + color: #AB9C72; + +} +a:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: none; + color: #b36448; +} +th{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #FFF3DB; + background-color: #ff9900; + + background-image: url(../themes/graphivore/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #FFFAEF; + text-decoration: none; +} + +th a:hover{ + color: #B36448; + text-decoration: none; +} +.tblcomment{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: normal; + color: #64583c; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +form{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select, textarea{ + color: #8A7A52; + background-color: #FFFAEF; +} +input.textfield{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #8A7A52; + background-color: #FFFAEF; + border-color: #AB9C72; + border-width: 1px; + border-style: solid; +} + +h1{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #fffaef; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #cc0000; +} +td.topline{ + font-size: 1px; +} +td.tab{ + border-top: 1px solid #999; + border-right: 1px solid #666; + border-left: 1px solid #999; + border-bottom: none; + border-radius: 2px; + -moz-border-radius: 2px; +} +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +fieldset { + border: #286860 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Verdana, Arial, Helvetica, sans-serif; + size: 10px; + color: #286860; + font-weight: bold; + background-color: #fffaef; + padding: 2px 2px 2px 2px; +} +button.mult_submit { + border: none; + background-color: transparent; +} + +.pdflayout { + overflow: hidden; + clip: inherit; + background-color: #fffaef; + display: none; + border: 1px solid #000000; + position: relative; +} + +.pdflayout_table { + background: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/graphivore/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #fff3db; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #fffaef; +/* + +*/ + background-image: url(../themes/graphivore/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 10px;} +.syntax_comment { padding-left: 4pt; padding-right: 4pt;} +.syntax_digit {} +.syntax_digit_hex {} +.syntax_digit_integer {} +.syntax_digit_float {} +.syntax_punct {} +.syntax_alpha {} +.syntax_alpha_columnType {text-transform: uppercase;} +.syntax_alpha_columnAttrib {text-transform: uppercase;} +.syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;} +.syntax_alpha_functionName {text-transform: uppercase;} +.syntax_alpha_identifier {} +.syntax_alpha_charset {} +.syntax_alpha_variable {} +.syntax_quote {white-space: pre;} +.syntax_quote_backtick {} + +/* some new styles added 20047-05-05 by Michael Keck (mkkeck) */ + +/* tables */ +.tblError { + border: 1px solid #cc0000; + background-color: #fff3db; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #fffaef; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #fff3db; + background-color: #286860; + + background-image: url(../themes/graphivore/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #fff3db; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #fff3db; + background-color: #286860; + + background-image: url(../themes/graphivore/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #fff3db; +} +.tblHeadError { + font-weight: bold; + color: #fff3db; + background-color: #cc0000; + + background-image: url(../themes/graphivore/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.errorhead { + font-weight: bold; + color: #fff3db; + text-align: left; + + background-image: url(../themes/graphivore/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/graphivore/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.warnhead { + font-weight: bold; + color: #fff3db; + text-align: left; + + background-image: url(../themes/graphivore/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ + +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.1em; +} + + +hr{ + color: #AB9C72; background-color: #FFE7B3; border: 0; height: 1px; +} + + +/* topmenu */ +#topmenu { + font-weight: bold; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + margin-right: 0.1em; + margin-left: 0.1em; +} + +/* disabled tabs */ +span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #F3E3D6; +} +a.tabcaution:hover { + color: #fff3db; + background-color: #FF0000; +} +a.tab { + color: #fff3db; +} + + +/* active tab */ +a.tabactive { + border-bottom: 0.1em solid black; + color: black; +} + +#topmenu { + margin-top: 0.5em; + border-bottom: 0.1em solid black; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +/* default tab styles */ +.tab, .tabcaution { + background-image: url(../themes/graphivore/img/tbl_header.png); background-repeat: repeat-x; + background-position: top; + background-color: #676767; + border: 0.1em solid silver; + border-bottom: 0.1em solid black; + border-radius-topleft: 0.5em; + border-radius-topright: 0.5em; + -moz-border-radius-topleft: 0.5em; + -moz-border-radius-topright: 0.5em; + height: 16px; + padding: 2px 5px 2px 5px; +} +.tabactive { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-image: url(../themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x; + background-position: top; + background-color: #ffaa44; + height: 16px; + padding: 2px 5px 2px 5px; +} + +/* enabled hover/active tabs */ +a.tab:hover, .tabactive { + font-weight: bold; + margin-right: 0; + margin-left: 0; + padding: 0.3em 0.3em 0.1em 0.3em; + background-image: url(../themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x; + background-position: top; + background-color: #ffaa44; + height: 16px; + padding: 2px 5px 2px 5px; + color: #fff3db; +} + +a.tabcaution:hover { + background-color: #ff0000; + background-image: url(../themes/graphivore/img/tbl_error2.png); background-repeat: repeat-x; +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(themes/original/img/error.ico), default; +} + +/* end topmenu */ + + +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; +} +.disabled a:hover { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + + +/* some styles for IDs: */ +#buttonNo{ + color: #cc0000; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #AB9C72; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #AB9C72; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #fff3db; + color: #006600; + border: 1px solid #006600; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} diff --git a/graphivore/img/arrow_ltr.png b/graphivore/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/graphivore/img/arrow_ltr.png differ diff --git a/graphivore/img/arrow_rtl.png b/graphivore/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/graphivore/img/arrow_rtl.png differ diff --git a/graphivore/img/asc_order.png b/graphivore/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/graphivore/img/asc_order.png differ diff --git a/graphivore/img/b_bookmark.png b/graphivore/img/b_bookmark.png new file mode 100644 index 000000000..33d4bfb28 Binary files /dev/null and b/graphivore/img/b_bookmark.png differ diff --git a/graphivore/img/b_browse.png b/graphivore/img/b_browse.png new file mode 100644 index 000000000..45caedfa3 Binary files /dev/null and b/graphivore/img/b_browse.png differ diff --git a/graphivore/img/b_calendar.png b/graphivore/img/b_calendar.png new file mode 100644 index 000000000..ab65d2002 Binary files /dev/null and b/graphivore/img/b_calendar.png differ diff --git a/graphivore/img/b_comment.png b/graphivore/img/b_comment.png new file mode 100644 index 000000000..1b182ef2b Binary files /dev/null and b/graphivore/img/b_comment.png differ diff --git a/graphivore/img/b_dbstatistics.png b/graphivore/img/b_dbstatistics.png new file mode 100644 index 000000000..8592e3394 Binary files /dev/null and b/graphivore/img/b_dbstatistics.png differ diff --git a/graphivore/img/b_deltbl.png b/graphivore/img/b_deltbl.png new file mode 100644 index 000000000..0ea529d35 Binary files /dev/null and b/graphivore/img/b_deltbl.png differ diff --git a/graphivore/img/b_docs.png b/graphivore/img/b_docs.png new file mode 100644 index 000000000..006a22190 Binary files /dev/null and b/graphivore/img/b_docs.png differ diff --git a/graphivore/img/b_docsql.png b/graphivore/img/b_docsql.png new file mode 100644 index 000000000..b9aefc06e Binary files /dev/null and b/graphivore/img/b_docsql.png differ diff --git a/graphivore/img/b_drop.png b/graphivore/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/graphivore/img/b_drop.png differ diff --git a/graphivore/img/b_edit.png b/graphivore/img/b_edit.png new file mode 100644 index 000000000..8eeac60d0 Binary files /dev/null and b/graphivore/img/b_edit.png differ diff --git a/graphivore/img/b_empty.png b/graphivore/img/b_empty.png new file mode 100644 index 000000000..4c510d13f Binary files /dev/null and b/graphivore/img/b_empty.png differ diff --git a/graphivore/img/b_engine.png b/graphivore/img/b_engine.png new file mode 100644 index 000000000..db9c99e23 Binary files /dev/null and b/graphivore/img/b_engine.png differ diff --git a/graphivore/img/b_export.png b/graphivore/img/b_export.png new file mode 100644 index 000000000..0c5a1c320 Binary files /dev/null and b/graphivore/img/b_export.png differ diff --git a/graphivore/img/b_firstpage.png b/graphivore/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/graphivore/img/b_firstpage.png differ diff --git a/graphivore/img/b_ftext.png b/graphivore/img/b_ftext.png new file mode 100644 index 000000000..559bd0306 Binary files /dev/null and b/graphivore/img/b_ftext.png differ diff --git a/graphivore/img/b_help.png b/graphivore/img/b_help.png new file mode 100644 index 000000000..7ea5089fd Binary files /dev/null and b/graphivore/img/b_help.png differ diff --git a/graphivore/img/b_home.png b/graphivore/img/b_home.png new file mode 100644 index 000000000..665684470 Binary files /dev/null and b/graphivore/img/b_home.png differ diff --git a/graphivore/img/b_import.png b/graphivore/img/b_import.png new file mode 100644 index 000000000..3cd06ecac Binary files /dev/null and b/graphivore/img/b_import.png differ diff --git a/graphivore/img/b_index.png b/graphivore/img/b_index.png new file mode 100644 index 000000000..4cfecda1f Binary files /dev/null and b/graphivore/img/b_index.png differ diff --git a/graphivore/img/b_info.png b/graphivore/img/b_info.png new file mode 100644 index 000000000..932ddb996 Binary files /dev/null and b/graphivore/img/b_info.png differ diff --git a/graphivore/img/b_insrow.png b/graphivore/img/b_insrow.png new file mode 100644 index 000000000..503f7d1fd Binary files /dev/null and b/graphivore/img/b_insrow.png differ diff --git a/graphivore/img/b_lastpage.png b/graphivore/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/graphivore/img/b_lastpage.png differ diff --git a/graphivore/img/b_minus.png b/graphivore/img/b_minus.png new file mode 100644 index 000000000..1b005a17d Binary files /dev/null and b/graphivore/img/b_minus.png differ diff --git a/graphivore/img/b_newdb.png b/graphivore/img/b_newdb.png new file mode 100644 index 000000000..d87fe30a6 Binary files /dev/null and b/graphivore/img/b_newdb.png differ diff --git a/graphivore/img/b_newtbl.png b/graphivore/img/b_newtbl.png new file mode 100644 index 000000000..3cb368149 Binary files /dev/null and b/graphivore/img/b_newtbl.png differ diff --git a/graphivore/img/b_nextpage.png b/graphivore/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/graphivore/img/b_nextpage.png differ diff --git a/graphivore/img/b_pdfdoc.png b/graphivore/img/b_pdfdoc.png new file mode 100644 index 000000000..c489d16e8 Binary files /dev/null and b/graphivore/img/b_pdfdoc.png differ diff --git a/graphivore/img/b_plus.png b/graphivore/img/b_plus.png new file mode 100644 index 000000000..9b9e36a74 Binary files /dev/null and b/graphivore/img/b_plus.png differ diff --git a/graphivore/img/b_prevpage.png b/graphivore/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/graphivore/img/b_prevpage.png differ diff --git a/graphivore/img/b_primary.png b/graphivore/img/b_primary.png new file mode 100644 index 000000000..3ef9881ba Binary files /dev/null and b/graphivore/img/b_primary.png differ diff --git a/graphivore/img/b_print.png b/graphivore/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/graphivore/img/b_print.png differ diff --git a/graphivore/img/b_props.png b/graphivore/img/b_props.png new file mode 100644 index 000000000..e6d271d42 Binary files /dev/null and b/graphivore/img/b_props.png differ diff --git a/graphivore/img/b_relations.png b/graphivore/img/b_relations.png new file mode 100644 index 000000000..3fc6a9ce4 Binary files /dev/null and b/graphivore/img/b_relations.png differ diff --git a/graphivore/img/b_save.png b/graphivore/img/b_save.png new file mode 100644 index 000000000..efccf4d39 Binary files /dev/null and b/graphivore/img/b_save.png differ diff --git a/graphivore/img/b_sbrowse.png b/graphivore/img/b_sbrowse.png new file mode 100644 index 000000000..9d0fcf66f Binary files /dev/null and b/graphivore/img/b_sbrowse.png differ diff --git a/graphivore/img/b_sdb.png b/graphivore/img/b_sdb.png new file mode 100644 index 000000000..b746f340d Binary files /dev/null and b/graphivore/img/b_sdb.png differ diff --git a/graphivore/img/b_search.png b/graphivore/img/b_search.png new file mode 100644 index 000000000..21acf76b0 Binary files /dev/null and b/graphivore/img/b_search.png differ diff --git a/graphivore/img/b_selboard.png b/graphivore/img/b_selboard.png new file mode 100644 index 000000000..a4252f6ad Binary files /dev/null and b/graphivore/img/b_selboard.png differ diff --git a/graphivore/img/b_select.png b/graphivore/img/b_select.png new file mode 100644 index 000000000..0868c4115 Binary files /dev/null and b/graphivore/img/b_select.png differ diff --git a/graphivore/img/b_sql.png b/graphivore/img/b_sql.png new file mode 100644 index 000000000..700812dd9 Binary files /dev/null and b/graphivore/img/b_sql.png differ diff --git a/graphivore/img/b_sqldoc.png b/graphivore/img/b_sqldoc.png new file mode 100644 index 000000000..c134b8763 Binary files /dev/null and b/graphivore/img/b_sqldoc.png differ diff --git a/graphivore/img/b_sqlhelp.png b/graphivore/img/b_sqlhelp.png new file mode 100644 index 000000000..48a948856 Binary files /dev/null and b/graphivore/img/b_sqlhelp.png differ diff --git a/graphivore/img/b_tblanalyse.png b/graphivore/img/b_tblanalyse.png new file mode 100644 index 000000000..fdbed1af5 Binary files /dev/null and b/graphivore/img/b_tblanalyse.png differ diff --git a/graphivore/img/b_tblexport.png b/graphivore/img/b_tblexport.png new file mode 100644 index 000000000..174ccfa18 Binary files /dev/null and b/graphivore/img/b_tblexport.png differ diff --git a/graphivore/img/b_tblimport.png b/graphivore/img/b_tblimport.png new file mode 100644 index 000000000..5fdc11091 Binary files /dev/null and b/graphivore/img/b_tblimport.png differ diff --git a/graphivore/img/b_tblops.png b/graphivore/img/b_tblops.png new file mode 100644 index 000000000..85c58cb6b Binary files /dev/null and b/graphivore/img/b_tblops.png differ diff --git a/graphivore/img/b_tbloptimize.png b/graphivore/img/b_tbloptimize.png new file mode 100644 index 000000000..d80ced837 Binary files /dev/null and b/graphivore/img/b_tbloptimize.png differ diff --git a/graphivore/img/b_tipp.png b/graphivore/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/graphivore/img/b_tipp.png differ diff --git a/graphivore/img/b_unique.png b/graphivore/img/b_unique.png new file mode 100644 index 000000000..f21220d15 Binary files /dev/null and b/graphivore/img/b_unique.png differ diff --git a/graphivore/img/b_usradd.png b/graphivore/img/b_usradd.png new file mode 100644 index 000000000..b080c382d Binary files /dev/null and b/graphivore/img/b_usradd.png differ diff --git a/graphivore/img/b_usrcheck.png b/graphivore/img/b_usrcheck.png new file mode 100644 index 000000000..c4d3f468b Binary files /dev/null and b/graphivore/img/b_usrcheck.png differ diff --git a/graphivore/img/b_usrdrop.png b/graphivore/img/b_usrdrop.png new file mode 100644 index 000000000..4a1597558 Binary files /dev/null and b/graphivore/img/b_usrdrop.png differ diff --git a/graphivore/img/b_usredit.png b/graphivore/img/b_usredit.png new file mode 100644 index 000000000..58a10a422 Binary files /dev/null and b/graphivore/img/b_usredit.png differ diff --git a/graphivore/img/b_usrlist.png b/graphivore/img/b_usrlist.png new file mode 100644 index 000000000..9e7466503 Binary files /dev/null and b/graphivore/img/b_usrlist.png differ diff --git a/graphivore/img/b_view.png b/graphivore/img/b_view.png new file mode 100644 index 000000000..7cc20c40a Binary files /dev/null and b/graphivore/img/b_view.png differ diff --git a/graphivore/img/b_views.png b/graphivore/img/b_views.png new file mode 100644 index 000000000..b17f6cd6f Binary files /dev/null and b/graphivore/img/b_views.png differ diff --git a/graphivore/img/bd_browse.png b/graphivore/img/bd_browse.png new file mode 100644 index 000000000..7e18801c9 Binary files /dev/null and b/graphivore/img/bd_browse.png differ diff --git a/graphivore/img/bd_deltbl.png b/graphivore/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/graphivore/img/bd_deltbl.png differ diff --git a/graphivore/img/bd_drop.png b/graphivore/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/graphivore/img/bd_drop.png differ diff --git a/graphivore/img/bd_empty.png b/graphivore/img/bd_empty.png new file mode 100644 index 000000000..721df6775 Binary files /dev/null and b/graphivore/img/bd_empty.png differ diff --git a/graphivore/img/bd_firstpage.png b/graphivore/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/graphivore/img/bd_firstpage.png differ diff --git a/graphivore/img/bd_ftext.png b/graphivore/img/bd_ftext.png new file mode 100644 index 000000000..6565a9cc0 Binary files /dev/null and b/graphivore/img/bd_ftext.png differ diff --git a/graphivore/img/bd_index.png b/graphivore/img/bd_index.png new file mode 100644 index 000000000..a08990d92 Binary files /dev/null and b/graphivore/img/bd_index.png differ diff --git a/graphivore/img/bd_insrow.png b/graphivore/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/graphivore/img/bd_insrow.png differ diff --git a/graphivore/img/bd_lastpage.png b/graphivore/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/graphivore/img/bd_lastpage.png differ diff --git a/graphivore/img/bd_nextpage.png b/graphivore/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/graphivore/img/bd_nextpage.png differ diff --git a/graphivore/img/bd_prevpage.png b/graphivore/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/graphivore/img/bd_prevpage.png differ diff --git a/graphivore/img/bd_primary.png b/graphivore/img/bd_primary.png new file mode 100644 index 000000000..f02fb2430 Binary files /dev/null and b/graphivore/img/bd_primary.png differ diff --git a/graphivore/img/bd_sbrowse.png b/graphivore/img/bd_sbrowse.png new file mode 100644 index 000000000..3b57e9a0d Binary files /dev/null and b/graphivore/img/bd_sbrowse.png differ diff --git a/graphivore/img/bd_select.png b/graphivore/img/bd_select.png new file mode 100644 index 000000000..1160ef2bc Binary files /dev/null and b/graphivore/img/bd_select.png differ diff --git a/graphivore/img/bd_unique.png b/graphivore/img/bd_unique.png new file mode 100644 index 000000000..c7790f565 Binary files /dev/null and b/graphivore/img/bd_unique.png differ diff --git a/graphivore/img/bgmenu.gif b/graphivore/img/bgmenu.gif new file mode 100644 index 000000000..afe9c44b4 Binary files /dev/null and b/graphivore/img/bgmenu.gif differ diff --git a/graphivore/img/dot_black.png b/graphivore/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/graphivore/img/dot_black.png differ diff --git a/graphivore/img/dot_blue.png b/graphivore/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/graphivore/img/dot_blue.png differ diff --git a/graphivore/img/dot_green.png b/graphivore/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/graphivore/img/dot_green.png differ diff --git a/graphivore/img/dot_red.png b/graphivore/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/graphivore/img/dot_red.png differ diff --git a/graphivore/img/dot_violet.png b/graphivore/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/graphivore/img/dot_violet.png differ diff --git a/graphivore/img/dot_yellow.png b/graphivore/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/graphivore/img/dot_yellow.png differ diff --git a/graphivore/img/error.ico b/graphivore/img/error.ico new file mode 100644 index 000000000..41d26d638 Binary files /dev/null and b/graphivore/img/error.ico differ diff --git a/graphivore/img/frm_linevrlt.png b/graphivore/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/graphivore/img/frm_linevrlt.png differ diff --git a/graphivore/img/item.png b/graphivore/img/item.png new file mode 100644 index 000000000..c0c08b39c Binary files /dev/null and b/graphivore/img/item.png differ diff --git a/graphivore/img/item_ltr.png b/graphivore/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/graphivore/img/item_ltr.png differ diff --git a/graphivore/img/item_rtl.png b/graphivore/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/graphivore/img/item_rtl.png differ diff --git a/graphivore/img/logo_left.png b/graphivore/img/logo_left.png new file mode 100644 index 000000000..ce707134b Binary files /dev/null and b/graphivore/img/logo_left.png differ diff --git a/graphivore/img/logo_right.png b/graphivore/img/logo_right.png new file mode 100644 index 000000000..79f1e4456 Binary files /dev/null and b/graphivore/img/logo_right.png differ diff --git a/graphivore/img/php_sym.png b/graphivore/img/php_sym.png new file mode 100644 index 000000000..8a50f347f Binary files /dev/null and b/graphivore/img/php_sym.png differ diff --git a/graphivore/img/pma_logo2.png b/graphivore/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/graphivore/img/pma_logo2.png differ diff --git a/graphivore/img/s_asc.png b/graphivore/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/graphivore/img/s_asc.png differ diff --git a/graphivore/img/s_asci.png b/graphivore/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/graphivore/img/s_asci.png differ diff --git a/graphivore/img/s_attention.png b/graphivore/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/graphivore/img/s_attention.png differ diff --git a/graphivore/img/s_cancel.png b/graphivore/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/graphivore/img/s_cancel.png differ diff --git a/graphivore/img/s_cancel2.png b/graphivore/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/graphivore/img/s_cancel2.png differ diff --git a/graphivore/img/s_db.png b/graphivore/img/s_db.png new file mode 100644 index 000000000..99cacbd34 Binary files /dev/null and b/graphivore/img/s_db.png differ diff --git a/graphivore/img/s_desc.png b/graphivore/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/graphivore/img/s_desc.png differ diff --git a/graphivore/img/s_error.png b/graphivore/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/graphivore/img/s_error.png differ diff --git a/graphivore/img/s_error2.png b/graphivore/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/graphivore/img/s_error2.png differ diff --git a/graphivore/img/s_fulltext.png b/graphivore/img/s_fulltext.png new file mode 100644 index 000000000..c6aa224b3 Binary files /dev/null and b/graphivore/img/s_fulltext.png differ diff --git a/graphivore/img/s_host.png b/graphivore/img/s_host.png new file mode 100644 index 000000000..46bed8f99 Binary files /dev/null and b/graphivore/img/s_host.png differ diff --git a/graphivore/img/s_info.png b/graphivore/img/s_info.png new file mode 100644 index 000000000..84b2ed1d0 Binary files /dev/null and b/graphivore/img/s_info.png differ diff --git a/graphivore/img/s_lang.png b/graphivore/img/s_lang.png new file mode 100644 index 000000000..a1fc522ea Binary files /dev/null and b/graphivore/img/s_lang.png differ diff --git a/graphivore/img/s_loggoff.png b/graphivore/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/graphivore/img/s_loggoff.png differ diff --git a/graphivore/img/s_notice.png b/graphivore/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/graphivore/img/s_notice.png differ diff --git a/graphivore/img/s_okay.png b/graphivore/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/graphivore/img/s_okay.png differ diff --git a/graphivore/img/s_partialtext.png b/graphivore/img/s_partialtext.png new file mode 100644 index 000000000..07c9c4d87 Binary files /dev/null and b/graphivore/img/s_partialtext.png differ diff --git a/graphivore/img/s_passwd.png b/graphivore/img/s_passwd.png new file mode 100644 index 000000000..0d04de983 Binary files /dev/null and b/graphivore/img/s_passwd.png differ diff --git a/graphivore/img/s_process.png b/graphivore/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/graphivore/img/s_process.png differ diff --git a/graphivore/img/s_really.png b/graphivore/img/s_really.png new file mode 100644 index 000000000..f84d228b4 Binary files /dev/null and b/graphivore/img/s_really.png differ diff --git a/graphivore/img/s_reload.png b/graphivore/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/graphivore/img/s_reload.png differ diff --git a/graphivore/img/s_rights.png b/graphivore/img/s_rights.png new file mode 100644 index 000000000..e9e4051e5 Binary files /dev/null and b/graphivore/img/s_rights.png differ diff --git a/graphivore/img/s_status.png b/graphivore/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/graphivore/img/s_status.png differ diff --git a/graphivore/img/s_tbl.png b/graphivore/img/s_tbl.png new file mode 100644 index 000000000..3f18e779d Binary files /dev/null and b/graphivore/img/s_tbl.png differ diff --git a/graphivore/img/s_theme.png b/graphivore/img/s_theme.png new file mode 100644 index 000000000..1fc818c81 Binary files /dev/null and b/graphivore/img/s_theme.png differ diff --git a/graphivore/img/s_vars.png b/graphivore/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/graphivore/img/s_vars.png differ diff --git a/graphivore/img/s_views.png b/graphivore/img/s_views.png new file mode 100644 index 000000000..3b3e38fc5 Binary files /dev/null and b/graphivore/img/s_views.png differ diff --git a/graphivore/img/s_warn.png b/graphivore/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/graphivore/img/s_warn.png differ diff --git a/graphivore/img/spacer.png b/graphivore/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/graphivore/img/spacer.png differ diff --git a/graphivore/img/tbl_error.png b/graphivore/img/tbl_error.png new file mode 100644 index 000000000..4c85f6a36 Binary files /dev/null and b/graphivore/img/tbl_error.png differ diff --git a/graphivore/img/tbl_error2.png b/graphivore/img/tbl_error2.png new file mode 100644 index 000000000..6de90b8c2 Binary files /dev/null and b/graphivore/img/tbl_error2.png differ diff --git a/graphivore/img/tbl_header.png b/graphivore/img/tbl_header.png new file mode 100644 index 000000000..c39dbb0af Binary files /dev/null and b/graphivore/img/tbl_header.png differ diff --git a/graphivore/img/tbl_th.png b/graphivore/img/tbl_th.png new file mode 100644 index 000000000..b1038b659 Binary files /dev/null and b/graphivore/img/tbl_th.png differ diff --git a/graphivore/img/tbl_th2.png b/graphivore/img/tbl_th2.png new file mode 100644 index 000000000..15ebba54a Binary files /dev/null and b/graphivore/img/tbl_th2.png differ diff --git a/graphivore/img/vertical_line.png b/graphivore/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/graphivore/img/vertical_line.png differ diff --git a/graphivore/info.inc.php b/graphivore/info.inc.php new file mode 100644 index 000000000..441f8ada7 --- /dev/null +++ b/graphivore/info.inc.php @@ -0,0 +1,11 @@ + diff --git a/graphivore/layout.inc.php b/graphivore/layout.inc.php new file mode 100644 index 000000000..0ad947744 --- /dev/null +++ b/graphivore/layout.inc.php @@ -0,0 +1,47 @@ + '#808000', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => '#B36448', + 'alpha' => '', + 'alpha_columnType' => '#FF9900', + 'alpha_columnAttrib' => '#0000FF', + 'alpha_reservedWord' => '#990099', + 'alpha_functionName' => '#FF0000', + 'alpha_identifier' => 'black', + 'alpha_charset' => '#6495ed', + 'alpha_variable' => '#800000', + 'quote' => '#008000', + 'quote_double' => '', + 'quote_single' => '', + 'quote_backtick' => '' +); +?> diff --git a/graphivore/screen.png b/graphivore/screen.png new file mode 100644 index 000000000..f6f0f85a3 Binary files /dev/null and b/graphivore/screen.png differ