Advertisement
Guest User

Untitled

a guest
Jun 4th, 2018
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 35.38 KB | None | 0 0
  1.  
  2.  
  3. <HEAD>
  4. <TITLE>Telstra Constructor Self Service</TITLE>
  5. </HEAD>
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. <script type="text/javascript">
  18. function loadHelpWindow() {
  19.     var f= window.document.mainForm;
  20.     var v=eval("f.internalConstructor");
  21.     if (v.value == "true"){
  22.     //Harpreet Start 5.16.05 Dec Release INC000010424051
  23.     //window.open('http://elearn.in.telstra.com.au/');
  24.     window.open('http://www.in.telstra.com.au/ism/tcss/index.asp');
  25.     //Harpreet End 5.16.05 Dec Release INC000010424051
  26.     }else{
  27.     window.open('http://www.tcssonline.com/training/entrypage.html');
  28.     }
  29. }
  30.  
  31. function onFormLoad() {
  32.    
  33.     window.setTimeout("loadTelMenus()", 100);
  34.     initForm();
  35. }
  36.  
  37. function loadTelMenus() {
  38.     window.status = "Loading menus ...";
  39.     TEL_onLoad();
  40.     window.status = "Done";
  41. }
  42. window.onload=onFormLoad;
  43.  
  44.  
  45. var endStr = '<img src="/global/res/themes/corporate/images/horiz_fly_lft_bot_cnr.gif" width="9" height="16" align="left" hspace="0"><img src="/global/res/themes/corporate/images/horiz_fly_rht_bot_cnr.gif"  width="9" height="16" align="right" hspace="0">';
  46. var topStr = '';
  47.  
  48. //
  49. //Functions to block clicks while forms are processing
  50. //
  51. var formBusy = false;
  52. var saveFun;
  53.  
  54. function doBusyMessage()
  55. {
  56.     alert('Processing, please wait...!');
  57.     return false;
  58. }
  59.  
  60. function ignoreWhileBusy()
  61. {
  62.     return false;
  63. }
  64.  
  65. function setFormBusy()
  66. {
  67.     document.captureEvents;
  68.     saveFun = document.onClick;
  69.     doSetFormBusy(true);
  70. }
  71.  
  72. function doSetFormBusy(busy)
  73. {
  74.     formBusy = busy;
  75.  
  76.     if (formBusy) {
  77.            document.onclick = ignoreWhileBusy;
  78.     } else {
  79.            document.onclick = saveFun;
  80.     }
  81. }
  82. //
  83. // End Form Busy functions
  84. //
  85. function doShowMaterial() {
  86.     var f = window.document.mainForm;
  87.     var isInternal = f.isInternal.value;
  88.     doShowMaterial1(isInternal);
  89. }
  90.  
  91. var subsectionId='1';
  92. var parentHighlight='1_5';
  93. var childHighlight='1_5_1';
  94. subsectionArray = [
  95. ['WUC','CSA','Wideband','Invoice','Materials','Import'],
  96. ['javascript:void null','javascript:void null','javascript:void null','javascript:void null','javascript:void null','javascript:doCommand(\'doImport\')']];
  97. HM_Array1= [
  98. [130, // menu width
  99. 200,200,'','','','','','', 0,0,0,1,1,1,
  100. "showSelectFields(false)",
  101. "showSelectFields(true)"],
  102. ["WUC Search","javascript:doCommand(\'doWucSearch\')",1,0,0,0],
  103. ["Allocate WUC","javascript:doCommand(\'doSearchWUCAllocate\')",1,0,0,0],
  104. ["WUC Details","javascript:doCommand(\'doViewWuc\')",1,0,0,0],
  105. ["Notes","javascript:void null",1,0,1,0],
  106. ["PCA","javascript:void null",1,0,1,0],
  107. ["Material Used","javascript:void null",1,0,0,1],
  108. ["Site and Financial","javascript:doCommand(\'doViewFinancialDetails\')",1,0,0,0],
  109. ["Change Status","javascript:doCommand(\'doChangeWucStatus\')",1,0,0,0],
  110. ["Documents","javascript:void null",1,0,1,0],
  111. ["History","javascript:void null",1,0,1,0],
  112. ["Assets","javascript:void null",1,0,1,0],
  113. ["Programme Management","javascript:void null",1,0,1,0],
  114. ["Export WUC","javascript:doCommand(\'doExport\')",1,0,0,0],
  115. [endStr]
  116. ];
  117. HM_Array1_4 = [[],
  118. ["Create Notes","javascript:doCommand(\'doWucCreateOrderNotes\')",1,0,0,0],
  119. ["View Notes ","javascript:doCommand(\'doWucViewOrderNotes\')",1,0,0,0],
  120. ["View Status Notes","javascript:doCommand(\'doWucViewStatusNotes\')",1,0,0,0],
  121. [endStr]
  122. ];
  123. HM_Array1_5 = [[],
  124. ["Request for PCA","javascript:doCommand(\'doWucPcaCreate\')",1,0,0,0],
  125. ["List PCA's","javascript:doCommand(\'doWucPcaList\')",1,0,0,0],
  126. [endStr]
  127. ];
  128. HM_Array1_9 = [[],
  129. ["New General Document","javascript:doCommand(\'doWucAttachDoc\')",1,0,0,0],
  130. ["Docs Sent","javascript:doCommand(\'doSearchWucOutDoc\')",1,0,0,0],
  131. ["Docs Rec","javascript:doCommand(\'doSearchWucInDoc\')",1,0,0,0],
  132. ["Docs Stored","javascript:doCommand(\'doSearchWucStoredDoc\')",1,0,0,0],
  133. ["All Docs","javascript:doCommand(\'doSearchWucAllDoc\')",1,0,0,0],
  134. [endStr]
  135. ];
  136. HM_Array1_10 = [[],
  137. ["Status","javascript:doCommand(\'doViewStatusHistory\')",1,0,0,0],
  138. ["Access","javascript:doCommand(\'doViewAccessHistory\')",1,0,0,0],
  139. [endStr]
  140. ];
  141. HM_Array1_11 = [[],
  142. ["Assets Review","javascript:doCommand(\'doReviewAssets\')",1,0,0,0],
  143. ["Wizard","javascript:doShowMaterial()",1,0,0,0],
  144. ["Add Notes","javascript:doCommand(\'doAssetAddNotes\')",1,0,0,0],
  145. ["Notes History","javascript:doCommand(\'doAssetHistoryNotes\')",1,0,0,0],
  146. ["Status History","javascript:doCommand(\'doAssetHistoryStatus\')",1,0,0,0],
  147. [endStr]
  148. ];
  149. HM_Array1_12 = [[],
  150. ["PM Details","javascript:doCommand(\'doPmDetails\')",1,0,0,0],
  151. ["Send Update","javascript:void null",1,0,0,1],
  152. ["Notes History","javascript:void null",1,0,0,1],
  153. ["Access History","javascript:void null",1,0,0,1],
  154. [endStr]
  155. ];
  156. HM_Array2= [
  157. [130, // menu width
  158. 200,200,'','','','','','', 0,0,0,1,1,1,
  159. "showSelectFields(false)",
  160. "showSelectFields(true)"],
  161. ["CSA Search","javascript:doCommand(\'doCsaInitSearch\')",1,0,0,0],
  162. ["For current WUC","javascript:void null",1,0,1,0],
  163. ["CSA Details","javascript:void null",1,0,0,1],
  164. ["PCA","javascript:void null",1,0,1,1],
  165. ["Site and Financial details","javascript:void null",1,0,0,1],
  166. ["Change Status","javascript:void null",1,0,0,1],
  167. ["Documents","javascript:void null",1,0,1,1],
  168. ["History","javascript:void null",1,0,1,1],
  169. ["Export CSA","javascript:void null",1,0,0,1],
  170. [endStr]
  171. ];
  172. HM_Array2_2 = [[],
  173. ["Create CSA","javascript:doCommand(\'doCsaInitCreate\')",1,0,0,0],
  174. ["List CSA's","javascript:doCommand(\'doCsaWucList\')",1,0,0,0],
  175. [endStr]
  176. ];
  177. HM_Array2_4 = [[],
  178. ["Request for PCA","javascript:void null",1,0,0,1],
  179. ["List PCA's","javascript:void null",1,0,0,1],
  180. [endStr]
  181. ];
  182. HM_Array2_7 = [[],
  183. ["New General Document","javascript:void null",1,0,0,1],
  184. ["Docs Sent","javascript:void null",1,0,0,1],
  185. ["Docs Rec","javascript:void null",1,0,0,1],
  186. ["Docs Stored","javascript:void null",1,0,0,1],
  187. ["All Docs","javascript:void null",1,0,0,1],
  188. [endStr]
  189. ];
  190. HM_Array2_8 = [[],
  191. ["Notes","javascript:void null",1,0,0,1],
  192. ["Status","javascript:void null",1,0,0,1],
  193. ["Access","javascript:void null",1,0,0,1],
  194. [endStr]
  195. ];
  196. HM_Array3= [
  197. [130, // menu width
  198. 200,200,'','','','','','', 0,0,0,1,1,1,
  199. "showSelectFields(false)",
  200. "showSelectFields(true)"],
  201. ["Wideband Search","javascript:doCommand(\'doWidebandSearch\')",1,0,0,0],
  202. ["Work Summary","javascript:doCommand(\'doWidebandWorkSummary\')",1,0,0,0],
  203. ["Customer Order","javascript:void null",1,0,1,1],
  204. ["Stage Management","javascript:void null",1,0,0,1],
  205. ["Work Management","javascript:void null",1,0,0,1],
  206. ["Notes","javascript:void null",1,0,1,1],
  207. ["Fee For Service","javascript:void null",1,0,0,1],
  208. ["Documents","javascript:void null",1,0,1,1],
  209. ["History","javascript:void null",1,0,1,1],
  210. ["Tasks","javascript:void null",1,0,1,1],
  211. ["Project","javascript:void null",1,0,1,1],
  212. ["Bulk Submit As Builts","javascript:doCommand(\'doBulkSubmit\')",1,0,0,0],
  213. ["FNN Search","javascript:void null",1,0,0,1],
  214. ["Add Node Code","javascript:doCommand(\'doAddNodeCode\')",1,0,0,0],
  215. ["RoFR","javascript:void null",1,0,1,1],
  216. ["Help","javascript:void null",1,0,1,0],
  217. [endStr]
  218. ];
  219. HM_Array3_3 = [[],
  220. ["Customer Order Details","javascript:void null",1,0,0,1],
  221. ["Service Order Details","javascript:void null",1,0,0,1],
  222. ["A&B End Details","javascript:void null",1,0,0,1],
  223. ["Design Details","javascript:void null",1,0,0,1],
  224. [endStr]
  225. ];
  226. HM_Array3_6 = [[],
  227. ["Create Notes","javascript:void null",1,0,0,1],
  228. ["View Notes","javascript:void null",1,0,0,1],
  229. ["View Status Notes","javascript:void null",1,0,0,1],
  230. [endStr]
  231. ];
  232. HM_Array3_8 = [[],
  233. ["New General Document","javascript:void null",1,0,0,1],
  234. ["Docs Sent","javascript:void null",1,0,0,1],
  235. ["Docs Rec","javascript:void null",1,0,0,1],
  236. ["Docs Stored","javascript:void null",1,0,0,1],
  237. ["All Docs","javascript:void null",1,0,0,1],
  238. [endStr]
  239. ];
  240. HM_Array3_9 = [[],
  241. ["Customer Order History","javascript:void null",1,0,0,1],
  242. ["Field Modification History","javascript:void null",1,0,0,1],
  243. [endStr]
  244. ];
  245. HM_Array3_10 = [[],
  246. ["Add Task","javascript:void null",1,0,0,1],
  247. ["View Tasks","javascript:void null",1,0,0,1],
  248. [endStr]
  249. ];
  250. HM_Array3_11 = [[],
  251. ["Project Details","javascript:void null",1,0,0,1],
  252. ["Notes","javascript:void null",1,0,1,1],
  253. ["Documents","javascript:void null",1,0,1,1],
  254. ["History","javascript:void null",1,0,0,1],
  255. [endStr]
  256. ];
  257. HM_Array3_11_2 = [[],
  258. ["Create Notes","javascript:void null",1,0,0,1],
  259. ["View Notes","javascript:void null",1,0,0,1],
  260. [endStr]
  261. ];
  262. HM_Array3_11_3 = [[],
  263. ["New General Document","javascript:void null",1,0,0,1],
  264. ["Docs Sent","javascript:void null",1,0,0,1],
  265. ["Docs Received","javascript:void null",1,0,0,1],
  266. ["Docs Stored","javascript:void null",1,0,0,1],
  267. ["All Docs","javascript:void null",1,0,0,1],
  268. [endStr]
  269. ];
  270. HM_Array3_15 = [[],
  271. ["RoFR Details","javascript:void null",1,0,0,1],
  272. ["RoFR History","javascript:void null",1,0,0,1],
  273. [endStr]
  274. ];
  275. HM_Array3_16 = [[],
  276. ["Communiques","javascript:window.open('https://telstra.unily.com/sites/tcss-telstra-constructor-self-service/SitePage/162368/tcss-for-wideband')",1,0,0,0],
  277. ["FAQs","javascript:window.open('https://telstra.unily.com/sites/tcss-telstra-constructor-self-service/SitePage/162618/faqs')",1,0,0,0],
  278. ["RASS Errors","javascript:window.open('https://telstra.unily.com/sites/tcss-telstra-constructor-self-service/SitePage/162367/errors')",1,0,0,0],
  279. [endStr]
  280. ];
  281. HM_Array4= [
  282. [130, // menu width
  283. 200,200,'','','','','','', 0,0,0,1,1,1,
  284. "showSelectFields(false)",
  285. "showSelectFields(true)"],
  286. ["Invoice Search","javascript:doCommand(\'doInvSearch\')",1,0,0,0],
  287. ["For current WUC","javascript:void null",1,0,1,0],
  288. ["Create Invoice","javascript:doCommand(\'doInvShowCreate\')",1,0,0,0],
  289. ["Invoice details","javascript:void null",1,0,0,1],
  290. ["Add","javascript:void null",1,0,1,1],
  291. ["Submit Invoice","javascript:void null",1,0,0,1],
  292. ["Documents","javascript:void null",1,0,1,1],
  293. ["History","javascript:void null",1,0,1,1],
  294. ["Export Invoiceable Items","javascript:showCSV(\'doExInvoiceTemplate\')",1,0,0,0],
  295. [endStr]
  296. ];
  297. HM_Array4_2 = [[],
  298. ["List Invoices","javascript:doCommand(\'doWucListInvoices\')",1,0,0,0],
  299. ["List Invoiceable Items","javascript:doCommand(\'doWucListInvoiceableItems\')",1,0,0,0],
  300. [endStr]
  301. ];
  302. HM_Array4_5 = [[],
  303. ["Schedule Items","javascript:void null",1,0,0,1],
  304. ["Lump Sums","javascript:void null",1,0,0,1],
  305. ["Daywork rates","javascript:void null",1,0,0,1],
  306. ["Provisional Sums","javascript:void null",1,0,0,1],
  307. ["Contract Sum Adjustments","javascript:void null",1,0,0,1],
  308. ["Payment on Completion WUC","javascript:void null",1,0,0,1],
  309. ["Claim SOR","javascript:void null",1,0,0,1],
  310. [endStr]
  311. ];
  312. HM_Array4_7 = [[],
  313. ["New General Document","javascript:void null",1,0,0,1],
  314. ["Docs Sent","javascript:void null",1,0,0,1],
  315. ["Docs Rec","javascript:void null",1,0,0,1],
  316. ["Docs Stored","javascript:void null",1,0,0,1],
  317. ["All Docs","javascript:void null",1,0,0,1],
  318. [endStr]
  319. ];
  320. HM_Array4_8 = [[],
  321. ["Notes","javascript:void null",1,0,0,1],
  322. ["Status","javascript:void null",1,0,0,1],
  323. ["Access","javascript:void null",1,0,0,1],
  324. [endStr]
  325. ];
  326. HM_Array5= [
  327. [130, // menu width
  328. 200,200,'','','','','','', 0,0,0,1,1,1,
  329. "showSelectFields(false)",
  330. "showSelectFields(true)"],
  331. ["Purchase Order Search","javascript:doCommand(\'doPurchaseOrderSearch\')",1,0,0,0],
  332. ["Goods Reservation Search","javascript:doCommand(\'doReservationSearch\')",1,0,0,0],
  333. ["Create Purchase Order","javascript:doCommand(\'doMaterialOrderCreatePo\')",1,0,0,0],
  334. ["Create Goods Reservation","javascript:doCommand(\'doMaterialOrderCreateRes\')",1,0,0,0],
  335. ["Materials Scoreboard","javascript:doCommand(\'doMaterialScoreboard\')",1,0,0,0],
  336. ["Documents","javascript:void null",1,0,1,1],
  337. ["History","javascript:void null",1,0,1,1],
  338. ["Reports","javascript:void null",1,0,1,0],
  339. ["Materials Detail","javascript:void null",1,0,0,1],
  340. [endStr]
  341. ];
  342. HM_Array5_6 = [[],
  343. ["New General Document","javascript:void null",1,0,0,1],
  344. ["Docs Sent","javascript:void null",1,0,0,1],
  345. ["Docs Rec","javascript:void null",1,0,0,1],
  346. ["Docs Stored","javascript:void null",1,0,0,1],
  347. ["All Docs","javascript:void null",1,0,0,1],
  348. [endStr]
  349. ];
  350. HM_Array5_7 = [[],
  351. ["Status","javascript:void null",1,0,0,1],
  352. ["Access","javascript:void null",1,0,0,1],
  353. [endStr]
  354. ];
  355. HM_Array5_8 = [[],
  356. ["Materials Scoreboard Details","javascript:doCommand(\'doMaterialScoreboardDetailsSearch\')",1,0,0,0],
  357. ["Purchase Order Details","javascript:doCommand(\'doPurchaseOrderReportSearch\')",1,0,0,0],
  358. ["Materials Schedule Details","javascript:doCommand(\'doMaterialScheduleDetailsSearch\')",1,0,0,0],
  359. ["Vendor Report","javascript:doCommand(\'doDeliverySearch\')",1,0,0,0],
  360. [endStr]
  361. ];
  362. </script>
  363.  
  364. <link rel="stylesheet"
  365. href="/global/res/themes/corporate/css/style3.css"
  366. type="text/css">
  367. <script type="text/javascript"
  368. src="/global/res/javascript/horizontal_subsection_HM_Loader.js"></script>
  369.  
  370. <link rel=stylesheet href="css/tcss.css" TYPE="text/css">
  371. <script type="text/javascript" src="arrays/aaclib.js"></script>
  372. <script type="text/javascript" src="arrays/csslib.js"></script>
  373. <!-- Opera-6219 : AIT Enhancement : Inserted by Shabeer : start -->
  374. <script type="text/javascript" src="arrays/jquery-1.9.0.min.js"></script>
  375. <!-- Opera-6219 : AIT Enhancement : Inserted by Shabeer : end -->
  376.  
  377.  
  378.  
  379.  
  380. <table cellspacing=0 cellpadding=0 border=0 width="100%" height="100%" >
  381. <tr><td valign="top">
  382. <form name="mainForm" action="/TCSSPRODapp/Controller"
  383. method="POST" onsubmit="return false;">
  384. <input type="hidden" name="command">
  385. <input type="hidden" name="page">
  386. <input type="hidden" name="menuIndex">
  387. <input type="hidden" name="submitted" value="false">
  388. <input type="hidden" name="pageToken"
  389. value=421>
  390. <input type="hidden" name="isInternal"
  391. value=false>
  392.  
  393.  
  394.  
  395. <body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0"
  396. marginheight="0">
  397. <!--begin global header--><!--Don't place any other HTML code on this line!!-->
  398.  
  399.  
  400. <script language="javascript" src="/global/javascript/head_array.js" type="text/javascript"></script>
  401. <script language="javascript" type="text/javascript">
  402.  
  403.  
  404. var v6=0;
  405. if(typeof hmVisi!="undefined"&&typeof sectionId!="undefined" )v6=1;
  406. if(v6)document.write('</head><body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="TEL_onLoad()">');
  407.  
  408. function alertUser() {
  409.     if(confirm("Warning: Any unsaved data would be lost.\rDo you want to Continue?")) {
  410.         return true;
  411.     } else {
  412.         return false;
  413.     }
  414. }
  415.  
  416. </script>
  417. <link rel="stylesheet" href="/global/css/gwy_hed.css" type="text/css">
  418. <a name="top"></a>
  419. <table width="100%" cellpadding="0" cellspacing="0" border="0">
  420.     <tr>
  421.         <td rowspan="4" valign="top"><a href="http://telstra.com/?tR=1"><img src="/global/images/telstra_logo2.gif" width="85" height="85" border="0" alt="telstra.com"></a></td>
  422.         <td align="right" class="ap1"><span class="hd1"><a href="javascript:toggleAccessibility()"><img src="/global/images/sin.gif" width="1" height="37" border="0" alt="press enter now to toggle the accessibile text mode of this page" align="absmiddle"></a>
  423.         <a href="http://telstra.com/?tR=1">Telstra Homepage</a> | <a href="http://www.telstra.com.au/contact/?tR=1">Contact Us</a> | <a href="http://search.telstra.com/">Search</a><img src="/global/images/sin.gif" width="12" height="1" alt=""></span></td>
  424.         <td width="50%" class="ap1"><img src="/global/images/sin.gif" width="1" height="57" alt=""></td>
  425.     </tr>
  426.     <tr class="hd3">
  427.     <!--<td><img src="/global/images/sin.gif" width="500" height="2" alt=""></td>-->
  428.         <td colspan=50 width="100%"><img src="/global/images/sin.gif" width="100" height="2" alt=""></td>
  429.         <td><img src="/global/images/sin.gif" width="1" height="2" alt=""></td>
  430.     </tr>
  431.     <tr>
  432.         <td align="right"><img src="/global/images/gwy_grad.gif" width="328" height="6" alt=""></td>
  433.         <td class="hd4"><img src="/global/images/sin.gif" width="1" height="1" alt=""></td>
  434.     </tr>
  435.     <tr>
  436.         <td colspan=2 class="hd5" nowrap><NOBR>
  437.     <table cellpadding=1 cellspacing=1 border=0>
  438.   <tr>
  439.    <!-- AMCO-WORKFLOW:MODIFY:START -->
  440.     <!--<td rowspan=3 class="hd5" nowrap><img src="/global/images/sin.gif" width="15" height="10" alt="" align="top">Telstra Contractor Self Service<img src="/global/images/sin.gif" width="25" height="1" alt="" align="top"></td>-->
  441.     <td rowspan=4 class="hd5" nowrap><img src="/global/images/sin.gif" width="5" height="10" alt="" align="top">Telstra Constructor Self Service<img src="/global/images/sin.gif" width="5" height="1" alt="" align="top"></td>
  442.    <!-- AMCO-WORKFLOW:MODIFY:END -->
  443.     <TD nowrap><img src="/global/images/sin.gif" width="10" height="12"></TD>
  444.     <TD nowrap></TD>
  445.     <TD nowrap></TD>
  446.    <!-- AMCO-WORKFLOW:ADD:START -->
  447.    <!--5.14.01 Anand Changes: start-->
  448.     <!--<TD nowrap></TD>-->
  449.     <!--5.14.01 Anand Changes: start-->
  450.    <!-- AMCO-WORKFLOW:ADD:END -->
  451.    <!--5.14.01 Anand Changes: start-->
  452.   </tr>
  453.   <tr style="background-color:#99ccff;">
  454.    <!-- AMCO-WORKFLOW:ADD:START -->
  455.  
  456.     <TD class=button>
  457.      <a class=button style="text-decoration:none"
  458.     title="AMCO"
  459.     href="javascript:doCommand('doWidebandWorkSummary')"
  460.     onmousemove="window.status='View Work Summary'"
  461.     onmouseout="window.status=window.defaultStatus">
  462.      AMCO</a>
  463.     </TD>
  464.  
  465.    <!-- AMCO-WORKFLOW:ADD:END -->
  466.     <TD nowrap style="background-color:#ffffff;"></TD>
  467.     <TD class=button nowrap>
  468.      <a class=button style="text-decoration:none"
  469.     title="View Inbox"
  470.     href="javascript:doCommand('doInboxStat')"
  471.     onmousemove="window.status='View Inbox'"
  472.     onmouseout="window.status=window.defaultStatus">
  473.      <NOBR>Inbox 0</NOBR></a>
  474.     </TD>
  475.     <TD class=button>
  476.      <a class=button style="text-decoration:none"
  477.     title="View Outbox"
  478.     href="javascript:doCommand('doOutboxStat')"
  479.     onmousemove="window.status='View Outbox'"
  480.     onmouseout="window.status=window.defaultStatus">
  481.      <NOBR>Outbox 13</NOBR></a>
  482.     </TD>
  483.    
  484.     <!--Start : IPaC Stage II Drop1 : Refresh button added-->
  485.     <TD class=button>
  486.      <a class=button style="text-decoration:none"
  487.     title="Refresh Inbox and Outbox"
  488.     href="javascript:doCommand('doInboxOutboxRefresh')"
  489.     onmousemove="window.status='Refresh Inbox and Outbox'"
  490.     onmouseout="window.status=window.defaultStatus"
  491.     onclick="return alertUser()">
  492.      <NOBR>Refresh</NOBR></a>
  493.     </TD>
  494.     <!--End : IPaC Stage II Drop1-->
  495.    
  496.     <!-- INC000021385108 - Roopa -start -->
  497.    
  498.       <!-- INC000021385108 - Roopa -end -->
  499.  
  500.       <!-- AMCO-WORKFLOW:ADD:START -->
  501.    <!--5.14.01 Anand Changes: start-->
  502. <!--<TD nowrap width="151" style="background-color:#ffffff;"></TD>-->
  503.        <!--5.14.01 Anand Changes: end-->
  504.   </tr>
  505.   <tr>
  506.     <TD nowrap><img src="/global/images/sin.gif" width="38" height="12"></TD>
  507.     <!--Start : IPaC Stage II Drop1 : Display message if refresh didnt occur-->
  508.     <TD nowrap style="background-color:#ffffff;"></TD>
  509.    
  510.          <TD nowrap><img src="/global/images/sin.gif" width="38" height="12"></TD>
  511.          <TD nowrap style="background-color:#ffffff;"></TD></tr>
  512.          <tr>
  513.          <TD nowrap><img src="/global/images/sin.gif" width="38" height="12"></TD>
  514.          <TD nowrap style="background-color:#ffffff;"></TD>
  515.          </tr>
  516.         <!--<TD nowrap></TD>-->
  517.        <!--<TD nowrap></TD>-->
  518.        <!-- AMCO-WORKFLOW:ADD:START -->
  519.         <!--<TD nowrap></TD>-->
  520.        <!-- AMCO-WORKFLOW:ADD:END -->
  521.    
  522.     <!--End : IPaC Stage II Drop1-->
  523.   </tr>
  524.   </table>
  525.  
  526.   </NOBR>
  527.   </td>
  528.    
  529.     </tr>
  530. </table>
  531. <script language="javascript" type="text/javascript">
  532.  
  533. <!--5.14.01 Anand Changes: changed from 100% to 15 % start-->
  534. var s='<table width="50%" cellpadding="0" cellspacing="0" border="0"><tr><td class="siteletTitleTab"><img src="/global/images/sin.gif" width="1" height="3" alt=""></td></tr></table>';
  535. <!--5.14.01 Anand Changes: changed from 100% to 15 % end-->
  536. if(v6)document.write(s);
  537. </script>
  538. <!--end global header--><!--Don't place any other HTML code on this line!!-->
  539.  
  540.  
  541.  
  542.  
  543.  
  544. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  545. <tr class="">
  546.    <td width="100%" rowspan="2" align=right>
  547.  
  548.   </td>
  549. <TD>
  550.   <INPUT type="hidden" name="internalConstructor" size=10 value="false"> </TD>
  551. </tr>
  552. </table>
  553.  
  554. <table border=0 cellspacing=0 cellpadding=0 width=100%>
  555. <tr><td colspan=50 class=sitelettitletab>
  556. <img src=/global/res/images/sin.gif width=0 height=3>
  557. </td></tr><tr class=sitelettitletab>
  558.  
  559. <td><img src=/global/res/images/sin.gif width=3 height=1></td><td class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_left_inactive.gif width=8 height=20></td><td class=sitetabnav valign=middle align=center nowrap><a class=sitetabnav href='javascript:doCommand("doFrontPage")' onmousemove="window.status='Home Page'" onmouseout="window.status=window.defaultStatus" title='Home Page'>Home Page</a></td><td align=right class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_right_inactive.gif width=8 height=20>
  560. <td><img src=/global/res/images/sin.gif width=3 height=1></td><td class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_left_inactive.gif width=8 height=20></td><td class=sitetabnav valign=middle align=center nowrap><a class=sitetabnav href='javascript:doCommand("doTransmittalsInbox")' onmousemove="window.status='My TCSS'" onmouseout="window.status=window.defaultStatus" title='My TCSS'>My TCSS</a></td><td align=right class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_right_inactive.gif width=8 height=20>
  561. <td><img src=/global/res/images/sin.gif width=3 height=1></td><td class=siteactivetabnav valign=top><img src=/global/res/themes/corporate/images/tab_left_inactive.gif width=8 height=20></td><td class=siteactivetabnav valign=top><img src=/global/res/images/sin.gif width=5 height=20></td><td class=siteactivetabnav valign=middle align=center nowrap><img src=/global/res/themes/corporate/images/tick.gif width=8 height=9>&nbsp;<a class=siteactivetabnav onmousemove="window.status='Work Under Contract'" onmouseout="window.status=window.defaultStatus">Work Under Contract</a></td><td align=right class=siteactivetabnav  valign=top><img src=/global/res/themes/corporate/images/tab_right_inactive.gif width=8 height=20></td>
  562. <td><img src=/global/res/images/sin.gif width=3 height=1></td><td class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_left_inactive.gif width=8 height=20></td><td class=sitetabnav valign=middle align=center nowrap><a class=sitetabnav href='javascript:doCommand("doGenDocSearch")' onmousemove="window.status='Documents'" onmouseout="window.status=window.defaultStatus" title='Documents'>Documents</a></td><td align=right class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_right_inactive.gif width=8 height=20>
  563. <td><img src=/global/res/images/sin.gif width=3 height=1></td><td class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_left_inactive.gif width=8 height=20></td><td class=sitetabnav valign=middle align=center nowrap><a class=sitetabnav href='javascript:doCommand("doAssetSearch")' onmousemove="window.status='Reference Library'" onmouseout="window.status=window.defaultStatus" title='Reference Library'>Reference Library</a></td><td align=right class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_right_inactive.gif width=8 height=20>
  564. <td><img src=/global/res/images/sin.gif width=3 height=1></td><td class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_left_inactive.gif width=8 height=20></td><td class=sitetabnav valign=middle align=center nowrap><a class=sitetabnav href='javascript:doCommand("doAbout")' onmousemove="window.status='Support'" onmouseout="window.status=window.defaultStatus" title='Support'>Support</a></td><td align=right class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_right_inactive.gif width=8 height=20>
  565. <td><img src=/global/res/images/sin.gif width=3 height=1></td><td class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_left_inactive.gif width=8 height=20></td><td class=sitetabnav valign=middle align=center nowrap><a class=sitetabnav href='javascript:doLogout()' onmousemove="window.status='Close TCSS'" onmouseout="window.status=window.defaultStatus" title='Close TCSS'>Close TCSS</a></td><td align=right class=sitetabnav valign=top><img src=/global/res/themes/corporate/images/tab_right_inactive.gif width=8 height=20>
  566. <td width=100%><img src=/global/res/images/sin.gif width=1 height=1></td></tr><tr><td colspan=50><img src=/global/res/images/sin.gif width=0 height=2></td></tr></table>
  567.  
  568. <table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td>
  569. <img src='/global/res/images/sin.gif' width=1 height=3></td></tr><tr class=sitetabnav><td>
  570. <table cellpadding=0 cellspacing=0 border=0><tr><script type='text/javascript'>
  571. TEL_horizontalSubsectionNav('corporate')
  572. </script><td width=100%>&nbsp;</td></tr></table></td></tr></table>
  573.  
  574.  
  575.  
  576. <table cellspacing=10 cellpadding=0 border=0 width="100%">
  577. <tr><td valign=top width="100%">
  578.  
  579.  
  580.  
  581.  
  582. <INPUT type="hidden" name="doAdd">
  583. <INPUT type="hidden" name="docReference">
  584. <INPUT type="hidden" name="viewDocs">
  585. <INPUT type="hidden" name="submitpca">
  586. <INPUT type="hidden" name="editPca">
  587. <INPUT type="hidden" name="withdrawpca">
  588.  
  589. <INPUT type=hidden name ="priorAdj" value=01/06/2018>
  590. <INPUT type=hidden name ="pcAdj" value=31/10/2018>
  591. <INPUT type=hidden name ="timeAdj" value=152>
  592. <INPUT type=hidden name ="priorAdj" value=01/06/2018>
  593. <INPUT type=hidden name ="delayReason" value=Principal caused delay (other than a scope variation)>
  594. <!-- <INPUT type=hidden name ="delayReasonDropList" value=null> -->
  595. <!--Gayathri:Incident # INC000000192411:Modify:Start-->
  596. <!--<INPUT type=hidden name ="contrClause" value=36.3 (a)>-->
  597. <!--<INPUT type=hidden name ="desc" value=Telstra Budget Delay>-->
  598. <!--Gayathri:Incident # INC000000192411:Modify:End-->
  599. <INPUT type=hidden name ="pcaId" value=2178190>
  600. <INPUT type=hidden name ="pcaStatus" value="Draft">
  601. <INPUT type=hidden name ="createdDate" value=04/06/2018 15:40>
  602.  
  603.  
  604. <!--Kunal:Start: IPaC Stage II Drop1 CR-9-->
  605.  
  606. <INPUT type=hidden name="adjPCDateFlag">
  607.  
  608. <Script Language=VBScript>
  609.     Function vbMsg(message,title)
  610.         vbMsg = MsgBox(message,3,title)
  611.     End Function
  612. </Script>
  613.  
  614. <!--Kunal:End-->
  615.  
  616. <SCRIPT type="text/javascript">
  617. function getForm() {
  618.     var f = window.document.mainForm;
  619.     f.command.value = "doWucPcaView";
  620.     return f;
  621. }
  622.  
  623. function addFile() {
  624.     var f = getForm();
  625.     f.doAdd.value = true;
  626.     doSubmit(f);
  627. }
  628.  
  629. function deleteFile(docReference) {
  630.     if (confirm("Delete Document\n\nAre you sure? " +
  631.                 "Delete cannot be undone.")) {
  632.     var f = getForm();
  633.     f.docReference.value = docReference;
  634.     doSubmit(f);
  635.     }
  636. }
  637.  
  638. /* Start of change made by Harpreet for Work Order’s Scheduled End Date */
  639.  
  640. /*function preSubmit() {
  641. if (confirm("You are about to send this PCA to Telstra\n\n" +
  642.             "Do you want to Continue ?" )) {
  643. var f = getForm();
  644. f.submitpca.value = true ;
  645. doSubmit(f);
  646. }
  647. }*/
  648.  
  649. function preSubmit() {
  650.     var f = getForm();
  651.     var confMsg= ("Do you want to set the WUC\'\s Scheduled End Date to this PCA\'\s Requested PC Date of "+f.pcAdj.value+" ?");
  652.     var title = 'Confirm';
  653.     test = vbMsg(confMsg, title);
  654.        
  655.     if(test == 6){
  656.         f.adjPCDateFlag.value = true;  
  657.         f.submitpca.value = true ;
  658.         f.command.value = "doWucPcaView";
  659.         doSubmit(f);
  660.     }
  661.     else if(test == 7){
  662.         f.adjPCDateFlag.value = false;
  663.         f.submitpca.value = true ;
  664.         doSubmit(f);
  665.     }
  666. }
  667. /* End of change made by Harpreet for Work Order’s Scheduled End Date */
  668.  
  669. function pcaEdit() {
  670.     var f = getForm();
  671.     f.editPca.value = true ;
  672.     doSubmit(f);
  673. }
  674. function withdrawPca() {
  675.     if (confirm("You are about to Withdraw this PCA\n\n " +
  676.                 "Do you want to Continue ?")) {
  677.     var f = getForm();
  678.     f.withdrawpca.value = true ;
  679.     doSubmit(f);
  680.     }
  681. }
  682. function viewDocs(docReference){
  683.     var f = getForm();
  684.     f.docReference.value = docReference;
  685.     f.viewDocs.value = true;
  686.     doSubmit(f);
  687. }
  688. </SCRIPT>
  689.  
  690. <TABLE border=0 cellpadding=0 cellspacing=0 width=100%>
  691. <TR><TD bgcolor=#99ccff>
  692. <TABLE cellspacing=2 cellpadding=0 border=0 width=100%>
  693. <TR><TD bgcolor=#F1F8FE>
  694.  <TABLE border=0 cellpadding=0 cellspacing=0>
  695.  <TR><TD colspan=2 height=1 bgcolor=#F1F8FE></TD>
  696.  <TD rowspan=3><IMG border=0 src='images/corner.jpg'></TD>
  697.  </TR><TR><TD><IMG border=0 width=1 height=1 src='images/whitedot.gif'></TD>
  698.  <TD class='groupboxheader'>&nbsp;&nbsp;WUC Related Details &nbsp;&nbsp;</TD></TR></TABLE>
  699.  
  700.  
  701.  
  702.  
  703. <TABLE border=0 cellpadding=0 cellspacing=3>
  704. <TR>
  705.   <TD class=label width=20%>Contract Number:</TD>
  706.   <TD width=25% class=fieldlabel>20003171</TD>
  707.   <TD class=label width=20%>Separable Portion:</TD>
  708.   <TD width=25% class=fieldlabel>30071948</TD>
  709. </TR>
  710.  
  711. <TR>
  712.   <TD class=label>Work Order:</TD>
  713.   <TD class=fieldlabel>1</TD>
  714. </TR>
  715.  
  716. <TR>
  717.   <TD class=label>Title:</TD>
  718.   <TD class=fieldlabel colspan=3>(NSW) Parramatta - Main Distribution Board LCR Automatic Transfer Switches Design & Construction P2 (PARZ) (IMC154) (44108)</TD>
  719. </TR>
  720. <TR>
  721.  <TD class=label>Description:</TD>
  722.  <TD class=fieldlabel colspan=3>(NSW) Parramatta - Main Distribution Board LCR Automatic Transfer Switches Design & Construction P2 (PARZ) (IMC154) (44108)</TD>
  723. </TR>
  724. <TR>
  725.  <TD class=label>Issue No:</TD>
  726.  <TD class=fieldlabel>2</TD>
  727.  <TD class=label>Status:</TD>
  728.  <TD class=fieldLabel>
  729.    Project Approved</TD>
  730. </TR>
  731.  
  732.  
  733. </TABLE>
  734. <!-- Divya : PBI000001666517 - 22Jun2017 release -->
  735.  
  736.  
  737.  </TD>
  738. </TR>
  739. </TABLE>
  740. </TD>
  741. </TR>
  742. </TABLE>
  743.  
  744.  
  745.     <BR>
  746.     <font color=blue>PCA Submit Request completed successfully.</font>
  747.    
  748.  
  749.  
  750. <P align=left>
  751.  
  752.  
  753. <TABLE class="table" border=0 cellspacing=1 cellpadding=0 width="100%">
  754.  
  755. <TR>
  756.  <TD class="colHeader" colspan=5>Documents associated with the PCA </TD>
  757.  <TD class="cell" align="left" valign="center" colspan=3></TD>
  758. </TR>
  759.  
  760. <TR>
  761.  <TD class="colHeader">Reference</TD>
  762.  <TD class="colHeader">Title</TD>
  763.  <TD class="colHeader">File Type</TD>
  764.  <TD class="colHeader">Issue No</TD>
  765.  <TD class="colHeader">Size(Bytes)</TD>
  766.  <TD class="colHeader">Date Registered</TD>
  767.  <TD class="colHeader">Registered By</TD>
  768.  <TD class="colHeader">View</TD>
  769. </TR>
  770.  
  771.  
  772.  
  773. <TR class="cell">
  774.  <TD class="cell">CSS-1528090864510</TD>
  775.  <TD class="cell">PCA Documentation</TD>
  776.  <TD class="cell">DOCX</TD>
  777.  <TD class="cell">1</TD>
  778.  <TD class="cell">97904</TD>
  779.  <TD class="cell">04/06/2018</TD>
  780.  <TD class="cell">ADMIN USER</TD>
  781.  <TD valign="center" nowrap>
  782.   <A HREF="javascript:showDocument('40437320', 'CSS-1528090864510')"><P ALIGN=CENTER><IMG SRC='/global/res/images/attach.gif' width=16 height=16 ALT='97904 Bytes' BORDER=0><br>CSS-1528090864510.DOCX</P></A></TD>
  783.  
  784. </TR>
  785.        
  786. </TABLE>    
  787.  
  788.  
  789. <BR>
  790.  
  791. <TABLE border=0 cellpadding=0 cellspacing=0 width=100%>
  792. <TR><TD bgcolor=#99ccff>
  793. <TABLE cellspacing=2 cellpadding=0 border=0 width=100%>
  794. <TR><TD bgcolor=#F1F8FE>
  795. <TABLE border=0 cellpadding=0 cellspacing=0>
  796. <TR><TD colspan=2 height=1 bgcolor=#F1F8FE></TD>
  797. <TD rowspan=3><IMG border=0 src='images/corner.jpg'></TD>
  798. </TR><TR><TD><IMG border=0 width=1 height=1 src='images/whitedot.gif'></TD>
  799. <TD class='groupboxheader'>&nbsp;&nbsp;PCA Details for WUC &nbsp;&nbsp;</TD></TR></TABLE>
  800. <TABLE border=0 cellpadding=0 cellspacing=3>
  801.  
  802. <TR>
  803.   <TD width=5%></TD>
  804.   <TD class="label">PCA Number:</TD>
  805.   <TD class="fieldLabel">2178190</TD>
  806.    <TD width=10%></TD>
  807.   <TD class="label">PCA Status:</TD>
  808.   <TD class="fieldLabel">
  809.   Submitted
  810.  
  811.   </TD>
  812. </TR>
  813.  
  814. <TR>
  815.  <TD width=5%></TD>
  816.  <TD class="label">PC Date Before Adjustment:</TD>
  817.  <TD class="fieldLabel">01/06/2018</TD>
  818. </TR>
  819.  
  820.  
  821. <TR>
  822.   <TD width=5%></TD>
  823.   <TD class="label">Requested PC Date:</TD>
  824.   <TD class="fieldLabel">31/10/2018</TD>
  825.   <TD width=10%></TD>
  826.   <TD class="label">Requested Time Adjustment (Days):</TD>
  827.   <TD class="fieldLabel">152</TD>
  828. </TR>
  829.  
  830.  
  831.  
  832.  
  833. <TR>
  834.   <TD width=5%></TD>
  835.   <TD class="label">Delay Reason:</TD>
  836.   <TD class="fieldLabel" colspan="4">Principal caused delay (other than a scope variation)</TD>
  837. </TR>
  838.  
  839. <TR>
  840.   <TD width=10%></TD>
  841.   <TD class="label">Description:</TD>
  842.   <TD class="fieldLabel" colspan="4">Telstra Budget Delay</TD>
  843. </TR>
  844.  
  845. <TR>
  846.   <TD width=10%></TD>
  847.   <TD class="label">Contract Clause:</TD>
  848.   <TD class="fieldLabel" colspan="4">36.3 (a)</TD>
  849. </TR>
  850.  
  851. <TR>
  852.   <TD width=5%></TD>
  853.   <TD class="label" >Date PCA Created:</TD>
  854.   <TD class="fieldLabel">04/06/2018 15:40</TD>
  855.   <TD width=10%></TD>
  856.   <TD class="label">Initiated By:</TD>
  857.  
  858.   <TD class="fieldLabel">Constructor</TD>
  859.  
  860. </TR>
  861.  
  862. <TR><!-- Addition by shishir -->
  863.   <TD width=5%></TD>
  864.   <TD class="label">Date PCA Submitted:</TD>
  865.   <TD class="fieldLabel">04/06/2018 15:41</TD>
  866.  
  867.   <TD width=10%></TD>
  868.  
  869.   <TD class="label">Date PCA Approved:</TD>
  870.  
  871.   <TD class="fieldLabel"></TD>
  872. </TR>
  873. <TR></TR>
  874. <TR></TR>
  875. <TR>
  876.    <TD></TD>
  877.    
  878.    
  879.    <TD align=left class="label" colspan="2">
  880.      Press <A HREF="javascript:withdrawPca()"><IMG SRC="/global/res/images/remove_remove.gif" width=57 height=18 onmousemove="window.status='Withdraw the PCA'" onmouseout="window.status=window.defaultStatus" ALT="Withdraw the PCA" BORDER=0></A> to Withdraw the PCA
  881.    </TD>
  882.    
  883.    <TD></TD>
  884. </TR>
  885. </TABLE>
  886.   </TD>
  887.  </TR>
  888.  </TABLE>
  889.  </TD>
  890. </TR>
  891. </TABLE>
  892.  
  893.  
  894.   </TD></TR></TABLE>
  895.   </FORM>
  896.   </TD>
  897. </TR>
  898. <TR>
  899.   <TD width=100% align=center class=footer><NOBR>
  900. | <A class=footer HREF='javascript:doCommand("doFrontPage")'  onmousemove="window.status='Home Page'" onmouseout="window.status=window.defaultStatus">Home Page</A> |<WBR>| <A class=footer HREF='javascript:doCommand("doTransmittalsInbox")'  onmousemove="window.status='My TCSS'" onmouseout="window.status=window.defaultStatus">My TCSS</A> |<WBR>| <B>Work Under Contract</B> |<WBR>| <A class=footer HREF='javascript:doCommand("doGenDocSearch")'  onmousemove="window.status='Documents'" onmouseout="window.status=window.defaultStatus">Documents</A> |<WBR>| <A class=footer HREF='javascript:doCommand("doAssetSearch")'  onmousemove="window.status='Reference Library'" onmouseout="window.status=window.defaultStatus">Reference Library</A> |<WBR>| <A class=footer HREF='javascript:doCommand("doAbout")'  onmousemove="window.status='Support'" onmouseout="window.status=window.defaultStatus">Support</A> |<WBR>| <A class=footer HREF='javascript:doLogout()'  onmousemove="window.status='Close TCSS'" onmouseout="window.status=window.defaultStatus">Close TCSS</A> |<WBR></NOBR>
  901. <BR>&nbsp;</TD>
  902. </TR>
  903. <TR>
  904.   <TD><!--begin Global Footer-->
  905. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  906.     <tr>
  907.         <td class="hd3" colspan="3"><img src="/global/images/sin.gif" width="1" height="1" alt=""></td>
  908.     </tr>
  909.     <tr>
  910.         <td rowspan="3"><img src="/global/images/sin.gif" width="10" height="1" alt=""></td>
  911.         <td rowspan="4" valign="top"><a href="http://telstra.com"><img src="/global/images/telstra_logo3.gif" width="39" height="39" alt="telstra.com" border="0"></a></td>
  912.         <td width="100%" align="center" class="hd1">
  913.         <a href="http://telstra.com/res/docs/Sitemap">Sitemap</a> |
  914.         <a href="http://www.telstra.com.au/contact/">Contact Us</a> |
  915.         <a href="http://telstra.com/res/docs/collectionstatement.asp">Privacy</a> |
  916.         <a href="http://telstra.com/res/docs/Copyright.asp">Copyright &amp; Trade mark Notice</a> |
  917.         <a href="http://telstra.com/res/docs/Terms.asp">Terms of Use</a><img src="/global/images/sin.gif" width="49" height="20" alt="" align="absmiddle"></td>
  918.     </tr>
  919.     <tr>
  920.         <td class="hd3"><img src="/global/images/sin.gif" width="1" height="1" alt=""></td>
  921.     </tr>
  922.     <tr>
  923.         <td><img src="/global/images/sin.gif" width="1" height="17"></td>
  924.     </tr>
  925.     <tr>
  926.         <td class="ft1"><img src="/global/images/sin.gif" width="1" height="1" alt=""></td>
  927.         <td class="ft1"><img src="/global/images/sin.gif" width="1" height="1" alt=""></td>
  928.     </tr>
  929. </table>
  930. <!--#include virtual="/global/javascript/footer.inc" -->
  931. <!--End Global Footer-->
  932.   </TD>
  933. </TR>
  934. </TABLE>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement