Calif. Community Col. Football/JC Athletic Bureau -- Contra Costa - 3C2A
| There was a problem with a Velocity script |
| Page | sports/fball/2008-09/default-decorator |
| Error | Invocation of method 'include' in class com.prestosports.render.ContentEngineInvoker threw exception javax.servlet.ServletException: javax.servlet.ServletException: java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not initialize class java.awt.Dimension at g5xpj7agcui7frapsports/fball/2008-09/default-decorator[line 41, column 18] |
| Page source: |
1: #set ($pageContainer = "container p-3 my-5")
2: #set ($pageClass = "internal-page")
3: #set ($showBookmark = true)
4: #set ($landing = false)
5:
6: #if ($request.getAttribute("pageContainer")) #set ($pageContainer = $request.getAttribute("pageContainer")) #end
7: #if ($request.getAttribute("pageClass")) #set ($pageClass = $request.getAttribute("pageClass")) #end
8: #if ($request.getAttribute("showBookmark") == false) #set ($showBookmark = false) #end
9: #if ($request.getAttribute("landing"))
10: #set ($landing = $request.getAttribute("landing"))
11: #set ($landing = $Boolean.parseBoolean($landing))
12: #end
13:
14: ## SETS ATTRIBUTE USED TO TRIGGER DEMO ADUNITS
15: #if ($request.getParameter("adunits"))
16: #set ($adunits = $request.getParameter("adunits"))
17: $!request.setAttribute("adunits", $adunits)
18: #end
19:
20: ## PICK UP OPTIONS
21: $website.include("options")
22: #set ($options = $request.getAttribute("options"))
23:
24: #set ($language = "en")
25: #if ($options.get("site_lang") != "en")
26: #set ($language = $options.get("site_lang"))
27: #end
28:
29: #set ($lightColorClass = "")
30: #if($options.get("primary_color_light") == true)
31: #set ($lightColorClass = "${lightColorClass} primary-color-light")
32: #end
33: #if($options.get("secondary_color_light") == true)
34: #set ($lightColorClass = "${lightColorClass} secondary-color-light")
35: #end
36:
37: <!doctype html>
38: <html lang="${language}" class="${pageClass} ${lightColorClass}" data-theme-2="cccaa">
39: <head>
40: $!request.setAttribute("pageObj", $page)
41: $website.include("inc-head")
42: $!head
43: <link rel="stylesheet" href="/theme.css" type="text/css" />
44: <link rel="stylesheet" href="/site.css" type="text/css" />
45:
46: </head>
47: <body #if ($pageClass.contains('internal-page')) style="background-image:url($website.includeAgain('headlines-featured-banner?tmpl=random-headlines-template')); background-position:center; background-size:cover; background-attachment: fixed" #end>
48:
49: <a href="#site-navigation" class="visually-hidden-focusable">Skip to navigation</a>
50: <a href="#site-main" class="visually-hidden-focusable">Skip to content</a>
51: <a href="#site-footer" class="visually-hidden-focusable">Skip to footer</a>
52:
53: #if ($website.ads.isMediaHeaderAdsEnabled())
54: <!-- 728x90/970x90/320x50 -->
55: <div id="waldo-tag-leaderboard" role="presentation"></div>
56: #end
57:
58: $website.include("header")
59:
60: #if (!$landing && $website.ads.isMediaAdsEnabled() && !$website.ads.isMediaHeaderAdsEnabled())
61: <!-- 728x90/970x90/970x250/300x250/320x50 -->
62: <div id="waldo-tag-banner" role="presentation"></div>
63: #end
64:
65: <main id="site-main" class="site-main" role="main">
66: <div class="${pageContainer}">
67: $body
68: #if ($showBookmark) $website.include("share-buttons") #end
69: $wiki
70: </div>
71: </main>
72:
73: #if ($website.ads.isMediaAdsEnabled())
74: <!-- 728x90/970x90/970x250/300x250/320x50 -->
75: <div id="waldo-tag-bottom-banner" role="presentation"></div>
76: #end
77:
78: $website.include("footer")
79:
80: #if ($website.ads.isMediaOverlayAdsEnabled())
81: <!-- Sticky Footer --><!-- 728x90/320x50 -->
82: <div id="waldo-tag-sticky-footer" role="presentation"></div>
83: #end
84:
85: $!wiki.su
86: $website.usage
87: $website.include("dropoff-scripts")
88: <script type="text/javascript" src="https://theme-assets.prestosports.com/theme-assets/cccaa/assets/js/addons.js"></script>
89: </body>
90: </html>
|