Initial checkin

This commit is contained in:
genuineparts 2025-06-20 19:10:23 +02:00
commit d75eb444fc
4304 changed files with 369634 additions and 0 deletions

View file

@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 35
/astat/!svn/ver/1/trunk/js/calendar
END
dhtmlgoodies_calendar.css
K 25
svn:wc:ra_dav:version-url
V 61
/astat/!svn/ver/1/trunk/js/calendar/dhtmlgoodies_calendar.css
END
dhtmlgoodies_calendar.js
K 25
svn:wc:ra_dav:version-url
V 60
/astat/!svn/ver/1/trunk/js/calendar/dhtmlgoodies_calendar.js
END

99
js/calendar/.svn/entries Normal file
View file

@ -0,0 +1,99 @@
9
dir
34
http://svn.astat.org/astat/trunk/js/calendar
http://svn.astat.org/astat
2009-06-07T19:12:55.973801Z
1
genuineparts
svn:special svn:externals svn:needs-lock
bb7ccd2a-c66b-0410-9765-967ca6f03dfc
dhtmlgoodies_calendar.css
file
2009-06-08T19:44:34.000000Z
2c205556ae43b12880bb5dae45e3b9a1
2009-06-07T19:12:55.973801Z
1
genuineparts
2288
images
dir
dhtmlgoodies_calendar.js
file
2009-06-08T19:44:34.000000Z
6fef3a0816e82117c3f15a1ea14fc5cb
2009-06-07T19:12:55.973801Z
1
genuineparts
49885

1
js/calendar/.svn/format Normal file
View file

@ -0,0 +1 @@
9

View file

@ -0,0 +1,138 @@
#calendarDiv{
position:absolute;
width:205px;
line-height: 10px;
border:1px solid #317082;
padding:1px;
background-color: #FFF;
font-family:arial;
font-size:10px;
padding-bottom:20px;
visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
line-height:12px;
padding:1px;
cursor:pointer;
padding-left:2px;
}
#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{
line-height:12px;
padding:1px;
cursor:pointer;
padding-left:2px;
}
#calendarDiv td{
padding:3px;
margin:0px;
font-size:10px;
}
#calendarDiv .selectBox{
border:1px solid #E2EBED;
color: #E2EBED;
position:relative;
}
#calendarDiv .selectBoxOver{
border:1px solid #FFF;
background-color: #317082;
color: #FFF;
position:relative;
}
#calendarDiv .selectBoxTime{
border:1px solid #317082;
color: #317082;
position:relative;
}
#calendarDiv .selectBoxTimeOver{
border:1px solid #216072;
color: #216072;
position:relative;
}
#calendarDiv .topBar{
height:16px;
padding:2px;
background-color: #317082;
}
#calendarDiv .activeDay{ /* Active day in the calendar */
color:#FF0000;
}
#calendarDiv .todaysDate{
height:17px;
line-height:17px;
padding:2px;
background-color: #E2EBED;
text-align:center;
position:absolute;
bottom:0px;
width:201px;
}
#calendarDiv .todaysDate div{
float:left;
}
#calendarDiv .timeBar{
height:17px;
line-height:17px;
background-color: #E2EBED;
width:72px;
color:#FFF;
position:absolute;
right:0px;
}
#calendarDiv .timeBar div{
float:left;
margin-right:1px;
}
#calendarDiv .monthYearPicker{
background-color: #E2EBED;
border:1px solid #AAAAAA;
position:absolute;
color: #317082;
left:0px;
top:15px;
z-index:1000;
display:none;
}
#calendarDiv #monthSelect{
width:70px;
}
#calendarDiv .monthYearPicker div{
float:none;
clear:both;
padding:1px;
margin:1px;
cursor:pointer;
}
#calendarDiv .monthYearActive{
background-color:#317082;
color: #E2EBED;
}
#calendarDiv td{
text-align:right;
cursor:pointer;
}
#calendarDiv .topBar img{
cursor:pointer;
}
#calendarDiv .topBar div{
float:left;
margin-right:1px;
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,140 @@
#calendarDiv {
position: absolute;
width: 205px;
line-height: 10px;
border: 1px solid #317082;
padding: 1px;
background-color: #0a2145;
font-family: arial;
font-size: 10px;
padding-bottom: 20px;
visibility: hidden;
}
#calendarDiv span,
#calendarDiv img {
float: left;
}
#calendarDiv table {
margin: 0;
}
#calendarDiv .selectBox,
#calendarDiv .selectBoxOver {
line-height: 12px;
padding: 1px;
cursor: pointer;
background-color: #fdac46;
padding-left: 2px;
}
#calendarDiv .selectBoxTime,
#calendarDiv .selectBoxTimeOver {
line-height: 12px;
padding: 1px;
cursor: pointer;
padding-left: 2px;
}
#calendarDiv td {
padding: 3px;
margin: 0px;
font-size: 10px;
}
#calendarDiv .selectBox {
border: 1px solid #e2ebed;
color: #000;
position: relative;
}
#calendarDiv .selectBoxOver {
border: 1px solid #fff;
background-color: #fdac46;
color: #000;
position: relative;
}
#calendarDiv .selectBoxTime {
border: 1px solid #317082;
color: #000;
position: relative;
}
#calendarDiv .selectBoxTimeOver {
border: 1px solid #216072;
color: #000;
position: relative;
}
#calendarDiv .topBar {
height: 16px;
padding: 2px;
background-color: #fdac46;
}
#calendarDiv .activeDay {
/* Active day in the calendar */
color: #ff0000;
}
#calendarDiv .todaysDate {
height: 17px;
line-height: 17px;
padding: 2px;
color: #000;
background-color: #fdac46;
text-align: center;
position: absolute;
bottom: 0px;
width: 201px;
}
#calendarDiv .todaysDate div {
float: left;
}
#calendarDiv .timeBar {
height: 17px;
line-height: 17px;
background-color: #e2ebed;
width: 72px;
color: #fff;
position: absolute;
right: 0px;
}
#calendarDiv .timeBar div {
float: left;
margin-right: 1px;
}
#calendarDiv .monthYearPicker {
background-color: #e2ebed;
border: 1px solid #aaaaaa;
position: absolute;
color: #317082;
left: 0px;
top: 15px;
z-index: 1000;
display: none;
}
#calendarDiv #monthSelect {
width: 70px;
}
#calendarDiv .monthYearPicker div {
float: none;
clear: both;
padding: 1px;
margin: 1px;
cursor: pointer;
}
#calendarDiv .monthYearActive {
background-color: #317082;
color: #e2ebed;
}
#calendarDiv td {
text-align: right;
cursor: pointer;
}
#calendarDiv .topBar img {
cursor: pointer;
}
#calendarDiv .topBar div {
float: left;
margin-right: 1px;
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,71 @@
K 25
svn:wc:ra_dav:version-url
V 42
/astat/!svn/ver/1/trunk/js/calendar/images
END
right.gif
K 25
svn:wc:ra_dav:version-url
V 52
/astat/!svn/ver/1/trunk/js/calendar/images/right.gif
END
close_over.gif
K 25
svn:wc:ra_dav:version-url
V 57
/astat/!svn/ver/1/trunk/js/calendar/images/close_over.gif
END
down_time_over.gif
K 25
svn:wc:ra_dav:version-url
V 61
/astat/!svn/ver/1/trunk/js/calendar/images/down_time_over.gif
END
Thumbs.db
K 25
svn:wc:ra_dav:version-url
V 52
/astat/!svn/ver/1/trunk/js/calendar/images/Thumbs.db
END
down_over.gif
K 25
svn:wc:ra_dav:version-url
V 56
/astat/!svn/ver/1/trunk/js/calendar/images/down_over.gif
END
close.gif
K 25
svn:wc:ra_dav:version-url
V 52
/astat/!svn/ver/1/trunk/js/calendar/images/close.gif
END
down_time.gif
K 25
svn:wc:ra_dav:version-url
V 56
/astat/!svn/ver/1/trunk/js/calendar/images/down_time.gif
END
left_over.gif
K 25
svn:wc:ra_dav:version-url
V 56
/astat/!svn/ver/1/trunk/js/calendar/images/left_over.gif
END
down.gif
K 25
svn:wc:ra_dav:version-url
V 51
/astat/!svn/ver/1/trunk/js/calendar/images/down.gif
END
right_over.gif
K 25
svn:wc:ra_dav:version-url
V 57
/astat/!svn/ver/1/trunk/js/calendar/images/right_over.gif
END
left.gif
K 25
svn:wc:ra_dav:version-url
V 51
/astat/!svn/ver/1/trunk/js/calendar/images/left.gif
END

View file

@ -0,0 +1,402 @@
9
dir
34
http://svn.astat.org/astat/trunk/js/calendar/images
http://svn.astat.org/astat
2009-06-07T19:12:55.973801Z
1
genuineparts
svn:special svn:externals svn:needs-lock
bb7ccd2a-c66b-0410-9765-967ca6f03dfc
right.gif
file
2009-06-08T19:44:34.000000Z
aecee1470451b253e0a7b6d8eea1c340
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
197
close_over.gif
file
2009-06-08T19:44:34.000000Z
2bfb8e4d2ac7a987d293b3b508accb7e
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
118
down_time_over.gif
file
2009-06-08T19:44:34.000000Z
b2b9b6cbebcac49a989a69d39006714e
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
124
Thumbs.db
file
2009-06-08T19:44:34.000000Z
2616c60aebf4b736eba64fe1ba6e2e75
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
7168
down_over.gif
file
2009-06-08T19:44:34.000000Z
eb11bfce83646b9f75565bef1af6ba79
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
174
close.gif
file
2009-06-08T19:44:34.000000Z
24c00c78a78238fd9ea9c348f7a3bce4
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
118
down_time.gif
file
2009-06-08T19:44:34.000000Z
03db3310f56a83f6778ad453965ed0ff
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
124
left_over.gif
file
2009-06-08T19:44:34.000000Z
57136abe0348b69edc050d70f0ecb381
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
196
down.gif
file
2009-06-08T19:44:34.000000Z
dfa1eeaaf7b7978ae47caf37c1406ec0
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
174
right_over.gif
file
2009-06-08T19:44:34.000000Z
37dc7520485b6fbff225e55c5a3a6d77
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
197
left.gif
file
2009-06-08T19:44:34.000000Z
59e368bc1a74b8840d793edcd8a7e263
2009-06-07T19:12:55.973801Z
1
genuineparts
has-props
196

View file

@ -0,0 +1 @@
9

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View file

@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

BIN
js/calendar/images/down.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

BIN
js/calendar/images/left.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B