updated dhtmlxtree to version 2.6
484
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/css/style.css
Executable file
@ -0,0 +1,484 @@
|
||||
/* MAIN STYLES */
|
||||
|
||||
html {
|
||||
overflow-x:hidden;
|
||||
border: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin:1px;
|
||||
color:#666;
|
||||
font-family: Tahoma, Arial, Helvetica, Tahoma, serif;
|
||||
font-size:12px;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: Tahoma, Arial, Helvetica, serif;
|
||||
font-size:12px;
|
||||
color: #058cb6;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a.navigation img {
|
||||
margin-bottom:-5px;
|
||||
padding-right:5px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-bottom:30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color:#000;
|
||||
font-family: Tahoma, Arial, Helvetica, serif;
|
||||
font-size:21px;
|
||||
font-weight:normal;
|
||||
padding-bottom:37px;
|
||||
margin-top:35px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
display:inline-block;
|
||||
width:100%;
|
||||
color:#B5B5B5;
|
||||
font-family: Arial, Helvetica, Tahoma, serif;
|
||||
font-size:20px;
|
||||
font-weight:normal;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
color:#666;
|
||||
font-family: Tahoma, Arial, Helvetica, Tahoma, serif;
|
||||
font-size:13px;
|
||||
padding:4px 0 10px 0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.column {
|
||||
float:left;
|
||||
width:24%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* HEADER */
|
||||
|
||||
.header {
|
||||
width:100%;
|
||||
height: 100px;
|
||||
background:url("../img/head_bg.png");
|
||||
}
|
||||
|
||||
a.logo {
|
||||
display:block;
|
||||
margin-left:48px;
|
||||
height:100px;
|
||||
width:100px;
|
||||
background-image:url("../img/logo.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.tittle-dhtmlx {
|
||||
padding: 29px 0 0 121px;
|
||||
font-family:arial, serif;
|
||||
font-size:16px;
|
||||
color:white;
|
||||
float:left;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
/* Search */
|
||||
|
||||
.search-field {
|
||||
position:absolute;
|
||||
float:right;
|
||||
right:67px;
|
||||
top:30px;
|
||||
min-width: 430px;
|
||||
}
|
||||
|
||||
.search-field input {
|
||||
float:left;
|
||||
width:351px;
|
||||
height:20px;
|
||||
background: white url("../img/search-field.png");
|
||||
border: none;
|
||||
}
|
||||
|
||||
.search-field input:hover {
|
||||
background-position:0 -20px;
|
||||
}
|
||||
|
||||
input.button {
|
||||
cursor:pointer;
|
||||
margin-left:7px;
|
||||
float:left;
|
||||
width:70px;
|
||||
height:20px;
|
||||
background: white url("../img/search-button.png");
|
||||
border: 0;
|
||||
}
|
||||
|
||||
input.button:hover {
|
||||
background-position:0 -20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* BUTTONS */
|
||||
|
||||
.buttons {
|
||||
position:absolute;
|
||||
width: 154px;
|
||||
height: 24px;
|
||||
left: 55px;
|
||||
top:80px;
|
||||
}
|
||||
|
||||
.buttons a.doc {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:93px;
|
||||
background-image:url("../img/doc-button.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.doc_inact {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:92px;
|
||||
background-image:url("../img/doc-button_inact.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.doc_inact:hover {
|
||||
background-position:0 -24px;
|
||||
}
|
||||
|
||||
.buttons a.sample {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:62px;
|
||||
background-image:url("../img/samples-but.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.sample_inact {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:55px;
|
||||
background-image:url("../img/samples-but_inact.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.sample_inact:hover {
|
||||
background-position:0 -24px;
|
||||
}
|
||||
|
||||
|
||||
/* CONTENT */
|
||||
|
||||
.content {
|
||||
margin: 30px 63px 0 63px;
|
||||
}
|
||||
|
||||
.content li {
|
||||
list-style:none;
|
||||
height:22px;
|
||||
}
|
||||
|
||||
li img {
|
||||
margin-bottom:-5px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.line {
|
||||
margin: 0;
|
||||
padding: 1px;
|
||||
background: url("../img/border-dotted.gif") repeat-x top;
|
||||
}
|
||||
|
||||
|
||||
/* NAVIGATION */
|
||||
|
||||
.navigation-div {
|
||||
display:block;
|
||||
height:35px;
|
||||
width:100%;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
a.navigation {
|
||||
outline:none;
|
||||
float:left;
|
||||
display:block;
|
||||
height:25px;
|
||||
padding: 2px 10px 0 5px;
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
|
||||
a.navigation:hover {
|
||||
background-color: #eaeff4;
|
||||
border-color: #6699CC;
|
||||
text-decoration:none;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
a.navigation img {
|
||||
margin-bottom:-5px;
|
||||
padding-right:5px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
float:left;
|
||||
height:23px;
|
||||
background:url("../img/arrow.gif");
|
||||
margin: 3px 3px;
|
||||
width:8px;
|
||||
}
|
||||
|
||||
a.view-source {
|
||||
border: dashed 1px #cccccc;
|
||||
}
|
||||
|
||||
|
||||
/* LOGOS */
|
||||
|
||||
.big_logo {
|
||||
display:block;
|
||||
width:200px;
|
||||
height:54px;
|
||||
overflow:hidden;
|
||||
line-height:1000px;
|
||||
margin: 40px 0 20px 0;
|
||||
}
|
||||
|
||||
.logo_grid{
|
||||
background:transparent url("../img/logo_grid.gif") no-repeat;
|
||||
}
|
||||
.logo_treegrid{
|
||||
background:transparent url("../img/logo_treegrid.gif") no-repeat;
|
||||
}
|
||||
.logo_tree{
|
||||
background:transparent url("../img/logo_tree.gif") no-repeat;
|
||||
}
|
||||
.logo_layout{
|
||||
background:transparent url("../img/logo_layout.gif") no-repeat;
|
||||
}
|
||||
.logo_menu{
|
||||
background:transparent url("../img/logo_menu.gif") no-repeat;
|
||||
}
|
||||
.logo_toolbar{
|
||||
background:transparent url("../img/logo_toolbar.gif") no-repeat;
|
||||
}
|
||||
.logo_windows{
|
||||
background:transparent url("../img/logo_windows.gif") no-repeat;
|
||||
}
|
||||
.logo_calendar{
|
||||
background:transparent url("../img/logo_calendar.gif") no-repeat;
|
||||
}
|
||||
.logo_slider{
|
||||
background:transparent url("../img/logo_slider.gif") no-repeat;
|
||||
}
|
||||
.logo_scheduler{
|
||||
background:transparent url("../img/logo_scheduler.gif") no-repeat;
|
||||
}
|
||||
.logo_colorpicker{
|
||||
background:transparent url("../img/logo_colorpicker.gif") no-repeat;
|
||||
}
|
||||
.logo_combo{
|
||||
background:transparent url("../img/logo_combo.gif") no-repeat;
|
||||
}
|
||||
.logo_tabbar{
|
||||
background:transparent url("../img/logo_tabbar.gif") no-repeat;
|
||||
}
|
||||
.logo_accordion{
|
||||
background:transparent url("../img/logo_accordion.gif") no-repeat;
|
||||
}
|
||||
.logo_folders{
|
||||
background:transparent url("../img/logo_folders.gif") no-repeat;
|
||||
}
|
||||
.logo_editor{
|
||||
background:transparent url("../img/logo_editor.gif") no-repeat;
|
||||
}
|
||||
.logo_ajax{
|
||||
background:transparent url("../img/logo_ajax.gif") no-repeat;
|
||||
}
|
||||
.logo_gantt{
|
||||
background:transparent url("../img/logo_gantt.gif") no-repeat;
|
||||
}
|
||||
.logo_chart{
|
||||
background:transparent url("../img/logo_chart.gif") no-repeat;
|
||||
}
|
||||
.logo_dataview{
|
||||
background:transparent url("../img/logo_dataview.gif") no-repeat;
|
||||
}
|
||||
.logo_form{
|
||||
background:transparent url("../img/logo_form.gif") no-repeat;
|
||||
}
|
||||
|
||||
/* Topics */
|
||||
|
||||
.topics li {
|
||||
background:url("../icons/old.gif") no-repeat;
|
||||
padding-left: 25px;
|
||||
line-height:22px;
|
||||
}
|
||||
|
||||
.samples li {
|
||||
background:url("../icons/file.gif") no-repeat;
|
||||
}
|
||||
|
||||
ul.list {
|
||||
margin-left:40px;
|
||||
}
|
||||
|
||||
.list li {
|
||||
list-style-image:url("../icons/bullet.gif");
|
||||
}
|
||||
|
||||
.component-demo-placeholder {
|
||||
width:602px;
|
||||
height:252px;
|
||||
background:url("../img/grid-placeholder.gif");
|
||||
}
|
||||
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
.footer {
|
||||
display:block;
|
||||
float:left;
|
||||
width:100%;
|
||||
height:64px;
|
||||
background: white url("../img/border-dotted-ccc.gif") repeat-x;
|
||||
}
|
||||
|
||||
.footer-logo {
|
||||
float:left;
|
||||
width:55px;
|
||||
height:24px;
|
||||
background:url("../img/footer-logo.gif");
|
||||
margin: 20px 20px 20px 63px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
float:left;
|
||||
margin-top:18px;
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
/* CODE */
|
||||
|
||||
.source {
|
||||
width:100%;
|
||||
background:url("../img/source-bg.gif");
|
||||
border-top: dashed 3px #ccc;
|
||||
border-bottom: dotted 1px #ccc;
|
||||
margin-top:20px;
|
||||
}
|
||||
|
||||
.code {
|
||||
margin:20px 63px;
|
||||
}
|
||||
|
||||
.teg {
|
||||
height:40px;
|
||||
color:#ccc;
|
||||
font-size:30px;
|
||||
font-family: Tahoma, Arial, Helvetica, Tahoma, serif;
|
||||
background:url("../img/source.gif") no-repeat 0 22px;
|
||||
padding: 10px 0 0 63px;
|
||||
}
|
||||
|
||||
/*colorizer*/
|
||||
|
||||
|
||||
.hl-default {
|
||||
color: Black;
|
||||
}
|
||||
.hl-code {
|
||||
color: Gray;
|
||||
}
|
||||
.hl-brackets {
|
||||
color: Olive;
|
||||
}
|
||||
.hl-comment {
|
||||
color: Orange;
|
||||
}
|
||||
.hl-quotes {
|
||||
color: Darkred;
|
||||
}
|
||||
.hl-string {
|
||||
color: Red;
|
||||
}
|
||||
|
||||
.hl-identifier {
|
||||
color: Blue;
|
||||
}
|
||||
|
||||
.hl-identifier a{
|
||||
font-family: "Courier New";
|
||||
font-size: 11px;
|
||||
color: Blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hl-builtin {
|
||||
color: Teal;
|
||||
}
|
||||
.hl-reserved {
|
||||
color: Green;
|
||||
}
|
||||
.hl-inlinedoc {
|
||||
color: Blue;
|
||||
}
|
||||
.hl-var {
|
||||
color: Darkblue;
|
||||
}
|
||||
.hl-url {
|
||||
color: Blue;
|
||||
}
|
||||
.hl-special {
|
||||
color: Navy;
|
||||
}
|
||||
.hl-number {
|
||||
color: Maroon;
|
||||
}
|
||||
.hl-inlinetags {
|
||||
color: Blue;
|
||||
}
|
||||
.hl-main {
|
||||
background: transparent;
|
||||
}
|
||||
.hl-gutter {
|
||||
background-color: #999999;
|
||||
color: White
|
||||
}
|
||||
.hl-table {
|
||||
font-family: "Courier New";
|
||||
font-size: 12px;
|
||||
border: solid 1px lightgray;
|
||||
}
|
3
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/default.css
Executable file
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/accordion.gif
Executable file
After Width: | Height: | Size: 394 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/ajax.gif
Executable file
After Width: | Height: | Size: 371 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/arrow.gif
Executable file
After Width: | Height: | Size: 185 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/bullet.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/calendar.gif
Executable file
After Width: | Height: | Size: 207 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/chart.gif
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/chm.gif
Executable file
After Width: | Height: | Size: 671 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/colorpicker.gif
Executable file
After Width: | Height: | Size: 352 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/combo.gif
Executable file
After Width: | Height: | Size: 186 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/connector.gif
Executable file
After Width: | Height: | Size: 635 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/dataprocessor.gif
Executable file
After Width: | Height: | Size: 173 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/dataview.gif
Executable file
After Width: | Height: | Size: 222 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/editor.gif
Executable file
After Width: | Height: | Size: 280 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/file.gif
Executable file
After Width: | Height: | Size: 622 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/file_link.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/folders.gif
Executable file
After Width: | Height: | Size: 637 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/form.gif
Executable file
After Width: | Height: | Size: 153 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/gantt.gif
Executable file
After Width: | Height: | Size: 1010 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/grid.gif
Executable file
After Width: | Height: | Size: 191 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/layout.gif
Executable file
After Width: | Height: | Size: 635 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/menu.gif
Executable file
After Width: | Height: | Size: 270 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/none.gif
Executable file
After Width: | Height: | Size: 45 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/old.gif
Executable file
After Width: | Height: | Size: 388 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/pdf.gif
Executable file
After Width: | Height: | Size: 646 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/scheduler.gif
Executable file
After Width: | Height: | Size: 432 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/slider.gif
Executable file
After Width: | Height: | Size: 363 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/source.gif
Executable file
After Width: | Height: | Size: 333 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/tabbar.gif
Executable file
After Width: | Height: | Size: 258 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/toolbar.gif
Executable file
After Width: | Height: | Size: 243 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/tree.gif
Executable file
After Width: | Height: | Size: 261 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/treegrid.gif
Executable file
After Width: | Height: | Size: 322 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/vault.gif
Executable file
After Width: | Height: | Size: 262 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/icons/windows.gif
Executable file
After Width: | Height: | Size: 267 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/bz2.png
Executable file
After Width: | Height: | Size: 720 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/conf.png
Executable file
After Width: | Height: | Size: 717 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/deb.png
Executable file
After Width: | Height: | Size: 716 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/doc.png
Executable file
After Width: | Height: | Size: 659 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/file.png
Executable file
After Width: | Height: | Size: 720 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/gif.png
Executable file
After Width: | Height: | Size: 1001 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/gz.png
Executable file
After Width: | Height: | Size: 716 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/htm.png
Executable file
After Width: | Height: | Size: 748 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/html.png
Executable file
After Width: | Height: | Size: 748 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/jpeg.png
Executable file
After Width: | Height: | Size: 1001 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/jpg.png
Executable file
After Width: | Height: | Size: 1001 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/odc.png
Executable file
After Width: | Height: | Size: 749 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/odf.png
Executable file
After Width: | Height: | Size: 807 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/odg.png
Executable file
After Width: | Height: | Size: 788 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/odi.png
Executable file
After Width: | Height: | Size: 788 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/odp.png
Executable file
After Width: | Height: | Size: 744 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/ods.png
Executable file
After Width: | Height: | Size: 749 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/odt.png
Executable file
After Width: | Height: | Size: 577 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/pdf.png
Executable file
After Width: | Height: | Size: 663 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/png.png
Executable file
After Width: | Height: | Size: 1001 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/ppt.png
Executable file
After Width: | Height: | Size: 762 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/ps.png
Executable file
After Width: | Height: | Size: 534 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/rar.png
Executable file
After Width: | Height: | Size: 631 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/rpm.png
Executable file
After Width: | Height: | Size: 638 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/rtf.png
Executable file
After Width: | Height: | Size: 474 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/swf.png
Executable file
After Width: | Height: | Size: 843 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/sxc.png
Executable file
After Width: | Height: | Size: 749 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/sxd.png
Executable file
After Width: | Height: | Size: 788 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/sxi.png
Executable file
After Width: | Height: | Size: 744 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/sxw.png
Executable file
After Width: | Height: | Size: 577 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/tar.png
Executable file
After Width: | Height: | Size: 747 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/tgz.png
Executable file
After Width: | Height: | Size: 716 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/txt.png
Executable file
After Width: | Height: | Size: 542 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/xls.png
Executable file
After Width: | Height: | Size: 731 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/xml.png
Executable file
After Width: | Height: | Size: 475 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/fileicons/zip.png
Executable file
After Width: | Height: | Size: 874 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/smileys/delete.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/images/smileys/fixme.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/6_IE_inside2.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/Thumbs.db
Executable file
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/arrow.gif
Executable file
After Width: | Height: | Size: 59 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/bookmark.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/border-dotted-ccc.gif
Executable file
After Width: | Height: | Size: 44 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/border-dotted.gif
Executable file
After Width: | Height: | Size: 44 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/bullet.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/doc-button.png
Executable file
After Width: | Height: | Size: 607 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/doc-button_inact.png
Executable file
After Width: | Height: | Size: 916 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/footer-bg.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/footer-logo.gif
Executable file
After Width: | Height: | Size: 501 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/grid-placeholder.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/head_bg.png
Executable file
After Width: | Height: | Size: 250 B |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_accordion.gif
Executable file
After Width: | Height: | Size: 2.6 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_ajax.gif
Executable file
After Width: | Height: | Size: 2.6 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_calendar.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_chart.gif
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_colorpicker.gif
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_combo.gif
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_connector.gif
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_dataview.gif
Executable file
After Width: | Height: | Size: 4.2 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_editor.gif
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_folders.gif
Executable file
After Width: | Height: | Size: 2.9 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_form.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_gantt.gif
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
phpgwapi/js/dhtmlxtree/docsExplorer/codebase/img/logo_grid.gif
Executable file
After Width: | Height: | Size: 2.0 KiB |