Subversion Repositories DevTools

Rev

Rev 5962 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5962 Rev 6671
Line 37... Line 37...
37
	If IsNull(dDate) Then Exit Function
37
	If IsNull(dDate) Then Exit Function
38
	DateReversed = Year(dDate) &"-"&  Month(dDate) &"-"& Day(dDate)
38
	DateReversed = Year(dDate) &"-"&  Month(dDate) &"-"& Day(dDate)
39
End Function
39
End Function
40
'**************************** M  A  I  N ******************************
40
'**************************** M  A  I  N ******************************
41
%>
41
%>
42
<link href="scripts/deployment_manager.css" rel="stylesheet" type="text/css">
42
<link href="scripts/deployment_manager.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
43
<script language="JavaScript" type="text/javascript">
43
<script language="JavaScript" type="text/javascript">
44
<!--
44
<!--
45
function Log_Download(paramString){
45
function Log_Download(paramString){
46
      window.location = "LogDownload.asp" + paramString;     
46
      window.location = "LogDownload.asp" + paramString;     
47
}
47
}