Wittenberg University vs HIRM (02/11/06 at Hiram, Ohio Price Gym) - Wittenberg
There was a problem with a Velocity script |
Page | sports/mbkb/2005-06/statistics/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 ep7fd2ftnh1qvri3sports/mbkb/2005-06/statistics/default-decorator[line 28, column 18] |
Page source: |
1: #set ($pageContainer = "container-xxl")
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 ($page.url.startsWith("/landing/")) #set ($pageClass = "${pageClass} site-home") #end
9: #if ($request.getAttribute("showBookmark") == false) #set ($showBookmark = false) #end
10: #if ($request.getAttribute("landing"))
11: #set ($landing = $request.getAttribute("landing"))
12: #set ($landing = $Boolean.parseBoolean($landing))
13: #end
14:
15: ## PICK UP OPTIONS
16: $website.include("options")
17: #set ($options = $request.getAttribute("options"))
18:
19: #set ($language = "en")
20: #if ($options.get("site_lang") != "en")
21: #set ($language = $options.get("site_lang"))
22: #end
23:
24: <!doctype html>
25: <html lang="${language}" class="${pageClass}" data-theme-2="wittenberg-premium">
26: <head>
27: $!request.setAttribute("pageObj", $page)
28: $website.include("inc-head")
29: $!head
30: <link rel="stylesheet" href="/theme.css" type="text/css" />
31: <link rel="stylesheet" href="/site.css" type="text/css" />
32: </head>
33: <body>
34:
35: <a href="#site-nav" class="visually-hidden-focusable skip-link btn btn-secondary">Skip to navigation</a>
36: <a href="#site-main" class="visually-hidden-focusable skip-link btn btn-secondary">Skip to content</a>
37: <a href="#site-footer" class="visually-hidden-focusable skip-link btn btn-secondary">Skip to footer</a>
38:
39: #if ($website.ads.isMediaHeaderAdsEnabled())
40: <!-- 728x90/970x90/320x50 -->
41: <div id="waldo-tag-leaderboard"></div>
42: #end
43:
44: $website.include("header")
45:
46: #if (!$landing && $website.ads.isMediaAdsEnabled() && !$website.ads.isMediaHeaderAdsEnabled())
47: <!-- 728x90/970x90/970x250/300x250/320x50 -->
48: <div id="waldo-tag-banner"></div>
49: #end
50:
51: <main id="site-main" class="site-main" role="main">
52: <div class="${pageContainer}">
53: $body
54: #if ($showBookmark) $website.include("share-buttons") #end
55: $wiki
56: </div>
57: </main>
58:
59: #if ($website.ads.isMediaAdsEnabled())
60: <!-- 728x90/970x90/970x250/300x250/320x50 -->
61: <div id="waldo-tag-bottom-banner"></div>
62: #end
63:
64: $website.include("footer")
65:
66: #if ($website.ads.isMediaOverlayAdsEnabled())
67: <!-- Sticky Footer --><!-- 728x90/320x50 -->
68: <div id="waldo-tag-sticky-footer"></div>
69: #end
70:
71: $!wiki.su
72: $website.usage
73: $website.include("dropoff-scripts")
74: $request.setAttribute("icl-animate-on-scroll-script", true)
75: <script type="text/javascript" src="https://theme-assets.prestosports.com/theme-assets/wittenberg-premium/assets/js/addons.js"></script>
76: </body>
77: </html>
|