Error compiling template "Designs/SolutionSetNo/_parsed/SubpageNoLeft.parsed.cshtml"
Line 714: Invalid expression term '%'
Line 714: Syntax error, ',' expected
Line 714: The name 'Item' does not exist in the current context
Line 1803: The type or namespace name 'Base' does not exist in the namespace 'Dynamicweb' (are you missing an assembly reference?)
Line 1804: The type or namespace name 'Base' does not exist in the namespace 'Dynamicweb' (are you missing an assembly reference?)
Line 739: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
Line 1457: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'

1 //------------------------------------------------------------------------------ 2 // <auto-generated> 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.42000 5 // 6 // Changes to this file may cause incorrect behavior and will be lost if 7 // the code is regenerated. 8 // </auto-generated> 9 //------------------------------------------------------------------------------ 10 11 namespace CompiledRazorTemplates.Dynamic { 12 using System; 13 using System.Collections.Generic; 14 using System.Linq; 15 16 17 public class RazorEngine_d6414a64c2dd404d95e91ac2b03268c7 : Dynamicweb.Rendering.RazorTemplateBase<Dynamicweb.Rendering.RazorTemplateModel<Dynamicweb.Rendering.Template>> { 18 19 #line hidden 20 21 public RazorEngine_d6414a64c2dd404d95e91ac2b03268c7() { 22 } 23 24 public override void Execute() { 25 WriteLiteral("<!DOCTYPE html>\r\n<html"); 26 27 WriteAttribute("lang", Tuple.Create(" lang=\'", 22), Tuple.Create("\'", 64) 28 29 #line 2 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 30 , Tuple.Create(Tuple.Create("", 29), Tuple.Create<System.Object, System.Int32>(GetGlobalValue("Global:Area.Lang") 31 32 #line default 33 #line hidden 34 , 29), false) 35 ); 36 37 WriteLiteral(">\r\n<head>\r\n <title>"); 38 39 40 #line 4 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 41 Write(GetValue("Title")); 42 43 44 #line default 45 #line hidden 46 WriteLiteral("</title>\r\n"); 47 48 49 #line 5 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 50 Write(GetValue("MetaTags")); 51 52 53 #line default 54 #line hidden 55 WriteLiteral("\r\n"); 56 57 58 #line 6 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 59 Write(GetValue("CopyRightNotice")); 60 61 62 #line default 63 #line hidden 64 WriteLiteral("\r\n\r\n <meta"); 65 66 WriteLiteral(" charset=\"utf-8\""); 67 68 WriteLiteral(">\r\n <meta"); 69 70 WriteLiteral(" http-equiv=\"X-UA-Compatible\""); 71 72 WriteLiteral(" content=\"IE=edge\""); 73 74 WriteLiteral(">\r\n <meta"); 75 76 WriteLiteral(" name=\"viewport\""); 77 78 WriteLiteral(" content=\"width=device-width, initial-scale=1, user-scalable=no\""); 79 80 WriteLiteral(">\r\n <meta"); 81 82 WriteLiteral(" name=\"format-detection\""); 83 84 WriteLiteral(" content=\"telephone=no\""); 85 86 WriteLiteral(">\r\n \r\n"); 87 88 89 #line 13 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 90 91 92 #line default 93 #line hidden 94 95 #line 13 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 96 if (!string.IsNullOrEmpty(GetString("Title"))) 97 { 98 99 100 #line default 101 #line hidden 102 WriteLiteral(" <meta"); 103 104 WriteLiteral(" property=\"og:title\""); 105 106 WriteAttribute("content", Tuple.Create(" content=\'", 504), Tuple.Create("\'", 533) 107 108 #line 15 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 109 , Tuple.Create(Tuple.Create("", 514), Tuple.Create<System.Object, System.Int32>(GetString("Title") 110 111 #line default 112 #line hidden 113 , 514), false) 114 ); 115 116 WriteLiteral(">\r\n"); 117 118 119 #line 16 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 120 } 121 122 123 #line default 124 #line hidden 125 WriteLiteral(" "); 126 127 128 #line 17 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 129 if (!string.IsNullOrEmpty(GetString("Meta.Description"))) 130 { 131 132 133 #line default 134 #line hidden 135 WriteLiteral(" <meta"); 136 137 WriteLiteral(" property=\"og:description\""); 138 139 WriteAttribute("content", Tuple.Create(" content=\'", 650), Tuple.Create("\'", 690) 140 141 #line 19 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 142 , Tuple.Create(Tuple.Create("", 660), Tuple.Create<System.Object, System.Int32>(GetString("Meta.Description") 143 144 #line default 145 #line hidden 146 , 660), false) 147 ); 148 149 WriteLiteral(">\r\n"); 150 151 152 #line 20 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 153 } 154 155 156 #line default 157 #line hidden 158 WriteLiteral(" "); 159 160 161 #line 21 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 162 var url = GetGlobalValue("Global:Request.Host"); var imagetag = GetString("Item.OpenGraphImage.Value"); 163 164 #line default 165 #line hidden 166 WriteLiteral("\r\n"); 167 168 169 #line 22 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 170 171 172 #line default 173 #line hidden 174 175 #line 22 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 176 if (!string.IsNullOrEmpty(GetString("Item.OpenGraphImage"))) 177 { 178 179 180 #line default 181 #line hidden 182 WriteLiteral(" <meta"); 183 184 WriteLiteral(" property=\"og:image\""); 185 186 WriteAttribute("content", Tuple.Create(" content=\'", 918), Tuple.Create("\'", 949) 187 , Tuple.Create(Tuple.Create("", 928), Tuple.Create("http://", 928), true) 188 189 #line 24 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 190 , Tuple.Create(Tuple.Create("", 935), Tuple.Create<System.Object, System.Int32>(url 191 192 #line default 193 #line hidden 194 , 935), false) 195 , Tuple.Create(Tuple.Create("", 939), Tuple.Create("/", 939), true) 196 197 #line 24 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 198 , Tuple.Create(Tuple.Create("", 940), Tuple.Create<System.Object, System.Int32>(imagetag 199 200 #line default 201 #line hidden 202 , 940), false) 203 ); 204 205 WriteLiteral(">\r\n"); 206 207 208 #line 25 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 209 } 210 211 212 #line default 213 #line hidden 214 WriteLiteral(" <!--$$Snippet(ImageP)--> \r\n\r\n <link"); 215 216 WriteLiteral(" href=\'http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800\'"); 217 218 WriteLiteral(" rel=\'stylesheet\'"); 219 220 WriteLiteral(" type=\'text/css\'"); 221 222 WriteLiteral(" media=\"all\""); 223 224 WriteLiteral(">\r\n <link"); 225 226 WriteLiteral(" href=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/assets/stylesh" + 227 "eets/layout.css\""); 228 229 WriteLiteral(" rel=\"stylesheet\""); 230 231 WriteLiteral(" media=\"all\""); 232 233 WriteLiteral(" type=\"text/css\""); 234 235 WriteLiteral(">\r\n <link"); 236 237 WriteLiteral(" href=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/assets/stylesh" + 238 "eets/print.css\""); 239 240 WriteLiteral(" rel=\"stylesheet\""); 241 242 WriteLiteral(" media=\"print\""); 243 244 WriteLiteral(" type=\"text/css\""); 245 246 WriteLiteral(">\r\n"); 247 248 WriteLiteral(" "); 249 250 251 #line 31 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 252 Write(RenderSnippet("StyleSheet")); 253 254 255 #line default 256 #line hidden 257 WriteLiteral("\r\n <script"); 258 259 WriteLiteral(" src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js\""); 260 261 WriteLiteral(" integrity=\"sha256-1OxYPHYEAB+HIz0f4AdsvZCfFaX4xrTD9d2BtGLXnTI=\""); 262 263 WriteLiteral(" crossorigin=\"anonymous\""); 264 265 WriteLiteral("></script>\r\n <!--[if lt IE 9]>\r\n <script src=\""); 266 267 268 #line 34 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 269 Write(GetString("Template:DesignBaseUrl")); 270 271 272 #line default 273 #line hidden 274 WriteLiteral("vendor/assets/javascript/lib/respondjs/respond.min.js\" type=\"text/javascript\"></s" + 275 "cript>\r\n <![endif]-->\r\n <script"); 276 277 WriteLiteral(" src=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/vendor/assets/j" + 278 "avascript/lib/modernizr/modernizr.min.js\""); 279 280 WriteLiteral(" type=\"text/javascript\""); 281 282 WriteLiteral("></script>\r\n"); 283 284 285 #line 37 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 286 287 288 #line default 289 #line hidden 290 291 #line 37 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 292 293 var lang = GetGlobalValue("Global:Area.Lang"); 294 if(lang == "nb") { 295 lang = "no"; 296 } 297 298 299 #line default 300 #line hidden 301 WriteLiteral("\r\n <script"); 302 303 WriteLiteral(" type=\"text/javascript\""); 304 305 WriteLiteral(">\r\n var baseUrl = \'"); 306 307 308 #line 44 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 309 Write(GetString("Template:DesignBaseUrl")); 310 311 312 #line default 313 #line hidden 314 WriteLiteral("\';\r\n var lang = \'"); 315 316 317 #line 45 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 318 Write(lang); 319 320 321 #line default 322 #line hidden 323 WriteLiteral("\';\r\n </script>\r\n"); 324 325 326 #line 47 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 327 328 329 #line default 330 #line hidden 331 332 #line 47 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 333 if (GetBoolean("Item.Area.Extranet_Login")) 334 { 335 string userID = GetGlobalValue("Global:Extranet.UserID"); 336 if (userID == "0") 337 { 338 339 340 #line default 341 #line hidden 342 WriteLiteral(" <script"); 343 344 WriteLiteral(" type=\"text/javascript\""); 345 346 WriteLiteral(">\r\n window.location.href=\'/Default.aspx?id="); 347 348 349 #line 53 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 350 Write(GetValue("Item.Area.Login_Page_ID")); 351 352 353 #line default 354 #line hidden 355 WriteLiteral("\';\r\n </script>\r\n"); 356 357 358 #line 55 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 359 } 360 } 361 362 363 #line default 364 #line hidden 365 WriteLiteral(" <script"); 366 367 WriteLiteral(" data-main=\'"); 368 369 370 #line 57 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 371 Write(GetString("Template:DesignBaseUrl")); 372 373 374 #line default 375 #line hidden 376 WriteLiteral("assets/javascript/solutionset.init\'"); 377 378 WriteLiteral(" src=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/vendor/assets/j" + 379 "avascript/lib/requirejs/require.min.js\""); 380 381 WriteLiteral(" type=\"text/javascript\""); 382 383 WriteLiteral("></script>\r\n <link"); 384 385 WriteLiteral(" rel=\"shortcut icon\""); 386 387 WriteLiteral(" href=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/favicon" + 388 "/favicon.ico\""); 389 390 WriteLiteral(" type=\"image/x-icon\""); 391 392 WriteLiteral(">\r\n <link"); 393 394 WriteLiteral(" rel=\"icon\""); 395 396 WriteLiteral(" href=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/favicon" + 397 "/favicon.ico\""); 398 399 WriteLiteral(" type=\"image/x-icon\""); 400 401 WriteLiteral(">\r\n <link"); 402 403 WriteLiteral(" rel=\"apple-touch-icon\""); 404 405 WriteLiteral(" href=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/apple/a" + 406 "pple-touch-icon-57x57.png\""); 407 408 WriteLiteral(">\r\n <link"); 409 410 WriteLiteral(" rel=\"apple-touch-icon\""); 411 412 WriteLiteral(" sizes=\"72x72\""); 413 414 WriteLiteral(" href=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/apple/a" + 415 "pple-touch-icon-72x72.png\""); 416 417 WriteLiteral(">\r\n <link"); 418 419 WriteLiteral(" rel=\"apple-touch-icon\""); 420 421 WriteLiteral(" sizes=\"114x114\""); 422 423 WriteLiteral(" href=\"/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/apple/a" + 424 "pple-touch-icon-114x114.png\""); 425 426 WriteLiteral(">\r\n"); 427 428 WriteLiteral(" "); 429 430 431 #line 63 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 432 Write(GetValue("Item.Area.HeaderVariable")); 433 434 435 #line default 436 #line hidden 437 WriteLiteral("\r\n"); 438 439 440 #line 64 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 441 Write(GetValue("Stylesheets")); 442 443 444 #line default 445 #line hidden 446 WriteLiteral("\r\n"); 447 448 449 #line 65 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 450 Write(GetValue("Javascripts")); 451 452 453 #line default 454 #line hidden 455 WriteLiteral("\r\n</head>\r\n"); 456 457 458 #line 67 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 459 460 var backgroundImage = string.Empty; 461 462 if (GetGlobalValue("Global:Device.IsDesktop") == "True" && !string.IsNullOrEmpty(GetString("Item.Area.Background_Desktop"))) 463 { 464 backgroundImage = string.Format("background: transparent url({0}) no-repeat fixed top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;", GetString("Item.Area.Background_Desktop")); 465 } 466 if (GetGlobalValue("Global:Device.IsTablet") == "True" && !string.IsNullOrEmpty(GetString("Item.Area.Background_Tablet"))) 467 { 468 backgroundImage = string.Format("background: transparent url({0}) no-repeat fixed top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;", GetString("Item.Area.Background_Tablet")); 469 } 470 if (GetGlobalValue("Global:Device.IsMobile") == "True" && !string.IsNullOrEmpty(GetString("Item.Area.Background_Mobile"))) 471 { 472 backgroundImage = string.Format("background: transparent url({0}) no-repeat fixed top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;", GetString("Item.Area.Background_Mobile")); 473 } 474 475 476 #line default 477 #line hidden 478 WriteLiteral("\r\n"); 479 480 481 #line 83 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 482 483 string isLoggedIn = "false"; 484 string theUserID = GetGlobalValue("Global:Extranet.UserID"); 485 486 487 488 #line default 489 #line hidden 490 WriteLiteral("\r\n"); 491 492 493 #line 88 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 494 if (theUserID != "0") 495 { 496 isLoggedIn = "true"; 497 } 498 499 500 #line default 501 #line hidden 502 WriteLiteral("<body"); 503 504 WriteLiteral(" data-logged-in=\""); 505 506 507 #line 92 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 508 Write(isLoggedIn); 509 510 511 #line default 512 #line hidden 513 WriteLiteral("\""); 514 515 WriteAttribute("style", Tuple.Create(" style=\"", 5134), Tuple.Create("\"", 5208) 516 517 #line 92 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 518 , Tuple.Create(Tuple.Create("", 5142), Tuple.Create<System.Object, System.Int32>(!string.IsNullOrEmpty(backgroundImage) ? backgroundImage : null 519 520 #line default 521 #line hidden 522 , 5142), false) 523 ); 524 525 WriteLiteral(">\r\n"); 526 527 528 #line 93 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 529 530 531 #line default 532 #line hidden 533 534 #line 93 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 535 if (theUserID == "670") 536 { 537 538 539 #line default 540 #line hidden 541 WriteLiteral("<div"); 542 543 WriteLiteral(" class=\"demouserinfo-wrapper\""); 544 545 WriteLiteral(" style=\"background-color:red;color:#fff;text-align:center;padding:5px;\""); 546 547 WriteLiteral(">\r\n<div"); 548 549 WriteLiteral(" class=\"demouserinfo\""); 550 551 WriteLiteral(">\r\n"); 552 553 554 #line 97 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 555 Write(Translate("demouserinfo", "Du er logget ind som demokunde.")); 556 557 558 #line default 559 #line hidden 560 WriteLiteral(" &nbsp;<a"); 561 562 WriteLiteral(" style=\"color:#fff;text-decoration:underline;\""); 563 564 WriteLiteral(" href=\"/Admin/Public/extranetlogoff.aspx\""); 565 566 WriteLiteral(">Log af</a>\r\n</div>\r\n</div>\r\n"); 567 568 569 #line 100 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 570 } 571 572 573 #line default 574 #line hidden 575 WriteLiteral("\r\n"); 576 577 WriteLiteral(" "); 578 579 580 #line 102 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 581 Write(GetValue("Item.Area.BodyTopVariable")); 582 583 584 #line default 585 #line hidden 586 WriteLiteral("\r\n <script"); 587 588 WriteLiteral(" type=\"text/javascript\""); 589 590 WriteLiteral(">\n\n var cookieText = \""); 591 592 593 #line 105 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 594 Write(GetString("Item.Area.Cookie_Text").Replace("\"", "'").Replace(Environment.NewLine,"")); 595 596 597 #line default 598 #line hidden 599 WriteLiteral(@"""; 600 var cookieFrag = document.createDocumentFragment(); 601 var cookieInformerDiv = document.createElement(""div""); 602 603 cookieInformerDiv.innerHTML = ""<div id='cookie-informer-wrapper' class='drop-shadow'>"" + 604 ""<div id='cookie-informer' class='container'>"" + 605 ""<div id='cookie-body' class='row'>"" + 606 ""<div id='cookie-info' class='col-xs-10'>"" + cookieText + ""</div>"" + 607 ""<div id='cookie-action' class='col-xs-2'>"" + 608 ""<a href='javascript:void(0);' onclick='createAcceptCookie();'><i class='fa fa-times fa-2x'></i></a>"" + 609 ""</div></div></div></div>"" 610 611 cookieFrag.appendChild(cookieInformerDiv); 612 document.body.insertBefore(cookieFrag, document.body.childNodes[0]); 613 614 function createAcceptCookie() { 615 Layout.Functions.createCookie('acceptCookie', true, 30); 616 $(""#cookie-informer-wrapper"").removeClass(""cookie-show""); 617 } 618 619 require(['lib/solutionset.config'], function (config) { 620 require(['jquery', 'functions'], function () { 621 622 var acceptCookie = Layout.Functions.readCookie(""acceptCookie""); 623 if (acceptCookie != null) { 624 $(""#cookie-informer-wrapper"").remove(); 625 } else { 626 $(""#cookie-informer-wrapper"").addClass(""cookie-show""); 627 } 628 }); 629 }); 630 </script> 631 <nav"); 632 633 WriteLiteral(" id=\"mobile-menu\""); 634 635 WriteLiteral(">\n"); 636 637 WriteLiteral(" "); 638 639 640 #line 138 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 641 Write(GetValue("DwNavigation(navigationcompact)")); 642 643 644 #line default 645 #line hidden 646 WriteLiteral(" \n</nav>\r\n <div"); 647 648 WriteLiteral(" id=\"master-wrapper\""); 649 650 WriteLiteral(">\r\n <div"); 651 652 WriteLiteral(" class=\"techem-bar\""); 653 654 WriteLiteral("></div>\r\n <div"); 655 656 WriteLiteral(" class=\"bar-container container\""); 657 658 WriteLiteral(">\r\n \t<div"); 659 660 WriteLiteral(" class=\"row\""); 661 662 WriteLiteral(">\r\n \t\t<div"); 663 664 WriteLiteral(" class=\"col-xs-10 col-xs-offset-2\""); 665 666 WriteLiteral(">\r\n \t\t\t<div"); 667 668 WriteLiteral(" class=\"bar\""); 669 670 WriteLiteral("></div>\r\n \t\t</div>\r\n \t</div>\r\n </div>\r\n <div"); 671 672 WriteLiteral(" id=\"top-wrapper\""); 673 674 WriteLiteral(">\r\n <div"); 675 676 WriteLiteral(" id=\"top\""); 677 678 WriteLiteral(" class=\"container\""); 679 680 WriteLiteral(">\r\n "); 681 682 WriteLiteral("\r\n </div>\r\n </div>\r\n <div"); 683 684 WriteLiteral(" id=\"header-wrapper\""); 685 686 WriteLiteral(">\r\n <div"); 687 688 WriteLiteral(" id=\"header\""); 689 690 WriteLiteral(" class=\"container\""); 691 692 WriteLiteral("> \r\n <div"); 693 694 WriteLiteral(" id=\"header-content\""); 695 696 WriteLiteral(" class=\"row\""); 697 698 WriteLiteral(">\r\n <div"); 699 700 WriteLiteral(" id=\"header-logo\""); 701 702 WriteLiteral(" class=\"col-xs-12 col-sm-7 col-md-7 col-lg-8\""); 703 704 WriteLiteral(">\r\n <a"); 705 706 WriteLiteral(" href=\"/\""); 707 708 WriteLiteral("><img"); 709 710 WriteAttribute("src", Tuple.Create(" src=\'", 8523), Tuple.Create("\'", 8571) 711 , Tuple.Create(Tuple.Create("", 8529), Tuple.Create("/..", 8529), true) 712 713 #line 169 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 714 , Tuple.Create(Tuple.Create("", 8532), Tuple.Create<System.Object, System.Int32>(GetString(%22Item.Area.Header_Logo%22) 715 716 #line default 717 #line hidden 718 , 8532), false) 719 ); 720 721 WriteLiteral(" alt=\"Logo\""); 722 723 WriteLiteral("></a>\r\n </div> \r\n <div"); 724 725 WriteLiteral(" id=\"header-functions\""); 726 727 WriteLiteral(" class=\"col-xs-5 col-md-5 col-lg-4 visible-md visible-lg\""); 728 729 WriteLiteral(">\r\n"); 730 731 732 #line 172 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 733 734 735 #line default 736 #line hidden 737 738 #line 172 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 739 if (GetValue("Item.Area.Languages")!="") 740 { 741 742 743 #line default 744 #line hidden 745 WriteLiteral(" <div"); 746 747 WriteLiteral(" class=\"lang-wrapper\""); 748 749 WriteLiteral(">\n"); 750 751 WriteLiteral(" "); 752 753 754 #line 175 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 755 Write(GetValue("Item.Area.Languages")); 756 757 758 #line default 759 #line hidden 760 WriteLiteral("\n </div>\n"); 761 762 763 #line 177 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 764 } 765 766 767 #line default 768 #line hidden 769 WriteLiteral("\r\n <div"); 770 771 WriteLiteral(" class=\"srchbar\""); 772 773 WriteLiteral(">\r\n <form"); 774 775 WriteLiteral(" action=\"/\""); 776 777 WriteLiteral(" id=\"srchbar\""); 778 779 WriteLiteral(" name=\"srchbar\""); 780 781 WriteLiteral("> \r\n <input"); 782 783 WriteLiteral(" type=\"hidden\""); 784 785 WriteLiteral(" id=\"SearchID\""); 786 787 WriteLiteral(" name=\"ID\""); 788 789 WriteAttribute("value", Tuple.Create(" value=\'", 9059), Tuple.Create("\'", 9104) 790 791 #line 181 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 792 , Tuple.Create(Tuple.Create("", 9067), Tuple.Create<System.Object, System.Int32>(GetValue("Item.Area.Search_Page_ID") 793 794 #line default 795 #line hidden 796 , 9067), false) 797 ); 798 799 WriteLiteral(">\r\n <fieldset>\r\n <div"); 800 801 WriteLiteral(" class=\"input-group\""); 802 803 WriteLiteral("> \r\n <input"); 804 805 WriteLiteral(" type=\"text\""); 806 807 WriteLiteral(" class=\"form-control placeholder\""); 808 809 WriteLiteral(" id=\"srchbar-query\""); 810 811 WriteAttribute("name", Tuple.Create(" name=\'", 9269), Tuple.Create("\'", 9310) 812 813 #line 184 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 814 , Tuple.Create(Tuple.Create("", 9276), Tuple.Create<System.Object, System.Int32>(GetValue("Item.Area.Search_Type") 815 816 #line default 817 #line hidden 818 , 9276), false) 819 ); 820 821 WriteAttribute("placeholder", Tuple.Create(" placeholder=\'", 9311), Tuple.Create("\'", 9375) 822 823 #line 184 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 824 , Tuple.Create(Tuple.Create("", 9325), Tuple.Create<System.Object, System.Int32>(Translate("searchproducts","Søg efter produkter") 825 826 #line default 827 #line hidden 828 , 9325), false) 829 ); 830 831 WriteLiteral("> \r\n <span"); 832 833 WriteLiteral(" class=\"input-group-btn\""); 834 835 WriteLiteral(">\r\n <button"); 836 837 WriteLiteral(" onclick=\"document.forms.srchbar.submit()\""); 838 839 WriteLiteral(" class=\"btn btn-base-color-1\""); 840 841 WriteLiteral(">"); 842 843 844 #line 186 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 845 Write(Translate("search","Søg")); 846 847 848 #line default 849 #line hidden 850 WriteLiteral("</button>\r\n </span>\r\n </div>\r\n </fieldset>\r\n " + 851 "</form> \r\n</div>\r\n "); 852 853 WriteLiteral("\r\n </div>\r\n </div>\r\n </div> \r\n " + 854 " </div>\r\n\r\n <div"); 855 856 WriteLiteral(" id=\"navigation-wrapper\""); 857 858 WriteLiteral(">\r\n <div"); 859 860 WriteLiteral(" id=\"navigation\""); 861 862 WriteLiteral(" class=\"container\""); 863 864 WriteLiteral(">\r\n <div"); 865 866 WriteLiteral(" id=\"navigation-main-wrapper\""); 867 868 WriteLiteral(" class=\"nav visible-md visible-lg\""); 869 870 WriteLiteral(">\n"); 871 872 WriteLiteral(" "); 873 874 875 #line 239 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 876 Write(GetValue("DwNavigation(navigationmain)")); 877 878 879 #line default 880 #line hidden 881 WriteLiteral("\n"); 882 883 884 #line 240 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 885 886 887 #line default 888 #line hidden 889 890 #line 240 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 891 if (GetGlobalValue("Global:Extranet.UserID") != "0") 892 { 893 894 895 #line default 896 #line hidden 897 WriteLiteral(" <a"); 898 899 WriteAttribute("href", Tuple.Create(" href=\'", 11344), Tuple.Create("\'", 11408) 900 , Tuple.Create(Tuple.Create("", 11351), Tuple.Create("/Default.aspx?ID=", 11351), true) 901 902 #line 242 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 903 , Tuple.Create(Tuple.Create("", 11368), Tuple.Create<System.Object, System.Int32>(GetString("Item.Area.Checkout_Page_ID") 904 905 #line default 906 #line hidden 907 , 11368), false) 908 ); 909 910 WriteLiteral(" class=\"minicart-compact btn pull-right\""); 911 912 WriteLiteral(">\n <i"); 913 914 WriteLiteral(" class=\"fa fa-shopping-cart\""); 915 916 WriteLiteral("></i>\n"); 917 918 919 #line 244 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 920 921 922 #line default 923 #line hidden 924 925 #line 244 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 926 if (GetInteger("Ecom:Order.OrderLines.TotalProductQuantity") > 0) 927 { 928 929 930 #line default 931 #line hidden 932 WriteLiteral(" <span"); 933 934 WriteLiteral(" class=\"badge\""); 935 936 WriteLiteral(">"); 937 938 939 #line 246 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 940 Write(GetValue("Ecom:Order.OrderLines.TotalProductQuantity")); 941 942 943 #line default 944 #line hidden 945 WriteLiteral("</span>\n"); 946 947 948 #line 247 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 949 } 950 951 952 #line default 953 #line hidden 954 WriteLiteral(" </a> \n"); 955 956 957 #line 249 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 958 } 959 960 961 #line default 962 #line hidden 963 WriteLiteral("</div>\r\n <div"); 964 965 WriteLiteral(" id=\"navigationcompact-wrapper\""); 966 967 WriteLiteral(" class=\"row visible-xs visible-sm\""); 968 969 WriteLiteral("> \n <a"); 970 971 WriteLiteral(" class=\"btn open-mobile-menu\""); 972 973 WriteLiteral(">\n <i"); 974 975 WriteLiteral(" class=\"fa fa-bars\""); 976 977 WriteLiteral("></i>\n </a> \n\n"); 978 979 980 #line 256 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 981 982 983 #line default 984 #line hidden 985 986 #line 256 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 987 if (theUserID != "0" && theUserID != "670") 988 { 989 990 991 #line default 992 #line hidden 993 WriteLiteral(" <a"); 994 995 WriteAttribute("href", Tuple.Create(" href=\'", 11974), Tuple.Create("\'", 12038) 996 , Tuple.Create(Tuple.Create("", 11981), Tuple.Create("/Default.aspx?ID=", 11981), true) 997 998 #line 258 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 999 , Tuple.Create(Tuple.Create("", 11998), Tuple.Create<System.Object, System.Int32>(GetString("Item.Area.Checkout_Page_ID") 1000 1001 #line default 1002 #line hidden 1003 , 11998), false) 1004 ); 1005 1006 WriteLiteral(" class=\"minicart-compact btn pull-right\""); 1007 1008 WriteLiteral(">\n <i"); 1009 1010 WriteLiteral(" class=\"fa fa-shopping-cart\""); 1011 1012 WriteLiteral("></i>\n"); 1013 1014 1015 #line 260 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1016 1017 1018 #line default 1019 #line hidden 1020 1021 #line 260 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1022 if (GetInteger("Ecom:Order.OrderLines.TotalProductQuantity") > 0) 1023 { 1024 1025 1026 #line default 1027 #line hidden 1028 WriteLiteral(" <span"); 1029 1030 WriteLiteral(" class=\"badge\""); 1031 1032 WriteLiteral(">"); 1033 1034 1035 #line 262 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1036 Write(GetValue("Ecom:Order.OrderLines.TotalProductQuantity")); 1037 1038 1039 #line default 1040 #line hidden 1041 WriteLiteral("</span>\n"); 1042 1043 1044 #line 263 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1045 } 1046 1047 1048 #line default 1049 #line hidden 1050 WriteLiteral(" </a> \n"); 1051 1052 1053 #line 265 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1054 } 1055 1056 1057 #line default 1058 #line hidden 1059 WriteLiteral("\t\t \n <a"); 1060 1061 WriteLiteral(" href=\"javascript:void(0);\""); 1062 1063 WriteLiteral(" class=\"btn btn-nav-search pull-right\""); 1064 1065 WriteLiteral(">\n <span"); 1066 1067 WriteLiteral(" class=\"fa fa-search\""); 1068 1069 WriteLiteral("></span>\n </a> \n\n"); 1070 1071 1072 #line 271 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1073 1074 1075 #line default 1076 #line hidden 1077 1078 #line 271 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1079 if (GetGlobalValue("Global:Extranet.UserID") != "0") 1080 { 1081 1082 1083 #line default 1084 #line hidden 1085 WriteLiteral(" "); 1086 1087 WriteLiteral("<a class=\"extranet logout pull-right visible-xs\" href=\'/admin/public/extranetlogo" + 1088 "ff.aspx?id="); 1089 1090 1091 #line 273 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1092 Write(GetValue("Global:Page.ID")); 1093 1094 1095 #line default 1096 #line hidden 1097 WriteLiteral("\'><strong><span class=\"fa fa-unlock-alt fa-lg\"></span>&nbsp;"); 1098 1099 1100 #line 273 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1101 Write(Translate("logOut", "Log af")); 1102 1103 1104 #line default 1105 #line hidden 1106 WriteLiteral("</strong></a>\n"); 1107 1108 1109 #line 274 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1110 } 1111 else 1112 { 1113 1114 1115 #line default 1116 #line hidden 1117 WriteLiteral(" "); 1118 1119 WriteLiteral("<a class=\"extranet login pull-right visible-xs\" href=\"#\" data-toggle=\"modal\" data" + 1120 "-target=\"#loginModal\"><strong><span class=\"fa fa-lock fa-lg\"></span>&nbsp;"); 1121 1122 1123 #line 277 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1124 Write(Translate("logOn", "Log på", "global")); 1125 1126 1127 #line default 1128 #line hidden 1129 WriteLiteral("</strong></a>\n"); 1130 1131 1132 #line 278 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1133 } 1134 1135 1136 #line default 1137 #line hidden 1138 WriteLiteral("\n</div>\n<div"); 1139 1140 WriteLiteral(" id=\"srchbar-navigationcompact-wrapper\""); 1141 1142 WriteLiteral(" class=\"row visible-xs visible-sm\""); 1143 1144 WriteLiteral(">\n <div"); 1145 1146 WriteLiteral(" class=\"srchbar-navigationcompact\""); 1147 1148 WriteLiteral(">\r\n <form"); 1149 1150 WriteLiteral(" action=\"/\""); 1151 1152 WriteLiteral(" id=\"srchbarcompact\""); 1153 1154 WriteLiteral(" name=\"srchbarcompact\""); 1155 1156 WriteLiteral("> \r\n <input"); 1157 1158 WriteLiteral(" type=\"hidden\""); 1159 1160 WriteLiteral(" id=\"SearchIDCompact\""); 1161 1162 WriteLiteral(" name=\"ID\""); 1163 1164 WriteAttribute("value", Tuple.Create(" value=\'", 13345), Tuple.Create("\'", 13390) 1165 1166 #line 284 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1167 , Tuple.Create(Tuple.Create("", 13353), Tuple.Create<System.Object, System.Int32>(GetValue("Item.Area.Search_Page_ID") 1168 1169 #line default 1170 #line hidden 1171 , 13353), false) 1172 ); 1173 1174 WriteLiteral(">\r\n <fieldset>\r\n <div"); 1175 1176 WriteLiteral(" class=\"input-group\""); 1177 1178 WriteLiteral("> \r\n <input"); 1179 1180 WriteLiteral(" type=\"text\""); 1181 1182 WriteLiteral(" class=\"form-control placeholder\""); 1183 1184 WriteLiteral(" id=\"srchbarcompact-query\""); 1185 1186 WriteAttribute("name", Tuple.Create(" name=\'", 13562), Tuple.Create("\'", 13603) 1187 1188 #line 287 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1189 , Tuple.Create(Tuple.Create("", 13569), Tuple.Create<System.Object, System.Int32>(GetValue("Item.Area.Search_Type") 1190 1191 #line default 1192 #line hidden 1193 , 13569), false) 1194 ); 1195 1196 WriteAttribute("placeholder", Tuple.Create(" placeholder=\'", 13604), Tuple.Create("\'", 13668) 1197 1198 #line 287 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1199 , Tuple.Create(Tuple.Create("", 13618), Tuple.Create<System.Object, System.Int32>(Translate("searchproducts","Søg efter produkter") 1200 1201 #line default 1202 #line hidden 1203 , 13618), false) 1204 ); 1205 1206 WriteLiteral("> \r\n <span"); 1207 1208 WriteLiteral(" class=\"input-group-btn\""); 1209 1210 WriteLiteral(">\r\n <button"); 1211 1212 WriteLiteral(" onclick=\"document.forms.srchbarcompact.submit()\""); 1213 1214 WriteLiteral(" class=\"btn btn-base-color-1\""); 1215 1216 WriteLiteral(">"); 1217 1218 1219 #line 289 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1220 Write(Translate("search", "Søg")); 1221 1222 1223 #line default 1224 #line hidden 1225 WriteLiteral("</button>\r\n </span>\r\n </div>\r\n </fieldset>\r\n " + 1226 "</form> \r\n</div>\n</div>\r\n </div>\r\n </div>\r\n\r\n <div"); 1227 1228 WriteLiteral(" id=\"content-wrapper\""); 1229 1230 WriteLiteral(">\r\n \r\n<section"); 1231 1232 WriteLiteral(" id=\"content\""); 1233 1234 WriteLiteral(" class=\"container\""); 1235 1236 WriteLiteral("> \r\n <div"); 1237 1238 WriteLiteral(" id=\"subpage\""); 1239 1240 WriteLiteral(" class=\"row\""); 1241 1242 WriteLiteral(">\r\n <div"); 1243 1244 WriteLiteral(" id=\"subpage-top-wrapper\""); 1245 1246 WriteLiteral(" class=\"col-xs-12\""); 1247 1248 WriteLiteral(">\r\n <div"); 1249 1250 WriteLiteral(" id=\"subpage-top\""); 1251 1252 WriteLiteral(" class=\"row\""); 1253 1254 WriteLiteral(">"); 1255 1256 1257 #line 304 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1258 Write(GetValue("DwContent(subpagetop)")); 1259 1260 1261 #line default 1262 #line hidden 1263 WriteLiteral("</div>\r\n </div>\r\n <div"); 1264 1265 WriteLiteral(" id=\"subpage-middle\""); 1266 1267 WriteLiteral(" class=\"col-xs-12\""); 1268 1269 WriteLiteral(">\r\n <div"); 1270 1271 WriteLiteral(" id=\"subpage-middle-left-wrapper\""); 1272 1273 WriteLiteral(" class=\"col-sm-6\""); 1274 1275 WriteLiteral(">\r\n <div"); 1276 1277 WriteLiteral(" id=\"subpage-middle-left\""); 1278 1279 WriteLiteral(" class=\"row\""); 1280 1281 WriteLiteral(">"); 1282 1283 1284 #line 308 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1285 Write(GetValue("DwContent(subpagemiddleleft)")); 1286 1287 1288 #line default 1289 #line hidden 1290 WriteLiteral("</div>\r\n </div>\r\n <div"); 1291 1292 WriteLiteral(" id=\"subpage-middle-right-wrapper\""); 1293 1294 WriteLiteral(" class=\"col-sm-6\""); 1295 1296 WriteLiteral(">\r\n <div"); 1297 1298 WriteLiteral(" id=\"subpage-middle-right\""); 1299 1300 WriteLiteral(" class=\"row\""); 1301 1302 WriteLiteral(">"); 1303 1304 1305 #line 311 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1306 Write(GetValue("DwContent(subpagemiddleright)")); 1307 1308 1309 #line default 1310 #line hidden 1311 WriteLiteral("</div>\r\n </div>\r\n </div>\r\n <div"); 1312 1313 WriteLiteral(" id=\"subpage-middle-full-wrapper\""); 1314 1315 WriteLiteral(" class=\"col-xs-12\""); 1316 1317 WriteLiteral(">\r\n <div"); 1318 1319 WriteLiteral(" id=\"subpage-middle-full\""); 1320 1321 WriteLiteral(" class=\"row\""); 1322 1323 WriteLiteral(">"); 1324 1325 1326 #line 315 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1327 Write(GetValue("DwContent(subpagemiddlefull)")); 1328 1329 1330 #line default 1331 #line hidden 1332 WriteLiteral("</div>\r\n </div> \r\n <div"); 1333 1334 WriteLiteral(" class=\"col-xs-12\""); 1335 1336 WriteLiteral(">\r\n <div"); 1337 1338 WriteLiteral(" class=\"row\""); 1339 1340 WriteLiteral(">\r\n <div"); 1341 1342 WriteLiteral(" id=\"subpage-left-wrapper\""); 1343 1344 WriteLiteral(" class=\"col-xs-12 col-sm-8 col-md-8\""); 1345 1346 WriteLiteral(">\r\n <div"); 1347 1348 WriteLiteral(" id=\"subpage-left\""); 1349 1350 WriteLiteral(" class=\"row\""); 1351 1352 WriteLiteral(">"); 1353 1354 1355 #line 320 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1356 Write(GetValue("DwContent(subpageleft)")); 1357 1358 1359 #line default 1360 #line hidden 1361 WriteLiteral("</div>\r\n </div>\r\n <div"); 1362 1363 WriteLiteral(" id=\"subpage-right-wrapper\""); 1364 1365 WriteLiteral(" class=\"col-xs-12 col-sm-4 col-md-4\""); 1366 1367 WriteLiteral(">\r\n <div"); 1368 1369 WriteLiteral(" id=\"subpage-right\""); 1370 1371 WriteLiteral(" class=\"row\""); 1372 1373 WriteLiteral(">"); 1374 1375 1376 #line 323 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1377 Write(GetValue("DwContent(subpageright)")); 1378 1379 1380 #line default 1381 #line hidden 1382 WriteLiteral("</div>\r\n </div>\r\n </div>\r\n </div>\r\n <div"); 1383 1384 WriteLiteral(" id=\"subpage-bottom-wrapper\""); 1385 1386 WriteLiteral(" class=\"col-xs-12\""); 1387 1388 WriteLiteral(">\r\n <div"); 1389 1390 WriteLiteral(" id=\"subpage-bottom\""); 1391 1392 WriteLiteral(" class=\"row\""); 1393 1394 WriteLiteral(">"); 1395 1396 1397 #line 328 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1398 Write(GetValue("DwContent(subpagebottom)")); 1399 1400 1401 #line default 1402 #line hidden 1403 WriteLiteral("</div>\r\n </div>\r\n </div>\r\n</section>\r\n </div>\r\n\r\n <div"); 1404 1405 WriteLiteral(" id=\"footer-wrapper\""); 1406 1407 WriteLiteral(">\r\n\t\t\t<div"); 1408 1409 WriteLiteral(" class=\"techem-bar\""); 1410 1411 WriteLiteral("></div>\r\n\t\t\t<div"); 1412 1413 WriteLiteral(" class=\"bar-container container\""); 1414 1415 WriteLiteral(">\r\n\t\t\t\t<div"); 1416 1417 WriteLiteral(" class=\"row\""); 1418 1419 WriteLiteral(">\r\n\t\t\t\t\t<div"); 1420 1421 WriteLiteral(" class=\"col-xs-10 col-xs-offset-2\""); 1422 1423 WriteLiteral(">\r\n\t\t\t\t\t\t<div"); 1424 1425 WriteLiteral(" class=\"bar\""); 1426 1427 WriteLiteral("></div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n <div"); 1428 1429 WriteLiteral(" id=\"footer\""); 1430 1431 WriteLiteral(" class=\"container-fluid\""); 1432 1433 WriteLiteral(">\r\n <div"); 1434 1435 WriteLiteral(" id=\"footer-content\""); 1436 1437 WriteLiteral(" class=\"row\""); 1438 1439 WriteLiteral(">\r\n <div"); 1440 1441 WriteLiteral(" class=\"footer-wrapper\""); 1442 1443 WriteLiteral(">\r\n \t<div"); 1444 1445 WriteLiteral(" class=\"container\""); 1446 1447 WriteLiteral(">\r\n"); 1448 1449 1450 #line 347 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1451 1452 1453 #line default 1454 #line hidden 1455 1456 #line 347 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1457 if (GetValue("Item.Area.Footer_Content_Page_ID") != "") 1458 { 1459 1460 1461 #line default 1462 #line hidden 1463 1464 #line 349 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1465 Write(RenderPageContent(GetInteger("Item.Area.Footer_Content_Page_ID"))); 1466 1467 1468 #line default 1469 #line hidden 1470 1471 #line 349 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1472 1473 } 1474 1475 1476 #line default 1477 #line hidden 1478 WriteLiteral(" \t</div>\r\n </div>\r\n <div" + 1479 ""); 1480 1481 WriteLiteral(" id=\"footer-copyright\""); 1482 1483 WriteLiteral(" class=\"col-xs-12\""); 1484 1485 WriteLiteral(">\r\n"); 1486 1487 WriteLiteral(" "); 1488 1489 1490 #line 354 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1491 Write(GetValue("Item.Area.Footer_Copyright")); 1492 1493 1494 #line default 1495 #line hidden 1496 WriteLiteral("\r\n </div>\r\n </div>\r\n </div>\r\n " + 1497 " </div>\r\n </div>\r\n <script"); 1498 1499 WriteLiteral(" type=\"text/javascript\""); 1500 1501 WriteLiteral(@"> 1502 if (document.getElementById(""GaOrderStep"") && document.getElementById(""GaOrderStep"").value.length > 0) { 1503 ga('send', 'pageview', document.getElementById(""GaOrderStep"").value); 1504 } 1505 require(['lib/solutionset.config'], function (config) { 1506 require(['navigation', 'bootstrap-modal', 'bootstrap-collapse'], function () { 1507 if (typeof (navigation) == ""undefined"") { 1508 var navigation = new Layout.Navigation(); 1509 navigation.init(); 1510 } 1511 }); 1512 require(['mmenu'], function () { 1513 $(document).ready(function () { 1514 $(""#mobile-menu"").mmenu({ 1515 // options 1516 }, { 1517 // configuration 1518 offCanvas: { 1519 pageSelector: ""#master-wrapper"" 1520 } 1521 }); 1522 var API = $(""#mobile-menu"").data( ""mmenu"" ); 1523 $("".open-mobile-menu"").click(function(e) { 1524 e.preventDefault(); 1525 API.open(); 1526 }); 1527 }); 1528 }); 1529 }); 1530 </script> 1531 "); 1532 1533 WriteLiteral(" "); 1534 1535 1536 #line 390 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1537 Write(RenderSnippet("Modals")); 1538 1539 1540 #line default 1541 #line hidden 1542 WriteLiteral("\r\n <div"); 1543 1544 WriteLiteral(" class=\"modal fade\""); 1545 1546 WriteLiteral(" role=\"dialog\""); 1547 1548 WriteLiteral(" id=\"loginModal\""); 1549 1550 WriteLiteral(" tabindex=\"-1\""); 1551 1552 WriteLiteral(" aria-labelledby=\"loginModal\""); 1553 1554 WriteLiteral(" aria-hidden=\"true\""); 1555 1556 WriteLiteral(">\r\n <div"); 1557 1558 WriteLiteral(" class=\"modal-dialog\""); 1559 1560 WriteLiteral(">\r\n <div"); 1561 1562 WriteLiteral(" class=\"modal-content\""); 1563 1564 WriteLiteral(">\r\n <div"); 1565 1566 WriteLiteral(" class=\"modal-header\""); 1567 1568 WriteLiteral(">\r\n <button"); 1569 1570 WriteLiteral(" type=\"button\""); 1571 1572 WriteLiteral(" class=\"close\""); 1573 1574 WriteLiteral(" data-dismiss=\"modal\""); 1575 1576 WriteLiteral(" aria-hidden=\"true\""); 1577 1578 WriteLiteral(">&times;</button>\r\n <span"); 1579 1580 WriteLiteral(" class=\"h3 modal-title\""); 1581 1582 WriteLiteral(">"); 1583 1584 1585 #line 396 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1586 Write(Translate("logOn", "Log på", "global")); 1587 1588 1589 #line default 1590 #line hidden 1591 WriteLiteral("&nbsp;"); 1592 1593 1594 #line 396 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1595 Write(Pageview.Area.Item["Company"]); 1596 1597 1598 #line default 1599 #line hidden 1600 WriteLiteral("</span>\r\n </div>\r\n <div"); 1601 1602 WriteLiteral(" class=\"modal-body\""); 1603 1604 WriteLiteral(">\r\n <div"); 1605 1606 WriteLiteral(" class=\"alert alert-danger alert-invalidlogin\""); 1607 1608 WriteLiteral(" style=\"display: none\""); 1609 1610 WriteLiteral(">\r\n <button"); 1611 1612 WriteLiteral(" type=\"button\""); 1613 1614 WriteLiteral(" class=\"close\""); 1615 1616 WriteLiteral(" data-hide=\"alert\""); 1617 1618 WriteLiteral(" aria-hidden=\"true\""); 1619 1620 WriteLiteral(">&times;</button>\r\n"); 1621 1622 WriteLiteral(" "); 1623 1624 1625 #line 401 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1626 Write(Translate("invalidLoginError","Brugernavn eller password er forkert.")); 1627 1628 1629 #line default 1630 #line hidden 1631 WriteLiteral("\r\n</div> \r\n <form"); 1632 1633 WriteLiteral(" role=\"form\""); 1634 1635 WriteLiteral(" class=\"form\""); 1636 1637 WriteLiteral(" name=\"loginform\""); 1638 1639 WriteLiteral(" method=\"post\""); 1640 1641 WriteAttribute("action", Tuple.Create(" action=\'", 18824), Tuple.Create("\'", 18863) 1642 1643 #line 403 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1644 , Tuple.Create(Tuple.Create("", 18833), Tuple.Create<System.Object, System.Int32>(GetString("DWExtranetAction") 1645 1646 #line default 1647 #line hidden 1648 , 18833), false) 1649 ); 1650 1651 WriteLiteral("> \r\n <div"); 1652 1653 WriteLiteral(" class=\"form-group\""); 1654 1655 WriteLiteral(">\r\n <label"); 1656 1657 WriteLiteral(" for=\"Username\""); 1658 1659 WriteLiteral(">"); 1660 1661 1662 #line 405 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1663 Write(Translate("username","Brugernavn")); 1664 1665 1666 #line default 1667 #line hidden 1668 WriteLiteral("</label>\r\n <input"); 1669 1670 WriteLiteral(" type=\"email\""); 1671 1672 WriteLiteral(" class=\"form-control required\""); 1673 1674 WriteLiteral(" id=\"Username\""); 1675 1676 WriteLiteral(" name=\"Username\""); 1677 1678 WriteAttribute("value", Tuple.Create(" value=\'", 19061), Tuple.Create("\'", 19101) 1679 1680 #line 406 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1681 , Tuple.Create(Tuple.Create("", 19069), Tuple.Create<System.Object, System.Int32>(GetString("DWExtranetUsername") 1682 1683 #line default 1684 #line hidden 1685 , 19069), false) 1686 ); 1687 1688 WriteAttribute("placeholder", Tuple.Create(" placeholder=\'", 19102), Tuple.Create("\'", 19163) 1689 1690 #line 406 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1691 , Tuple.Create(Tuple.Create("", 19116), Tuple.Create<System.Object, System.Int32>(Translate("typeUsername","Indtast brugernavn") 1692 1693 #line default 1694 #line hidden 1695 , 19116), false) 1696 ); 1697 1698 WriteLiteral(">\r\n </div>\r\n <div"); 1699 1700 WriteLiteral(" class=\"form-group\""); 1701 1702 WriteLiteral(">\r\n <label"); 1703 1704 WriteLiteral(" for=\"Password\""); 1705 1706 WriteLiteral(">"); 1707 1708 1709 #line 409 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1710 Write(Translate("password","Adgangskode")); 1711 1712 1713 #line default 1714 #line hidden 1715 WriteLiteral("</label>\r\n <input"); 1716 1717 WriteLiteral(" type=\"password\""); 1718 1719 WriteLiteral(" class=\"form-control required\""); 1720 1721 WriteLiteral(" id=\"Password\""); 1722 1723 WriteLiteral(" name=\"Password\""); 1724 1725 WriteAttribute("value", Tuple.Create(" value=\'", 19375), Tuple.Create("\'", 19415) 1726 1727 #line 410 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1728 , Tuple.Create(Tuple.Create("", 19383), Tuple.Create<System.Object, System.Int32>(GetString("DWExtranetPassword") 1729 1730 #line default 1731 #line hidden 1732 , 19383), false) 1733 ); 1734 1735 WriteAttribute("placeholder", Tuple.Create(" placeholder=\'", 19416), Tuple.Create("\'", 19478) 1736 1737 #line 410 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1738 , Tuple.Create(Tuple.Create("", 19430), Tuple.Create<System.Object, System.Int32>(Translate("typePassword","Indtast adgangskode") 1739 1740 #line default 1741 #line hidden 1742 , 19430), false) 1743 ); 1744 1745 WriteLiteral(">\r\n </div>\r\n <!--<div class=\"checkbox\">\r\n <label>\r\n <inpu" + 1746 "t type=\"checkbox\" name=\"Autologin\" id=\"Autologin\" value=\"True\"/>&nbsp;Translate(" + 1747 "rememberMe,\"Husk mig på denne computer\")\r\n </label>\r\n </div>-->\r\n <" + 1748 "div"); 1749 1750 WriteLiteral(" class=\"form-group clearfix\""); 1751 1752 WriteLiteral("> \r\n <a"); 1753 1754 WriteLiteral(" href=\"/login?LoginAction=Recovery\""); 1755 1756 WriteLiteral(" class=\"btn btn-default\""); 1757 1758 WriteLiteral(">"); 1759 1760 1761 #line 418 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1762 Write(Translate("Glemt adgangkode", "Glemt adgangskode – indtast e-mail og få tilsendt en ny")); 1763 1764 1765 #line default 1766 #line hidden 1767 WriteLiteral("</a> \r\n <button"); 1768 1769 WriteLiteral(" type=\"submit\""); 1770 1771 WriteLiteral(" class=\"btn btn-base-success pull-right\""); 1772 1773 WriteLiteral("><span"); 1774 1775 WriteLiteral(" class=\"fa fa-lock fa-lg\""); 1776 1777 WriteLiteral("></span>&nbsp;&nbsp;"); 1778 1779 1780 #line 419 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1781 Write(Translate("logOn","Log på")); 1782 1783 1784 #line default 1785 #line hidden 1786 WriteLiteral("</button> \r\n </div>\r\n</form>\r\n\r\n<script"); 1787 1788 WriteLiteral(" type=\"text/javascript\""); 1789 1790 WriteLiteral(">\r\n require([\'lib/solutionset.config\'], function (config) {\r\n require([" + 1791 "\'extranet\',\'validation\'], function () {\r\n Layout.Validation.validateF" + 1792 "orms();\r\n\r\n"); 1793 1794 1795 #line 428 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1796 1797 1798 #line default 1799 #line hidden 1800 1801 #line 428 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1802 1803 var username = Dynamicweb.Base.Request("Username"); 1804 var password = Dynamicweb.Base.Request("Password"); 1805 var isNotValid = (!string.IsNullOrEmpty(username) && !string.IsNullOrEmpty(password) && GetGlobalValue("Global:Extranet.UserID") == "0"); 1806 1807 1808 #line default 1809 #line hidden 1810 WriteLiteral("\r\n if (\'"); 1811 1812 1813 #line 433 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1814 Write(isNotValid); 1815 1816 1817 #line default 1818 #line hidden 1819 WriteLiteral("\'==\'True\') {\r\n Extranet.Login.displayError(\'"); 1820 1821 1822 #line 434 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1823 Write(isNotValid); 1824 1825 1826 #line default 1827 #line hidden 1828 WriteLiteral("\');\r\n $(\'#loginModal\').modal(\'show\');\r\n }\r\n });\r" + 1829 "\n });\r\n</script> \r\n <a"); 1830 1831 WriteLiteral(" class=\"btn btn-base-color-1\""); 1832 1833 WriteLiteral(" href=\"/Default.aspx?ID=192\""); 1834 1835 WriteLiteral(">"); 1836 1837 1838 #line 440 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1839 Write(Translate("Ny kunde?")); 1840 1841 1842 #line default 1843 #line hidden 1844 WriteLiteral("</a>\r\n </div>\r\n </div> \r\n </div>\r\n</div>\r\n"); 1845 1846 WriteLiteral(" "); 1847 1848 1849 #line 445 "E:\Dynamicweb.net\Solutions\Buchs\techem.net.dynamicweb-cms.com\Files\Templates\Designs\SolutionSetNo\_parsed\SubpageNoLeft.parsed.cshtml" 1850 Write(GetValue("Item.Area.BodyBottomVariable")); 1851 1852 1853 #line default 1854 #line hidden 1855 WriteLiteral("\r\n <div"); 1856 1857 WriteLiteral(" class=\"slideup-message\""); 1858 1859 WriteLiteral("></div>\r\n</body>\r\n</html>"); 1860 1861 } 1862 } 1863 } 1864

1 <!DOCTYPE html> 2 <html lang='@GetGlobalValue("Global:Area.Lang")'> 3 <head> 4 <title>@GetValue("Title")</title> 5 @GetValue("MetaTags") 6 @GetValue("CopyRightNotice") 7 8 <meta charset="utf-8"> 9 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 10 <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> 11 <meta name="format-detection" content="telephone=no"> 12 13 @if (!string.IsNullOrEmpty(GetString("Title"))) 14 { 15 <meta property="og:title" content='@GetString("Title")'> 16 } 17 @if (!string.IsNullOrEmpty(GetString("Meta.Description"))) 18 { 19 <meta property="og:description" content='@GetString("Meta.Description")'> 20 } 21 @{ var url = GetGlobalValue("Global:Request.Host"); var imagetag = GetString("Item.OpenGraphImage.Value"); } 22 @if (!string.IsNullOrEmpty(GetString("Item.OpenGraphImage"))) 23 { 24 <meta property="og:image" content='http://@url/@imagetag'> 25 } 26 <!--$$Snippet(ImageP)--> 27 28 <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css' media="all"> 29 <link href="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/assets/stylesheets/layout.css" rel="stylesheet" media="all" type="text/css"> 30 <link href="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/assets/stylesheets/print.css" rel="stylesheet" media="print" type="text/css"> 31 @RenderSnippet("StyleSheet") 32 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js" integrity="sha256-1OxYPHYEAB+HIz0f4AdsvZCfFaX4xrTD9d2BtGLXnTI=" crossorigin="anonymous"></script> 33 <!--[if lt IE 9]> 34 <script src="@GetString("Template:DesignBaseUrl")vendor/assets/javascript/lib/respondjs/respond.min.js" type="text/javascript"></script> 35 <![endif]--> 36 <script src="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/vendor/assets/javascript/lib/modernizr/modernizr.min.js" type="text/javascript"></script> 37 @{ 38 var lang = GetGlobalValue("Global:Area.Lang"); 39 if(lang == "nb") { 40 lang = "no"; 41 } 42 } 43 <script type="text/javascript"> 44 var baseUrl = '@GetString("Template:DesignBaseUrl")'; 45 var lang = '@lang'; 46 </script> 47 @if (GetBoolean("Item.Area.Extranet_Login")) 48 { 49 string userID = GetGlobalValue("Global:Extranet.UserID"); 50 if (userID == "0") 51 { 52 <script type="text/javascript"> 53 window.location.href='/Default.aspx?id=@GetValue("Item.Area.Login_Page_ID")'; 54 </script> 55 } 56 } 57 <script data-main='@GetString("Template:DesignBaseUrl")assets/javascript/solutionset.init' src="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/vendor/assets/javascript/lib/requirejs/require.min.js" type="text/javascript"></script> 58 <link rel="shortcut icon" href="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/favicon/favicon.ico" type="image/x-icon"> 59 <link rel="icon" href="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/favicon/favicon.ico" type="image/x-icon"> 60 <link rel="apple-touch-icon" href="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/apple/apple-touch-icon-57x57.png"> 61 <link rel="apple-touch-icon" sizes="72x72" href="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/apple/apple-touch-icon-72x72.png"> 62 <link rel="apple-touch-icon" sizes="114x114" href="/Files/Templates/Designs/SolutionSetNo/SubpageNoLeft.cshtml/images/apple/apple-touch-icon-114x114.png"> 63 @GetValue("Item.Area.HeaderVariable") 64 @GetValue("Stylesheets") 65 @GetValue("Javascripts") 66 </head> 67 @{ 68 var backgroundImage = string.Empty; 69 70 if (GetGlobalValue("Global:Device.IsDesktop") == "True" && !string.IsNullOrEmpty(GetString("Item.Area.Background_Desktop"))) 71 { 72 backgroundImage = string.Format("background: transparent url({0}) no-repeat fixed top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;", GetString("Item.Area.Background_Desktop")); 73 } 74 if (GetGlobalValue("Global:Device.IsTablet") == "True" && !string.IsNullOrEmpty(GetString("Item.Area.Background_Tablet"))) 75 { 76 backgroundImage = string.Format("background: transparent url({0}) no-repeat fixed top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;", GetString("Item.Area.Background_Tablet")); 77 } 78 if (GetGlobalValue("Global:Device.IsMobile") == "True" && !string.IsNullOrEmpty(GetString("Item.Area.Background_Mobile"))) 79 { 80 backgroundImage = string.Format("background: transparent url({0}) no-repeat fixed top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;", GetString("Item.Area.Background_Mobile")); 81 } 82 } 83 @{ 84 string isLoggedIn = "false"; 85 string theUserID = GetGlobalValue("Global:Extranet.UserID"); 86 87 } 88 @if (theUserID != "0") 89 { 90 isLoggedIn = "true"; 91 } 92 <body data-logged-in="@isLoggedIn" style="@(!string.IsNullOrEmpty(backgroundImage) ? backgroundImage : null)"> 93 @if (theUserID == "670") 94 { 95 <div class="demouserinfo-wrapper" style="background-color:red;color:#fff;text-align:center;padding:5px;"> 96 <div class="demouserinfo"> 97 @Translate("demouserinfo", "Du er logget ind som demokunde.") &nbsp;<a style="color:#fff;text-decoration:underline;" href="/Admin/Public/extranetlogoff.aspx">Log af</a> 98 </div> 99 </div> 100 } 101 102 @GetValue("Item.Area.BodyTopVariable") 103 <script type="text/javascript"> 104 105 var cookieText = "@GetString("Item.Area.Cookie_Text").Replace("\"", "'").Replace(Environment.NewLine,"")"; 106 var cookieFrag = document.createDocumentFragment(); 107 var cookieInformerDiv = document.createElement("div"); 108 109 cookieInformerDiv.innerHTML = "<div id='cookie-informer-wrapper' class='drop-shadow'>" + 110 "<div id='cookie-informer' class='container'>" + 111 "<div id='cookie-body' class='row'>" + 112 "<div id='cookie-info' class='col-xs-10'>" + cookieText + "</div>" + 113 "<div id='cookie-action' class='col-xs-2'>" + 114 "<a href='javascript:void(0);' onclick='createAcceptCookie();'><i class='fa fa-times fa-2x'></i></a>" + 115 "</div></div></div></div>" 116 117 cookieFrag.appendChild(cookieInformerDiv); 118 document.body.insertBefore(cookieFrag, document.body.childNodes[0]); 119 120 function createAcceptCookie() { 121 Layout.Functions.createCookie('acceptCookie', true, 30); 122 $("#cookie-informer-wrapper").removeClass("cookie-show"); 123 } 124 125 require(['lib/solutionset.config'], function (config) { 126 require(['jquery', 'functions'], function () { 127 128 var acceptCookie = Layout.Functions.readCookie("acceptCookie"); 129 if (acceptCookie != null) { 130 $("#cookie-informer-wrapper").remove(); 131 } else { 132 $("#cookie-informer-wrapper").addClass("cookie-show"); 133 } 134 }); 135 }); 136 </script> 137 <nav id="mobile-menu"> 138 @GetValue("DwNavigation(navigationcompact)") 139 </nav> 140 <div id="master-wrapper"> 141 <div class="techem-bar"></div> 142 <div class="bar-container container"> 143 <div class="row"> 144 <div class="col-xs-10 col-xs-offset-2"> 145 <div class="bar"></div> 146 </div> 147 </div> 148 </div> 149 <div id="top-wrapper"> 150 <div id="top" class="container"> 151 @*<div id="navigationtop-wrapper" class="row"> 152 <div id="navigationtop-extranet"> 153 @if (GetGlobalValue("Global:Extranet.UserID") != "0") 154 { 155 @:<a class="hidden-xs" href='/admin/public/extranetlogoff.aspx?id=@Pageview.Area.get_Value("AreaFirstPage")'><strong><span class="fa fa-unlock-alt fa-lg"></span>&nbsp;@Translate("logOut", "Log af")</strong></a> 156 } 157 else 158 { 159 @:<a class="hidden-xs" href="#" data-toggle="modal" data-target="#loginModal"><strong><span class="fa fa-lock fa-lg"></span>&nbsp;@Translate("logOn", "Log på", "global")</strong></a> 160 } 161 </div> 162 </div>*@ 163 </div> 164 </div> 165 <div id="header-wrapper"> 166 <div id="header" class="container"> 167 <div id="header-content" class="row"> 168 <div id="header-logo" class="col-xs-12 col-sm-7 col-md-7 col-lg-8"> 169 <a href="/"><img src='/..@GetString(%22Item.Area.Header_Logo%22)' alt="Logo"></a> 170 </div> 171 <div id="header-functions" class="col-xs-5 col-md-5 col-lg-4 visible-md visible-lg"> 172 @if (GetValue("Item.Area.Languages")!="") 173 { 174 <div class="lang-wrapper"> 175 @GetValue("Item.Area.Languages") 176 </div> 177 } 178 179 <div class="srchbar"> 180 <form action="/" id="srchbar" name="srchbar"> 181 <input type="hidden" id="SearchID" name="ID" value='@GetValue("Item.Area.Search_Page_ID")'> 182 <fieldset> 183 <div class="input-group"> 184 <input type="text" class="form-control placeholder" id="srchbar-query" name='@GetValue("Item.Area.Search_Type")' placeholder='@Translate("searchproducts","Søg efter produkter")'> 185 <span class="input-group-btn"> 186 <button onclick="document.forms.srchbar.submit()" class="btn btn-base-color-1">@Translate("search","Søg")</button> 187 </span> 188 </div> 189 </fieldset> 190 </form> 191 </div> 192 @*@if (theUserID != "0" && theUserID != "670") 193 { 194 if (GetBoolean("Ecom:Order.IsEmpty")) 195 { 196 <div class="minicart-wrapper"> 197 <div class="minicart pull-right"> 198 <span class="minicart-shoppingbasket fa fa-2x fa-shopping-cart"></span> 199 <span class="minicart-description"> 200 @Translate("cartIsEmpty", "Kurven er tom") 201 </span> 202 </div> 203 </div> 204 } 205 if (!GetBoolean("Ecom:Order.IsEmpty")) 206 { 207 <div class="minicart-wrapper"> 208 <div class="minicart pull-right"> 209 <a href='/Default.aspx?ID=@Pageview.Area.Item["Checkout_Page_ID"]'> 210 <span class="minicart-shoppingbasket fa fa-2x fa-shopping-cart"><span class="badge">@GetValue("Ecom:Order.OrderLines.TotalProductQuantity")</span></span> 211 <span class="minicart-description"> 212 @Translate("cartContains", "Kurven indeholder") @GetValue("Ecom:Order.OrderLines.TotalProductQuantity") 213 @{ 214 var productSingle = "<!--$$Translate(productsingle, 'vare')-->"; 215 var productMutiple = "<!--$$Translate(productmultiple, 'varer')-->"; 216 } 217 @if (GetInteger("Ecom:Order.OrderLines.TotalProductQuantity") == 1) 218 { 219 @productSingle; 220 } 221 @if (GetInteger("Ecom:Order.OrderLines.TotalProductQuantity") > 1) 222 { 223 @productMutiple; 224 } 225 </span> 226 </a> 227 </div> 228 </div> 229 } 230 }*@ 231 </div> 232 </div> 233 </div> 234 </div> 235 236 <div id="navigation-wrapper"> 237 <div id="navigation" class="container"> 238 <div id="navigation-main-wrapper" class="nav visible-md visible-lg"> 239 @GetValue("DwNavigation(navigationmain)") 240 @if (GetGlobalValue("Global:Extranet.UserID") != "0") 241 { 242 <a href='/Default.aspx?ID=@GetString("Item.Area.Checkout_Page_ID")' class="minicart-compact btn pull-right"> 243 <i class="fa fa-shopping-cart"></i> 244 @if (GetInteger("Ecom:Order.OrderLines.TotalProductQuantity") > 0) 245 { 246 <span class="badge">@GetValue("Ecom:Order.OrderLines.TotalProductQuantity")</span> 247 } 248 </a> 249 } 250 </div> 251 <div id="navigationcompact-wrapper" class="row visible-xs visible-sm"> 252 <a class="btn open-mobile-menu"> 253 <i class="fa fa-bars"></i> 254 </a> 255 256 @if (theUserID != "0" && theUserID != "670") 257 { 258 <a href='/Default.aspx?ID=@GetString("Item.Area.Checkout_Page_ID")' class="minicart-compact btn pull-right"> 259 <i class="fa fa-shopping-cart"></i> 260 @if (GetInteger("Ecom:Order.OrderLines.TotalProductQuantity") > 0) 261 { 262 <span class="badge">@GetValue("Ecom:Order.OrderLines.TotalProductQuantity")</span> 263 } 264 </a> 265 } 266 267 <a href="javascript:void(0);" class="btn btn-nav-search pull-right"> 268 <span class="fa fa-search"></span> 269 </a> 270 271 @if (GetGlobalValue("Global:Extranet.UserID") != "0") 272 { 273 @:<a class="extranet logout pull-right visible-xs" href='/admin/public/extranetlogoff.aspx?id=@GetValue("Global:Page.ID")'><strong><span class="fa fa-unlock-alt fa-lg"></span>&nbsp;@Translate("logOut", "Log af")</strong></a> 274 } 275 else 276 { 277 @:<a class="extranet login pull-right visible-xs" href="#" data-toggle="modal" data-target="#loginModal"><strong><span class="fa fa-lock fa-lg"></span>&nbsp;@Translate("logOn", "Log på", "global")</strong></a> 278 } 279 280 </div> 281 <div id="srchbar-navigationcompact-wrapper" class="row visible-xs visible-sm"> 282 <div class="srchbar-navigationcompact"> 283 <form action="/" id="srchbarcompact" name="srchbarcompact"> 284 <input type="hidden" id="SearchIDCompact" name="ID" value='@GetValue("Item.Area.Search_Page_ID")'> 285 <fieldset> 286 <div class="input-group"> 287 <input type="text" class="form-control placeholder" id="srchbarcompact-query" name='@GetValue("Item.Area.Search_Type")' placeholder='@Translate("searchproducts","Søg efter produkter")'> 288 <span class="input-group-btn"> 289 <button onclick="document.forms.srchbarcompact.submit()" class="btn btn-base-color-1">@Translate("search", "Søg")</button> 290 </span> 291 </div> 292 </fieldset> 293 </form> 294 </div> 295 </div> 296 </div> 297 </div> 298 299 <div id="content-wrapper"> 300 301 <section id="content" class="container"> 302 <div id="subpage" class="row"> 303 <div id="subpage-top-wrapper" class="col-xs-12"> 304 <div id="subpage-top" class="row">@GetValue("DwContent(subpagetop)")</div> 305 </div> 306 <div id="subpage-middle" class="col-xs-12"> 307 <div id="subpage-middle-left-wrapper" class="col-sm-6"> 308 <div id="subpage-middle-left" class="row">@GetValue("DwContent(subpagemiddleleft)")</div> 309 </div> 310 <div id="subpage-middle-right-wrapper" class="col-sm-6"> 311 <div id="subpage-middle-right" class="row">@GetValue("DwContent(subpagemiddleright)")</div> 312 </div> 313 </div> 314 <div id="subpage-middle-full-wrapper" class="col-xs-12"> 315 <div id="subpage-middle-full" class="row">@GetValue("DwContent(subpagemiddlefull)")</div> 316 </div> 317 <div class="col-xs-12"> 318 <div class="row"> 319 <div id="subpage-left-wrapper" class="col-xs-12 col-sm-8 col-md-8"> 320 <div id="subpage-left" class="row">@GetValue("DwContent(subpageleft)")</div> 321 </div> 322 <div id="subpage-right-wrapper" class="col-xs-12 col-sm-4 col-md-4"> 323 <div id="subpage-right" class="row">@GetValue("DwContent(subpageright)")</div> 324 </div> 325 </div> 326 </div> 327 <div id="subpage-bottom-wrapper" class="col-xs-12"> 328 <div id="subpage-bottom" class="row">@GetValue("DwContent(subpagebottom)")</div> 329 </div> 330 </div> 331 </section> 332 </div> 333 334 <div id="footer-wrapper"> 335 <div class="techem-bar"></div> 336 <div class="bar-container container"> 337 <div class="row"> 338 <div class="col-xs-10 col-xs-offset-2"> 339 <div class="bar"></div> 340 </div> 341 </div> 342 </div> 343 <div id="footer" class="container-fluid"> 344 <div id="footer-content" class="row"> 345 <div class="footer-wrapper"> 346 <div class="container"> 347 @if (GetValue("Item.Area.Footer_Content_Page_ID") != "") 348 { 349 @RenderPageContent(GetInteger("Item.Area.Footer_Content_Page_ID")) 350 } 351 </div> 352 </div> 353 <div id="footer-copyright" class="col-xs-12"> 354 @GetValue("Item.Area.Footer_Copyright") 355 </div> 356 </div> 357 </div> 358 </div> 359 </div> 360 <script type="text/javascript"> 361 if (document.getElementById("GaOrderStep") && document.getElementById("GaOrderStep").value.length > 0) { 362 ga('send', 'pageview', document.getElementById("GaOrderStep").value); 363 } 364 require(['lib/solutionset.config'], function (config) { 365 require(['navigation', 'bootstrap-modal', 'bootstrap-collapse'], function () { 366 if (typeof (navigation) == "undefined") { 367 var navigation = new Layout.Navigation(); 368 navigation.init(); 369 } 370 }); 371 require(['mmenu'], function () { 372 $(document).ready(function () { 373 $("#mobile-menu").mmenu({ 374 // options 375 }, { 376 // configuration 377 offCanvas: { 378 pageSelector: "#master-wrapper" 379 } 380 }); 381 var API = $("#mobile-menu").data( "mmenu" ); 382 $(".open-mobile-menu").click(function(e) { 383 e.preventDefault(); 384 API.open(); 385 }); 386 }); 387 }); 388 }); 389 </script> 390 @RenderSnippet("Modals") 391 <div class="modal fade" role="dialog" id="loginModal" tabindex="-1" aria-labelledby="loginModal" aria-hidden="true"> 392 <div class="modal-dialog"> 393 <div class="modal-content"> 394 <div class="modal-header"> 395 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> 396 <span class="h3 modal-title">@Translate("logOn", "Log på", "global")&nbsp;@Pageview.Area.Item["Company"]</span> 397 </div> 398 <div class="modal-body"> 399 <div class="alert alert-danger alert-invalidlogin" style="display: none"> 400 <button type="button" class="close" data-hide="alert" aria-hidden="true">&times;</button> 401 @Translate("invalidLoginError","Brugernavn eller password er forkert.") 402 </div> 403 <form role="form" class="form" name="loginform" method="post" action='@GetString("DWExtranetAction")'> 404 <div class="form-group"> 405 <label for="Username">@Translate("username","Brugernavn")</label> 406 <input type="email" class="form-control required" id="Username" name="Username" value='@GetString("DWExtranetUsername")' placeholder='@Translate("typeUsername","Indtast brugernavn")'> 407 </div> 408 <div class="form-group"> 409 <label for="Password">@Translate("password","Adgangskode")</label> 410 <input type="password" class="form-control required" id="Password" name="Password" value='@GetString("DWExtranetPassword")' placeholder='@Translate("typePassword","Indtast adgangskode")'> 411 </div> 412 <!--<div class="checkbox"> 413 <label> 414 <input type="checkbox" name="Autologin" id="Autologin" value="True"/>&nbsp;Translate(rememberMe,"Husk mig på denne computer") 415 </label> 416 </div>--> 417 <div class="form-group clearfix"> 418 <a href="/login?LoginAction=Recovery" class="btn btn-default">@Translate("Glemt adgangkode", "Glemt adgangskode – indtast e-mail og få tilsendt en ny")</a> 419 <button type="submit" class="btn btn-base-success pull-right"><span class="fa fa-lock fa-lg"></span>&nbsp;&nbsp;@Translate("logOn","Log på")</button> 420 </div> 421 </form> 422 423 <script type="text/javascript"> 424 require(['lib/solutionset.config'], function (config) { 425 require(['extranet','validation'], function () { 426 Layout.Validation.validateForms(); 427 428 @{ 429 var username = Dynamicweb.Base.Request("Username"); 430 var password = Dynamicweb.Base.Request("Password"); 431 var isNotValid = (!string.IsNullOrEmpty(username) && !string.IsNullOrEmpty(password) && GetGlobalValue("Global:Extranet.UserID") == "0"); 432 } 433 if ('@isNotValid'=='True') { 434 Extranet.Login.displayError('@isNotValid'); 435 $('#loginModal').modal('show'); 436 } 437 }); 438 }); 439 </script> 440 <a class="btn btn-base-color-1" href="/Default.aspx?ID=192">@Translate("Ny kunde?")</a> 441 </div> 442 </div> 443 </div> 444 </div> 445 @GetValue("Item.Area.BodyBottomVariable") 446 <div class="slideup-message"></div> 447 </body> 448 </html>