diff --git a/clearview3/css/theme_left.css.php b/clearview3/css/theme_left.css.php new file mode 100644 index 000000000..dc2919141 --- /dev/null +++ b/clearview3/css/theme_left.css.php @@ -0,0 +1,46 @@ + + +body#body_leftFrame{padding:10px;margin:0;background: url(getImgPath(); ?>frame_fone.png) repeat-y right;color:;font-family:;font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>;} +input, +select, +textarea{font-size:1em;} +a img{border:none} +a:link, +a:visited{color:#483D8B} +a:hover{color:#A0522D} +hr{color:#ccc;background:#ccc;border:none;height:1px} +/* classes +********************************************************************** */ +div#pmalogo{text-align:center;border-bottom:1px solid #ccc;padding-bottom:0.5em} +div#leftframelinks{text-align:center;padding:0.5em 0;border-bottom:1px solid #ccc} +div#leftframelinks a:hover{background:none} +div#leftframelinks a img.icon{padding:0.2em 0.3em;border:none} +ul#databaseList{font-size:95%;border:none;padding:0.5em 0 0;margin:0;list-style:none} +ul#databaseList li{background:url(getImgPath(); ?>s_db.png) no-repeat 0 0.2em;padding:0.2em 0 0.2em 17px} +div#databaseList form{padding-top:0.5em;font-size:85%} +ul#databaseList a{text-decoration:none} +div#left_tableList ul{background:none;font-size:0.9em;padding:0;margin:0;list-style:none} +div#left_tableList ul li{padding-bottom:1px} +/* marked items */ +div#left_tableList{font-size:95%} +div#left_tableList a.item{font-weight:bold} +div#left_tableList ul li a{text-decoration:none} +div#left_tableList li{white-space:nowrap} +div#left_tableList > ul li.marked > a, +div#left_tableList > ul li.marked{font-weight:bold;background:none;text-decoration:none;color:#333} +div#left_tableList > ul li:hover > a, +div#left_tableList > ul li:hover{background:none} \ No newline at end of file diff --git a/clearview3/css/theme_print.css.php b/clearview3/css/theme_print.css.php new file mode 100644 index 000000000..913fab25e --- /dev/null +++ b/clearview3/css/theme_print.css.php @@ -0,0 +1,39 @@ + +/* For printview */ +body, table, th, td { + color: #000000; + background-color: #ffffff; +} + +img { + border: 0; +} + +table, th, td { + border-width: 0.1em; + border-color: #000000; + border-style: solid; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th, td { + padding: 0.2em; +} + +th { + font-weight: bold; + background-color: #e5e5e5; +} diff --git a/clearview3/css/theme_right.css.php b/clearview3/css/theme_right.css.php new file mode 100644 index 000000000..1bb69fdfa --- /dev/null +++ b/clearview3/css/theme_right.css.php @@ -0,0 +1,192 @@ + +/******************************************************************************/ +/* general elements +********************************************************************** */ +html{font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>} +body, +body#bodyquerywindow{padding:10px;margin:0;background:;color:;font-family:;font-size:95%;line-height:130%} +a img{border:none} +a:link, +a:visited{text-decoration:none;color:#483D8B} +a:hover{color:#A0522D} +h1{font-size:1.5em;font-weight:normal} +h2{font-size:1.2em} +dfn{font-style:normal} +dfn:hover{font-style:normal;cursor:help} +hr{color:#ccc;background:#ccc;border:none;height:1px} +table{font-size:100%;border-collapse:collapse} +table caption, +table th, +table td{vertical-align:top;padding:3px} +table th{text-align:left} +table thead th{text-align:center;vertical-align:bottom;border-bottom:2px solid #ccc;font-weight:bold} +fieldset{background:#fff;padding:1em;border:1px solid #ccc;margin:1em 0.5em 0 0.5em} +fieldset legend{background:#fff;padding-bottom:1px;color:#888} +label{cursor:pointer} +ul li{line-height:140%} +form{display:inline} +input, +select, +textarea{font-size:small} +.icon{margin-left:0.3em;margin-right:2px;vertical-align:middle} +/* classes +********************************************************************** */ +.tblFooters{text-align:right;background:#eee url(getImgPath(); ?>footer_gradient.png) repeat-x;padding:0.5em 1em;margin:0 0.5em 1em;border:none} +div.formelementrow{margin-bottom:0.5em} +.table_comment{color:#888} +div.success, +div.notice, +div.warning, +div.error{padding:0.5em;margin:0.5em 0} +div.success{background:#D2FFD2} +div.notice{background:#FFE0C1} +div.warning{background:#FFBE7D} +div.error{background:#FF9595} +code.sql{display:block;border:1px solid #ccc;padding:0.5em} +div.tools{text-align:right;background:#eee url(getImgPath(); ?>footer_gradient.png) repeat-x scroll 0%;padding:0.5em} +/* tables */ +table tr.odd th, +table tr.odd{/*background:#fff*/} +table tr.even th, +table tr.even{background:} +table tr.marked th, +table tr.marked{color:#333;background:#ffe09d} +table tr.odd:hover, +table tr.even:hover{background:#fff} +.odd:hover, +.even:hover, +.hover{background:#eee} +table.data tr.odd:hover, +table.data tr.even:hover, +table.data tr.odd:hover th, +table.data tr.even:hover th, +table.data tr.hover th, +table.data tr.hover td{color:#333;background:#eee} +table tr.disabled, +table tr.disabled a, +table tr.disabled:hover{text-decoration:none;color:#aaa} +th.name{text-align:right} +td.value{text-align:left} +.clearfloat{clear:both} +.syntax{font-family:"Courier New",Courier,monospace} +#selflink{margin-top:2em;padding-top:1em;border-top:0.1em solid silver;clear:both;display:block;margin-bottom:1em;text-align:right;width:100%} +div.warning{border:1px solid #ffe09d;background:#FFFFCC;margin:1em 0.5em;padding:0.5em} +div.notice{background:#FFFFCC;margin:1em 0.5em;padding:0.5em;font-size:0.9em} +div.error{background:#ffe5e9;margin:1em 0.5em;padding:0.5em 0.5em 1em} +label.desc{float:left;width:30em} +fieldset .formelement {float:left;line-height:2.4em;margin-right:0.5em;white-space:nowrap} +/* specific elements +********************************************************************** */ +/* first page */ +#main_pane_left{float:left;width:60%} +#main_pane_right{float:left;width:35%} +#rainbowform{display:inline} +div#sqlquerycontainer{float:left;width:69%} +div#tablefieldscontainer{float:right;width:29%} +div#tablefieldscontainer select{width:100%;margin-bottom:5px} +textarea#sqlquery{width:100%} +#TooltipContainer{position:absolute;z-index:99;width:20em;height:auto;overflow:visible;visibility:hidden;color:#333;border:0.1em solid #333;padding:0.5em;background:#ffffcc} +/* header - breadcrumbs */ +#serverinfo{padding:2em 0 1em;font-size:90%} +#serverinfo .item{text-decoration:none;white-space:nowrap} +#serverinfo .icon{margin:0} +#serverinfo .separator{margin:0 0.5em} +/* topmenu */ +#topmenucontainer{padding:1em 0 0;margin-bottom:1em;border:none;border-bottom:1px solid #ccc} +ul#topmenu{list-style-type:none;margin:0 0 0 16px;padding:0} +ul#topmenu li{float:left;padding:0;margin:0;display:block;margin-left:-8px;font-weight:normal;border:none} +ul#topmenu li .tab, +ul#topmenu li .tabactive, +ul#topmenu li .tabcaution{padding:0 17px 0 0;margin:0;background:url(getImgPath(); ?>topmenu_tab_r.png) no-repeat 100% 0;text-decoration:none;display:block;line-height:2.1;float:left;border:none} +ul#topmenu li .tab .icon, +ul#topmenu li .tabactive .icon, +ul#topmenu li .tabcaution .icon{line-height:2.1;padding:0.4em 0 0.3em 7px;margin:0 3px 0 0;float:left;background:url(getImgPath(); ?>topmenu_tab_l.png) no-repeat 0 0} +ul#topmenu li span.tab{color:#aaa} +ul#topmenu li .tabactive{font-weight:bold;z-index:10;position:relative;background:url(getImgPath(); ?>topmenu_tab_r.png) no-repeat 100% -38px} +ul#topmenu li .tabactive .icon{background:url(getImgPath(); ?>topmenu_tab_l.png) no-repeat 0 -38px} +ul#topmenu li a.tabcaution{color:red} +ul#topmenu li a.tabcaution:hover{color:red} +/* Calendar */ +table.calendar td.selected{background:#FFC751} +table.calendar td a{text-decoration:none} +table.calendar td a:hover{background:#eee} +/* table stats */ +div#tablestatistics{margin-top:3em;color:#888;border-bottom:none} +div#tablestatistics th{text-align:left} +#serverstatustraffic, +#serverstatusqueriesdetails1{float:left;width:33%} +#serverstatusconnections, +#serverstatusqueriesdetails51{float:left;width:33%} +#sectionlinks a{padding:0 0.3em} +#serverstatussection{clear:both} +/* server privileges */ +#tableuserrights th{vertical-align:bottom} +#fieldset_user_global_rights fieldset{float:left} +#fieldset_add_user{padding:0.5em;background:#eee url(getImgPath(); ?>footer_gradient.png) repeat-x;border:none;border-top:1px solid #ccc} +#fieldset_add_user a{font-weight:bold;text-decoration:none} +/* user privileges */ +#fieldset_add_user_login div.item{padding-bottom:0.3em;margin-bottom:0.3em} +#fieldset_add_user_login label{float:left;display:block;width:10em;max-width:100%;text-align:right;padding-right:0.5em} +#fieldset_add_user_login span.options #select_pred_username, +#fieldset_add_user_login span.options #select_pred_hostname, +#fieldset_add_user_login span.options #select_pred_password{width:100%;max-width:100%} +#fieldset_add_user_login span.options{float:left;display:block;width:12em;max-width:100%;padding-right:0.5em} +#fieldset_add_user_login input{width:12em;clear:right;max-width:100%} +#fieldset_add_user_login span.options input{width:auto} +#fieldset_user_priv div.item{float:left;width:9em;max-width:100%} +#fieldset_user_priv div.item div.item{float:none} +#fieldset_user_priv div.item label{white-space:nowrap} +#fieldset_user_priv div.item select{width:100%} +#fieldset_user_global_rights fieldset{float:left} +#maincontainer{border-bottom:none;/*background:url(getImgPath(); ?>logo_right.png) no-repeat right bottom;*/padding-bottom:5em} +/* iconic view for ul items */ +li#li_create_database{list-style-image:url(getImgPath(); ?>b_newdb.png);padding:1em 3px 0.5em} +li#li_select_lang{list-style-image:url(getImgPath(); ?>s_lang.png);padding:0 3px;margin-top:2em} +li#li_select_mysql_collation, +li#li_select_mysql_charset{list-style-image:url(getImgPath(); ?>s_asci.png);padding:0 3px;margin:3px 0} +li#li_select_mysql_collation{padding-bottom:1em} +li#li_select_theme{list-style-image:url(getImgPath(); ?>s_theme.png);padding:0 3px;margin:3px 0} +li#li_server_info{list-style-image:url(getImgPath(); ?>s_host.png);padding-left:3px;} +li#li_server_version{padding-left:3px;list-style:none} +li#li_mysql_proto, +li#li_user_info{list-style:none;list-style-image:none;padding:0 3px} +li#li_mysql_status{list-style-image:url(getImgPath(); ?>s_status.png);padding:0 3px;margin:3px 0} +li#li_mysql_variables{list-style-image:url(getImgPath(); ?>s_vars.png);padding:0 3px;margin:3px 0} +li#li_mysql_processes{list-style-image:url(getImgPath(); ?>s_process.png);padding:0 3px;margin:3px 0} +li#li_mysql_collations{list-style-image:url(getImgPath(); ?>s_asci.png);padding:0 3px;margin:3px 0} +li#li_mysql_engines{list-style-image:url(getImgPath(); ?>b_engine.png);padding:0 3px;margin:3px 0} +li#li_mysql_binlogs{list-style-image:url(getImgPath(); ?>s_tbl.png);padding:0 3px;margin:3px 0} +li#li_mysql_databases{list-style-image:url(getImgPath(); ?>s_db.png);padding:0 3px;margin:3px 0;font-weight:bold} +li#li_export{list-style-image:url(getImgPath(); ?>b_export.png);padding:0 3px;margin:3px 0} +li#li_import{list-style-image:url(getImgPath(); ?>b_import.png);padding:0 3px;margin:3px 0} +li#li_change_password{list-style-image:url(getImgPath(); ?>s_passwd.png);padding:0 3px;margin:3px 0} +li#li_log_out{list-style-image:url(getImgPath(); ?>s_loggoff.png);padding:0 3px;margin:1em 0 3px} +li#li_pma_docs{list-style-image:url(getImgPath(); ?>b_docs.png);padding:0 3px;margin:2em 0 0} +li#li_pma_wiki{list-style:none;padding:0 3px} +li#li_phpinfo{list-style-image:url(getImgPath(); ?>php_sym.png);padding:0 3px;margin:3px 0} +li#li_pma_homepage{list-style-image:url(getImgPath(); ?>b_home.png);padding:0 3px;margin:3px 0} +li#li_pma_homepage + li{list-style:none;padding:0 3px} +li#li_mysql_privilegs{list-style-image:url(getImgPath(); ?>s_rights.png);padding:0 3px;margin:3px 0 1em} +li#li_switch_dbstats{list-style-image:url(getImgPath(); ?>b_dbstatistics.png);padding:0 3px;margin:3px 0} +li#li_flush_privileges{list-style-image:url(getImgPath(); ?>s_reload.png);padding:0 3px;margin:1em 0 3px} +li#li_pma_version, +li#li_web_server_software, +li#li_mysql_client_version, +li#li_used_php_extension, +li#li_select_fontsize, +li#li_custom_color{list-style:none;list-style-image:none;padding-left:3px} +li#li_select_fontsize{list-style:none;list-style-image:none;padding-left:3px;padding-top:0.5em} \ No newline at end of file diff --git a/clearview3/img/arrow_ltr.png b/clearview3/img/arrow_ltr.png new file mode 100644 index 000000000..8349abec0 Binary files /dev/null and b/clearview3/img/arrow_ltr.png differ diff --git a/clearview3/img/arrow_rtl.png b/clearview3/img/arrow_rtl.png new file mode 100644 index 000000000..34f94b235 Binary files /dev/null and b/clearview3/img/arrow_rtl.png differ diff --git a/clearview3/img/asc_order.png b/clearview3/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/clearview3/img/asc_order.png differ diff --git a/clearview3/img/b_bookmark.png b/clearview3/img/b_bookmark.png new file mode 100644 index 000000000..0cb726c61 Binary files /dev/null and b/clearview3/img/b_bookmark.png differ diff --git a/clearview3/img/b_browse.png b/clearview3/img/b_browse.png new file mode 100644 index 000000000..c2679f73a Binary files /dev/null and b/clearview3/img/b_browse.png differ diff --git a/clearview3/img/b_calendar.png b/clearview3/img/b_calendar.png new file mode 100644 index 000000000..a250e8eac Binary files /dev/null and b/clearview3/img/b_calendar.png differ diff --git a/clearview3/img/b_comment.png b/clearview3/img/b_comment.png new file mode 100644 index 000000000..08916af92 Binary files /dev/null and b/clearview3/img/b_comment.png differ diff --git a/clearview3/img/b_dbstatistics.png b/clearview3/img/b_dbstatistics.png new file mode 100644 index 000000000..b269d57dc Binary files /dev/null and b/clearview3/img/b_dbstatistics.png differ diff --git a/clearview3/img/b_deltbl.png b/clearview3/img/b_deltbl.png new file mode 100644 index 000000000..fea64e3c3 Binary files /dev/null and b/clearview3/img/b_deltbl.png differ diff --git a/clearview3/img/b_docs.png b/clearview3/img/b_docs.png new file mode 100644 index 000000000..71e2d26dc Binary files /dev/null and b/clearview3/img/b_docs.png differ diff --git a/clearview3/img/b_docsql.png b/clearview3/img/b_docsql.png new file mode 100644 index 000000000..c642b638e Binary files /dev/null and b/clearview3/img/b_docsql.png differ diff --git a/clearview3/img/b_drop.png b/clearview3/img/b_drop.png new file mode 100644 index 000000000..3a80c4f8c Binary files /dev/null and b/clearview3/img/b_drop.png differ diff --git a/clearview3/img/b_edit.png b/clearview3/img/b_edit.png new file mode 100644 index 000000000..d864ead13 Binary files /dev/null and b/clearview3/img/b_edit.png differ diff --git a/clearview3/img/b_empty.png b/clearview3/img/b_empty.png new file mode 100644 index 000000000..005c7b19f Binary files /dev/null and b/clearview3/img/b_empty.png differ diff --git a/clearview3/img/b_engine.png b/clearview3/img/b_engine.png new file mode 100644 index 000000000..cc1bfd353 Binary files /dev/null and b/clearview3/img/b_engine.png differ diff --git a/clearview3/img/b_export.png b/clearview3/img/b_export.png new file mode 100644 index 000000000..b92e2152a Binary files /dev/null and b/clearview3/img/b_export.png differ diff --git a/clearview3/img/b_firstpage.png b/clearview3/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/clearview3/img/b_firstpage.png differ diff --git a/clearview3/img/b_ftext.png b/clearview3/img/b_ftext.png new file mode 100644 index 000000000..95ee2324b Binary files /dev/null and b/clearview3/img/b_ftext.png differ diff --git a/clearview3/img/b_help.png b/clearview3/img/b_help.png new file mode 100644 index 000000000..ea84616a9 Binary files /dev/null and b/clearview3/img/b_help.png differ diff --git a/clearview3/img/b_home.png b/clearview3/img/b_home.png new file mode 100644 index 000000000..ae3dd934b Binary files /dev/null and b/clearview3/img/b_home.png differ diff --git a/clearview3/img/b_import.png b/clearview3/img/b_import.png new file mode 100644 index 000000000..b75998cdf Binary files /dev/null and b/clearview3/img/b_import.png differ diff --git a/clearview3/img/b_index.png b/clearview3/img/b_index.png new file mode 100644 index 000000000..7d9dfa30e Binary files /dev/null and b/clearview3/img/b_index.png differ diff --git a/clearview3/img/b_info.png b/clearview3/img/b_info.png new file mode 100644 index 000000000..05daf1648 Binary files /dev/null and b/clearview3/img/b_info.png differ diff --git a/clearview3/img/b_insrow.png b/clearview3/img/b_insrow.png new file mode 100644 index 000000000..8070df68a Binary files /dev/null and b/clearview3/img/b_insrow.png differ diff --git a/clearview3/img/b_lastpage.png b/clearview3/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/clearview3/img/b_lastpage.png differ diff --git a/clearview3/img/b_minus.png b/clearview3/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/clearview3/img/b_minus.png differ diff --git a/clearview3/img/b_newdb.png b/clearview3/img/b_newdb.png new file mode 100644 index 000000000..718280f03 Binary files /dev/null and b/clearview3/img/b_newdb.png differ diff --git a/clearview3/img/b_newtbl.png b/clearview3/img/b_newtbl.png new file mode 100644 index 000000000..d380468df Binary files /dev/null and b/clearview3/img/b_newtbl.png differ diff --git a/clearview3/img/b_nextpage.png b/clearview3/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/clearview3/img/b_nextpage.png differ diff --git a/clearview3/img/b_pdfdoc.png b/clearview3/img/b_pdfdoc.png new file mode 100644 index 000000000..e1de2adfd Binary files /dev/null and b/clearview3/img/b_pdfdoc.png differ diff --git a/clearview3/img/b_plus.png b/clearview3/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/clearview3/img/b_plus.png differ diff --git a/clearview3/img/b_prevpage.png b/clearview3/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/clearview3/img/b_prevpage.png differ diff --git a/clearview3/img/b_primary.png b/clearview3/img/b_primary.png new file mode 100644 index 000000000..6db3650d2 Binary files /dev/null and b/clearview3/img/b_primary.png differ diff --git a/clearview3/img/b_print.png b/clearview3/img/b_print.png new file mode 100644 index 000000000..67f661dac Binary files /dev/null and b/clearview3/img/b_print.png differ diff --git a/clearview3/img/b_props.png b/clearview3/img/b_props.png new file mode 100644 index 000000000..737762079 Binary files /dev/null and b/clearview3/img/b_props.png differ diff --git a/clearview3/img/b_relations.png b/clearview3/img/b_relations.png new file mode 100644 index 000000000..0b4f350e6 Binary files /dev/null and b/clearview3/img/b_relations.png differ diff --git a/clearview3/img/b_save.png b/clearview3/img/b_save.png new file mode 100644 index 000000000..baab9872d Binary files /dev/null and b/clearview3/img/b_save.png differ diff --git a/clearview3/img/b_sbrowse.png b/clearview3/img/b_sbrowse.png new file mode 100644 index 000000000..943d8e3fd Binary files /dev/null and b/clearview3/img/b_sbrowse.png differ diff --git a/clearview3/img/b_sdb.png b/clearview3/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/clearview3/img/b_sdb.png differ diff --git a/clearview3/img/b_search.png b/clearview3/img/b_search.png new file mode 100644 index 000000000..6e203e900 Binary files /dev/null and b/clearview3/img/b_search.png differ diff --git a/clearview3/img/b_selboard.png b/clearview3/img/b_selboard.png new file mode 100644 index 000000000..8b2a8120b Binary files /dev/null and b/clearview3/img/b_selboard.png differ diff --git a/clearview3/img/b_select.png b/clearview3/img/b_select.png new file mode 100644 index 000000000..4c47f24aa Binary files /dev/null and b/clearview3/img/b_select.png differ diff --git a/clearview3/img/b_sql.png b/clearview3/img/b_sql.png new file mode 100644 index 000000000..8b2a8120b Binary files /dev/null and b/clearview3/img/b_sql.png differ diff --git a/clearview3/img/b_sqldoc.png b/clearview3/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/clearview3/img/b_sqldoc.png differ diff --git a/clearview3/img/b_sqlhelp.png b/clearview3/img/b_sqlhelp.png new file mode 100644 index 000000000..c642b638e Binary files /dev/null and b/clearview3/img/b_sqlhelp.png differ diff --git a/clearview3/img/b_tblanalyse.png b/clearview3/img/b_tblanalyse.png new file mode 100644 index 000000000..437546190 Binary files /dev/null and b/clearview3/img/b_tblanalyse.png differ diff --git a/clearview3/img/b_tblexport.png b/clearview3/img/b_tblexport.png new file mode 100644 index 000000000..b71dbe3d2 Binary files /dev/null and b/clearview3/img/b_tblexport.png differ diff --git a/clearview3/img/b_tblimport.png b/clearview3/img/b_tblimport.png new file mode 100644 index 000000000..16fb08f17 Binary files /dev/null and b/clearview3/img/b_tblimport.png differ diff --git a/clearview3/img/b_tblops.png b/clearview3/img/b_tblops.png new file mode 100644 index 000000000..36275af6c Binary files /dev/null and b/clearview3/img/b_tblops.png differ diff --git a/clearview3/img/b_tbloptimize.png b/clearview3/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/clearview3/img/b_tbloptimize.png differ diff --git a/clearview3/img/b_tipp.png b/clearview3/img/b_tipp.png new file mode 100644 index 000000000..dfc061e7e Binary files /dev/null and b/clearview3/img/b_tipp.png differ diff --git a/clearview3/img/b_unique.png b/clearview3/img/b_unique.png new file mode 100644 index 000000000..ebbcef759 Binary files /dev/null and b/clearview3/img/b_unique.png differ diff --git a/clearview3/img/b_usradd.png b/clearview3/img/b_usradd.png new file mode 100644 index 000000000..ca0b86fa0 Binary files /dev/null and b/clearview3/img/b_usradd.png differ diff --git a/clearview3/img/b_usrcheck.png b/clearview3/img/b_usrcheck.png new file mode 100644 index 000000000..b02c11b7b Binary files /dev/null and b/clearview3/img/b_usrcheck.png differ diff --git a/clearview3/img/b_usrdrop.png b/clearview3/img/b_usrdrop.png new file mode 100644 index 000000000..9dc402516 Binary files /dev/null and b/clearview3/img/b_usrdrop.png differ diff --git a/clearview3/img/b_usredit.png b/clearview3/img/b_usredit.png new file mode 100644 index 000000000..68fb66418 Binary files /dev/null and b/clearview3/img/b_usredit.png differ diff --git a/clearview3/img/b_usrlist.png b/clearview3/img/b_usrlist.png new file mode 100644 index 000000000..5e705f2cf Binary files /dev/null and b/clearview3/img/b_usrlist.png differ diff --git a/clearview3/img/b_view.png b/clearview3/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/clearview3/img/b_view.png differ diff --git a/clearview3/img/b_views.png b/clearview3/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/clearview3/img/b_views.png differ diff --git a/clearview3/img/bd_browse.png b/clearview3/img/bd_browse.png new file mode 100644 index 000000000..bf763bcf5 Binary files /dev/null and b/clearview3/img/bd_browse.png differ diff --git a/clearview3/img/bd_deltbl.png b/clearview3/img/bd_deltbl.png new file mode 100644 index 000000000..5ff9eb5f8 Binary files /dev/null and b/clearview3/img/bd_deltbl.png differ diff --git a/clearview3/img/bd_drop.png b/clearview3/img/bd_drop.png new file mode 100644 index 000000000..0d3442f38 Binary files /dev/null and b/clearview3/img/bd_drop.png differ diff --git a/clearview3/img/bd_empty.png b/clearview3/img/bd_empty.png new file mode 100644 index 000000000..f5c33cdd6 Binary files /dev/null and b/clearview3/img/bd_empty.png differ diff --git a/clearview3/img/bd_firstpage.png b/clearview3/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/clearview3/img/bd_firstpage.png differ diff --git a/clearview3/img/bd_ftext.png b/clearview3/img/bd_ftext.png new file mode 100644 index 000000000..2e49ced5f Binary files /dev/null and b/clearview3/img/bd_ftext.png differ diff --git a/clearview3/img/bd_index.png b/clearview3/img/bd_index.png new file mode 100644 index 000000000..57fa49d22 Binary files /dev/null and b/clearview3/img/bd_index.png differ diff --git a/clearview3/img/bd_insrow.png b/clearview3/img/bd_insrow.png new file mode 100644 index 000000000..6b60209c8 Binary files /dev/null and b/clearview3/img/bd_insrow.png differ diff --git a/clearview3/img/bd_lastpage.png b/clearview3/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/clearview3/img/bd_lastpage.png differ diff --git a/clearview3/img/bd_nextpage.png b/clearview3/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/clearview3/img/bd_nextpage.png differ diff --git a/clearview3/img/bd_prevpage.png b/clearview3/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/clearview3/img/bd_prevpage.png differ diff --git a/clearview3/img/bd_primary.png b/clearview3/img/bd_primary.png new file mode 100644 index 000000000..19c324b60 Binary files /dev/null and b/clearview3/img/bd_primary.png differ diff --git a/clearview3/img/bd_sbrowse.png b/clearview3/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/clearview3/img/bd_sbrowse.png differ diff --git a/clearview3/img/bd_select.png b/clearview3/img/bd_select.png new file mode 100644 index 000000000..583d77f1e Binary files /dev/null and b/clearview3/img/bd_select.png differ diff --git a/clearview3/img/bd_unique.png b/clearview3/img/bd_unique.png new file mode 100644 index 000000000..bf42df917 Binary files /dev/null and b/clearview3/img/bd_unique.png differ diff --git a/clearview3/img/error.ico b/clearview3/img/error.ico new file mode 100644 index 000000000..41d26d638 Binary files /dev/null and b/clearview3/img/error.ico differ diff --git a/clearview3/img/footer_gradient.png b/clearview3/img/footer_gradient.png new file mode 100644 index 000000000..6d2aaa5f9 Binary files /dev/null and b/clearview3/img/footer_gradient.png differ diff --git a/clearview3/img/frame_fone.jpg b/clearview3/img/frame_fone.jpg new file mode 100644 index 000000000..38bf0eca8 Binary files /dev/null and b/clearview3/img/frame_fone.jpg differ diff --git a/clearview3/img/frame_fone.png b/clearview3/img/frame_fone.png new file mode 100644 index 000000000..08b6e2a96 Binary files /dev/null and b/clearview3/img/frame_fone.png differ diff --git a/clearview3/img/item.png b/clearview3/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/clearview3/img/item.png differ diff --git a/clearview3/img/item_ltr.png b/clearview3/img/item_ltr.png new file mode 100644 index 000000000..4004d1ca1 Binary files /dev/null and b/clearview3/img/item_ltr.png differ diff --git a/clearview3/img/item_rtl.png b/clearview3/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/clearview3/img/item_rtl.png differ diff --git a/clearview3/img/logo_left.png b/clearview3/img/logo_left.png new file mode 100644 index 000000000..025dcb2ec Binary files /dev/null and b/clearview3/img/logo_left.png differ diff --git a/clearview3/img/logo_right.png b/clearview3/img/logo_right.png new file mode 100644 index 000000000..f21b05bda Binary files /dev/null and b/clearview3/img/logo_right.png differ diff --git a/clearview3/img/php_sym.png b/clearview3/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/clearview3/img/php_sym.png differ diff --git a/clearview3/img/pma_logo2.png b/clearview3/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/clearview3/img/pma_logo2.png differ diff --git a/clearview3/img/s_asc.png b/clearview3/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/clearview3/img/s_asc.png differ diff --git a/clearview3/img/s_asci.png b/clearview3/img/s_asci.png new file mode 100644 index 000000000..4577ac6d0 Binary files /dev/null and b/clearview3/img/s_asci.png differ diff --git a/clearview3/img/s_attention.png b/clearview3/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/clearview3/img/s_attention.png differ diff --git a/clearview3/img/s_cancel.png b/clearview3/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/clearview3/img/s_cancel.png differ diff --git a/clearview3/img/s_cancel2.png b/clearview3/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/clearview3/img/s_cancel2.png differ diff --git a/clearview3/img/s_db.png b/clearview3/img/s_db.png new file mode 100644 index 000000000..0822a10b8 Binary files /dev/null and b/clearview3/img/s_db.png differ diff --git a/clearview3/img/s_desc.png b/clearview3/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/clearview3/img/s_desc.png differ diff --git a/clearview3/img/s_error.png b/clearview3/img/s_error.png new file mode 100644 index 000000000..2e1aa9acd Binary files /dev/null and b/clearview3/img/s_error.png differ diff --git a/clearview3/img/s_error2.png b/clearview3/img/s_error2.png new file mode 100644 index 000000000..93e377299 Binary files /dev/null and b/clearview3/img/s_error2.png differ diff --git a/clearview3/img/s_fulltext.png b/clearview3/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/clearview3/img/s_fulltext.png differ diff --git a/clearview3/img/s_host.png b/clearview3/img/s_host.png new file mode 100644 index 000000000..06b992eaf Binary files /dev/null and b/clearview3/img/s_host.png differ diff --git a/clearview3/img/s_info.png b/clearview3/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/clearview3/img/s_info.png differ diff --git a/clearview3/img/s_lang.png b/clearview3/img/s_lang.png new file mode 100644 index 000000000..d1fbfe6fd Binary files /dev/null and b/clearview3/img/s_lang.png differ diff --git a/clearview3/img/s_loggoff.png b/clearview3/img/s_loggoff.png new file mode 100644 index 000000000..972a5a33c Binary files /dev/null and b/clearview3/img/s_loggoff.png differ diff --git a/clearview3/img/s_notice.png b/clearview3/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/clearview3/img/s_notice.png differ diff --git a/clearview3/img/s_okay.png b/clearview3/img/s_okay.png new file mode 100644 index 000000000..043574de0 Binary files /dev/null and b/clearview3/img/s_okay.png differ diff --git a/clearview3/img/s_partialtext.png b/clearview3/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/clearview3/img/s_partialtext.png differ diff --git a/clearview3/img/s_passwd.png b/clearview3/img/s_passwd.png new file mode 100644 index 000000000..4331d5831 Binary files /dev/null and b/clearview3/img/s_passwd.png differ diff --git a/clearview3/img/s_process.png b/clearview3/img/s_process.png new file mode 100644 index 000000000..d352ec72b Binary files /dev/null and b/clearview3/img/s_process.png differ diff --git a/clearview3/img/s_really.png b/clearview3/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/clearview3/img/s_really.png differ diff --git a/clearview3/img/s_reload.png b/clearview3/img/s_reload.png new file mode 100644 index 000000000..fcaa56b19 Binary files /dev/null and b/clearview3/img/s_reload.png differ diff --git a/clearview3/img/s_rights.png b/clearview3/img/s_rights.png new file mode 100644 index 000000000..5933d4741 Binary files /dev/null and b/clearview3/img/s_rights.png differ diff --git a/clearview3/img/s_status.png b/clearview3/img/s_status.png new file mode 100644 index 000000000..230574a0a Binary files /dev/null and b/clearview3/img/s_status.png differ diff --git a/clearview3/img/s_tbl.png b/clearview3/img/s_tbl.png new file mode 100644 index 000000000..a9506db85 Binary files /dev/null and b/clearview3/img/s_tbl.png differ diff --git a/clearview3/img/s_theme.png b/clearview3/img/s_theme.png new file mode 100644 index 000000000..6d99e9f65 Binary files /dev/null and b/clearview3/img/s_theme.png differ diff --git a/clearview3/img/s_vars.png b/clearview3/img/s_vars.png new file mode 100644 index 000000000..c1e64dab8 Binary files /dev/null and b/clearview3/img/s_vars.png differ diff --git a/clearview3/img/s_views.png b/clearview3/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/clearview3/img/s_views.png differ diff --git a/clearview3/img/s_warn.png b/clearview3/img/s_warn.png new file mode 100644 index 000000000..594974961 Binary files /dev/null and b/clearview3/img/s_warn.png differ diff --git a/clearview3/img/spacer.png b/clearview3/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/clearview3/img/spacer.png differ diff --git a/clearview3/img/topmenu_tab_l.png b/clearview3/img/topmenu_tab_l.png new file mode 100644 index 000000000..d05025b9a Binary files /dev/null and b/clearview3/img/topmenu_tab_l.png differ diff --git a/clearview3/img/topmenu_tab_r.png b/clearview3/img/topmenu_tab_r.png new file mode 100644 index 000000000..f03b660ea Binary files /dev/null and b/clearview3/img/topmenu_tab_r.png differ diff --git a/clearview3/img/vertical_line.png b/clearview3/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/clearview3/img/vertical_line.png differ diff --git a/clearview3/img/window-new.png b/clearview3/img/window-new.png new file mode 100644 index 000000000..62166862c Binary files /dev/null and b/clearview3/img/window-new.png differ diff --git a/clearview3/img_32bit/arrow_ltr.png b/clearview3/img_32bit/arrow_ltr.png new file mode 100644 index 000000000..8349abec0 Binary files /dev/null and b/clearview3/img_32bit/arrow_ltr.png differ diff --git a/clearview3/img_32bit/arrow_rtl.png b/clearview3/img_32bit/arrow_rtl.png new file mode 100644 index 000000000..34f94b235 Binary files /dev/null and b/clearview3/img_32bit/arrow_rtl.png differ diff --git a/clearview3/img_32bit/asc_order.png b/clearview3/img_32bit/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/clearview3/img_32bit/asc_order.png differ diff --git a/clearview3/img_32bit/b_bookmark.png b/clearview3/img_32bit/b_bookmark.png new file mode 100644 index 000000000..3a1441c9a Binary files /dev/null and b/clearview3/img_32bit/b_bookmark.png differ diff --git a/clearview3/img_32bit/b_browse.png b/clearview3/img_32bit/b_browse.png new file mode 100644 index 000000000..61f73acc6 Binary files /dev/null and b/clearview3/img_32bit/b_browse.png differ diff --git a/clearview3/img_32bit/b_calendar.png b/clearview3/img_32bit/b_calendar.png new file mode 100644 index 000000000..658913852 Binary files /dev/null and b/clearview3/img_32bit/b_calendar.png differ diff --git a/clearview3/img_32bit/b_comment.png b/clearview3/img_32bit/b_comment.png new file mode 100644 index 000000000..244e6ca04 Binary files /dev/null and b/clearview3/img_32bit/b_comment.png differ diff --git a/clearview3/img_32bit/b_dbstatistics.png b/clearview3/img_32bit/b_dbstatistics.png new file mode 100644 index 000000000..9051fbc60 Binary files /dev/null and b/clearview3/img_32bit/b_dbstatistics.png differ diff --git a/clearview3/img_32bit/b_deltbl.png b/clearview3/img_32bit/b_deltbl.png new file mode 100644 index 000000000..b85916d92 Binary files /dev/null and b/clearview3/img_32bit/b_deltbl.png differ diff --git a/clearview3/img_32bit/b_docs.png b/clearview3/img_32bit/b_docs.png new file mode 100644 index 000000000..f4f138367 Binary files /dev/null and b/clearview3/img_32bit/b_docs.png differ diff --git a/clearview3/img_32bit/b_docsql.png b/clearview3/img_32bit/b_docsql.png new file mode 100644 index 000000000..c35c61496 Binary files /dev/null and b/clearview3/img_32bit/b_docsql.png differ diff --git a/clearview3/img_32bit/b_drop.png b/clearview3/img_32bit/b_drop.png new file mode 100644 index 000000000..1514d51a3 Binary files /dev/null and b/clearview3/img_32bit/b_drop.png differ diff --git a/clearview3/img_32bit/b_edit.png b/clearview3/img_32bit/b_edit.png new file mode 100644 index 000000000..0bfecd50e Binary files /dev/null and b/clearview3/img_32bit/b_edit.png differ diff --git a/clearview3/img_32bit/b_empty.png b/clearview3/img_32bit/b_empty.png new file mode 100644 index 000000000..497381bbc Binary files /dev/null and b/clearview3/img_32bit/b_empty.png differ diff --git a/clearview3/img_32bit/b_engine.png b/clearview3/img_32bit/b_engine.png new file mode 100644 index 000000000..7c0ab2b4c Binary files /dev/null and b/clearview3/img_32bit/b_engine.png differ diff --git a/clearview3/img_32bit/b_export.png b/clearview3/img_32bit/b_export.png new file mode 100644 index 000000000..61a8556c4 Binary files /dev/null and b/clearview3/img_32bit/b_export.png differ diff --git a/clearview3/img_32bit/b_firstpage.png b/clearview3/img_32bit/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/clearview3/img_32bit/b_firstpage.png differ diff --git a/clearview3/img_32bit/b_ftext.png b/clearview3/img_32bit/b_ftext.png new file mode 100644 index 000000000..8d96580f0 Binary files /dev/null and b/clearview3/img_32bit/b_ftext.png differ diff --git a/clearview3/img_32bit/b_help.png b/clearview3/img_32bit/b_help.png new file mode 100644 index 000000000..20116c63c Binary files /dev/null and b/clearview3/img_32bit/b_help.png differ diff --git a/clearview3/img_32bit/b_home.png b/clearview3/img_32bit/b_home.png new file mode 100644 index 000000000..fed62219f Binary files /dev/null and b/clearview3/img_32bit/b_home.png differ diff --git a/clearview3/img_32bit/b_import.png b/clearview3/img_32bit/b_import.png new file mode 100644 index 000000000..88517832b Binary files /dev/null and b/clearview3/img_32bit/b_import.png differ diff --git a/clearview3/img_32bit/b_index.png b/clearview3/img_32bit/b_index.png new file mode 100644 index 000000000..612612b5e Binary files /dev/null and b/clearview3/img_32bit/b_index.png differ diff --git a/clearview3/img_32bit/b_info.png b/clearview3/img_32bit/b_info.png new file mode 100644 index 000000000..e2fa617fc Binary files /dev/null and b/clearview3/img_32bit/b_info.png differ diff --git a/clearview3/img_32bit/b_insrow.png b/clearview3/img_32bit/b_insrow.png new file mode 100644 index 000000000..ff5925efd Binary files /dev/null and b/clearview3/img_32bit/b_insrow.png differ diff --git a/clearview3/img_32bit/b_lastpage.png b/clearview3/img_32bit/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/clearview3/img_32bit/b_lastpage.png differ diff --git a/clearview3/img_32bit/b_minus.png b/clearview3/img_32bit/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/clearview3/img_32bit/b_minus.png differ diff --git a/clearview3/img_32bit/b_newdb.png b/clearview3/img_32bit/b_newdb.png new file mode 100644 index 000000000..802bd6cde Binary files /dev/null and b/clearview3/img_32bit/b_newdb.png differ diff --git a/clearview3/img_32bit/b_newtbl.png b/clearview3/img_32bit/b_newtbl.png new file mode 100644 index 000000000..2a3e5c4df Binary files /dev/null and b/clearview3/img_32bit/b_newtbl.png differ diff --git a/clearview3/img_32bit/b_nextpage.png b/clearview3/img_32bit/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/clearview3/img_32bit/b_nextpage.png differ diff --git a/clearview3/img_32bit/b_pdfdoc.png b/clearview3/img_32bit/b_pdfdoc.png new file mode 100644 index 000000000..8f8095e46 Binary files /dev/null and b/clearview3/img_32bit/b_pdfdoc.png differ diff --git a/clearview3/img_32bit/b_plus.png b/clearview3/img_32bit/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/clearview3/img_32bit/b_plus.png differ diff --git a/clearview3/img_32bit/b_prevpage.png b/clearview3/img_32bit/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/clearview3/img_32bit/b_prevpage.png differ diff --git a/clearview3/img_32bit/b_primary.png b/clearview3/img_32bit/b_primary.png new file mode 100644 index 000000000..34e23e24e Binary files /dev/null and b/clearview3/img_32bit/b_primary.png differ diff --git a/clearview3/img_32bit/b_print.png b/clearview3/img_32bit/b_print.png new file mode 100644 index 000000000..a350d1871 Binary files /dev/null and b/clearview3/img_32bit/b_print.png differ diff --git a/clearview3/img_32bit/b_props.png b/clearview3/img_32bit/b_props.png new file mode 100644 index 000000000..dc2e9d5f5 Binary files /dev/null and b/clearview3/img_32bit/b_props.png differ diff --git a/clearview3/img_32bit/b_relations.png b/clearview3/img_32bit/b_relations.png new file mode 100644 index 000000000..28b8505c0 Binary files /dev/null and b/clearview3/img_32bit/b_relations.png differ diff --git a/clearview3/img_32bit/b_save.png b/clearview3/img_32bit/b_save.png new file mode 100644 index 000000000..99d532e8b Binary files /dev/null and b/clearview3/img_32bit/b_save.png differ diff --git a/clearview3/img_32bit/b_sbrowse.png b/clearview3/img_32bit/b_sbrowse.png new file mode 100644 index 000000000..943d8e3fd Binary files /dev/null and b/clearview3/img_32bit/b_sbrowse.png differ diff --git a/clearview3/img_32bit/b_sdb.png b/clearview3/img_32bit/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/clearview3/img_32bit/b_sdb.png differ diff --git a/clearview3/img_32bit/b_search.png b/clearview3/img_32bit/b_search.png new file mode 100644 index 000000000..908612e39 Binary files /dev/null and b/clearview3/img_32bit/b_search.png differ diff --git a/clearview3/img_32bit/b_selboard.png b/clearview3/img_32bit/b_selboard.png new file mode 100644 index 000000000..b397bb026 Binary files /dev/null and b/clearview3/img_32bit/b_selboard.png differ diff --git a/clearview3/img_32bit/b_select.png b/clearview3/img_32bit/b_select.png new file mode 100644 index 000000000..49e342fc7 Binary files /dev/null and b/clearview3/img_32bit/b_select.png differ diff --git a/clearview3/img_32bit/b_sql.png b/clearview3/img_32bit/b_sql.png new file mode 100644 index 000000000..b397bb026 Binary files /dev/null and b/clearview3/img_32bit/b_sql.png differ diff --git a/clearview3/img_32bit/b_sqldoc.png b/clearview3/img_32bit/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/clearview3/img_32bit/b_sqldoc.png differ diff --git a/clearview3/img_32bit/b_sqlhelp.png b/clearview3/img_32bit/b_sqlhelp.png new file mode 100644 index 000000000..c35c61496 Binary files /dev/null and b/clearview3/img_32bit/b_sqlhelp.png differ diff --git a/clearview3/img_32bit/b_tblanalyse.png b/clearview3/img_32bit/b_tblanalyse.png new file mode 100644 index 000000000..ed6785a6a Binary files /dev/null and b/clearview3/img_32bit/b_tblanalyse.png differ diff --git a/clearview3/img_32bit/b_tblexport.png b/clearview3/img_32bit/b_tblexport.png new file mode 100644 index 000000000..0528dfa24 Binary files /dev/null and b/clearview3/img_32bit/b_tblexport.png differ diff --git a/clearview3/img_32bit/b_tblimport.png b/clearview3/img_32bit/b_tblimport.png new file mode 100644 index 000000000..546a0cd7c Binary files /dev/null and b/clearview3/img_32bit/b_tblimport.png differ diff --git a/clearview3/img_32bit/b_tblops.png b/clearview3/img_32bit/b_tblops.png new file mode 100644 index 000000000..565a9330e Binary files /dev/null and b/clearview3/img_32bit/b_tblops.png differ diff --git a/clearview3/img_32bit/b_tbloptimize.png b/clearview3/img_32bit/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/clearview3/img_32bit/b_tbloptimize.png differ diff --git a/clearview3/img_32bit/b_tipp.png b/clearview3/img_32bit/b_tipp.png new file mode 100644 index 000000000..d22fde8ba Binary files /dev/null and b/clearview3/img_32bit/b_tipp.png differ diff --git a/clearview3/img_32bit/b_unique.png b/clearview3/img_32bit/b_unique.png new file mode 100644 index 000000000..a88500edf Binary files /dev/null and b/clearview3/img_32bit/b_unique.png differ diff --git a/clearview3/img_32bit/b_usradd.png b/clearview3/img_32bit/b_usradd.png new file mode 100644 index 000000000..deae99bcf Binary files /dev/null and b/clearview3/img_32bit/b_usradd.png differ diff --git a/clearview3/img_32bit/b_usrcheck.png b/clearview3/img_32bit/b_usrcheck.png new file mode 100644 index 000000000..30383c2de Binary files /dev/null and b/clearview3/img_32bit/b_usrcheck.png differ diff --git a/clearview3/img_32bit/b_usrdrop.png b/clearview3/img_32bit/b_usrdrop.png new file mode 100644 index 000000000..acbb5630e Binary files /dev/null and b/clearview3/img_32bit/b_usrdrop.png differ diff --git a/clearview3/img_32bit/b_usredit.png b/clearview3/img_32bit/b_usredit.png new file mode 100644 index 000000000..c1974cda7 Binary files /dev/null and b/clearview3/img_32bit/b_usredit.png differ diff --git a/clearview3/img_32bit/b_usrlist.png b/clearview3/img_32bit/b_usrlist.png new file mode 100644 index 000000000..7fb4e1f1e Binary files /dev/null and b/clearview3/img_32bit/b_usrlist.png differ diff --git a/clearview3/img_32bit/b_view.png b/clearview3/img_32bit/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/clearview3/img_32bit/b_view.png differ diff --git a/clearview3/img_32bit/b_views.png b/clearview3/img_32bit/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/clearview3/img_32bit/b_views.png differ diff --git a/clearview3/img_32bit/bd_browse.png b/clearview3/img_32bit/bd_browse.png new file mode 100644 index 000000000..7449553d4 Binary files /dev/null and b/clearview3/img_32bit/bd_browse.png differ diff --git a/clearview3/img_32bit/bd_deltbl.png b/clearview3/img_32bit/bd_deltbl.png new file mode 100644 index 000000000..5244410aa Binary files /dev/null and b/clearview3/img_32bit/bd_deltbl.png differ diff --git a/clearview3/img_32bit/bd_drop.png b/clearview3/img_32bit/bd_drop.png new file mode 100644 index 000000000..aa065647e Binary files /dev/null and b/clearview3/img_32bit/bd_drop.png differ diff --git a/clearview3/img_32bit/bd_empty.png b/clearview3/img_32bit/bd_empty.png new file mode 100644 index 000000000..30c3a1eec Binary files /dev/null and b/clearview3/img_32bit/bd_empty.png differ diff --git a/clearview3/img_32bit/bd_firstpage.png b/clearview3/img_32bit/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/clearview3/img_32bit/bd_firstpage.png differ diff --git a/clearview3/img_32bit/bd_ftext.png b/clearview3/img_32bit/bd_ftext.png new file mode 100644 index 000000000..6ece538c1 Binary files /dev/null and b/clearview3/img_32bit/bd_ftext.png differ diff --git a/clearview3/img_32bit/bd_index.png b/clearview3/img_32bit/bd_index.png new file mode 100644 index 000000000..d363b266b Binary files /dev/null and b/clearview3/img_32bit/bd_index.png differ diff --git a/clearview3/img_32bit/bd_insrow.png b/clearview3/img_32bit/bd_insrow.png new file mode 100644 index 000000000..340b02631 Binary files /dev/null and b/clearview3/img_32bit/bd_insrow.png differ diff --git a/clearview3/img_32bit/bd_lastpage.png b/clearview3/img_32bit/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/clearview3/img_32bit/bd_lastpage.png differ diff --git a/clearview3/img_32bit/bd_nextpage.png b/clearview3/img_32bit/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/clearview3/img_32bit/bd_nextpage.png differ diff --git a/clearview3/img_32bit/bd_prevpage.png b/clearview3/img_32bit/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/clearview3/img_32bit/bd_prevpage.png differ diff --git a/clearview3/img_32bit/bd_primary.png b/clearview3/img_32bit/bd_primary.png new file mode 100644 index 000000000..80cd1b0dc Binary files /dev/null and b/clearview3/img_32bit/bd_primary.png differ diff --git a/clearview3/img_32bit/bd_sbrowse.png b/clearview3/img_32bit/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/clearview3/img_32bit/bd_sbrowse.png differ diff --git a/clearview3/img_32bit/bd_select.png b/clearview3/img_32bit/bd_select.png new file mode 100644 index 000000000..072ecf8fd Binary files /dev/null and b/clearview3/img_32bit/bd_select.png differ diff --git a/clearview3/img_32bit/bd_unique.png b/clearview3/img_32bit/bd_unique.png new file mode 100644 index 000000000..ff9613afe Binary files /dev/null and b/clearview3/img_32bit/bd_unique.png differ diff --git a/clearview3/img_32bit/error.ico b/clearview3/img_32bit/error.ico new file mode 100644 index 000000000..41d26d638 Binary files /dev/null and b/clearview3/img_32bit/error.ico differ diff --git a/clearview3/img_32bit/footer_gradient.png b/clearview3/img_32bit/footer_gradient.png new file mode 100644 index 000000000..6d2aaa5f9 Binary files /dev/null and b/clearview3/img_32bit/footer_gradient.png differ diff --git a/clearview3/img_32bit/frame_fone.jpg b/clearview3/img_32bit/frame_fone.jpg new file mode 100644 index 000000000..38bf0eca8 Binary files /dev/null and b/clearview3/img_32bit/frame_fone.jpg differ diff --git a/clearview3/img_32bit/frame_fone.png b/clearview3/img_32bit/frame_fone.png new file mode 100644 index 000000000..08b6e2a96 Binary files /dev/null and b/clearview3/img_32bit/frame_fone.png differ diff --git a/clearview3/img_32bit/item.png b/clearview3/img_32bit/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/clearview3/img_32bit/item.png differ diff --git a/clearview3/img_32bit/item_ltr.png b/clearview3/img_32bit/item_ltr.png new file mode 100644 index 000000000..4004d1ca1 Binary files /dev/null and b/clearview3/img_32bit/item_ltr.png differ diff --git a/clearview3/img_32bit/item_rtl.png b/clearview3/img_32bit/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/clearview3/img_32bit/item_rtl.png differ diff --git a/clearview3/img_32bit/logo_left.png b/clearview3/img_32bit/logo_left.png new file mode 100644 index 000000000..025dcb2ec Binary files /dev/null and b/clearview3/img_32bit/logo_left.png differ diff --git a/clearview3/img_32bit/logo_right.png b/clearview3/img_32bit/logo_right.png new file mode 100644 index 000000000..f21b05bda Binary files /dev/null and b/clearview3/img_32bit/logo_right.png differ diff --git a/clearview3/img_32bit/php_sym.png b/clearview3/img_32bit/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/clearview3/img_32bit/php_sym.png differ diff --git a/clearview3/img_32bit/pma_logo2.png b/clearview3/img_32bit/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/clearview3/img_32bit/pma_logo2.png differ diff --git a/clearview3/img_32bit/s_asc.png b/clearview3/img_32bit/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/clearview3/img_32bit/s_asc.png differ diff --git a/clearview3/img_32bit/s_asci.png b/clearview3/img_32bit/s_asci.png new file mode 100644 index 000000000..b7960db9d Binary files /dev/null and b/clearview3/img_32bit/s_asci.png differ diff --git a/clearview3/img_32bit/s_attention.png b/clearview3/img_32bit/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/clearview3/img_32bit/s_attention.png differ diff --git a/clearview3/img_32bit/s_cancel.png b/clearview3/img_32bit/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/clearview3/img_32bit/s_cancel.png differ diff --git a/clearview3/img_32bit/s_cancel2.png b/clearview3/img_32bit/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/clearview3/img_32bit/s_cancel2.png differ diff --git a/clearview3/img_32bit/s_db.png b/clearview3/img_32bit/s_db.png new file mode 100644 index 000000000..3d09261a2 Binary files /dev/null and b/clearview3/img_32bit/s_db.png differ diff --git a/clearview3/img_32bit/s_desc.png b/clearview3/img_32bit/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/clearview3/img_32bit/s_desc.png differ diff --git a/clearview3/img_32bit/s_error.png b/clearview3/img_32bit/s_error.png new file mode 100644 index 000000000..c149c2bc0 Binary files /dev/null and b/clearview3/img_32bit/s_error.png differ diff --git a/clearview3/img_32bit/s_error2.png b/clearview3/img_32bit/s_error2.png new file mode 100644 index 000000000..4703f08ef Binary files /dev/null and b/clearview3/img_32bit/s_error2.png differ diff --git a/clearview3/img_32bit/s_fulltext.png b/clearview3/img_32bit/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/clearview3/img_32bit/s_fulltext.png differ diff --git a/clearview3/img_32bit/s_host.png b/clearview3/img_32bit/s_host.png new file mode 100644 index 000000000..720a237c7 Binary files /dev/null and b/clearview3/img_32bit/s_host.png differ diff --git a/clearview3/img_32bit/s_info.png b/clearview3/img_32bit/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/clearview3/img_32bit/s_info.png differ diff --git a/clearview3/img_32bit/s_lang.png b/clearview3/img_32bit/s_lang.png new file mode 100644 index 000000000..e54ebebaf Binary files /dev/null and b/clearview3/img_32bit/s_lang.png differ diff --git a/clearview3/img_32bit/s_loggoff.png b/clearview3/img_32bit/s_loggoff.png new file mode 100644 index 000000000..41676a0a5 Binary files /dev/null and b/clearview3/img_32bit/s_loggoff.png differ diff --git a/clearview3/img_32bit/s_notice.png b/clearview3/img_32bit/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/clearview3/img_32bit/s_notice.png differ diff --git a/clearview3/img_32bit/s_okay.png b/clearview3/img_32bit/s_okay.png new file mode 100644 index 000000000..a9925a06a Binary files /dev/null and b/clearview3/img_32bit/s_okay.png differ diff --git a/clearview3/img_32bit/s_partialtext.png b/clearview3/img_32bit/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/clearview3/img_32bit/s_partialtext.png differ diff --git a/clearview3/img_32bit/s_passwd.png b/clearview3/img_32bit/s_passwd.png new file mode 100644 index 000000000..4ec1a9281 Binary files /dev/null and b/clearview3/img_32bit/s_passwd.png differ diff --git a/clearview3/img_32bit/s_process.png b/clearview3/img_32bit/s_process.png new file mode 100644 index 000000000..67de2c6cc Binary files /dev/null and b/clearview3/img_32bit/s_process.png differ diff --git a/clearview3/img_32bit/s_really.png b/clearview3/img_32bit/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/clearview3/img_32bit/s_really.png differ diff --git a/clearview3/img_32bit/s_reload.png b/clearview3/img_32bit/s_reload.png new file mode 100644 index 000000000..0de26566d Binary files /dev/null and b/clearview3/img_32bit/s_reload.png differ diff --git a/clearview3/img_32bit/s_rights.png b/clearview3/img_32bit/s_rights.png new file mode 100644 index 000000000..b3454e15f Binary files /dev/null and b/clearview3/img_32bit/s_rights.png differ diff --git a/clearview3/img_32bit/s_status.png b/clearview3/img_32bit/s_status.png new file mode 100644 index 000000000..12cd1aef9 Binary files /dev/null and b/clearview3/img_32bit/s_status.png differ diff --git a/clearview3/img_32bit/s_tbl.png b/clearview3/img_32bit/s_tbl.png new file mode 100644 index 000000000..abcd93689 Binary files /dev/null and b/clearview3/img_32bit/s_tbl.png differ diff --git a/clearview3/img_32bit/s_theme.png b/clearview3/img_32bit/s_theme.png new file mode 100644 index 000000000..73c5b3f24 Binary files /dev/null and b/clearview3/img_32bit/s_theme.png differ diff --git a/clearview3/img_32bit/s_vars.png b/clearview3/img_32bit/s_vars.png new file mode 100644 index 000000000..acc30b853 Binary files /dev/null and b/clearview3/img_32bit/s_vars.png differ diff --git a/clearview3/img_32bit/s_views.png b/clearview3/img_32bit/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/clearview3/img_32bit/s_views.png differ diff --git a/clearview3/img_32bit/s_warn.png b/clearview3/img_32bit/s_warn.png new file mode 100644 index 000000000..c37bd062e Binary files /dev/null and b/clearview3/img_32bit/s_warn.png differ diff --git a/clearview3/img_32bit/spacer.png b/clearview3/img_32bit/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/clearview3/img_32bit/spacer.png differ diff --git a/clearview3/img_32bit/topmenu_tab_l.png b/clearview3/img_32bit/topmenu_tab_l.png new file mode 100644 index 000000000..d05025b9a Binary files /dev/null and b/clearview3/img_32bit/topmenu_tab_l.png differ diff --git a/clearview3/img_32bit/topmenu_tab_r.png b/clearview3/img_32bit/topmenu_tab_r.png new file mode 100644 index 000000000..f03b660ea Binary files /dev/null and b/clearview3/img_32bit/topmenu_tab_r.png differ diff --git a/clearview3/img_32bit/vertical_line.png b/clearview3/img_32bit/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/clearview3/img_32bit/vertical_line.png differ diff --git a/clearview3/img_32bit/window-new.png b/clearview3/img_32bit/window-new.png new file mode 100644 index 000000000..647592f2e Binary files /dev/null and b/clearview3/img_32bit/window-new.png differ diff --git a/clearview3/info.inc.php b/clearview3/info.inc.php new file mode 100644 index 000000000..28c6f9cd0 --- /dev/null +++ b/clearview3/info.inc.php @@ -0,0 +1,16 @@ + diff --git a/clearview3/layout.inc.php b/clearview3/layout.inc.php new file mode 100644 index 000000000..0b02bb68c --- /dev/null +++ b/clearview3/layout.inc.php @@ -0,0 +1,119 @@ +getImgPath() . 'vertical_line.png) repeat-y'; + +// zebra background (uncomment second line if you want zebra tables) +//$GLOBALS['cfg']['zebra'] = '#f5f5f5'; + +// foreground (text) color of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; + +// background of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC'; + +// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; + +// background of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; + +/** + * fonts + */ +/** + * the font family as a valid css font family value, + * if not set the browser default will be used + * (depending on browser, DTD and system settings) + */ +$GLOBALS['cfg']['FontFamily'] = '"Lucida Grande", Arial, sans-serif'; +/** + * fixed width font family, used in textarea + */ +$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; + +/** + * tables + */ +// border +$GLOBALS['cfg']['Border'] = 0; +// table header and footer color +$GLOBALS['cfg']['ThBackground'] = '#D3DCE3'; +// table header and footer background +$GLOBALS['cfg']['ThColor'] = '#000000'; +// table data row background +$GLOBALS['cfg']['BgOne'] = '#E5E5E5'; +// table data row background, alternate +$GLOBALS['cfg']['BgTwo'] = '#D5D5D5'; + +/** + * query window + */ +// Width of Query window +$GLOBALS['cfg']['QueryWindowWidth'] = 600; +// Height of Query window +$GLOBALS['cfg']['QueryWindowHeight'] = 400; + +/** + * SQL Parser Settings + * Syntax colouring data + */ +$GLOBALS['cfg']['SQP']['fmtColor'] = array( + 'comment' => '#808000', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => 'fuchsia', + '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/clearview3/screen.png b/clearview3/screen.png new file mode 100644 index 000000000..3c4b95f04 Binary files /dev/null and b/clearview3/screen.png differ