| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/cgny/nympadmin/ |
Upload File : |
<cfparam name="attributes.CalendarDir" default="http://www.melig.co.il/cf_zone/calendar">
<cfparam name="attributes.Format" default="mm/dd/yyy">
<cfparam name="attributes.size" default="10">
<cfparam name="attributes.value" default="#dateformat(now(),'yyyy-mm-dd')#">
<cfparam name="attributes.html" default="no">
<cfif attributes.html is "no">
<cfset winfile = "calendarwin" >
<cfelse>
<cfset winfile = "calendarwin_htm" >
</cfif>
<cfoutput>
<script language="JavaScript">
function popupwindow(formname,datename)
{
theValue= 'document.' + formname + '.' + datename + '.value'
UrlForPopUp = '#attributes.CalendarDir#/#winfile#.cfm?format=#urlencodedformat(attributes.Format)#&datefield=' + formname + '.' + datename
if( eval(theValue) != '') {
theValue = eval(theValue)
UrlForPopUp = UrlForPopUp + '&formdate=' + escape(theValue)
}
datewindow = window.open(UrlForPopUp, 'datewindow', 'height=220,width=200,scrollbars=no');
datewindow.focus();
}
</script>
<input type="text" name="#attributes.name#" value="#dateformat(attributes.value,attributes.format)#" SIZE=#attributes.size# >
<a href="javascript:popupwindow('#attributes.form#','#attributes.name#')" <CFIF CGI.HTTP_USER_AGENT CONTAINS "4.">onMouseover="document.img#attributes.name#.src='#attributes.CalendarDir#/images/cal2.jpg'" onMouseout="document.img#attributes.name#.src='#attributes.CalendarDir#/images/cal1.jpg'"</CFIF>><img src="#attributes.CalendarDir#/images/cal1.jpg" width=25 height=21 alt="Click Here to open the calendar" border="0" name="img#attributes.name#" align=top></A>
</cfoutput>