%
' déclaration des champs pour rep_mandatory_fields
'dim title,firstname,lastname,street,postalcode,town,state,country,confidentiality
dim titlemsg,firstnamemsg,lastnamemsg,streetnamemsg,postalcodemsg,townmsg,statemsg,countrymsg
' déclaration des champs de connexion
'dim loginname,email,password,question,answer, confirmpassword
dim usernamemsg, emailmsg, passwordmsg, answermsg, confirmpasswordmsg, confmsg
%>
US.Merial.com : Legal Notification
<%
' déclaration des champs pour rep_mandatory_fields
'dim title,firstname,lastname,street,postalcode,town,state,country,confidentiality
dim titlemsg,firstnamemsg,lastnamemsg,streetnamemsg,postalcodemsg,townmsg,statemsg,countrymsg
' déclaration des champs de connexion
'dim loginname,email,password,question,answer, confirmpassword
dim usernamemsg, emailmsg, passwordmsg, answermsg, confirmpasswordmsg, confmsg
%>
<%
Const SiteAffix = "IT_"
On Error Resume Next
Application.Lock
If Not (Len(Application(SiteAffix & "SITE_STATIC_CACHE_IS_ON"))>0) OR DateDiff("n",Application(SiteAffix & "SITE_STATIC_CACHE_LAST_MODIFIED"),now)>CInt(Application(SiteAffix & "SITE_STATIC_CACHE_REFRESH_INTERVAL")) then
server.execute "/global/scripts/static_cache_manager.asp"
end if
Application.unlock
Application.Lock
If Not (Len(Application(SiteAffix & "SITE_DYNAMIC_CACHE_IS_ON"))>0) OR DateDiff("n",Application(SiteAffix & "SITE_DYNAMIC_CACHE_LAST_MODIFIED"),now)>CInt(Application(SiteAffix & "SITE_DYNAMIC_CACHE_REFRESH_INTERVAL")) then
server.execute "/global/scripts/dynamic_cache_manager.asp"
end if
Application.unLock
On Error Goto 0
%>