Error compiling template "Designs/ucn2015/_parsed/textpage.parsed.cshtml"
Line 1: The type or namespace name 'UCN' could not be found (are you missing a using directive or an assembly reference?)
1 @using UCN.Website.CustomModules.Helpers;
2
3 <!DOCTYPE html>
4 <!-- https://www.ucn.dk -->
5
6 @{
7 string Host = System.Web.HttpContext.Current.Request.Url.GetLeftPart(UriPartial.Authority);
8 if( Host.Contains("ucnnorth") || Host.Contains("ucnorth") )
9 {
10 System.Web.HttpContext.Current.Response.RedirectPermanent("http://www.ucn.dk/english");
11 }
12
13 @*if (!System.Web.HttpContext.Current.Request.IsSecureConnection)
14 {
15 System.Web.HttpContext.Current.Response.RedirectPermanent("https://" + System.Web.HttpContext.Current.Request.Url.Host + System.Web.HttpContext.Current.Request.RawUrl);
16 System.Web.HttpContext.Current.Response.End();
17 }*@
18
19 string presetSearch ="";
20 var r = System.Web.HttpContext.Current.Request["q"];
21
22 if( !string.IsNullOrEmpty(r) )
23 {
24 presetSearch = r;
25 }
26
27 var HideNav = GetBoolean("Item.Page.SkjulNavigation");
28 //// frontend files
29 string cssPath = "/Files/Templates/Designs/ucn2015/dist/css/master.min.css";
30 string jsfiles = "/Files/Templates/Designs/ucn2015/js/combinedscript.min.js";
31 string vendorFile = "/Files/Templates/Designs/ucn2015/dist/scripts/vendor.min.js";
32 string masterFile = "/Files/Templates/Designs/ucn2015/dist/scripts/master.min.js";
33
34 }
35 <html>
36 <head>
37 <meta http-equiv="X-UA-Compatible" content="IE=edge">
38 <meta charset="UTF-8">
39 <meta name="viewport" content="width=device-width, initial-scale=1">
40
41 <link rel="shortcut icon" type="image/ico" href="/Files/Templates/Designs/ucn2015/favicon.ico">
42
43 @*<!--Remove for production-->
44 <meta name="robots" content="noindex">
45 <!--Remove for production-->*@
46
47
48 <title>@GetValue("Title")</title>
49 @GetValue("MetaTags")
50 @GetValue("CopyRightNotice")
51
52
53
54 @*<link href="/Files/Templates/Designs/ucn2015/css/bootstrap-3.3.2.css" rel="stylesheet"><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
55 <link href="/Files/Templates/Designs/ucn2015/js/jQuery.mmenu-master/dist/css/jquery.mmenu.all.css" type="text/css" rel="stylesheet">*@
56 @*<link href="/Files/Templates/Designs/ucn2015/css/style.css?v=107" rel="stylesheet">*@
57
58 @*<link href="/Files/Templates/Designs/ucn2015/css/newStyle.css?v=3" rel="stylesheet">*@
59
60
61 <link href="@Helpers.GetRevisionNumber(cssPath)" rel="stylesheet">
62
63 @*<style>.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after { border-color:transparent; }</style>
64 <link rel="stylesheet" href="/Files/Templates/Designs/ucn2015/css/print.css" type="text/css" media="print">*@
65 @*<link href="/Files/Templates/Designs/ucn2015/dist/css/master.min.css" rel="stylesheet">*@
66
67 <!--[if IE]>
68 <style>
69 .szc_smallbox { right:30px !important; }
70 </style>
71 <![endif]-->
72
73 <!-- Google Tag Manager -->
74 <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
75 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
76 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
77 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
78 })(window,document,'script','dataLayer','GTM-NBHL5FD');</script>
79 <!-- End Google Tag Manager -->
80
81 @GetValue("Stylesheets")
82 @GetValue("Javascripts")
83 </head>
84
85 <body>
86 <!-- Google Tag Manager (noscript) -->
87 <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NBHL5FD" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
88 <!-- End Google Tag Manager (noscript) -->
89
90 <div id="fb-root"></div>
91 <script>(function(d, s, id) {
92 var js, fjs = d.getElementsByTagName(s)[0];
93 if (d.getElementById(id)) return;
94 js = d.createElement(s); js.id = id;
95 js.src = "//connect.facebook.net/da_DK/sdk.js#xfbml=1&version=v2.4&appId=245790212224546";
96 fjs.parentNode.insertBefore(js, fjs);
97 }(document, 'script', 'facebook-jssdk'));</script>
98
99 <div id="header">
100
101 @{
102 //string add = "display:block;";
103 int num = 0;
104 }
105
106 @if( Dynamicweb.eCommerce.Common.Context.Cart != null )
107 {
108 var cart = Dynamicweb.eCommerce.Common.Context.Cart;
109 num = cart.OrderLines.Count();
110 } else {
111 //add = "display:none;";
112 }
113
114 <text>
115 <div id="act2learn_basket" style="cursor:pointer;" onclick="location.href='/Default.aspx?ID=201359';">
116 <div class="count">
117 <i class="fa fa-shopping-cart" style="margin-right:3px;font-size:13px;"></i> <span class="quantity">@(num)</span>.
118 </div><!--
119 --><div class="participate">
120 <a href="/Default.aspx?ID=201359">Gå til tilmelding</a>
121 </div>
122 </div>
123 </text>
124
125
126 <!--@Snippet(HeaderStart)-->
127
128
129 <div class="container">
130
131 <div class="row desktop-navigation row-same-height">
132 <div class="col-sm-2 logo">
133 @{
134 var logoLink = Dynamicweb.Frontend.PageView.Current().Area.ID == 17 ? "/" : "/english";
135 }
136 <a href="@logoLink"><img border="0" class="img-logo" src="/Files/Templates/Designs/ucn2015/img/ucnlogo.svg" class="img-responsive"></a>
137 </div>
138 @if( HideNav )
139 {
140 <text><div class="navigation-replacer col-md-10"></div></text>
141 @("<div class='navigation-hider hidden'>")
142 }
143
144 <div class="col-sm-9 main-navigation">
145 @GetValue("DwNavigation(mainnavigationul)")
146 </div>
147 <div class="col-sm-1 lang-search">
148
149 @*<form action='@(Dynamicweb.Frontend.SearchEngineFriendlyURLs.GetFriendlyUrl( Pageview.Area.Item["S_geside"].ToString()) )' method="get" class="top-search-form">
150 <input id="topSearchBox" name="q">
151 <button type="submit" value="" class="search-icon-top">
152 <svg class="search-icon-top-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#search"></use></svg>
153 </button>
154 </form>*@
155
156 @foreach (var language in GetLoop("Languages"))
157 {
158 if( !language.GetBoolean("IsCurrent") )
159 {
160 string GoTo = "";
161 if( !string.IsNullOrEmpty( language.GetString("PageID") ) && !language.GetBoolean("PageIsHidden") )
162 {
163 GoTo = Dynamicweb.Frontend.SearchEngineFriendlyURLs.GetFriendlyUrl("default.aspx?id=" + language.GetString("PageID") );
164 }
165
166 if( language.GetString("Culture").Equals("en-GB") )
167 {
168 if( string.IsNullOrEmpty(GoTo) )
169 {
170 GoTo = "/english";
171 }
172
173 <text>
174 <span class="sel_lang"><a href='http://www.ucn.dk@(GoTo)' target="_self" title="Visit our English website" alt="Visit our English website"><img class="lang-flag" src="/Files/Templates/Designs/ucn2015/img/flag-gb.svg"></a></span>
175 </text>
176 } else {
177 <text>
178 <span class="sel_lang"><a href='http://www.ucn.dk@(GoTo)' target="_self" title="Besøg vores danske hjemmeside" alt="Besøg vores danske hjemmeside"><img class="lang-flag" src="/Files/Templates/Designs/ucn2015/img/flag-dk.svg"></a></span>
179 </text>
180
181 }
182 }
183 <!-- Culture: @(language.GetString("Culture")) - @(GetGlobalValue("Global:Area.Culture.Name").ToString())-->
184 }
185
186 @if( GetLoop("Languages").Count() <= 0 )
187 {
188 if( Dynamicweb.Frontend.PageView.Current().Area.ID == 17 )
189 {
190 <span class="sel_lang"><a href="http://www.ucn.dk/english" target="_self" title="Visit our English website" alt="Visit our English website"><img class="lang-flag" src="/Files/Templates/Designs/ucn2015/img/flag-gb.svg"></a></span>
191 } else {
192 <span class="sel_lang"><a href="http://www.ucn.dk" target="_self" title="Besøg vores danske hjemmeside" alt="Besøg vores danske hjemmeside"><img class="lang-flag" src="/Files/Templates/Designs/ucn2015/img/flag-dk.svg"></a></span>
193 }
194 }
195
196
197
198
199
200
201 </div>
202
203 @if( HideNav )
204 {
205 @("</div>")
206 }
207 </div>
208
209
210 <div class="row mobile-navigation">
211 <div class="pull-out mobile-navigation-sub " id="main-mobile-menu">
212 <div>
213 <div class="top-links">
214 @if( Dynamicweb.Frontend.PageView.Current().Area.ID == 17 )
215 {
216 <span class="sel_lang"><a href="http://www.ucn.dk/english" target="_self" title="Visit our English website" alt="Visit our English website"><img class="lang-flag" src="/Files/Templates/Designs/ucn2015/img/flag-gb.svg"></a></span>
217 } else {
218 <span class="sel_lang"><a href="http://www.ucn.dk" target="_self" title="Besøg vores danske hjemmeside" alt="Besøg vores danske hjemmeside"><img class="lang-flag" src="/Files/Templates/Designs/ucn2015/img/flag-dk.svg"></a></span>
219 }
220 </div>
221
222 <div class="mobile-search">
223 <form action='@(Pageview.Area.Item["S_geside"].ToString())' method="post">
224 <input type="text" name="q" placeholder='@(Translate("search","Søg"))' value="@(presetSearch)">
225 <button type="submit" value="" class="search-icon-mobile">
226 <svg class="search-icon-mobile-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#search"></use></svg>
227 </button>
228 </form>
229 </div>
230
231 @GetValue("DwNavigation(mainnavigationulmobile)")
232
233
234 </div>
235
236 </div>
237 <div>
238
239
240 <div class="button login-button" id="main-mobile-menu-button">
241 <a href="javascript:"><svg class="mobile-navigation-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#menu"></use></svg></a>
242 </div>
243
244 <div class="mobile-logo">
245 <a href='/Default.aspx?ID=@(Pageview.Area.get_Value("AreaFirstPage"))'><img border="0" src="/Files/Templates/Designs/ucn2015/img/ucnlogo.svg" class="mobile-logo-img"></a>
246 </div>
247
248 <div style="clear:both;"></div>
249 </div>
250
251
252 </div>
253
254 </div>
255 </div>
256
257
258
259 <!--Content-->
260
261
262
263 <div class="small-content-area breadcrump-content-area">
264 <div class="content">
265 <div class="container">
266 <div class="row">
267 <div class="col-xs-12 text">
268 <div class="hidden-xs hidden-sm breadcrump">
269 @GetValue("DwNavigation(breadcrump)")
270 </div>
271 <!--<h2>@(GetValue("DwPageName"))</h2>-->
272 </div>
273 </div>
274 </div>
275 </div>
276
277 </div>
278
279 <div class="container top-spacing bot-spacing">
280 <div class="row">
281 <div class="col-md-4 subnavigation">
282 <div class="toggle-subnavigation hasArrow">@GetString("DwPageName")</div>
283 @GetValue("DwNavigation(secondaryNavigation)")
284 <div id="underMenu">@GetValue("DwContent(underMenu)")</div>
285 </div>
286 <div class="col-md-8">
287 <div class="row">
288 <div class="text-page-content" id="textContent">@GetValue("DwContent(textContent)")</div>
289 </div>
290 </div>
291 </div>
292 </div>
293
294
295 @GetValue("DwContent(restModules)")
296
297 <!--Footer-->
298 <footer class="footer">
299 <div class="container footer-main">
300 <div class="footer-supergrafik"><svg class="footer-supergrafik-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#supergrafik"></use></svg> </div>
301 <div class="general-links">
302 @GetValue("DwNavigation(generallinksnavigation)")
303 </div>
304
305 <div class="global-mega-menu">
306 <div class="row">
307 @GetValue("DwNavigation(globalmegasuperaswesomemenu)")
308
309
310 <!--<div class="dwcontent" id="global-mega-super-aswesome-menu" title="Global menu" settings="items-allowed:GlobalMenuelement;template:Megamenu.cshtml;unwrap:true;"></div>-->
311 </div>
312 </div>
313
314 </div>
315 <div class="social-media-footer-max">
316 <div class="social-media-footer container">
317 <a href="/" class="social-media-footer-logo"><svg class="social-media-footer-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#logo-byline"></use></svg></a>
318 <div class="social-media-footer-departments">
319 <a href='@(Pageview.Area.Item["Omr_delink"].ToString())'>Aalborg</a>
320 <a href='@(Pageview.Area.Item["Omr_delink"].ToString())'>Hjørring</a>
321 <a href='@(Pageview.Area.Item["Omr_delink"].ToString())'>Thisted</a>
322 </div>
323 <div class="social-media-footer-text">
324 <div class="social-media-footer-phone">Tel. @(Pageview.Area.Item["Telefonnummer"])</div>
325 <a class="social-media-footer-email" href='mailto:@(Pageview.Area.Item["Email"].ToString())'>@(Pageview.Area.Item["Email"])</a>
326 </div>
327 <div class="social-icons">
328 @if( !string.IsNullOrEmpty( Pageview.Area.Item["Facebook"].ToString() ) )
329 {
330 <text>
331 <a href='@Pageview.Area.Item["Facebook"]' target="_blank">
332 <svg class="social-media-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#some-facebook"></use></svg>
333 </a>
334 </text>
335 }
336 @if( !string.IsNullOrEmpty( Pageview.Area.Item["Twitter"].ToString() ) )
337 {
338 <text>
339 <a href='@Pageview.Area.Item["Twitter"]' target="_blank">
340 <svg class="social-media-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#some-twitter"></use></svg>
341 </a>
342 </text>
343 }
344 @if( !string.IsNullOrEmpty( Pageview.Area.Item["Youtube"].ToString() ) )
345 {
346 <text>
347 <a href='@Pageview.Area.Item["Youtube"]' target="_blank">
348 <svg class="social-media-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#some-youtube"></use></svg>
349 </a>
350 </text>
351 }
352 @if( !string.IsNullOrEmpty( Pageview.Area.Item["Pinterest"].ToString() ) )
353 {
354 <text>
355 <a href='@Pageview.Area.Item["Pinterest"]' target="_blank">
356 <svg class="social-media-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#some-pinterest"></use></svg>
357 </a>
358 </text>
359 }
360 @if( !string.IsNullOrEmpty( Pageview.Area.Item["Google_"].ToString() ) )
361 {
362 <text>
363 <a href='@Pageview.Area.Item["Google_"]' target="_blank">
364 <svg class="social-media-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#some-googleplus"></use></svg>
365 </a>
366 </text>
367 }
368 @if( !string.IsNullOrEmpty( Pageview.Area.Item["Instagram"].ToString() ) )
369 {
370 <text>
371 <a href='@Pageview.Area.Item["Instagram"]' target="_blank">
372 <svg class="social-media-svg"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/Files/Templates/Designs/ucn2015/dist/icons/icons.svg#some-instagram"></use></svg>
373 </a>
374 </text>
375 }
376 </div>
377 </div>
378 </div>
379 </footer>
380 <script src="@Helpers.GetRevisionNumber(vendorFile)"></script>
381 <script src="@Helpers.GetRevisionNumber(jsfiles)"></script>
382 <!--<script src="js/carousel-swipe.js"></script>-->
383 <script src="@Helpers.GetRevisionNumber(masterFile)"></script>
384 <script type="text/javascript">
385
386 <!--@Snippet(Js)-->
387
388 /*$(function()
389 {
390 $('a[href']).each(function(index) {
391 if( $(this).attr('href') == "javascript:?_route=true" )
392 {
393 $(this).attr('href','javascript:');
394 }
395 });
396 });*/
397
398
399 @if( Dynamicweb.Frontend.PageView.Current().Area.ID == 17 )
400 {
401 <text>
402 var link ="/";
403 var Title = "Forside";
404 </text>
405 } else {
406 <text>
407 var link ="/english";
408 var Title = "Home";
409 </text>
410 }
411
412 $(function() {
413 $('.mobile-navigation-sub ul.M0').prepend( $('<li><a href="'+link+'">'+Title+'</a></li>') );
414
415 })
416 </script>
417
418 <!--@Snippet(BotInc)-->
419
420 <!--@OverrideRoute-->
421
422
423 <!--Siteimprove implementation-->
424 <script type="text/javascript">
425 /*<![CDATA[*/
426 (function() {
427 var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true;
428 sz.src = '//ssl.siteimprove.com/js/siteanalyze_63467.js';
429 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s);
430 })();
431 /*]]>*/
432 </script>
433 <!--Siteimprove end-->
434 <!-- Facebook Pixel Code -->
435 <script>
436 !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
437 n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
438 n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
439 t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
440 document,'script','https://connect.facebook.net/en_US/fbevents.js');
441 fbq('init', '1072831816161505', {
442 em: 'insert_email_variable,'
443 });
444 fbq('track', 'PageView');
445 </script>
446 <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1072831816161505&ev=PageView&noscript=1"></noscript>
447 <!-- DO NOT MODIFY -->
448 <!-- End Facebook Pixel Code -->
449
450 <!-- Facebook Pixel Code -->
451 <script>
452 !function(f,b,e,v,n,t,s)
453 {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
454 n.callMethod.apply(n,arguments):n.queue.push(arguments)};
455 if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
456 n.queue=[];t=b.createElement(e);t.async=!0;
457 t.src=v;s=b.getElementsByTagName(e)[0];
458 s.parentNode.insertBefore(t,s)}(window, document,'script',
459 'https://connect.facebook.net/en_US/fbevents.js');
460 fbq('init', '116529629020368');
461 fbq('track', 'PageView');
462 </script>
463 <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=116529629020368&ev=PageView&noscript=1"></noscript>
464 <!-- End Facebook Pixel Code -->
465
466 </body>
467 </html>
468