| Line 992... |
Line 992... |
| 992 |
NewTextFile.WriteLine("<title>Difference Report Between "&rsQryA("branch_name")&" "&rsQryA("location")&" and "&rsQryB("branch_name")&" "&rsQryB("location")&"</title>")
|
992 |
NewTextFile.WriteLine("<title>Difference Report Between "&rsQryA("branch_name")&" "&rsQryA("location")&" and "&rsQryB("branch_name")&" "&rsQryB("location")&"</title>")
|
| 993 |
NewTextFile.WriteLine("<div align="&chr(34)&"center"&chr(34)&"><font color="&chr(34)&"red"&chr(34)&" size="&chr(34)&"4"&chr(34)&" face="&chr(34)&"Verdana, Arial, Helvetica, sans-serif"&chr(34)&">Difference Report Between "&rsQryA("branch_name")&" "&rsQryA("location")&" and "&rsQryB("branch_name")&" "&rsQryB("location")&"</font></div><br>")
|
993 |
NewTextFile.WriteLine("<div align="&chr(34)&"center"&chr(34)&"><font color="&chr(34)&"red"&chr(34)&" size="&chr(34)&"4"&chr(34)&" face="&chr(34)&"Verdana, Arial, Helvetica, sans-serif"&chr(34)&">Difference Report Between "&rsQryA("branch_name")&" "&rsQryA("location")&" and "&rsQryB("branch_name")&" "&rsQryB("location")&"</font></div><br>")
|
| 994 |
|
994 |
|
| 995 |
While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))
|
995 |
While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))
|
| 996 |
errormsg = false
|
996 |
errormsg = false
|
| 997 |
rowId = rsQry("pv_id_a") &"_"& rsQry("pv_id_b")
|
997 |
rowId = rsQry("node_id_a") &"_"& rsQry("os_id_a") &"_"& rsQry("pv_id_a") &"_"& rsQry("pv_id_b")
|
| 998 |
|
998 |
|
| 999 |
btnMerge = LIMG_MERGE
|
999 |
btnMerge = LIMG_MERGE
|
| 1000 |
btnRemove = LIMG_REMOVE
|
1000 |
btnRemove = LIMG_REMOVE
|
| 1001 |
colorA = LCOLOR_NOT_CHANGED
|
1001 |
colorA = LCOLOR_NOT_CHANGED
|
| 1002 |
colorB = LCOLOR_NOT_CHANGED
|
1002 |
colorB = LCOLOR_NOT_CHANGED
|
| Line 1036... |
Line 1036... |
| 1036 |
<%End If%>
|
1036 |
<%End If%>
|
| 1037 |
</DIV>
|
1037 |
</DIV>
|
| 1038 |
<input type="hidden" id="UNDOCOLORB_<%=rowId%>" value="<%=colorB%>">
|
1038 |
<input type="hidden" id="UNDOCOLORB_<%=rowId%>" value="<%=colorB%>">
|
| 1039 |
<input type="hidden" name="addpkg" id="ADDPKG_<%=rowId%>" value="">
|
1039 |
<input type="hidden" name="addpkg" id="ADDPKG_<%=rowId%>" value="">
|
| 1040 |
<input type="hidden" name="removepkg" id="REMOVEPKG_<%=rowId%>" value="">
|
1040 |
<input type="hidden" name="removepkg" id="REMOVEPKG_<%=rowId%>" value="">
|
| 1041 |
<input type="hidden" id="UNDOPKG_<%=rowId%>" value="<%=rsQry("pkg_name_b") &" "& rsQry("pkg_version_b")%>">
|
1041 |
<input type="hidden" id="UNDOPKG_<%=rowId%>" value="<%=rsQry("node_name_b") &"/"& rsQry("os_name_b") &"/"& rsQry("pkg_name_b") &" "& rsQry("pkg_version_b")%>">
|
| 1042 |
</td>
|
1042 |
</td>
|
| 1043 |
<td bgcolor="#F5F5F5"><DIV id="IMGUNDO<%=rowId%>" style="display:none;" ><a href="javascript:;" onClick="UndoPackage( '<%=rowId%>' );"><%=LIMG_UNDO%></a></DIV></td>
|
1043 |
<td bgcolor="#F5F5F5"><DIV id="IMGUNDO<%=rowId%>" style="display:none;" ><a href="javascript:;" onClick="UndoPackage( '<%=rowId%>' );"><%=LIMG_UNDO%></a></DIV></td>
|
| 1044 |
</tr>
|
1044 |
</tr>
|
| 1045 |
<%
|
1045 |
<%
|
| 1046 |
If email then
|
1046 |
If email then
|