adding work scripts

This commit is contained in:
2025-05-20 09:16:54 -04:00
parent 428084e4ee
commit 47b546aff8
263 changed files with 349524 additions and 0 deletions
+120
View File
@@ -0,0 +1,120 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Email Template</title>
<style type="text/css">
table.basic_lines {
height:300px;
width:900px;
border: 3px solid #000;
}
.header {
height: 40px;
color: white;
background: #022664;
text-align: center;
font-weight: bold;
}
#logo {
float: right;
margin-top: -45px;
}
.row_label {
height: 45px;
}
.odd_row_data {
background: #B6DCFC;
font-size: 12px;
font-weight: bold;
padding-left: 2%;
}
.even_row_data {
font-size: 12px;
font-weight: bold;
padding-left: 2%;
}
a {
color: white;
font-size: 12px;
font-weight: bold;
}
.col_label {
width: 175px;
color: white;
font-weight: bold;
background: #2967AE;
padding-left: 2%;
}
#contact_info {
font-size: 12px;
}
#footer {
height: 35px;
text-align: center;
font: bold;
font-size: 10px;
color: white;
background: #022664;
}
</style>
</head>
<body>
<table class="basic_lines">
<caption>Qlik Replicate Performance Alert</caption>
<th>
<tr>
<td class="header" colspan="2">GRM&nbsp;US - Information Management Technology Alert<br/>Qlik Replicate Performance Alert</td>
</tr>
<tr class="row_label">
<td class="col_label">Date</td>
<td class = "odd_row_data">DateNow</td>
</tr>
<tr class="row_label">
<td class="col_label">Affected Application(s)</td>
<td class = "even_row_data">Attunity Qlik Replicate</td>
</tr>
<tr class="row_label">
<td class="col_label">Event</td>
<td class = "odd_row_data">Errors reported for the following objects below:</td>
</tr>
<tr class="row_label">
<td class="col_label">Impact</td>
<td class = "even_row_data">Objects listed below are currently in an ERRORED state.</td>
</tr>
<tr class="row_label">
<td class="col_label">Action&nbsp;Required</td>
<td class = "odd_row_data">This is an informational notification and no action is required by the users.</td>
</tr>
<tr class="row_label">
<td class="col_label">Contact & Additional Information</td>
<td class = "even_row_data">Support teams have been notified of the issue and are working to address it.<br/>If you have any questions, please email:&nbsp;PM&nbsp;EDW&nbsp;Prod Support</td>
</tr>
</th>
</table>
ContentHere
<table class="basic_lines">
<caption> No Reply Notice</caption>
<th>
<tr class="row_label">
<td id="footer" colspan="2">Please do not reply to this message.&nbsp;All replies to this message are routed to an unmonitored mailbox.</td>
</tr>
<tr class="row_label">
<td id="footer" colspan="2"><a href="https://libertymutual.sharepoint.com/:x:/r/sites/InformationManagement/_layouts/15/Doc.aspx?sourcedoc=%7BCDD784EF-E954-41AC-9A1E-3E0AC1BB095B%7D&file=Data%20Recovery%20Master%20Runbook.xlsx&wdOrigin=TEAMS-ELECTRON.p2p.mw&action=default&mobileredirect=true">Support Link: Data Recovery Master Runbook</a></td>
</tr>
<tr class="row_label">
<td id="footer" colspan="2"><a href="https://libertymutual.sharepoint.com/:w:/r/sites/InformationManagement/_layouts/15/Doc.aspx?sourcedoc=%7BCF7C233A-A02C-4511-9C21-1F7DD62E658E%7D&file=TRANS%20layer%20Data-recovery%20Runbook.docx&wdOrigin=TEAMS-ELECTRON.p2p.mw&action=default&mobileredirect=true">Support Link: TRANS Layer Data Recovery Runbook</a></td>
</tr>
</th>
</table>
</body>
</html>