initial commit with all the stuff

This commit is contained in:
2025-11-23 13:27:23 +01:00
parent 3f7069b328
commit 1c8a143e7a
5241 changed files with 986176 additions and 0 deletions

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/closeicons-mi.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/closeicons-tab.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/dropdown.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/nav-minus-rtl.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/nav-minus.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/nav-plus-rtl.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/nav-plus.gif (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,10 @@
#!/bin/sh
#
# This script uses imagemagick to generate the stripe-XXpx.gif's.
#
for i in `seq 10 40`; do
convert -size 30x$[2*$i] xc:white \
-fill '#FFFFFF' -draw "rectangle 0,$i 30,$[2*$i]" \
no-stripe-${i}px.gif
done

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/slider-thumb-h.gif (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/slider-thumb-v.gif (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/sliderbg-h.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/sliderbg-v.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/sort-arrow-down.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/sort-arrow-none.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/sort-arrow-up.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/spin-buttons-dn.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/spin-buttons-up.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/spin-buttons.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/splitter-h.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
2B+Software/www/resources/themes/default/splitter-v.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,10 @@
#!/bin/sh
#
# This script uses imagemagick to generate the stripe-XXpx.gif's.
#
for i in `seq 10 40`; do
convert -size 30x$[2*$i] xc:white \
-fill '#e8fffc' -draw "rectangle 0,$i 30,$[2*$i]" \
stripe-${i}px.gif
done

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,79 @@
/* additional style rules for IE */
.Wt-dialogcover {
filter: alpha(opacity=50);
}
/*
* WItemDelegate
*/
.Wt-delegate-edit input {
font-size: 9pt;
padding-top: 0px;
padding-bottom: 0px;
}
/*
* WSuggestionPopup
*/
.Wt-suggest .content {
overflow-x: hidden;
}
/*
* WAbstractItemView
*/
.Wt-itemview .Wt-header .Wt-label {
zoom: 1;
}
/*
* WTableView
*/
.Wt-tableview div {
white-space: nowrap
}
/*
* WTree
*/
.Wt-tree div, .Wt-tree span {
white-space: nowrap;
}
.Wt-tree .Wt-item {
zoom: 1;
}
/*
* WTreeView
*/
/* IE ignores white-space on a table or td */
.Wt-treeview div, .Wt-treeview span {
white-space: nowrap;
}
body.Wt-ltr .Wt-treeview .Wt-header .Wt-tv-c {
margin: 0px;
padding: 0px 0px 0px 7px;
}
body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
margin: 0px;
padding: 0px 7px 0px 0px;
}
.Wt-treeview .Wt-item {
zoom: 1;
}
.Wt-treeview .Wt-scroll {
position: absolute;
overflow-x: auto;
overflow-y: hidden;
}
.Wt-hrh {
line-height: 0px;
}

View File

@@ -0,0 +1,10 @@
/* additional style rules for ie */
/*
* WCalendar
*/
.Wt-cal td div {
zoom: 1;
}