Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
cceconvenors /
calendar /
Delete
Unzip
Name
Size
Permission
Date
Action
doc
[ DIR ]
drwxr-sr-x
2012-03-23 11:54
lang
[ DIR ]
drwxr-sr-x
2012-03-23 11:54
skins
[ DIR ]
drwxr-sr-x
2012-03-23 11:50
ChangeLog
24.51
KB
-rw-r--r--
2012-03-23 12:06
README
910
B
-rw-r--r--
2012-03-23 12:07
bugtest-hidden-selects.html
3.9
KB
-rw-r--r--
2012-03-23 12:06
calendar-blue.css
4.72
KB
-rw-r--r--
2012-03-23 12:06
calendar-blue2.css
4.89
KB
-rw-r--r--
2012-03-23 12:06
calendar-brown.css
4.61
KB
-rw-r--r--
2012-03-23 12:06
calendar-green.css
4.67
KB
-rw-r--r--
2012-03-23 12:06
calendar-setup.js
8.65
KB
-rw-r--r--
2012-03-23 12:06
calendar-setup_ew.js
8.98
KB
-rw-r--r--
2012-03-23 12:06
calendar-setup_stripped.js
4.8
KB
-rw-r--r--
2012-03-23 12:06
calendar-system.css
5.57
KB
-rw-r--r--
2012-03-23 12:06
calendar-tas.css
5.18
KB
-rw-r--r--
2012-03-23 12:06
calendar-win2k-1.css
5.85
KB
-rw-r--r--
2012-03-23 12:06
calendar-win2k-2.css
5.85
KB
-rw-r--r--
2012-03-23 12:06
calendar-win2k-cold-1.css
5.65
KB
-rw-r--r--
2012-03-23 12:06
calendar-win2k-cold-2.css
5.85
KB
-rw-r--r--
2012-03-23 12:06
calendar.js
52.57
KB
-rw-r--r--
2012-03-23 12:06
calendar.php
4.38
KB
-rw-r--r--
2012-03-23 12:06
calendar_stripped.js
33.51
KB
-rw-r--r--
2012-03-23 12:06
dayinfo.html
2.97
KB
-rw-r--r--
2012-03-23 12:06
img.gif
223
B
-rw-r--r--
2012-03-23 12:06
index.html
12.41
KB
-rw-r--r--
2012-03-23 12:06
menuarrow.gif
68
B
-rw-r--r--
2012-03-23 12:07
menuarrow2.gif
49
B
-rw-r--r--
2012-03-23 12:07
multiple-dates.html
2.86
KB
-rw-r--r--
2012-03-23 12:07
release-notes.html
18
KB
-rw-r--r--
2012-03-23 12:07
simple-1.html
9.23
KB
-rw-r--r--
2012-03-23 12:07
simple-2.html
3.65
KB
-rw-r--r--
2012-03-23 12:07
simple-3.html
4.38
KB
-rw-r--r--
2012-03-23 12:07
test-position.html
1.46
KB
-rw-r--r--
2012-03-23 12:07
test.php
3.2
KB
-rw-r--r--
2012-03-23 12:07
Save
Rename
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>JS Calendar (positioning test)</title> <script type="text/javascript" src="calendar.js"></script> <script type="text/javascript" src="calendar-setup.js"></script> <script type="text/javascript" src="lang/calendar-en.js"></script> <style type="text/css"> @import url("calendar-win2k-cold-1.css"); </style> </head> <body style="height: 100%; margin: 0px; padding: 0px;"> <table style="height: 100%; width: 100%;" cellspacing="0" cellpadding="0"> <tr style="height: 100%;"> <td style="vertical-align: top; text-align: left;"> <input type="text" id="cal-field-1" /> <button type="submit" id="cal-button-1">...</button> <script type="text/javascript"> Calendar.setup({ inputField : "cal-field-1", button : "cal-button-1", align : "Tr" }); </script> </td> <td style="vertical-align: bottom; text-align: right;"> <input type="text" id="cal-field-2" /> <button type="submit" id="cal-button-2">...</button> <script type="text/javascript"> Calendar.setup({ inputField : "cal-field-2", button : "cal-button-2" }); </script> </td> </tr> </table> </body> </html>