Courses

Publish Publish

Choose Background


Delete
An error occurred while processing the template.
The following has evaluated to null or missing:
==> Text9voo  [in template "20116#20160#1154501" at line 122, column 6]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if Text9voo.getSiblings()?has_content  [in template "20116#20160#1154501" at line 122, column 1]
----
1<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> 
2  <script src="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick.min.js"></script> 
3  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> 
4  <script src="https://kit.fontawesome.com/a9935d077e.js" crossorigin="anonymous"></script>  
5   
6<#assign serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()> 
7<#assign themeDisplay = serviceContext.getThemeDisplay() /> 
8<#assign is_signed_in = themeDisplay.isSignedIn()/> 
9<#assign aDateTime =.now> 
10<#assign aDate =aDateTime?date> 
11 
12 
13 
14<#if !is_signed_in > 
15<style> 
16#fragment-0-unqm{ 
17display:none;     
18
19 
20@media only screen and (max-width: 501px) and (min-width: 320px){ 
21 
22#fragment-0-xbzh { 
23    position: absolute; 
24    top: 425px; 
25    z-index: 10; 
26    left: 3%; 
27
28a#fragment-xtkc-link { 
29    border: none; 
30    color: black; 
31    font-size: 9px; 
32    font-weight: 500; 
33    border-radius: 4px; 
34
35#fragment-0-xtkc { 
36    top: 425px; 
37    z-index: 10; 
38    left: 55%; 
39
40
41@media only screen and (max-width: 767px) and (min-width: 501px){ 
42 
43#fragment-0-xbzh { 
44    position: absolute; 
45    top: 406px; 
46    z-index: 10; 
47    left: 5%; 
48
49#fragment-0-xtkc { 
50    position: absolute; 
51    top: 406px; 
52    z-index: 10; 
53    left: 45%; 
54
55.component-slider .carousel-navigation button { 
56    margin-bottom: 15px; 
57
58 
59
60@media only screen and (max-width: 1080px) and (min-width: 768px){ 
61     
62   .ot-slider-cont p { 
63    color: black; 
64    line-height: 1.2em; 
65    text-align: justify; 
66    text-align: left; 
67    font-size: 13px; 
68
69.ot-slider-cont h2 { 
70    font-size: 20px; 
71
72#fragment-0-xbzh { 
73    position: absolute; 
74    top: 455px; 
75    z-index: 10; 
76    left: 45%; 
77
78#fragment-0-xtkc { 
79    position: absolute; 
80    top: 455px; 
81    z-index: 10; 
82    left: 75%; 
83}  
84
85</style> 
86</#if> 
87 
88<#if is_signed_in > 
89<style> 
90 
91#fragment-0-xtkc{ 
92display:none;     
93
94@media only screen and (max-width: 501px) and (min-width: 320px){ 
95#fragment-0-xbzh { 
96    position: absolute; 
97    top: 388px; 
98    z-index: 10; 
99    left: 7%; 
100
101 
102.speedwell-frame__content { 
103    margin-left: 5px; 
104    margin-right: 5px; 
105
106 
107#fragment-2-twmo { 
108    margin-top: 0; 
109
110
111</style> 
112</#if> 
113 
114<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel='stylesheet'> 
115<div class="container-fluid n_ortho_main"> 
116 
117<div class="row or_foo_row8"> 
118<div class="col-lg-8 col-md-12 col-sm-8 or_foo_col8"> 
119<div class="or_ul_div"> 
120<ul class="n_or_list1"> 
121 
122<#if Text9voo.getSiblings()?has_content> 
123	<#list Text9voo.getSiblings() as cur_Text9voo> 
124 
125	<a class="or_page_li courses" target="_blank" href="${cur_Text9voo.LinkToPagenl10.getFriendlyUrl()}">	 
126	<li id="or_li_${cur_Text9voo?index+1}">${cur_Text9voo.getData()}</li> 
127	</a> <hr> 
128	</#list> 
129</#if> 
130</ul> 
131<hr id="or_hr_id"> 
132 
133 
134 
135<p class="n_ortho_stext">${Textcmzu.getData()}</p> 
136<div class="or_sicons"> 
137<#if Image82fu.getSiblings()?has_content> 
138	<#list Image82fu.getSiblings() as cur_Image82fu> 
139		<#if cur_Image82fu.getData()?? && cur_Image82fu.getData() != ""> 
140		<a class="or_social_li" target="_blank" href="${cur_Image82fu.Text4puc.getData()}">	<img alt="${cur_Image82fu.getAttribute("alt")}" src="${cur_Image82fu.getData()}" /></a> 
141		 
142		</#if> 
143	</#list> 
144</#if> 
145</div> 
146 
147 
148 
149 
150 
151<ul class="n_or_list2  hide"> 
152<#if Textdk6r.getSiblings()?has_content> 
153	<#list Textdk6r.getSiblings() as cur_Textdk6r> 
154	 
155	<li id="or_cli_${cur_Textdk6r?index+1}">${cur_Textdk6r.getData()}</li> 
156	 
157	</#list> 
158</#if> 
159</ul> 
160</div> 
161 
162<!--<ul class="n_or_list3"> 
163<li><p class="otf_content">Copyright@ ${aDate?string.yyyy} </p></li> 
164 
165 
166 
167</ul>--> 
168 
169</div> 
170 
171<div class="col-lg-4 col-md-12 col-sm-12 or_foo_col4"> 
172<!--<p class="n_ortho_stext">${Textcmzu.getData()}</p> 
173<div class="or_sicons"> 
174<#if Image82fu.getSiblings()?has_content> 
175	<#list Image82fu.getSiblings() as cur_Image82fu> 
176		<#if cur_Image82fu.getData()?? && cur_Image82fu.getData() != ""> 
177		<a class="or_social_li" target="_blank" href="${cur_Image82fu.Text4puc.getData()}">	<img alt="${cur_Image82fu.getAttribute("alt")}" src="${cur_Image82fu.getData()}" /></a> 
178		 
179		</#if> 
180	</#list> 
181</#if> 
182</div>--> 
183${HTML5q28.getData()} 
184</div> 
185</div>  
186 
187 
188<ul class="n_or_list3"> 
189<li><p class="otf_content">Copyright@ ${aDate?string.yyyy} </p></li> 
190<#if Textd75y.getSiblings()?has_content> 
191	<#list Textd75y.getSiblings() as cur_Textd75y> 
192	 
193<!--	<li id="or_pt_${cur_Textd75y?index+1}">${cur_Textd75y.getData()}</li>--> 
194	<a class="n_or_list3_a" href="${LinkToPage1nfy.getFriendlyUrl()}"> www.OrthoTraining.com </a> 
195 
196	</#list> 
197</#if> 
198 
199 
200</ul> 
201 
202<div class="or_scroll_up" id="scroll_up_id"> 
203<i class="fa fa-angle-up" aria-hidden="true"></i> 
204</div> 
205</div> 
206 
207<style> 
208 
209.n_or_list3_a 
210{color: #FFFFFFE0; 
211text-decoration:underline; 
212font-size:16px;  
213font-weight: 300;  
214border-left: 2px solid white; 
215    padding-left: 2%; 
216    height: 100%; 
217 
218
219 
220.n_or_list3_a:hover 
221
222    text-decoration:underline; 
223    color: #FFFFFFE0; 
224
225.or_foo_row8 
226
227     border-bottom: 2px solid #FFFFFF2E; 
228      
229
230.or_page_li .courses 
231
232     
233
234.or_scroll_up{ 
235    position: fixed; 
236    bottom: 20px; 
237    right: 30px; 
238    z-index: 99; 
239    font-size: 18px; 
240    border: none; 
241    outline: none; 
242    background-color: #0b8ee7; 
243    color: white; 
244    cursor: pointer; 
245    border-radius: 4px; 
246    padding: 10px 20px; 
247}     
248.or_scroll_up .fa-angle-up{ 
249    color: #fff; 
250
251.n_ortho_main{ 
252    background-color:#2b2b2b; 
253    color:#fff; 
254    border-top: 4px solid #FF6363;  
255 
256
257.or_foo_col4 { 
258    padding: 3% 3%; 
259    /*background: #212121;*/ 
260
261.or_page_li{ 
262   color: #FFFFFFE0; 
263    font-size: 18px; 
264    font-weight: 700;  
265    border-right: 2px solid white; 
266    padding-right: 5%; 
267    height: 100%; 
268
269.or_page_li:hover{ 
270    text-decoration:none; 
271    color: #f4725c; 
272
273 
274 
275.n_or_list1{ 
276    list-style: none; 
277    display: flex; 
278    justify-content: space-between; 
279  /*  text-transform: uppercase;*/ 
280    padding: 0; 
281    margin-bottom: 30px; 
282    font-weight: 600; 
283    letter-spacing: 0.6px; 
284
285.n_or_list2{ 
286    list-style: none; 
287    display: flex; 
288    justify-content: space-between; 
289    padding: 0; 
290    margin-bottom: 30px; 
291    font-weight: lighter; 
292    letter-spacing: 0.6px; 
293    opacity: 0.8; 
294
295.n_or_list3{ 
296    list-style: none; 
297    display: flex; 
298    padding: 0; 
299    margin-top: 3%; 
300    padding: 0 5%; 
301
302.n_or_list3 li{ 
303    margin-right: 30px; 
304    font-size: 17px; 
305
306.otf_content{ 
307    opacity: 0.8; 
308
309#or_pt_3{ 
310    text-decoration: underline; 
311    border-right: 1px solid #fff; 
312    padding-right: 30px; 
313
314#or_pt_4{ 
315    text-decoration: underline;  
316
317.or_foo_col8{ 
318   padding: 3% 3% 3% 6%; 
319   
320
321.or_foo_col4{ 
322    padding: 3% 3%; 
323
324.or_sicons{ 
325    padding: 5px 0; 
326
327.or_foo_addr{ 
328   /* padding: 15px 0;*/ 
329
330.or_sicons img{ 
331   /* width: 35px;*/ 
332    padding-right: 5px; 
333 
334
335#or_hr_id{ 
336    opacity: 0.3; 
337
338.n_ortho_stext{ 
339    font-weight: 400; 
340    letter-spacing: 2px; 
341    /* color: #fff; */ 
342    font-size: 18px; 
343    color: #FFFFFFE0; 
344    margin-top: 5% !important; 
345
346.or_foo_addr{ 
347    padding: 15px 0; 
348
349.or_foo_addr b{ 
350    line-height: 3; 
351
352#foo_addr_opc{ 
353    font-weight: 600; 
354  
355    line-height: 1.7; 
356    font-size: 18px; 
357    letter-spacing: 0.6px; 
358	 color: #fff; 
359
360 
361 
362 
363#or_cli_1,#or_cli_2,#or_cli_3,#or_cli_4,#or_li_1,#or_li_2,#or_li_3,#or_li_4,#or_li_5,#or_li_6{ 
364    cursor: pointer; 
365
366 
367/*media queries*/ 
368@media screen and (min-width: 320px) and (max-width: 768px) { 
369.or_foo_row8{ 
370display: flex; 
371    flex-direction: column; 
372
373.or_foo_col8{ 
374    display: contents; 
375
376.or_ul_div { 
377   order: 1; 
378
379.n_or_list3{ 
380order: 3; 
381
382.or_foo_col4{ 
383order: 2; 
384
385 
386   .or_ul_div{ 
387      /*  display: flex;*/ 
388        padding: 20px; 
389}  
390 
391.or_sicons img { 
392    width: 50px; 
393    padding-right: 5px; 
394}  
395.or_sicons  
396
397     text-align: center; 
398
399.n_ortho_stext 
400
401     text-align: center; 
402
403.n_or_list1,.n_or_list2{ 
404    display: block; 
405    width: 45%; 
406
407.or_foo_col4{ 
408    text-align: center; 
409
410.n_or_list1{ 
411   width: 100%; 
412    display: block; 
413     flex-wrap: inherit;  
414    text-align: center; 
415    justify-content: space-between; 
416    border-bottom: 1px solid #ffffff36; 
417    padding-bottom: 15px; 
418 
419
420.n_or_list1 li,.n_or_list2 li{ 
421    padding-bottom: 10px; 
422
423#or_vr_line{ 
424    display:block; 
425
426#or_pt_1{ 
427    opacity: 0.4; 
428
429.n_or_list3{ 
430    justify-content: center; 
431    /* margin-top: 0%; 	*/ 
432    margin-bottom: 5%; 
433}  
434.or_page_li { 
435     
436    border-right: none; 
437
438     
439
440@media screen and (min-width: 520px) and (max-width: 1120px) { 
441.or_page_li { 
442    padding-right: 20px; 
443
444.or_page_li li{ 
445    font-size:14px; 
446
447
448 
449</style> 
450 
451<script> 
452$(".courses").click(function(){ 
453    console.log("click called"); 
454    var URL=$(this).attr("href"); 
455    $(this).attr("href",URL+"?pageName=course"); 
456}); 
457 
458 
459/* 
460$(".or_scroll_up").on("click", function() { 
461    window.scroll(0,0); 
462});*/ 
463 
464$('.or_scroll_up').click(function(){ 
465    $('html, body').animate({scrollTop:0}, 'slow'); 
466}); 
467 
468var mybutton = document.getElementById("scroll_up_id"); 
469window.onscroll = function() {scrollFunction()}; 
470 
471function scrollFunction() { 
472  if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { 
473    mybutton.style.display = "block"; 
474  } else { 
475    mybutton.style.display = "none"; 
476
477
478 
479</script><#assign serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()> 
480<#assign themeDisplay = serviceContext.getThemeDisplay() /> 
481<#assign is_signed_in = themeDisplay.isSignedIn()/> 
482<#if !is_signed_in > 
483<style> 
484#fragment-0-unqm{ 
485display:none;     
486
487 
488@media only screen and (max-width: 501px) and (min-width: 320px){ 
489 
490#fragment-0-xbzh { 
491    position: absolute; 
492    top: 425px; 
493    z-index: 10; 
494    left: 3%; 
495
496a#fragment-xtkc-link { 
497    border: none; 
498    color: black; 
499    font-size: 9px; 
500    font-weight: 500; 
501    border-radius: 4px; 
502
503#fragment-0-xtkc { 
504    top: 425px; 
505    z-index: 10; 
506    left: 55%; 
507
508
509@media only screen and (max-width: 767px) and (min-width: 501px){ 
510 
511#fragment-0-xbzh { 
512    position: absolute; 
513    top: 406px; 
514    z-index: 10; 
515    left: 5%; 
516
517#fragment-0-xtkc { 
518    position: absolute; 
519    top: 406px; 
520    z-index: 10; 
521    left: 45%; 
522
523.component-slider .carousel-navigation button { 
524    margin-bottom: 15px; 
525
526 
527
528@media only screen and (max-width: 1080px) and (min-width: 768px){ 
529     
530   .ot-slider-cont p { 
531    color: black; 
532    line-height: 1.2em; 
533    text-align: justify; 
534    text-align: left; 
535    font-size: 13px; 
536
537.ot-slider-cont h2 { 
538    font-size: 20px; 
539
540#fragment-0-xbzh { 
541    position: absolute; 
542    top: 455px; 
543    z-index: 10; 
544    left: 45%; 
545
546#fragment-0-xtkc { 
547    position: absolute; 
548    top: 455px; 
549    z-index: 10; 
550    left: 75%; 
551}  
552 
553#foo_addr_opc{ 
554    display: flex; 
555
556.foo_space { 
557    padding-bottom: 0%; 
558    width: 100%; 
559
560
561</style> 
562</#if> 
563 
564<#if is_signed_in > 
565<style> 
566 
567#fragment-0-xtkc{ 
568display:none;     
569
570@media only screen and (max-width: 501px) and (min-width: 320px){ 
571#fragment-0-xbzh { 
572    position: absolute; 
573    top: 388px; 
574    z-index: 10; 
575    left: 7%; 
576
577 
578.speedwell-frame__content { 
579    margin-left: 5px; 
580    margin-right: 5px; 
581
582 
583#fragment-2-twmo { 
584    margin-top: 0; 
585
586}  
587 
588 
589 
590@media only screen and (max-width: 1024px) and (min-width: 768px){ 
591    #foo_addr_opc{ 
592    display: flex; 
593
594.foo_space { 
595    padding-bottom: 0%; 
596    width: 100%; 
597
598}  
599 
600 
601/*@media screen and (min-width:1921px) and (max-width:2580px)*/ 
602 
603@media only screen and (max-width: 2580px) and (min-width: 1921px) 
604{  
605 
606 
607.or_page_li { 
608     
609    font-size: 32px !important; 
610    }  
611    .n_ortho_stext { 
612    
613    
614    font-size: 32px;} 
615     
616     
617    #foo_addr_opc { 
618     
619    font-size: 30px; 
620    }  
621     
622     
623     
624
625</style> 
626</#if> 
Publish Publish

Choose Background


Delete