Volleyball masculin U Sports

Manitoba

Matches Kills per set Hitting % Assists per set Blocks per set Service Aces per set Digs per set
24 11.91 .240 11.16 2.58 1.13 9.08
Schedule Summary
Overall (Pct.)14-10 (.583)
Conference (Pct.) 14-10 (.583)
StreakWon 2
Home7-4
Away7-6
Neutral0-0
Full Scores and Schedule »
Recent Games
Jan 23 at Saskatchewan W, 3-1
Jan 24 at Saskatchewan L, 3-1
Jan 29 Winnipeg W, 3-2
Jan 31 at Winnipeg L, 3-0
Feb 7 at MacEwan W, 3-1
Feb 8 at MacEwan W, 3-1
Statistics category Overall
Matches 24 1st
Sets 96 1st
Kills 1143 6th
Kills per set 11.91 15th
Errors 496 3rd
Total Attacks 2700 3rd
Hitting Percentage .240 16th
Assists 1071 7th
Assists per set 11.16 15th
Service Aces 108 11th
Service Errors 280 11th
Service Aces per set 1.13 20th
Reception Errors 108 7th
Digs 872 5th
Digs per set 9.08 15th
Block Solo 61 18th
Block Assist 374 3rd
Block Total 248 2nd
Blocks per set 2.58 8th
Block Errors 11 21st
Ball Handling Errors 6 22nd
Points 1499.0 5th
Points per set 15.6 15th
Home Attendance 7,300 1st
Home Attendance average 664 1st
There was a problem with a Velocity script
Page/default-decorator
ErrorInvocation of method 'include' in class com.prestosports.render.ContentEngineInvoker threw exception java.lang.RuntimeException: java.io.FileNotFoundException: /httpd/prestosports/site-public/WEB-INF/themes/generic/share-buttons (Too many open files) at ralxgzfldn1vqete/default-decorator[line 105, column 10]
Page source:
1: #*## CLASSIC MOBILE OR IPHONE PLATFORM
2: 	#if ($browser.getMobile() || $browser.getIphone())
3: 		$request.setAttribute("body", $body)
4: 		$request.setAttribute("title", $title)
5: 		$request.setAttribute("page", $page)
6: $request.setAttribute("head", $head)
7: 		$website.include("mobile-decorator")
8: 	##STANDARD PLATFORM BEGIN
9: 	#else 
10: *#
11: #set ($containerClass = "internal-page")
12: #set ($showBookmark = true)
13: 
14: #if ($request.getAttribute("pageClass"))
15:   #set ($containerClass = $request.getAttribute("pageClass"))
16: #end
17: 
18: #if ($request.getAttribute("showBookmark") == false)
19:   #set ($showBookmark = false)
20: #end
21: 
22: <!DOCTYPE html>
23: <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> 
24: <!--[if lt IE 7 ]> <html lang="en" class="${containerClass} no-js ie6"> <![endif]-->
25: <!--[if IE 7 ]>    <html lang="en" class="${containerClass} no-js ie7"> <![endif]-->
26: <!--[if IE 8 ]>    <html lang="en" class="${containerClass} no-js ie8"> <![endif]-->
27: <!--[if IE 9 ]>    <html lang="en" class="${containerClass} no-js ie9"> <![endif]-->
28: <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="${containerClass} no-js"> <!--<![endif]-->
29: 
30: <head>
31: 
32: <title>#if ($title.length() > 0)$title - #elseif ($page.title.length() > 0)$page.title - #end $website.profile.siteName</title>
33: 
34: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
35: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
36: <meta charset="utf-8"/>
37: <link rel="stylesheet" href="$website.cdn("/info/boilerplate.css")" type="text/css" />
38: 
39: 
40: <link rel="stylesheet" href="/css/styles2017.css?t=${now.time}" type="text/css" />
41: ##<link rel="stylesheet" href="/css/styles2016.css" type="text/css" />
42: ##<link rel="stylesheet" href="/css/styles.css" type="text/css" />
43: 
44: <script src="$website.cdn('/info/jquery.js')"></script>
45: <script src="$website.cdn("/info/modernizr.js")"></script>
46: 
47: $!head
48: 
49: $website.include("analytics")
50: 
51: </head>
52: 
53: <body>
54: 
55: ## PAGE  
56: <div id="page">
57: 
58: ## BACKGROUND
59: $website.include('/background?tmpl=background-template')
60: 
61: 
62: 
63: ## WRAPPER
64: <div id="wrapper" class="clearfix">
65: 
66: ## HEADER
67: $website.include("site-header")
68: 
69: ## BANNER AND COUNTDOWN
70: $website.include('banner-countdown')
71: 
72: 
73: ## BODY CONTAINER
74: <div id="body-container" class="clearfix">
75: 
76: ## SECONDARY NAV
77: $website.includeAgain("navbar-secondary?tmpl=navbar-secondary-template")
78: 
79: ## BODY CONTENT
80: <div id="mainbody" class="mainbody clearfix">
81: 
82: $wiki
83: 
84: ## RELATED LINKING - 20090930
85: #if (!($request.getAttribute("disable_related_links").length() > 0))
86: #set ($relatedPages = $page.relatedInSchedule)
87: #if ($relatedPages.size() > 1)
88: <div class="page-related-links clearfix">
89:  #foreach ($related in $relatedPages)
90:    #if ($velocityCount > 1) | #end
91:    #if ($related.id == $page.id)
92:       <strong>${related.mapLabel}</strong>
93:    #else
94:       <a href="$related.url" #if ($website.isExternalLink($related.url)) target="_blank" #end>${related.mapLabel}</a>
95:     #end
96:  #end
97: </div>
98: #end ## related > 1
99: #end ## disable
100: 
101: $body
102: 
103: ## BOOKMARK
104: #if ($showBookmark)
105: $website.include("share-buttons")
106: #end 
107: 
108: $wiki
109: 
110: </div> 
111: ## MAINBODY
112: 
113: </div> ## BODY-CONTAINER
114: 
115: ## FOOTER    
116: $website.include("site-footer")
117: 
118: ##<p style="margin:10px; font-size:10px; color:#000">$browser.viewOptions</p>
119: 
120: </div> ## WRAPPER
121: 
122: $!wiki.su
123: 
124: </div> ## END PAGE
125: 
126: ## BOTTOM BAR
127: $website.include("bottom-bar")
128: 
129: <script>
130: $(function() {
131: $(".schedule-list img").error(function(){
132:         $(this).attr('src', '/images/setup/2014/default_60_logo.png');
133: });
134: });
135: </script>
136: 
137: $website.usage
138: $website.include("dropoff-scripts")
139: 
140: </body>
141: </html>