-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
868 lines (685 loc) · 31.7 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="ompagename" content="generic_error_page">
<meta name="channel" content="tech pro">
<title>Error page | Dice.com</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Condensed">
<link rel="apple-touch-icon" sizes="57x57" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="//assets.dice.com/techpro/img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="//assets.dice.com/techpro/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="//assets.dice.com/techpro/img/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="//assets.dice.com/techpro/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="//assets.dice.com/techpro/img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="//assets.dice.com/techpro/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="//assets.dice.com/techpro/img/favicons/manifest.json">
<link rel="shortcut icon" href="//assets.dice.com/techpro/img/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Dice">
<meta name="application-name" content="Dice">
<meta name="msapplication-TileColor" content="#cc0000">
<meta name="msapplication-TileImage" content="//assets.dice.com/techpro/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="//assets.dice.com/techpro/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#cc0000">
<script type="text/javascript">var signFromGoogleOutVal = false;</script>
<link rel="stylesheet" href="//assets.dice.com/techpro/css/job-search.min.css">
<script src="//assets.adobedtm.com/8c06f57f0590fbbe830e2dd0366687c0599684e7/satelliteLib-73044e29039c50f90968e5135f6f50a83641e7f0.js"></script>
<!-- Begin Monetate tag v6. Place at start of document head. DO NOT ALTER. -->
<script type="text/javascript">
var monetateT = new Date().getTime();
(function() {
var p = document.location.protocol;
if (p == "http:" || p == "https:") {
if (true === true) {//For PROD & QA
var m = document.createElement('script'); m.type = 'text/javascript'; m.async = true; m.src = (p == "https:" ? "https://s" : "http://") + "b.monetate.net/js/1/a-49445784/p/dice.com/" + Math.floor((monetateT + 1615620) / 3600000) + "/g";
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(m, s);
} else {//Only for PILOT
var m = document.createElement("script"); m.type = "text/javascript"; m.src = (p == "https:" ? "https://s" : "http://") + "e.monetate.net/js/2/a-49445784/d/dicepilot.com/entry.js";
var e = document.createElement("div"); e.appendChild(m); document.write(e.innerHTML);
}
}
})();
</script>
<!-- End Monetate tag. -->
<script type="text/javascript">
var diceJSON = {page : 1,pageCount : 10} ;
</script>
<style type="text/css">
.starter-template{
text-align: center;
text-transform: none;
/* margin-top: -60px; */
}
.fontsize{
font-size: 40px;
}
.color{
color: black;
font-size: 18px;
}
.err_p {
margin: 0;
padding: 50px 0 35px;
font-family: Helvetica;
}
.err_btn {
margin: 0 0 25px;
}
.err_btn2 {
margin: 15px 0 25px;
}
</style>
</head>
<body>
<!-- HEADER CODE -->
<div class="dice-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle nbt" data-target="#menu-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<button type="button" class="navbar-toggle nbt navbar-magnifier search" data-target="#search-toggle"><span class="icon icon-magnifier searchspan"></span></button>
<div class="dice-navbar-brand">
<a class="logo" href="http://www.dice.com"></a>
</div>
</div>
<div class="collapse navbar-collapse" id="menu-toggle" style="max-height: 100% !important;">
<div><!-- MOBILE -->
<ul class="nav navbar-nav ">
<li class="dropdown">
<a class="dropdown-toggle smartMenu btn-link" data-target="#smart-toggle1" id="smart-toggle-Career">
Tech Careers
<i class="icon-arrow-68"></i><i class="icon-arrow-67" ></i>
</a>
<ul class="dropdown-menu dropdown-smartMenu" id="smart-toggle1">
<!-- <span class="open"></span> -->
<li><a href="/jobs">Job Search</a></li>
<li><a href="/skills">Skills Center</a></li>
<li><a href="https://www.dice.com/mobile">Dice Careers Mobile</a></li>
</ul>
</li>
<li><a href="http://insights.dice.com/career-toolkit/">Career Center</a></li>
<li><a href="http://insights.dice.com/">Insights</a></li>
</ul>
<ul class="nav navbar-nav navbar-right visible-xs visible-sm" >
<li><a href="https://www.dice.com/products/webstore?icid=OS_HP_UP_EMP_AV_NAV_WS_">Post Jobs</a></li>
<li><a href="http://www.dice.com/products">Talent Solutions</a></li>
<li><a href="/dashboard/login" class="btn-link">Login/Register</a></li>
</ul>
</div>
<div><!-- DESKTOP -->
<ul class="nav navbar-nav navbar-right hidden-xs hidden-sm">
<li><a href="https://www.dice.com/products/webstore?icid=OS_HP_UP_EMP_AV_NAV_WS_">Post Jobs</a></li>
<li><a href="http://www.dice.com/products">Talent Solutions</a></li>
<li><a href="/dashboard/login" class="btn-link">Login/Register</a></li>
</ul>
</div>
</div><!--/.nav-collapse -->
</div><!-- END CONTAINER -->
</div><!-- END DICE-NAVBAR -->
<!-- END HEADER CODE -->
<!-- For label uncomment these lines and replace dice-float-label-on class with diceFloatLabelOnQ and diceFloatLabelOnL-->
<input type="hidden" value="true" id="settingDefaulteJobTypes" />
<input type="hidden" value="" id="defaulteJobTypes" />
<input type="hidden" value="128.177.113.102" id="pcip" />
<div class="hidden-xs hidden-sm page-header navbar-collapse" id ="search-toggle" >
<div class="container form-horizontal dice-job-search">
<form action="https://www.dice.com/jobs" id="searchJob" method="get">
<div class="form-group">
<div class="col-sm-5 col-md-6 keyword-field dice-float-label dice-float-label-on">
<label for="job">job title, skills, keywords or company name</label>
<input type="text" maxlength="512" name="q"
id="job" value="" class="form-control input-lg" autocomplete="off">
<div class="spacer hidden-lg hidden-md"></div>
<span class="inputicon-magnifier icon-magnifier"></span>
</div>
<div class="col-sm-4 col-md-3 location-field dice-float-label dice-float-label-on">
<label for="location">zip code, city or state</label>
<input type="text" maxlength="512" name="l"
id="location" value="" style="padding-right: 0px;" class="form-control input-lg" autocomplete="off">
<span class="inputicon-compass-3 icon-compass-3"></span>
<div class="spacer hidden-lg hidden-md"></div>
</div>
<div class="col-sm-3 find-jobs-field">
<input type="button" value="Find Tech Jobs" onclick="getData()" class="btn btn-lg btn-primary btn-block dice-btn mB5" style="font-weight: 300;">
<a class="dice-btn-link" href="https://www.dice.com/jobs/advancedSearch.html">Advanced Search</a>
</div>
<!-- hide the filter job notification page -->
<div class="col-md-6 col-sm-9 col-xs-9 col-lg-6 globalSearchFilterCheck">
<span class="chklabel">
<input type="checkbox" value="Full Time" class="typeChkBox"/>
<a class="hjtype tjth" href="https://www.dice.com/jobs/jtype-Full_Time-jobs.html" rel="nofollow">Full-Time</a>
</span>
<span class="chklabel">
<input type="checkbox" value="Part Time" class="typeChkBox"/>
<a class="hjtype tjth" href="https://www.dice.com/jobs/jtype-Part_Time-jobs.html" rel="nofollow">Part-Time</a>
</span>
<span class="chklabel">
<input type="checkbox" value="Contracts" class="typeChkBox"/>
<a class="hjtype tjth" href="https://www.dice.com/jobs/jtype-Contracts-jobs.html" rel="nofollow">Contracts</a>
</span>
<span class="chklabel last">
<input type="checkbox" value="Third Party" class="typeChkBox"/>
<a class="hjtype tjth" href="https://www.dice.com/jobs/jtype-Third_Party-jobs.html" rel="nofollow">Third Party</a><a data-toggle="modal" data-target="#3rdparty" class ="thirdPartyModal"><i class="icon icon-question-mark"></i></a>
</span>
</div>
</div>
</form>
</div>
</div>
<div id="3rdparty" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>What does selecting Third Party mean?</h3>
<script src="//"></script>
<meta name="ompagename" content="what_is_thirdparty_modal">
<meta name="channel" content="tech pro">
</div>
<div class="modal-body">
<p>Selecting Third Party means you are a recruiter or staffing agency representing a tech professional to apply for Contract Corp-to-Corp and/or Contract-to-Hire Corp-to-Corp jobs.</p>
<p>If you are a tech professional who wants to directly apply for jobs, do NOT select Third Party.</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-primary" data-dismiss="modal">Close</a>
</div>
</div><!-- END MODAL CONTENT -->
</div><!-- END MODAL DIALOG -->
</div><!-- END THIRD PARTY MODAL -->
<div class="container">
<div class = "starter-template" >
<div class="row">
<div class="col-md-12">
<!-- <h2 class="pull-left fontsize">404</h2> -->
<img width="200px;" style="margin: 0px auto;" class="img-responsive" src="//assets.dice.com/techpro/img/errorImage3.png">
<p class="color err_p">404 - The page you're looking for couldn't be found or it may have expired.</p>
<input type="button" class="btn btn-sm btn-primary err_btn" onclick="getData()" value="Job Search">
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- BEGIN FOOTER -->
<head>
<style type="text/css">
.has-feedback .input-lg ~ .form-control-feedback {
height: 45px;
line-height: 45px;
}
.has-error .form-control-feedback {
color: #FFF;
background-color: #C00;
}
.glypSpan{
border-top-right-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
.errMsgColor{
color: #c00;
}
.glyphicon-question-sign{
border:4px solid green;
}
</style>
</head>
<footer class="dice-footer" >
<div class="container">
<div class="row">
<input type="hidden" id="localDomain" value="www.dice.com">
<div class="logo-column">
<a class="logo" href="http://www.dice.com">Dice</a>
</div>
<div class="links column">
<h5 data-toggle="collapse" data-target="#learn-about-dice">Learn About Dice <span class="icon-arrow-circle-29 toggle-icon"></span></h5>
<div id="learn-about-dice" class="collapse in">
<div class="padding-container">
<a href="http://insights.dice.com/about-dice/" target="_BLANK">About Us</a>
<a href="http://media.dice.com/" target="_BLANK">Company Profile</a>
<!-- <a href="https://employer.dice.com/daf/newContactDice.html" target="_BLANK" >Contact Sales</a> -->
<!-- <a href="http://media.dice.com/diceinthenews/" target="_BLANK">Dice in the News</a> -->
<a href="http://techhub.dice.com/Dice_General-ContactUs_D.html" target="_BLANK">Contact Sales</a>
<a href="http://www.dice.com/social" target="_BLANK">Social Recruiting</a>
<a href="http://www.dhigroupinc.com/careers/default.aspx" target="_BLANK">Work at Dice</a>
<a href="http://www.dice.com/about/privacy" target="_BLANK">Privacy Policy</a>
<a href="http://www.dice.com/about/contactus" target="_BLANK">Contact Us</a>
</div>
</div>
</div>
<div class="links column">
<h5 data-toggle="collapse" data-target="#dice-services">Dice Services <span class="icon-arrow-circle-29 toggle-icon"></span></h5>
<div id="dice-services" class="collapse in">
<div class="padding-container">
<a href="http://media.dice.com/category/the-dice-report/" target="_BLANK">The Dice Report</a>
<a href="/openweb" target="_BLANK">Open Web</a>
<a href="/jobs/browse">Browse Jobs</a>
<a href="/skills">Skills Center</a>
</div>
</div>
</div>
<div class="links column">
<h5 data-toggle="collapse" data-target="#dice-sites">Dice Sites <span class="icon-arrow-circle-29 toggle-icon"></span></h5>
<div id="dice-sites" class="collapse in">
<div class="padding-container">
<!-- <a href="http://slashdot.org/" target="_BLANK">Slashdot</a>
<a href="http://sourceforge.net/" target="_BLANK">SourceForge</a> -->
<a href="http://be.dice.com/">Dice BE</a>
<a href="http://de.dice.com/">Dice DE</a>
<a href="http://nl.dice.com/" >Dice NL</a>
<a href="http://sap.dice.com/" >Dice SAP</a>
<div class="diceUkLink"><a class="diceUkAnchor" href="http://uk.dice.com/" >Dice<span class="countryCode"> UK </span></a></div>
</div>
</div>
</div>
<div class="social">
<h5 data-toggle="collapse" data-target="#dice-everywhere">Dice Everywhere <span class="icon-arrow-circle-29 toggle-icon"></span></h5>
<div id="dice-everywhere" class="collapse in">
<div class="padding-container">
<a href="https://twitter.com/Dicedotcom" class="social-icon twitter">Twitter</a>
<a href="https://www.facebook.com/dice" class="social-icon facebook">Facebook</a>
<a href="https://plus.google.com/+Dice/posts" class="social-icon google-plus">Google Plus</a>
<a href="http://c00.adobe.com/d53bf41a-0d61-47b4-b7f1-6df9b46831cf/DI_OS_UN_MA_UP/i/794201100" class="app-store-link app-store">App Store</a>
<a href="http://c00.adobe.com/d53bf41a-0d61-47b4-b7f1-6df9b46831cf/DI_OS_UN_MA_UP/g/com.dice.app.jobs" class="app-store-link google-play">Google Play</a>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<p>Copyright ©1990 - 2017 Dice. All rights reserved. Use of this site is subject to certain <a href="http://www.dice.com/about/terms_and_conditions">Terms and Conditions</a>.</p>
<p><span class="icon-dhi-logo dhi-logo"></span><span class="dhi-footer-text">Dice is a <a href="http://www.dhigroupinc.com" >DHI Service</a></span></p>
</div>
</div>
<script src="//assets.dice.com/techpro/js/global/feedbackWidget.js"></script>
<div id="diceFeedback" mailTo="[email protected]" mailCC ="" diceApi ="http://www.dice.com"></div>
</footer>
<!-- END FOOTER -->
<!-- sign In applyModal Modal -->
<div class="modal fade" id="applyModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<input type="hidden" id="hideButtonStatus"/>
<div class="modal-dialog modalWidth">
<div class="modal-content">
<div class="modal-header">
<meta name="ompagename" content="quick_login_register_modal">
<meta name="channel" content="tech pro">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" style="font-size: 24px; font: 24px/1.5 'Helvetica Neue' ">Sign In To Use This Feature</h4>
</div>
<div class="modal-body pad-input" style="background: #f5f5f5;;">
<form id="email-job-form" class="form-horizontal">
<div style="display: none;" id="error-alert" class="alert alert-danger"></div>
<div class="form-group has-feedback">
<div class="col-md-10" id="emailDiv">
<label data-float-label for="email">Email</label>
<input id="mEmail" class="form-control input-lg" name="email" type="text" maxlength="70" placeholder="Email"/>
<span id="emailSpan" class="form-control-feedback glyphicon glypSpan"></span>
</div>
<div class="col-md-4 errMsgColor" id="emailFeedbackMessage" style="display: none">
<span>Your Email does not appear to be valid.</span>
</div>
</div>
<div class="form-group has-feedback">
<div class="col-md-10" id="passDiv">
<label data-float-label for="password">Password</label>
<input id="mPassword" class="form-control input-lg" name="toAddress" type="password" maxlength="256" placeholder="Password"/>
<span id="passSpan" class="form-control-feedback glyphicon glypSpan"></span>
</div>
<div class="col-md-4 errMsgColor" id="passFeedbackMessage" style="display: none">
<span>8 character minimum with at least 1 number and 1 letter.</span>
</div>
</div>
<div class="form-group">
<div class="col-md-5 col-sm-6 col-xs-12 hidden-lg hidden-md" style="float: right;">
<p class="pull-right">
<a href="http://www.dice.com/profman/resetPassword.jsp" target="_blank" style="color:#069;">Forgot Password?</a>
</p>
</div>
<div class="col-md-3 col-sm-12 col-xs-12">
<button id="signBtnId" type="button" class="btn btn-primary btn-lg" onclick="loginSubmit();">Sign In <span class="icon-loading hidden"></span></button>
</div>
<div class="col-md-2 col-sm-2 col-xs-5 hidden-xs hidden-sm" id="skipBtn"></div>
<div class="col-md-5 col-sm-6 col-xs-12 hidden-xs hidden-sm">
<p class="pull-right">
<a href="http://www.dice.com/profman/resetPassword.jsp" target="_blank" style="color:#069;">Forgot Password?</a>
</p>
</div>
</div>
</form>
<div class="row">
<div id="skipBtnSeperator">
</div>
<div class="col-md-2 col-sm-12 col-xs-12 visible-xs visible-sm" style="margin-top:10px; font-size: 18px; font-weight: 300; text-align: center;" id="skipBtnMobile"></div>
</div>
</div>
<div class="modal-footer footr" style="margin-top: 0;">
<!-- <div class="row">
<div class="col-sm-4"><p class=""><a href="http://www.dice.com/profman/resetPassword.jsp" target="_blank">Forgot Password?</a></p></div>
</div> -->
<div class="row">
<div class="col-md-7" style="text-align: left;">
<span style="line-height: 38px;">
Don't have an account? <a href="/register" target="_parent" id="register" onclick='return redirectURLCookie();' style="color:#069;">Register</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<script>_satellite.pageBottom()</script>
<input type="hidden" id="careerPathFlagN" value="false"/>
<script>$.get("https://www.dice.com/refresh/seeker");</script>
<script>$.get("https://www.dice.com/refresh/DGL");</script>
<!-- <script type="text/javascript" src="//maps.googleapis.com/maps/api/js?sensor=true&libraries=places&v=3.22"></script> -->
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?libraries=places&v=3.23&key=AIzaSyBIdPte3BjiTJYhsuLfzBJgUAHGQx_l07U"></script>
<script src="//assets.dice.com/techpro/js/global/login-dialog.js"></script>
<script src="https://apis.google.com/js/api:client.js"></script>
<script type="text/javascript">
$(document).ready(footercollapse);
$(window).resize(footercollapse);
function footercollapse() {
//deleteCookie('DJV_UNREGISTERED', '/');
if ((window.innerWidth || document.body.offsetWidth) < 992) {
$('#dice-sites').removeClass('in').addClass('collapse');
$('#dice-services').removeClass('in').addClass('collapse');
$('#learn-about-dice').removeClass('in').addClass('collapse');
} else {
$('#dice-sites').addClass('in').removeClass('collapse').removeAttr('style');
$('#dice-services').addClass('in').removeClass('collapse').removeAttr('style');
$('#learn-about-dice').addClass('in').removeClass('collapse').removeAttr('style');
}
}
</script>
<script type="text/javascript">
$('.nbt').unbind('click');
$('.nbt').click(function(){
var navbars = $('.navbar-collapse');
var navtoggle = $(this).attr('data-target');
for(var i=0; i< navbars.length;i++){
if(navtoggle != '#'+ $(navbars[i]).attr('id')
&& $(navbars[i]).hasClass('slideUp')){
$(navbars[i]).slideUp();
$(navbars[i]).removeClass('slideUp');
}
}
if($(navtoggle).length > 0){
if($(navtoggle).hasClass('hidden-xs')){
$(navtoggle).removeClass('hidden-xs hidden-sm');
$(navtoggle).css('display','none');
}
if($(navtoggle).hasClass('slideUp')){
$(navtoggle).slideUp();
$(navtoggle).removeClass('slideUp');
}
else{
$(navtoggle).slideDown();
$(navtoggle).addClass('slideUp');
}
}
else{
window.location.href = '/jobs';
}
});
$('.smartMenu').unbind('click');
$('.smartMenu').click(function(){
var navtoggle = $(this).attr('data-target');
var peopleId = $('#pid').val(), isNotificarion = false;
var searchableProfile = getCookie('searchableProfileId');
if (this.id === 'smart-notification-toggle-link' || this.id === 'msmart-notification-toggle-link'){
if (peopleId !== undefined || peopleId !== "" || peopleId !== null) {
var notificationCookie = getCookie('notificationViewed'+peopleId);
if (notificationCookie === null || notificationCookie === "" || notificationCookie === "null" || notificationCookie === undefined) {
generateCookie('notificationViewed' + peopleId , false, 24 * 60 * 60 *1, '/');
}
}
hideNotification();
setNotification(this);
isNotificarion = true;
}
if (!isNotificarion) {
navToggleWin(this);
}
});
function navToggleWin(obj) {
var navtoggle = $(obj).attr('data-target');
$(obj).find('.icon-arrow-67').hide();
$(obj).find('.icon-arrow-68').hide();
if($(navtoggle).length > 0){
if($(navtoggle).hasClass('slideUp')){
$(obj).find('.icon-arrow-67').show();
$(navtoggle).slideUp(200);
$(navtoggle).removeClass('slideUp');
}
else{
$(obj).find('.icon-arrow-68').show();
$(navtoggle).slideDown(200);
$(navtoggle).addClass('slideUp');
}
}
}
$(document).on('click touchstart', 'html', function(e) {
var target = (e && e.target) || (event && event.srcElement);
if(isPopupClose(target)){
$('.smartMenu').find('.icon-arrow-68').hide();
$('.smartMenu').find('.icon-arrow-67').show();
$('#smart-toggle').slideUp(200);
$('#smart-toggle').removeClass('slideUp');
$('#smart-notification').slideUp(200);
$('#smart-notification').removeClass('slideUp');
$('#msmart-notification').slideUp(200);
$('#msmart-notification').removeClass('slideUp');
$('#smart-toggle1').slideUp(200);
$('#smart-toggle1').removeClass('slideUp');
}
});
if($("#careerPathFlagN").val() == "true") {
$('.careerPath_notification').on("click touchstart",careerpathnotification);
}
function careerpathnotification(){
setCookie('careerPathCookie'+ $('#pid').val(), 1 , 30 * 24 * 60 * 60 *1, '/');
var newWin = window.open('', '_blank');
newWin.location = 'http://www.dice.com/mobile';
setNotification();
}
function isPopupClose(currentTarget) {
var isClose = true, current_element = currentTarget,
smartToggle = document.getElementById('smart-toggle'),
smartToggleLink = document.getElementById('smart-toggle-link'),
smartToggleCareer = document.getElementById('smart-toggle-Career'),
smartNotificationToggleLink = document.getElementById('smart-notification-toggle-link'),
msmartNotificationToggleLink = document.getElementById('msmart-notification-toggle-link');
while(current_element && current_element != document.body) {
if (current_element === smartToggle
|| current_element === smartToggleLink
|| current_element === smartToggleCareer
|| current_element === smartNotificationToggleLink
|| current_element === msmartNotificationToggleLink) {
isClose = false;
break;
}
current_element = current_element.parentNode;
}
return isClose;
}
function updateSession(updateVal) {
/* var regExEmail = /^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/;
var diceCustomerName = $('#dice-customer-name').text();
if(regExEmail.test(diceCustomerName) == true || diceCustomerName == "") {
$.get("https://www.dice.com/refresh/session/"+updateVal+"/");
$('#dice-customer-name').html(updateVal);
} */
if (updateVal.length >= 1) {
$.get("https://www.dice.com/refresh/session/"+updateVal+"/");
$('#dice-customer-name').html(updateVal)
}
}
hideNotification();
var peopleId = $('#pid').val();
var notificationViewed = getCookie('notificationViewed' + peopleId);
function hideNotification() {
notificationViewed = getCookie('notificationViewed' + peopleId);
if (notificationViewed && notificationViewed != "false") {
$('.notification-bubble').hide();
}
}
setNotification();
function setNotification(navtoggle) {
var nc = 0;
var careerPathFlagN = $("#careerPathFlagN").val();
var searchableProfileId = getCookie('searchableProfileId');
var profilecount = getCookie('profileCount');
$('.notification-bubble').hide();
//if (searchableProfileId != null && searchableProfileId && nc === 0) { // searchable profile
if (nc === 0 && profilecount != null && profilecount != 0) {
if (searchableProfileId != null && searchableProfileId) {
$.ajax({
url: '/dashboard/notification/updateNotificationCount?id='+ searchableProfileId,
async: false
}).done(function(data) {
nc = isNaN(data) ? 0 : parseInt(data);}).fail(function(xhr) {
nc = 1;
});
} else {
nc = 0;
}
}
var marketValueCookie = null;
var careerPathCookie = null;
var peopleId = getCookie('peopleId');
try {
marketValueCookie = getCookie('marketValueCookie'+peopleId);
if(careerPathFlagN == "true") {
careerPathCookie = getCookie('careerPathCookie'+peopleId);
}
if(marketValueCookie == null){
// incase cookie is not present assume that we have to show the notification
marketValueCookie = "true";
}
} catch (ignore) {console.log(ignore);}
if (profilecount != null && profilecount != 0 && searchableProfileId != null && searchableProfileId) { // searchable profile
/* $.get('/dashboard/notification/updateNotificationCount?id='
+ searchableProfileId, function(data, status) { */
var bubbleCount = 0;
if (marketValueCookie === "true") {
bubbleCount = nc + 1;
} else {
$('.marketValue_notification').hide();
bubbleCount = nc;
}
if (careerPathCookie === "0" && careerPathFlagN == "true") {
bubbleCount += 1;
} else {
$('.careerPath_notification').hide();
bubbleCount = bubbleCount;
}
hideNotiMessages(nc, bubbleCount);
if (nc != 0 && (notificationViewed === "false" || notificationViewed === null)) { //has some notification
$('.notification-bubble').show();
$('.notifi_skillopen').show();
} else if (nc != 0) {
$('.notifi_skillopen').show();
$('.notification-bubble').hide();
} else if (bubbleCount >= 1) {
$('.notification-bubble').show();
} else { //no notification
$('.notification-bubble').hide();
$('.notifi_nonotification').show();
}
if (searchableProfileId != null && searchableProfileId) {
//$('.notifi_nonotification').show();
bubbleCount = bubbleCount;
updateNotificationCount(bubbleCount);
} else {
bubbleCount += 1;
updateNotificationCount(bubbleCount);
$('.notifi_makeprofile').show();
}
$('.smart-notification').show();
if (navtoggle) {
navToggleWin(navtoggle);
}
//});
} else { //non-searchable or no profile
var countVal = 1;
if (marketValueCookie === "true" && (profilecount != null && profilecount != 0)) {
countVal = parseInt(countVal) + 1;
} else {
$('.marketValue_notification').hide();
}
if (careerPathCookie === "0" && (profilecount != null && profilecount != 0)) {
countVal = parseInt(countVal) + 1;
} else {
$('.careerPath_notification').hide();
}
$('.notification-bubble').show();
hideNotiMessages(0, countVal);
if (profilecount != null && profilecount != 0) { // profile exists but not searchable
if (searchableProfileId != null && searchableProfileId) {
$('.notifi_nonotification').show();
} else {
$('.notifi_makeprofile').show();
}
} else { //profile not exists
$('.notifi_createprofile').show();
}
$('.smart-notification').show();
if (navtoggle) {
navToggleWin(navtoggle);
}
}
}
function hideNotiMessages(count, bubbleCount) {
$('.notificationCount').html(count);
$('.bubbleCount').html(bubbleCount);
$('.notifi_skillopen').hide();
$('.notifi_createprofile').hide();
$('.notifi_makeprofile').hide();
$('.notifi_nonotification').hide();
}
function updateNotificationCount(bubbleCount) {
$('.bubbleCount').html(bubbleCount);
}
</script>
<script type="text/javascript">
/*$(document).ready(function(){
$("#welcome-modal").modal();
});
var date = new Date();
date.setTime(date.getTime()+(72*60*60*1000));
var expdate = "; expires="+date.toGMTString();
document.cookie = "wc_md=" + "1" + expdate + "; path=/";*/
</script>
<!-- WELCOME MODAL MARKUP -->
<div id="welcome-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body">
<p>It's a little rough around the edges. If you find things we could do better, let us know at <a href="mailto:[email protected]">[email protected]</a> or give us a call at 888-321-DICE (3423)</p>
<!--<button class="btn btn-default">Return to old Dice</button>-->
<button class="btn btn-primary pull-right" data-dismiss="modal" aria-hidden="true">Continue with the new site</button>
<div class="clearfix"></div>
</div>
</div><!-- END MODAL CONTENT -->
</div><!-- END MODAL DIALOG -->
</div><!-- END THIRD PARTY MODAL -->
<!-- END WELCOME MODAL MARKUP -->
<script src="//assets.dice.com/techpro/js/global/jobResults.min.js"></script>
</body>
</head>
</html>