· 6 years ago · Dec 10, 2019, 08:56 PM
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3
4
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8<head>
9<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
11<meta name="ROBOTS" content="NOINDEX,NOFOLLOW">
12
13
14
15
16
17
18
19<link rel="stylesheet" type="text/css" href="/accounts/resources/css/accountPage.css">
20<link rel="stylesheet" type="text/css" href="/accounts/resources/css/account.css">
21
22
23
24
25
26
27
28
29
30
31<link rel="stylesheet" type="text/css" href='/accounts/resources/brand/corel/static/css/v2/all.css'>
32<link rel="stylesheet" type="text/css" href='/accounts/resources/brand/corel/static/css/v2/popup.css'>
33<link rel="stylesheet" type="text/css" href='/accounts/resources/brand/corel/static/css/v2/content.css'>
34<link rel="stylesheet" type="text/css" href='/accounts/resources/brand/corel/static/css/v2/shadowbox.css'>
35<link rel="stylesheet" type="text/css" href='/accounts/resources/brand/corel/static/css/v2/pagesPage.css'>
36<link rel="stylesheet" type="text/css" href='/accounts/resources/brand/corel/static/css/v2/topMenu.css'>
37
38<script type="text/javascript" src='/accounts/resources/js/function.js'></script>
39<script type="text/javascript" src='/accounts/resources/brand/corel/static/js/v2/jquery-1.4.4.min.js'></script>
40<script type="text/javascript" src='/accounts/resources/js/jquery.preload.min.js'></script>
41<script type="text/javascript" src='/accounts/resources/brand/corel/static/js/v2/main.js'></script>
42<script type="text/javascript" src='/accounts/resources/brand/corel/static/js/v2/jquery.main.js'></script>
43
44<script type="text/javascript" src='/accounts/resources/brand/corel/static/js/v2/shadowbox.js'></script>
45<link rel="stylesheet" type="text/css" href='/accounts/resources/brand/corel/static/css/v2/shadowbox.css'>
46<script type="text/javascript">
47Shadowbox.init();
48</script>
49
50<style type="text/css">
51.showInIPM{
52 display:none;
53}
54</style>
55
56<!-- Google Tag Manager -->
57<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-F8XT"
58height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
59<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
60new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
61j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
62'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
63})(window,document,'script','dataLayer','GTM-F8XT');</script>
64<!-- LiveAgent chat -->
65<script type='text/javascript' src='https://c.la2w1.salesforceliveagent.com/content/g/deployment.js'></script>
66
67<script type="text/javascript" src='/accounts/resources/brand/corel/static/master_template/yui/build/yahoo-dom-event/yahoo-dom-event.js'></script>
68<script type="text/javascript" src='/accounts/resources/brand/corel/static/master_template/yui/build/container/container_core.js'></script>
69
70<!-- Menu source file -->
71<script type="text/javascript" src='/accounts/resources/brand/corel/static/master_template/yui/build/menu/menu.js'></script>
72
73<!-- Page-specific script -->
74<script type="text/javascript">
75function onMenuBarBeforeShow() {
76 // Create a reference to the submenu's parent object
77 var oParent = this.parent;
78
79 // If the submenu's parent is an instance of MenuBarItem, then it is a first-tier submenu
80 if (oParent && oParent instanceof YAHOO.widget.MenuBarItem) {
81 this.cfg.setProperty("zindex", 10);
82 }
83}
84</script>
85
86
87<script type="text/javascript">
88var siteName = 'us';
89var brandId = 'corel';
90var domainUrl = 'http://www.coreldraw.com';
91var headerUrl = 'http://www.coreldraw.com/us/header.html';
92var footerUrl = 'http://www.coreldraw.com/us/footer.html';
93
94if(brandId == 'cdgs'){
95 domainUrl = 'http://www.coreldraw.com';
96 headerUrl = 'http://www.coreldraw.com/' + siteName + '/header.html';
97 footerUrl = 'http://www.coreldraw.com/' + siteName + '/footer.html';
98}else if(brandId == 'painter'){
99 domainUrl = 'http://www.painterartist.com';
100 headerUrl = 'http://www.painterartist.com/' + siteName + '/header.html';
101 footerUrl = 'http://www.painterartist.com/' + siteName + '/footer.html';
102}else if(brandId == 'wp'){
103 domainUrl = 'http://www.wordperfect.com';
104 headerUrl = 'http://www.wordperfect.com/' + siteName + '/header.html';
105 footerUrl = 'http://www.wordperfect.com/' + siteName + '/footer.html';
106}else if(brandId == 'corel'){
107 domainUrl = 'http://www.corel.com';
108 headerUrl = 'http://www.corel.com/include/header_v2.jsp?storeKey=us';
109 footerUrl = 'http://www.corel.com/include/footer_v2.jsp?storeKey=us';
110}else{
111 // Default url is using cdgs version
112 domainUrl = 'http://www.coreldraw.com';
113 headerUrl = 'http://www.coreldraw.com/' + siteName + '/header.html';
114 footerUrl = 'http://www.coreldraw.com/' + siteName + '/footer.html';
115}
116
117function buildHeader(){
118 /* Update flag img src */
119 var flagUrl = 'url(/accounts/resources/brand/corel/static/img/v2/flag/flagus.png)';
120 $('#header span.countrySeperatorName').css('background-image', flagUrl);
121
122 /* Update serach box icon image src */
123 var goImageSrc = '/accounts/resources/brand/corel/static/img/v2/searchBox_right.png';
124 $('#header form#cse-search-box #go').attr("src", goImageSrc);
125
126 /* Update chat image src */
127 var chatImageSrc = '/accounts/resources/static/images/chat.png';
128 $('#header div.header-holder img.chat').attr("src", chatImageSrc);
129
130 var actionUrl = domainUrl + $("#header form#cse-search-box").attr("action");
131 $("#header form#cse-search-box").attr("action", actionUrl);
132
133
134 /* Added http and domain name to relative links which starts with /siteName/, ex: /us/ */
135 $("#header a[href^='/us/']").each(function() {
136 this.href = domainUrl + this.href.replace(/^.*\/\/[^\/]+/, '');
137 });
138
139 /* Initialize country selector */
140 $("a.internationalHead").click(function(){
141 $("div.internationalBody").slideToggle(300);
142 if($('a.internationalHead').hasClass('activated')) {
143 $('a.internationalHead').removeClass("activated");
144 } else {
145 $('a.internationalHead').addClass("activated");
146 }
147 });
148
149 /* Preload image of country selector background */
150 $.preload( '/accounts/resources/brand/corel/static/img/v2/internationalDD_bg.jpg');
151
152 /* Hide sign link */
153 $("#header li.signin").hide();
154
155 /* Hide currency selector */
156 $("#header #currencyHolder").hide();
157
158
159 /*
160 Initialize and render the MenuBar when its elements are ready to be scripted.
161 */
162 YAHOO.util.Event.onContentReady("productsandservices", function () {
163 /*
164 Instantiate a MenuBar: The first argument passed to the constructor
165 is the id for the Menu element to be created, the second is an
166 object literal of configuration properties.
167 */
168 var oMenuBar = new YAHOO.widget.MenuBar("productsandservices", {
169 autosubmenudisplay: true,
170 hidedelay: 750,
171 lazyload: true });
172 /*
173 Call the "render" method with no arguments since the
174 markup for this MenuBar instance is already exists in
175 the page.
176 */
177 oMenuBar.subscribe("beforeShow", onMenuBarBeforeShow);
178 oMenuBar.render();
179 });
180}
181
182function buildFooter(){
183 initBlocksSize();
184
185 /* Update footer image src */
186 if( $.browser.msie && $.browser.version < 9 ) { // Because IE6/7/8 do not support updating img src by javascript
187 var localImgSrc = '/accounts/resources/brand/corel';
188
189 $("#footer img").each(function() {
190 var oldImgSrc = $(this).attr("src");
191 if(oldImgSrc.indexOf("/static/") == 0){
192 var $img = $(this).clone();
193 $img.attr("src", localImgSrc+oldImgSrc);
194 $(this).replaceWith($img);
195 }
196 });
197 }else{
198 $("#footer img[src^=/static/]").each(function() {
199 var localImgSrc = '/accounts/resources/brand/corel';
200 $(this).attr("src", localImgSrc+$(this).attr("src") );
201 });
202 }
203
204 /* Added http and domain name to relative links which starts with /siteName/, ex: /us/ */
205 $("#footer div.blocks a[href^='/us/']").each(function() {
206 this.href = domainUrl + this.href.replace(/^.*\/\/[^\/]+/, '');
207 });
208
209 initLightboxes();
210}
211
212function initIPMLayout(){
213 //Hide normal flow element
214 $(".hideInIPM").each(function() {
215 $(this).hide();
216 });
217
218 //Show IPM flow element
219 $(".showInIPM").each(function() {
220 $(this).show();
221 });
222
223 // Disable background image and set background color to white
224 $('body').css({
225 'background-image' : 'url()',
226 'background-color' : 'rgba(0, 0, 0, 0)'
227 });
228
229 // Set footer background color to black
230 $('.copyright').css({
231 'background-color' : '#000000'
232 });
233}
234
235
236</script>
237<link rel="stylesheet" type="text/css" href="/accounts/resources/css/container.css">
238<script type="text/javascript" src="/accounts/resources/js/yui/2.8.1/yahoo-dom-event/yahoo-dom-event.js"></script>
239<script type="text/javascript" src="/accounts/resources/js/yui/2.8.1/animation/animation-min.js"></script>
240<script type="text/javascript" src="/accounts/resources/js/yui/2.8.1/container/container-min.js"></script>
241
242
243
244
245
246<title>
247Your Subscriptions
248</title>
249
250<style type="text/css" media="all" rel="stylesheet">
251div.accountTitleDiv{
252 margin-left:10px;
253 font-family: arial;
254}
255body{
256 font-family: arial;
257}
258.clearfix:after {
259 content: ".";
260 display: block;
261 height: 0;
262 clear: both;
263 visibility: hidden;
264}
265</style>
266<script type="text/javascript">
267function divExpand(id){
268 var divId = "#"+id;
269 $(divId).show();
270}
271function divCollapse(id){
272 var divId = "#"+id;
273 $(divId).hide();
274}
275function hideInactiveLink(){
276 $("a#showInactiveListLink").hide();
277}
278function showInactiveLink(){
279 $("a#showInactiveListLink").show();
280}
281</script>
282</head>
283
284<body id="accountSubscriptionId" class="yui-skin-sam">
285
286<div class="outerContainer" align="left" >
287
288 <div id="header">
289
290
291
292
293
294
295
296
297
298
299
300
301
302<div class="header-holder">
303 <div class="logo2 hideInIPM" style="padding-top:10px">
304 <a href="http://www.corel.com/corel/?storeKey=us">
305 <img border="0" alt="Corel Logo">
306 </a>
307 </div>
308 <div class="showInIPM">
309 <strong class="logo2">
310 <img title="CorelDRAW" alt="CorelDRAW" />
311 </strong>
312 </div>
313 <div style="margin-top: 10px; float:right;">
314 <a class="accountFunctionLink" href="/accounts/saml/logout/">Sign Out</a>
315 </div>
316</div>
317
318
319
320 </div>
321
322 <div class="mainContainer" style="padding-bottom:5px;">
323 <div class="accountLeftCol">
324 <div class="accountTitleDiv">
325 <div style="width: 100%; margin-bottom: 5px; line-height: 30px;height: 30px;">
326 <img style="vertical-align:middle;" border="0" src="/accounts/resources/img/icon/icn_back_arrow.gif" />
327 <a id="accountBackLink" class="accountBackLink" href="/accounts/user/">Back to Your Account</a>
328 </div>
329
330 <div>
331 <span class="accountPageSubTitle">Your Product Status</span>
332 </div>
333
334 </div>
335
336
337
338 <script type="text/javascript">
339 function goToUrl(link){
340 location.href = link;
341 }
342 function handleSelect(passedSubscriptionProfileId){
343 var selectId = "#functionSelect_"+passedSubscriptionProfileId;
344 var selectedOption = $(selectId).find('option:selected');
345 var selectedOptionValue = selectedOption.val();
346 if(selectedOptionValue == 'updatePaymentInformation'){
347 var hrefValue = selectedOption.attr('href');
348 window.open(hrefValue, "_blank");
349 }else{
350 var hrefValue = selectedOption.attr('href');
351 location.href = hrefValue;
352 }
353 }
354 </script>
355 <!-- get active subscription profiles -->
356
357
358
359 <!-- Loop active subscription profile -->
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374<div class="accountContentDiv">
375 <table class="accountSubscriptionTable" style="table-layout:auto;">
376 <tr>
377 <td colspan="2" style="height: 37px; padding: 0px;" >
378 <div class="accountContentHD">
379 <span class="accountContentTitle">
380 CorelDRAW® Graphics Suite - Unverified status (Windows)
381 </span>
382 </div>
383 </td>
384 </tr>
385 <tr>
386 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
387 <div class="clearfix" >
388 <div class="scriptionDivLeft">
389 Start Date:
390 </div>
391 <div class="scriptionDivRight">
392 2019-07-28
393 </div>
394 </div>
395 <div id="renewalDateCol_2023034856" class="clearfix">
396 <div class="scriptionDivLeft">
397 Renewal Date:
398 </div>
399 <div class="scriptionDivRight">
400
401
402
403
404 N/A
405
406
407 </div>
408 </div>
409 <div id="cancellationDateCol_2023034856" class="clearfix">
410 <div class="scriptionDivLeft">
411 Cancelation Date:
412 </div>
413 <div class="scriptionDivRight">
414
415
416
417 <script type="text/javascript">
418 document.getElementById("cancellationDateCol_2023034856").style.display="none";
419 </script>
420
421
422 </div>
423 </div>
424
425 <div class="clearfix">
426 <div class="scriptionDivLeft">
427 Days Left:
428 </div>
429 <div class="scriptionDivRight">
430
431
432
433
434 N/A
435
436
437 </div>
438 </div>
439
440
441
442
443 <div class="clearfix">
444 <div class="scriptionDivLeft">
445 License(s):
446 </div>
447 <div class="scriptionDivRight">
448 1
449 </div>
450 </div>
451
452
453 <div class="clearfix">
454 <div class="scriptionDivLeft">
455 Installations:
456 </div>
457 <div class="scriptionDivRight">
458 0
459
460 <a href="accountManageMachines?ssProfileId=2023034856">
461 Manage
462 </a>
463 </div>
464 </div>
465
466
467 <div class="clearfix">
468 <div class="scriptionDivLeft">
469 Serial Number:
470 </div>
471
472
473 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
474
475 <div class="accSubSerial">serialserialserial1</div>
476
477 </div>
478
479
480
481 </div>
482 <div class="clearfix">
483 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
484 Status:
485 </div>
486 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
487 Active
488 </div>
489 </div>
490 </td>
491 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
492 <div class="clearfix">
493 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
494 <span>Details:</span>
495 </div>
496 <div class="scriptionDivRight" style="width: 30%;"></div>
497 </div>
498 <div class="clearfix">
499 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2023034856">
500 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
501 </div>
502 </div>
503 </td>
504 </tr>
505 <tr id="buttonSection_2023034856">
506 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
507 <select id="functionSelect_2023034856" style="margin-top:7px;">
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530<!-- Hide this becuase not ready -->
531
532 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2023034856&subscriptionid=600007&serial=&seatcount=1">
533 Redeem Code
534 </option>
535
536
537 </select>
538
539 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2023034856');">
540 <span class="largeBlueBtnLeft"></span>
541 <span class="largeBlueBtnMid" style="padding: 0px;">
542 Go
543 </span>
544 <span class="largeBlueBtnRight"></span>
545 </div>
546 </td>
547 </tr>
548 </table>
549</div>
550<script type="text/javascript">
551 if( $('#buttonSection_2023034856 option').length <1){
552 $('#buttonSection_2023034856').hide();
553 }
554</script>
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570<div class="accountContentDiv">
571 <table class="accountSubscriptionTable" style="table-layout:auto;">
572 <tr>
573 <td colspan="2" style="height: 37px; padding: 0px;" >
574 <div class="accountContentHD">
575 <span class="accountContentTitle">
576 CorelDRAW® Graphics Suite - Unverified Status
577 </span>
578 </div>
579 </td>
580 </tr>
581 <tr>
582 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
583 <div class="clearfix" >
584 <div class="scriptionDivLeft">
585 Start Date:
586 </div>
587 <div class="scriptionDivRight">
588 2019-11-05
589 </div>
590 </div>
591 <div id="renewalDateCol_2025078041" class="clearfix">
592 <div class="scriptionDivLeft">
593 Renewal Date:
594 </div>
595 <div class="scriptionDivRight">
596
597
598
599 2019-11-05
600
601
602
603 </div>
604 </div>
605 <div id="cancellationDateCol_2025078041" class="clearfix">
606 <div class="scriptionDivLeft">
607 Cancelation Date:
608 </div>
609 <div class="scriptionDivRight">
610
611
612
613 <script type="text/javascript">
614 document.getElementById("cancellationDateCol_2025078041").style.display="none";
615 </script>
616
617
618 </div>
619 </div>
620
621 <div class="clearfix">
622 <div class="scriptionDivLeft">
623 Days Left:
624 </div>
625 <div class="scriptionDivRight">
626
627
628
629 0
630
631
632
633 </div>
634 </div>
635
636
637
638
639 <div class="clearfix">
640 <div class="scriptionDivLeft">
641 License(s):
642 </div>
643 <div class="scriptionDivRight">
644 1
645 </div>
646 </div>
647
648
649 <div class="clearfix">
650 <div class="scriptionDivLeft">
651 Installations:
652 </div>
653 <div class="scriptionDivRight">
654 0
655
656 <a href="accountManageMachines?ssProfileId=2025078041">
657 Manage
658 </a>
659 </div>
660 </div>
661
662
663 <div class="clearfix">
664 <div class="scriptionDivLeft">
665 Serial Number:
666 </div>
667
668
669 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
670
671 <div class="accSubSerial">serialserialserial2</div>
672
673 </div>
674
675
676
677 </div>
678 <div class="clearfix">
679 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
680 Status:
681 </div>
682 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
683 Expired
684 </div>
685 </div>
686 </td>
687 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
688 <div class="clearfix">
689 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
690 <span>Details:</span>
691 </div>
692 <div class="scriptionDivRight" style="width: 30%;"></div>
693 </div>
694 <div class="clearfix">
695 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2025078041">
696 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
697 </div>
698 </div>
699 </td>
700 </tr>
701 <tr id="buttonSection_2025078041">
702 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
703 <select id="functionSelect_2025078041" style="margin-top:7px;">
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726<!-- Hide this becuase not ready -->
727
728 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2025078041&subscriptionid=600008&serial=&seatcount=1">
729 Redeem Code
730 </option>
731
732
733 </select>
734
735 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2025078041');">
736 <span class="largeBlueBtnLeft"></span>
737 <span class="largeBlueBtnMid" style="padding: 0px;">
738 Go
739 </span>
740 <span class="largeBlueBtnRight"></span>
741 </div>
742 </td>
743 </tr>
744 </table>
745</div>
746<script type="text/javascript">
747 if( $('#buttonSection_2025078041 option').length <1){
748 $('#buttonSection_2025078041').hide();
749 }
750</script>
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766<div class="accountContentDiv">
767 <table class="accountSubscriptionTable" style="table-layout:auto;">
768 <tr>
769 <td colspan="2" style="height: 37px; padding: 0px;" >
770 <div class="accountContentHD">
771 <span class="accountContentTitle">
772 CorelDRAW® Graphics Suite - Authenticated Trial (Windows)
773 </span>
774 </div>
775 </td>
776 </tr>
777 <tr>
778 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
779 <div class="clearfix" >
780 <div class="scriptionDivLeft">
781 Start Date:
782 </div>
783 <div class="scriptionDivRight">
784 2019-03-10
785 </div>
786 </div>
787 <div id="renewalDateCol_2019657332" class="clearfix">
788 <div class="scriptionDivLeft">
789 Renewal Date:
790 </div>
791 <div class="scriptionDivRight">
792
793
794
795 2019-03-25
796
797
798
799 </div>
800 </div>
801 <div id="cancellationDateCol_2019657332" class="clearfix">
802 <div class="scriptionDivLeft">
803 Cancelation Date:
804 </div>
805 <div class="scriptionDivRight">
806
807
808
809 <script type="text/javascript">
810 document.getElementById("cancellationDateCol_2019657332").style.display="none";
811 </script>
812
813
814 </div>
815 </div>
816
817 <div class="clearfix">
818 <div class="scriptionDivLeft">
819 Days Left:
820 </div>
821 <div class="scriptionDivRight">
822
823
824
825 0
826
827
828
829 </div>
830 </div>
831
832
833
834
835 <div class="clearfix">
836 <div class="scriptionDivLeft">
837 License(s):
838 </div>
839 <div class="scriptionDivRight">
840 1
841 </div>
842 </div>
843
844
845 <div class="clearfix">
846 <div class="scriptionDivLeft">
847 Installations:
848 </div>
849 <div class="scriptionDivRight">
850 0
851
852 <a href="accountManageMachines?ssProfileId=2019657332">
853 Manage
854 </a>
855 </div>
856 </div>
857
858
859 <div class="clearfix">
860 <div class="scriptionDivLeft">
861 Serial Number:
862 </div>
863
864
865 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
866
867 <div class="accSubSerial">serialserialserial3</div>
868
869 </div>
870
871
872
873 </div>
874 <div class="clearfix">
875 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
876 Status:
877 </div>
878 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
879 Expired
880 </div>
881 </div>
882 </td>
883 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
884 <div class="clearfix">
885 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
886 <span>Details:</span>
887 </div>
888 <div class="scriptionDivRight" style="width: 30%;"></div>
889 </div>
890 <div class="clearfix">
891 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2019657332">
892 <p style=line-height:1.2em>While active, your trial offers free access to all products included in CorelDRAW Graphics Suite. As a trial user, you must be signed in to save your work. Once your trial expires, the product will switch to viewer mode.<br><br>Purchase a full license or subscription to CorelDRAW Graphics Suite today. </p>
893 </div>
894 </div>
895 </td>
896 </tr>
897 <tr id="buttonSection_2019657332">
898 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
899 <select id="functionSelect_2019657332" style="margin-top:7px;">
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922<!-- Hide this becuase not ready -->
923
924 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2019657332&subscriptionid=1700100&serial=&seatcount=1">
925 Redeem Code
926 </option>
927
928
929 </select>
930
931 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2019657332');">
932 <span class="largeBlueBtnLeft"></span>
933 <span class="largeBlueBtnMid" style="padding: 0px;">
934 Go
935 </span>
936 <span class="largeBlueBtnRight"></span>
937 </div>
938 </td>
939 </tr>
940 </table>
941</div>
942<script type="text/javascript">
943 if( $('#buttonSection_2019657332 option').length <1){
944 $('#buttonSection_2019657332').hide();
945 }
946</script>
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962<div class="accountContentDiv">
963 <table class="accountSubscriptionTable" style="table-layout:auto;">
964 <tr>
965 <td colspan="2" style="height: 37px; padding: 0px;" >
966 <div class="accountContentHD">
967 <span class="accountContentTitle">
968 CorelDRAW® Graphics Suite - Unverified Status
969 </span>
970 </div>
971 </td>
972 </tr>
973 <tr>
974 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
975 <div class="clearfix" >
976 <div class="scriptionDivLeft">
977 Start Date:
978 </div>
979 <div class="scriptionDivRight">
980 2018-04-20
981 </div>
982 </div>
983 <div id="renewalDateCol_2013737819" class="clearfix">
984 <div class="scriptionDivLeft">
985 Renewal Date:
986 </div>
987 <div class="scriptionDivRight">
988
989
990
991 2018-04-20
992
993
994
995 </div>
996 </div>
997 <div id="cancellationDateCol_2013737819" class="clearfix">
998 <div class="scriptionDivLeft">
999 Cancelation Date:
1000 </div>
1001 <div class="scriptionDivRight">
1002
1003
1004
1005 <script type="text/javascript">
1006 document.getElementById("cancellationDateCol_2013737819").style.display="none";
1007 </script>
1008
1009
1010 </div>
1011 </div>
1012
1013 <div class="clearfix">
1014 <div class="scriptionDivLeft">
1015 Days Left:
1016 </div>
1017 <div class="scriptionDivRight">
1018
1019
1020
1021 0
1022
1023
1024
1025 </div>
1026 </div>
1027
1028
1029
1030
1031 <div class="clearfix">
1032 <div class="scriptionDivLeft">
1033 License(s):
1034 </div>
1035 <div class="scriptionDivRight">
1036 1
1037 </div>
1038 </div>
1039
1040
1041 <div class="clearfix">
1042 <div class="scriptionDivLeft">
1043 Installations:
1044 </div>
1045 <div class="scriptionDivRight">
1046 0
1047
1048 <a href="accountManageMachines?ssProfileId=2013737819">
1049 Manage
1050 </a>
1051 </div>
1052 </div>
1053
1054
1055 <div class="clearfix">
1056 <div class="scriptionDivLeft">
1057 Serial Number:
1058 </div>
1059
1060
1061 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
1062
1063 <div class="accSubSerial">serialserialserial4</div>
1064
1065 </div>
1066
1067
1068
1069 </div>
1070 <div class="clearfix">
1071 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
1072 Status:
1073 </div>
1074 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
1075 Expired
1076 </div>
1077 </div>
1078 </td>
1079 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
1080 <div class="clearfix">
1081 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
1082 <span>Details:</span>
1083 </div>
1084 <div class="scriptionDivRight" style="width: 30%;"></div>
1085 </div>
1086 <div class="clearfix">
1087 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2013737819">
1088 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
1089 </div>
1090 </div>
1091 </td>
1092 </tr>
1093 <tr id="buttonSection_2013737819">
1094 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
1095 <select id="functionSelect_2013737819" style="margin-top:7px;">
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118<!-- Hide this becuase not ready -->
1119
1120 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2013737819&subscriptionid=600008&serial=&seatcount=1">
1121 Redeem Code
1122 </option>
1123
1124
1125 </select>
1126
1127 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2013737819');">
1128 <span class="largeBlueBtnLeft"></span>
1129 <span class="largeBlueBtnMid" style="padding: 0px;">
1130 Go
1131 </span>
1132 <span class="largeBlueBtnRight"></span>
1133 </div>
1134 </td>
1135 </tr>
1136 </table>
1137</div>
1138<script type="text/javascript">
1139 if( $('#buttonSection_2013737819 option').length <1){
1140 $('#buttonSection_2013737819').hide();
1141 }
1142</script>
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158<div class="accountContentDiv">
1159 <table class="accountSubscriptionTable" style="table-layout:auto;">
1160 <tr>
1161 <td colspan="2" style="height: 37px; padding: 0px;" >
1162 <div class="accountContentHD">
1163 <span class="accountContentTitle">
1164 CorelDRAW® Graphics Suite - Unverified Status
1165 </span>
1166 </div>
1167 </td>
1168 </tr>
1169 <tr>
1170 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
1171 <div class="clearfix" >
1172 <div class="scriptionDivLeft">
1173 Start Date:
1174 </div>
1175 <div class="scriptionDivRight">
1176 2018-04-04
1177 </div>
1178 </div>
1179 <div id="renewalDateCol_2013447262" class="clearfix">
1180 <div class="scriptionDivLeft">
1181 Renewal Date:
1182 </div>
1183 <div class="scriptionDivRight">
1184
1185
1186
1187 2018-04-04
1188
1189
1190
1191 </div>
1192 </div>
1193 <div id="cancellationDateCol_2013447262" class="clearfix">
1194 <div class="scriptionDivLeft">
1195 Cancelation Date:
1196 </div>
1197 <div class="scriptionDivRight">
1198
1199
1200
1201 <script type="text/javascript">
1202 document.getElementById("cancellationDateCol_2013447262").style.display="none";
1203 </script>
1204
1205
1206 </div>
1207 </div>
1208
1209 <div class="clearfix">
1210 <div class="scriptionDivLeft">
1211 Days Left:
1212 </div>
1213 <div class="scriptionDivRight">
1214
1215
1216
1217 0
1218
1219
1220
1221 </div>
1222 </div>
1223
1224
1225
1226
1227 <div class="clearfix">
1228 <div class="scriptionDivLeft">
1229 License(s):
1230 </div>
1231 <div class="scriptionDivRight">
1232 1
1233 </div>
1234 </div>
1235
1236
1237 <div class="clearfix">
1238 <div class="scriptionDivLeft">
1239 Installations:
1240 </div>
1241 <div class="scriptionDivRight">
1242 0
1243
1244 <a href="accountManageMachines?ssProfileId=2013447262">
1245 Manage
1246 </a>
1247 </div>
1248 </div>
1249
1250
1251 <div class="clearfix">
1252 <div class="scriptionDivLeft">
1253 Serial Number:
1254 </div>
1255
1256
1257 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
1258
1259 <div class="accSubSerial">serialserialserial5</div>
1260
1261 </div>
1262
1263
1264
1265 </div>
1266 <div class="clearfix">
1267 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
1268 Status:
1269 </div>
1270 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
1271 Expired
1272 </div>
1273 </div>
1274 </td>
1275 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
1276 <div class="clearfix">
1277 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
1278 <span>Details:</span>
1279 </div>
1280 <div class="scriptionDivRight" style="width: 30%;"></div>
1281 </div>
1282 <div class="clearfix">
1283 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2013447262">
1284 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
1285 </div>
1286 </div>
1287 </td>
1288 </tr>
1289 <tr id="buttonSection_2013447262">
1290 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
1291 <select id="functionSelect_2013447262" style="margin-top:7px;">
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314<!-- Hide this becuase not ready -->
1315
1316 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2013447262&subscriptionid=600008&serial=&seatcount=1">
1317 Redeem Code
1318 </option>
1319
1320
1321 </select>
1322
1323 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2013447262');">
1324 <span class="largeBlueBtnLeft"></span>
1325 <span class="largeBlueBtnMid" style="padding: 0px;">
1326 Go
1327 </span>
1328 <span class="largeBlueBtnRight"></span>
1329 </div>
1330 </td>
1331 </tr>
1332 </table>
1333</div>
1334<script type="text/javascript">
1335 if( $('#buttonSection_2013447262 option').length <1){
1336 $('#buttonSection_2013447262').hide();
1337 }
1338</script>
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354<div class="accountContentDiv">
1355 <table class="accountSubscriptionTable" style="table-layout:auto;">
1356 <tr>
1357 <td colspan="2" style="height: 37px; padding: 0px;" >
1358 <div class="accountContentHD">
1359 <span class="accountContentTitle">
1360 CorelDRAW® Graphics Suite - Unverified Status
1361 </span>
1362 </div>
1363 </td>
1364 </tr>
1365 <tr>
1366 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
1367 <div class="clearfix" >
1368 <div class="scriptionDivLeft">
1369 Start Date:
1370 </div>
1371 <div class="scriptionDivRight">
1372 2018-04-04
1373 </div>
1374 </div>
1375 <div id="renewalDateCol_2013430575" class="clearfix">
1376 <div class="scriptionDivLeft">
1377 Renewal Date:
1378 </div>
1379 <div class="scriptionDivRight">
1380
1381
1382
1383 2018-04-04
1384
1385
1386
1387 </div>
1388 </div>
1389 <div id="cancellationDateCol_2013430575" class="clearfix">
1390 <div class="scriptionDivLeft">
1391 Cancelation Date:
1392 </div>
1393 <div class="scriptionDivRight">
1394
1395
1396
1397 <script type="text/javascript">
1398 document.getElementById("cancellationDateCol_2013430575").style.display="none";
1399 </script>
1400
1401
1402 </div>
1403 </div>
1404
1405 <div class="clearfix">
1406 <div class="scriptionDivLeft">
1407 Days Left:
1408 </div>
1409 <div class="scriptionDivRight">
1410
1411
1412
1413 0
1414
1415
1416
1417 </div>
1418 </div>
1419
1420
1421
1422
1423 <div class="clearfix">
1424 <div class="scriptionDivLeft">
1425 License(s):
1426 </div>
1427 <div class="scriptionDivRight">
1428 1
1429 </div>
1430 </div>
1431
1432
1433 <div class="clearfix">
1434 <div class="scriptionDivLeft">
1435 Installations:
1436 </div>
1437 <div class="scriptionDivRight">
1438 0
1439
1440 <a href="accountManageMachines?ssProfileId=2013430575">
1441 Manage
1442 </a>
1443 </div>
1444 </div>
1445
1446
1447 <div class="clearfix">
1448 <div class="scriptionDivLeft">
1449 Serial Number:
1450 </div>
1451
1452
1453 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
1454
1455 <div class="accSubSerial">serialserialserial6</div>
1456
1457 </div>
1458
1459
1460
1461 </div>
1462 <div class="clearfix">
1463 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
1464 Status:
1465 </div>
1466 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
1467 Expired
1468 </div>
1469 </div>
1470 </td>
1471 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
1472 <div class="clearfix">
1473 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
1474 <span>Details:</span>
1475 </div>
1476 <div class="scriptionDivRight" style="width: 30%;"></div>
1477 </div>
1478 <div class="clearfix">
1479 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2013430575">
1480 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
1481 </div>
1482 </div>
1483 </td>
1484 </tr>
1485 <tr id="buttonSection_2013430575">
1486 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
1487 <select id="functionSelect_2013430575" style="margin-top:7px;">
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510<!-- Hide this becuase not ready -->
1511
1512 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2013430575&subscriptionid=600008&serial=&seatcount=1">
1513 Redeem Code
1514 </option>
1515
1516
1517 </select>
1518
1519 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2013430575');">
1520 <span class="largeBlueBtnLeft"></span>
1521 <span class="largeBlueBtnMid" style="padding: 0px;">
1522 Go
1523 </span>
1524 <span class="largeBlueBtnRight"></span>
1525 </div>
1526 </td>
1527 </tr>
1528 </table>
1529</div>
1530<script type="text/javascript">
1531 if( $('#buttonSection_2013430575 option').length <1){
1532 $('#buttonSection_2013430575').hide();
1533 }
1534</script>
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550<div class="accountContentDiv">
1551 <table class="accountSubscriptionTable" style="table-layout:auto;">
1552 <tr>
1553 <td colspan="2" style="height: 37px; padding: 0px;" >
1554 <div class="accountContentHD">
1555 <span class="accountContentTitle">
1556 CorelDRAW® Graphics Suite - Unverified Status
1557 </span>
1558 </div>
1559 </td>
1560 </tr>
1561 <tr>
1562 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
1563 <div class="clearfix" >
1564 <div class="scriptionDivLeft">
1565 Start Date:
1566 </div>
1567 <div class="scriptionDivRight">
1568 2017-10-29
1569 </div>
1570 </div>
1571 <div id="renewalDateCol_2010700568" class="clearfix">
1572 <div class="scriptionDivLeft">
1573 Renewal Date:
1574 </div>
1575 <div class="scriptionDivRight">
1576
1577
1578
1579 2017-10-29
1580
1581
1582
1583 </div>
1584 </div>
1585 <div id="cancellationDateCol_2010700568" class="clearfix">
1586 <div class="scriptionDivLeft">
1587 Cancelation Date:
1588 </div>
1589 <div class="scriptionDivRight">
1590
1591
1592
1593 <script type="text/javascript">
1594 document.getElementById("cancellationDateCol_2010700568").style.display="none";
1595 </script>
1596
1597
1598 </div>
1599 </div>
1600
1601 <div class="clearfix">
1602 <div class="scriptionDivLeft">
1603 Days Left:
1604 </div>
1605 <div class="scriptionDivRight">
1606
1607
1608
1609 0
1610
1611
1612
1613 </div>
1614 </div>
1615
1616
1617
1618
1619 <div class="clearfix">
1620 <div class="scriptionDivLeft">
1621 License(s):
1622 </div>
1623 <div class="scriptionDivRight">
1624 1
1625 </div>
1626 </div>
1627
1628
1629 <div class="clearfix">
1630 <div class="scriptionDivLeft">
1631 Installations:
1632 </div>
1633 <div class="scriptionDivRight">
1634 0
1635
1636 <a href="accountManageMachines?ssProfileId=2010700568">
1637 Manage
1638 </a>
1639 </div>
1640 </div>
1641
1642
1643 <div class="clearfix">
1644 <div class="scriptionDivLeft">
1645 Serial Number:
1646 </div>
1647
1648
1649 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
1650
1651 <div class="accSubSerial">serialserialserial7</div>
1652
1653 </div>
1654
1655
1656
1657 </div>
1658 <div class="clearfix">
1659 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
1660 Status:
1661 </div>
1662 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
1663 Expired
1664 </div>
1665 </div>
1666 </td>
1667 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
1668 <div class="clearfix">
1669 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
1670 <span>Details:</span>
1671 </div>
1672 <div class="scriptionDivRight" style="width: 30%;"></div>
1673 </div>
1674 <div class="clearfix">
1675 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2010700568">
1676 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
1677 </div>
1678 </div>
1679 </td>
1680 </tr>
1681 <tr id="buttonSection_2010700568">
1682 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
1683 <select id="functionSelect_2010700568" style="margin-top:7px;">
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706<!-- Hide this becuase not ready -->
1707
1708 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2010700568&subscriptionid=600008&serial=&seatcount=1">
1709 Redeem Code
1710 </option>
1711
1712
1713 </select>
1714
1715 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2010700568');">
1716 <span class="largeBlueBtnLeft"></span>
1717 <span class="largeBlueBtnMid" style="padding: 0px;">
1718 Go
1719 </span>
1720 <span class="largeBlueBtnRight"></span>
1721 </div>
1722 </td>
1723 </tr>
1724 </table>
1725</div>
1726<script type="text/javascript">
1727 if( $('#buttonSection_2010700568 option').length <1){
1728 $('#buttonSection_2010700568').hide();
1729 }
1730</script>
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746<div class="accountContentDiv">
1747 <table class="accountSubscriptionTable" style="table-layout:auto;">
1748 <tr>
1749 <td colspan="2" style="height: 37px; padding: 0px;" >
1750 <div class="accountContentHD">
1751 <span class="accountContentTitle">
1752 CorelDRAW® Graphics Suite - Unverified Status
1753 </span>
1754 </div>
1755 </td>
1756 </tr>
1757 <tr>
1758 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
1759 <div class="clearfix" >
1760 <div class="scriptionDivLeft">
1761 Start Date:
1762 </div>
1763 <div class="scriptionDivRight">
1764 2017-05-02
1765 </div>
1766 </div>
1767 <div id="renewalDateCol_2007390613" class="clearfix">
1768 <div class="scriptionDivLeft">
1769 Renewal Date:
1770 </div>
1771 <div class="scriptionDivRight">
1772
1773
1774
1775 2017-05-02
1776
1777
1778
1779 </div>
1780 </div>
1781 <div id="cancellationDateCol_2007390613" class="clearfix">
1782 <div class="scriptionDivLeft">
1783 Cancelation Date:
1784 </div>
1785 <div class="scriptionDivRight">
1786
1787
1788
1789 <script type="text/javascript">
1790 document.getElementById("cancellationDateCol_2007390613").style.display="none";
1791 </script>
1792
1793
1794 </div>
1795 </div>
1796
1797 <div class="clearfix">
1798 <div class="scriptionDivLeft">
1799 Days Left:
1800 </div>
1801 <div class="scriptionDivRight">
1802
1803
1804
1805 0
1806
1807
1808
1809 </div>
1810 </div>
1811
1812
1813
1814
1815 <div class="clearfix">
1816 <div class="scriptionDivLeft">
1817 License(s):
1818 </div>
1819 <div class="scriptionDivRight">
1820 1
1821 </div>
1822 </div>
1823
1824
1825 <div class="clearfix">
1826 <div class="scriptionDivLeft">
1827 Installations:
1828 </div>
1829 <div class="scriptionDivRight">
1830 0
1831
1832 <a href="accountManageMachines?ssProfileId=2007390613">
1833 Manage
1834 </a>
1835 </div>
1836 </div>
1837
1838
1839 <div class="clearfix">
1840 <div class="scriptionDivLeft">
1841 Serial Number:
1842 </div>
1843
1844
1845 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
1846
1847 <div class="accSubSerial">serialserialserial8</div>
1848
1849 </div>
1850
1851
1852
1853 </div>
1854 <div class="clearfix">
1855 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
1856 Status:
1857 </div>
1858 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
1859 Expired
1860 </div>
1861 </div>
1862 </td>
1863 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
1864 <div class="clearfix">
1865 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
1866 <span>Details:</span>
1867 </div>
1868 <div class="scriptionDivRight" style="width: 30%;"></div>
1869 </div>
1870 <div class="clearfix">
1871 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2007390613">
1872 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
1873 </div>
1874 </div>
1875 </td>
1876 </tr>
1877 <tr id="buttonSection_2007390613">
1878 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
1879 <select id="functionSelect_2007390613" style="margin-top:7px;">
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902<!-- Hide this becuase not ready -->
1903
1904 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2007390613&subscriptionid=600008&serial=&seatcount=1">
1905 Redeem Code
1906 </option>
1907
1908
1909 </select>
1910
1911 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2007390613');">
1912 <span class="largeBlueBtnLeft"></span>
1913 <span class="largeBlueBtnMid" style="padding: 0px;">
1914 Go
1915 </span>
1916 <span class="largeBlueBtnRight"></span>
1917 </div>
1918 </td>
1919 </tr>
1920 </table>
1921</div>
1922<script type="text/javascript">
1923 if( $('#buttonSection_2007390613 option').length <1){
1924 $('#buttonSection_2007390613').hide();
1925 }
1926</script>
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942<div class="accountContentDiv">
1943 <table class="accountSubscriptionTable" style="table-layout:auto;">
1944 <tr>
1945 <td colspan="2" style="height: 37px; padding: 0px;" >
1946 <div class="accountContentHD">
1947 <span class="accountContentTitle">
1948 CorelDRAW® Graphics Suite - Unverified Status
1949 </span>
1950 </div>
1951 </td>
1952 </tr>
1953 <tr>
1954 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
1955 <div class="clearfix" >
1956 <div class="scriptionDivLeft">
1957 Start Date:
1958 </div>
1959 <div class="scriptionDivRight">
1960 2013-06-19
1961 </div>
1962 </div>
1963 <div id="renewalDateCol_56110284" class="clearfix">
1964 <div class="scriptionDivLeft">
1965 Renewal Date:
1966 </div>
1967 <div class="scriptionDivRight">
1968
1969
1970
1971 2013-06-19
1972
1973
1974
1975 </div>
1976 </div>
1977 <div id="cancellationDateCol_56110284" class="clearfix">
1978 <div class="scriptionDivLeft">
1979 Cancelation Date:
1980 </div>
1981 <div class="scriptionDivRight">
1982
1983
1984
1985 <script type="text/javascript">
1986 document.getElementById("cancellationDateCol_56110284").style.display="none";
1987 </script>
1988
1989
1990 </div>
1991 </div>
1992
1993 <div class="clearfix">
1994 <div class="scriptionDivLeft">
1995 Days Left:
1996 </div>
1997 <div class="scriptionDivRight">
1998
1999
2000
2001 0
2002
2003
2004
2005 </div>
2006 </div>
2007
2008
2009
2010
2011 <div class="clearfix">
2012 <div class="scriptionDivLeft">
2013 License(s):
2014 </div>
2015 <div class="scriptionDivRight">
2016 1
2017 </div>
2018 </div>
2019
2020
2021 <div class="clearfix">
2022 <div class="scriptionDivLeft">
2023 Installations:
2024 </div>
2025 <div class="scriptionDivRight">
2026 0
2027
2028 <a href="accountManageMachines?ssProfileId=56110284">
2029 Manage
2030 </a>
2031 </div>
2032 </div>
2033
2034
2035 <div class="clearfix">
2036 <div class="scriptionDivLeft">
2037 Serial Number:
2038 </div>
2039
2040
2041 <div class="scriptionDivRight clearfix" style="width:auto;padding-left:22%;">
2042
2043 <div class="accSubSerial">serialserialserial9-1</div>
2044
2045 <div class="accSubSerial">serialserialserial9-2</div>
2046
2047 </div>
2048
2049
2050
2051 </div>
2052 <div class="clearfix">
2053 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
2054 Status:
2055 </div>
2056 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
2057 Expired
2058 </div>
2059 </div>
2060 </td>
2061 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
2062 <div class="clearfix">
2063 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
2064 <span>Details:</span>
2065 </div>
2066 <div class="scriptionDivRight" style="width: 30%;"></div>
2067 </div>
2068 <div class="clearfix">
2069 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_56110284">
2070 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
2071 </div>
2072 </div>
2073 </td>
2074 </tr>
2075 <tr id="buttonSection_56110284">
2076 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
2077 <select id="functionSelect_56110284" style="margin-top:7px;">
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100<!-- Hide this becuase not ready -->
2101
2102 <option value="redeemCode" href="entercode?wf=redeem&prosubid=56110284&subscriptionid=600008&serial=&seatcount=1">
2103 Redeem Code
2104 </option>
2105
2106
2107 </select>
2108
2109 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('56110284');">
2110 <span class="largeBlueBtnLeft"></span>
2111 <span class="largeBlueBtnMid" style="padding: 0px;">
2112 Go
2113 </span>
2114 <span class="largeBlueBtnRight"></span>
2115 </div>
2116 </td>
2117 </tr>
2118 </table>
2119</div>
2120<script type="text/javascript">
2121 if( $('#buttonSection_56110284 option').length <1){
2122 $('#buttonSection_56110284').hide();
2123 }
2124</script>
2125
2126
2127
2128
2129
2130 <!-- get in-active subscription profiles -->
2131
2132
2133
2134 <a id="showInactiveListLink" href="#showInactiveListLink" onclick="divExpand('inactiveList');hideInactiveLink();createCookie('showInactiveListFlag', 'true');">
2135 Show inactive subscriptions
2136 </a>
2137 <div id="inactiveList" style="display: none;">
2138 <!-- Loop active subscription profile -->
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153<div class="accountContentDiv">
2154 <table class="accountSubscriptionTable" style="table-layout:auto;">
2155 <tr>
2156 <td colspan="2" style="height: 37px; padding: 0px;" >
2157 <div class="accountContentHD">
2158 <span class="accountContentTitle">
2159 CorelDRAW® Graphics Suite - Unverified status (Windows)
2160 </span>
2161 </div>
2162 </td>
2163 </tr>
2164 <tr>
2165 <td valign="top" class="accountSubscriptionTd" style="width: 40%; padding: 5px 0px 0px 0px; border-width: 0px;">
2166 <div class="clearfix" >
2167 <div class="scriptionDivLeft">
2168 Start Date:
2169 </div>
2170 <div class="scriptionDivRight">
2171 2019-11-07
2172 </div>
2173 </div>
2174 <div id="renewalDateCol_2025078004" class="clearfix">
2175 <div class="scriptionDivLeft">
2176 Renewal Date:
2177 </div>
2178 <div class="scriptionDivRight">
2179
2180
2181
2182
2183 N/A
2184
2185
2186 </div>
2187 </div>
2188 <div id="cancellationDateCol_2025078004" class="clearfix">
2189 <div class="scriptionDivLeft">
2190 Cancelation Date:
2191 </div>
2192 <div class="scriptionDivRight">
2193
2194
2195
2196 2019-11-07
2197
2198
2199 <script type="text/javascript">
2200 document.getElementById("renewalDateCol_2025078004").style.display="none";
2201 </script>
2202
2203
2204
2205 </div>
2206 </div>
2207
2208 <div class="clearfix">
2209 <div class="scriptionDivLeft">
2210 Days Left:
2211 </div>
2212 <div class="scriptionDivRight">
2213
2214
2215
2216
2217 N/A
2218
2219
2220 </div>
2221 </div>
2222
2223
2224
2225
2226 <div class="clearfix">
2227 <div class="scriptionDivLeft">
2228 License(s):
2229 </div>
2230 <div class="scriptionDivRight">
2231 1
2232 </div>
2233 </div>
2234
2235
2236
2237 <div class="clearfix">
2238 <div class="scriptionDivLeft">
2239 Serial Number:
2240 </div>
2241
2242
2243
2244 <div class="scriptionDivRight clearfix" style="height:18px;">
2245 N/A
2246 </div>
2247
2248
2249 </div>
2250 <div class="clearfix">
2251 <div class="scriptionDivLeft" style="height: 30px; padding-top: 10px;">
2252 Status:
2253 </div>
2254 <div class="scriptionDivRight" style="height: 30px; padding-top: 10px;">
2255 Cancelled
2256 </div>
2257 </div>
2258 </td>
2259 <td valign="top" class="accountSubscriptionTd" style="padding: 5px 0px 0px 20px; border-width: 0px 0px 0px 1px;">
2260 <div class="clearfix">
2261 <div class="scriptionDivLeft textAlignLeft" style="width: 60%;">
2262 <span>Details:</span>
2263 </div>
2264 <div class="scriptionDivRight" style="width: 30%;"></div>
2265 </div>
2266 <div class="clearfix">
2267 <div class="scriptionDivRight" style="width: 100%;padding-left: 0px;height:auto;" id="descriptionDiv_2025078004">
2268 <p style=line-height:1.2em>We were unable to verify your product status. As a result, you will not be able to access future product updates and take full advantage of online content. For assistance, please contact Corel Support at <a href=https://www.coreldraw.com/authenticationsupport>www.coreldraw.com/authenticationsupport</a>. </p>
2269 </div>
2270 </div>
2271 </td>
2272 </tr>
2273 <tr id="buttonSection_2025078004">
2274 <td colspan="2" style="height: 30px; padding-left: 10px; padding-top: 5px;border: 1px solid #E9EBE6; border-width: 1px 0px 0px;" align="right" >
2275 <select id="functionSelect_2025078004" style="margin-top:7px;">
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294<!-- Hide this becuase not ready -->
2295
2296 <option value="redeemCode" href="entercode?wf=redeem&prosubid=2025078004&subscriptionid=600007&serial=&seatcount=1">
2297 Redeem Code
2298 </option>
2299
2300
2301 </select>
2302
2303 <div class="largeBlueBtn" style="float: right;margin-left: 10px; margin-right: 10px;" onClick="handleSelect('2025078004');">
2304 <span class="largeBlueBtnLeft"></span>
2305 <span class="largeBlueBtnMid" style="padding: 0px;">
2306 Go
2307 </span>
2308 <span class="largeBlueBtnRight"></span>
2309 </div>
2310 </td>
2311 </tr>
2312 </table>
2313</div>
2314<script type="text/javascript">
2315 if( $('#buttonSection_2025078004 option').length <1){
2316 $('#buttonSection_2025078004').hide();
2317 }
2318</script>
2319
2320
2321
2322
2323
2324 <a id="hideInactiveListLink" href="#hideInactiveListLink" onclick="divCollapse('inactiveList');showInactiveLink();createCookie('showInactiveListFlag', 'false');" >
2325 Hide inactive subscriptions
2326 </a>
2327 </div>
2328
2329
2330
2331
2332
2333
2334 <!-- page number div -->
2335 <div class="accountContentDiv">
2336
2337
2338
2339 </div>
2340 </div>
2341
2342 <div style="padding: 0 0 0 20px">
2343 <div>
2344
2345 <div style="display:inline; white-space:nowrap; color:#000000">
2346 Profile ID:
2347 </div>
2348 <div id="block-inline" style="display:inline-block">
2349 <b style="padding-right:2px">DF862977645A193CE0430A02E60AF8B5</b>
2350 </div>
2351 <div style="display:inline; padding-left:2px">
2352 <img src="/accounts/resources/img/icon/Qicon.gif" name="" style="border-width:10px" id="guidImageId">
2353 </div>
2354
2355 </div>
2356 </div>
2357 </div>
2358
2359
2360 <div id="footer">
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375<div class="copyright" style="background-color:#000000;">
2376 <span style="float:left;" id="copyrightSpan">
2377
2378
2379
2380
2381 Copyright © 2019 Corel Corporation. <a target='_blank' href='http://www.corel.com/corel/pages/index.jsp?pgid=800325&storeKey='>Terms of Use</a> | <a target='_blank' href='http://www.corel.com/corel/pages/index.jsp?pgid=800337&storeKey='>Privacy</a>
2382 </span>
2383 <div class="back-to-top floatR">
2384 <a href="#header">Back to top</a>
2385 </div>
2386</div>
2387
2388<script type="text/javascript" language="javascript">
2389 addStoreKeytoFooterPrivacyPolicy("us");
2390</script>
2391
2392
2393<!--
2394--------- Accounts Build Number: 205 -----------
2395-->
2396 </div>
2397
2398</div>
2399
2400 <!-- cancel auto renewal form -->
2401
2402
2403 <script type="text/javascript">
2404 function showUpdate(ssProfileId, originRenewType) {
2405 var selectIdName = 'renewType_' + ssProfileId;
2406 var renewType = $('#' + selectIdName +' :selected').text().trim();
2407
2408 var divIdName = 'updateRenewTypeDiv_' + ssProfileId;
2409 if (renewType != originRenewType.trim()) {
2410 $('div[id=' + divIdName + ']').css('display','block');
2411 } else {
2412 $('div[id=' + divIdName + ']').css('display','none');
2413 }
2414 }
2415
2416 function doBeforeUpdate(ssProfileId, originRenewType, ssProfileEwalletId, eWalletNumber) {
2417 var selectIdName = 'renewType_' + ssProfileId;
2418 var renewType = $('#' + selectIdName).val();
2419 if (renewType == 'Automatic' && originRenewType == 'On Demand' && eWalletNumber > 1) {
2420 //showCreditCardSelectionPanel(ssProfileId, ssProfileEwalletId);
2421 } else {
2422 //submit the form
2423 var targetForm = "document.subscriptionForm_" + ssProfileId;
2424 eval(targetForm).submit();
2425 }
2426 }
2427 </script>
2428
2429 <script type="text/javascript">
2430 guidTooltip = new YAHOO.widget.Tooltip("guidToolTip", {
2431 context:"guidImageId",
2432 text:'For information about profile ids, please see the Network Deployment Guide.',
2433 showDelay:0
2434 });
2435 </script>
2436
2437 <script type="text/javascript">
2438 $(document).ready(function() {
2439 if (($.browser.msie) && !($.support.leadingWhitespace) && ($.browser.version == 7.0)) {
2440 if (navigator.userAgent.indexOf("NT 6.0") > -1) {
2441 $('div#block-inline').css("display", "inline-block");
2442 } else {
2443 $('div#block-inline').css("display", "inline");
2444 }
2445 }
2446 if(readCookie("showInactiveListFlag") == "true"){
2447 divExpand('inactiveList');hideInactiveLink();
2448 }else{
2449 divCollapse('inactiveList');showInactiveLink();
2450 }
2451 });
2452 </script>
2453
2454</body>
2455</html>