| Line 311... |
Line 311... |
| 311 |
<head>
|
311 |
<head>
|
| 312 |
<title>Production Manager SBOM Differences</title>
|
312 |
<title>Production Manager SBOM Differences</title>
|
| 313 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
313 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 314 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
314 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 315 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
315 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 316 |
<link rel="stylesheet" href="scripts/deployment_manager.css" type="text/css">
|
316 |
<link rel="stylesheet" href="scripts/deployment_manager.css?ver=<%=VixVerNum%>" type="text/css">
|
| 317 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
317 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 318 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
318 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 319 |
<script language="JavaScript" src="images/common.js"></script>
|
319 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 320 |
<script language="JavaScript" src="scripts/remote_scripting.js"></script>
|
320 |
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
|
| 321 |
<script language="JavaScript" type="text/javascript">
|
321 |
<script language="JavaScript" type="text/javascript">
|
| 322 |
<!--
|
322 |
<!--
|
| 323 |
|
323 |
|
| 324 |
function RequestReleaseCombo( paramString, rowId ){
|
324 |
function RequestReleaseCombo( paramString, rowId ){
|
| 325 |
var requestURL = 'RequestReleaseCombo.asp';
|
325 |
var requestURL = 'RequestReleaseCombo.asp';
|
| Line 865... |
Line 865... |
| 865 |
'Set myMail=Server.CreateObject("Persits.MailSender")
|
865 |
'Set myMail=Server.CreateObject("Persits.MailSender")
|
| 866 |
'LocalPath = Server.MapPath("docs\compareBoms_"&objAccessControl.UserName&".html")
|
866 |
'LocalPath = Server.MapPath("docs\compareBoms_"&objAccessControl.UserName&".html")
|
| 867 |
|
867 |
|
| 868 |
' myMail.Host = SMTP_HOST
|
868 |
' myMail.Host = SMTP_HOST
|
| 869 |
' myMail.Subject="BOM Comparisons from Deployment Manager"
|
869 |
' myMail.Subject="BOM Comparisons from Deployment Manager"
|
| 870 |
' myMail.From="releasem@erggroup.com"
|
870 |
' myMail.From="releasem@vixtechnology.com"
|
| 871 |
' myMail.AddAddress objAccessControl.UserEmail
|
871 |
' myMail.AddAddress objAccessControl.UserEmail
|
| 872 |
' Attach the file
|
872 |
' Attach the file
|
| 873 |
' myMail.AddAttachment LocalPath
|
873 |
' myMail.AddAttachment LocalPath
|
| 874 |
' myMail.Body = "Your requested report..."
|
874 |
' myMail.Body = "Your requested report..."
|
| 875 |
' myMail.Send
|
875 |
' myMail.Send
|