Error parsing template "Designs/Accessinvest/Paragraph/galleripopup_left_and_right.cshtml"
Line 8: (7:4) - The "div" element was not closed.  All elements must be either self-closing or have a matching end tag.

1 <div class="container-fluid" style="background-image:;"> 2 <div class="container" style="margin-top:@GetValue("Item.PopupMarginTop")rem; margin-bottom:@GetValue("Item.PopupMarginBottom")rem;"> 3 <div class="row"> 4 @if (GetString("Item.BilledePlacering") == "True") { 5 6 <!-- billed placering til højre --> 7 8 <div class="col-md-6" style="padding-bottom: 50px;"> 9 <div class="description to-expand"> 10 <h1>@GetValue("Item.ProjectName")</h> 11 <div class="intro">@GetValue("Item.Beskrivelse")</div> 12 <p>Har leveret:<br> 13 @GetValue("Item.Udfoerelse")</p> 14 <ul> 15 <li>Projekt: @GetValue("Item.Projekt")</li> 16 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 17 </ul> 18 </div> 19 </div> 20 21 <div class="col-md-6"> 22 <div class="overlay-container"> 23 24 <a data-fancybox-trigger="preview" href="javascript:;" > 25 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 26 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 27 28 29 <div class="overlay"></div> 30 31 </a> 32 </div> 33 </div> 34 35 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 36 37 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 38 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 39 </a> 40 41 } 42 43 44 } 45 46 else 47 48 { 49 50 <!-- billed placering til venstre --> 51 52 53 <div class="col-md-6"> 54 <div class="overlay-container"> 55 56 <a data-fancybox-trigger="preview2" href="javascript:;"> 57 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 58 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 59 60 61 <div class="overlay"></div> 62 63 </a> 64 </div> 65 </div> 66 67 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 68 69 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview2" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 70 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 71 </a> 72 73 } 74 75 <div class="col-md-6" style="padding-bottom: 50px;"> 76 <div class="description to-expand"> 77 <h1>@GetValue("Item.ProjectName")</h> 78 <div class="intro">@GetValue("Item.Beskrivelse")</div> 79 <p>Har leveret:<br> 80 @GetValue("Item.Udfoerelse")</p> 81 <ul> 82 <li>Projekt: @GetValue("Item.Projekt")</li> 83 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 84 </ul> 85 </div> 86 </div> 87 88 89 } 90 91 </div> 92 93 </div> 94 95 </div>
Error parsing template "Designs/Accessinvest/Paragraph/galleripopup_left_and_right.cshtml"
Line 8: (7:4) - The "div" element was not closed.  All elements must be either self-closing or have a matching end tag.

1 <div class="container-fluid" style="background-image:;"> 2 <div class="container" style="margin-top:@GetValue("Item.PopupMarginTop")rem; margin-bottom:@GetValue("Item.PopupMarginBottom")rem;"> 3 <div class="row"> 4 @if (GetString("Item.BilledePlacering") == "True") { 5 6 <!-- billed placering til højre --> 7 8 <div class="col-md-6" style="padding-bottom: 50px;"> 9 <div class="description to-expand"> 10 <h1>@GetValue("Item.ProjectName")</h> 11 <div class="intro">@GetValue("Item.Beskrivelse")</div> 12 <p>Har leveret:<br> 13 @GetValue("Item.Udfoerelse")</p> 14 <ul> 15 <li>Projekt: @GetValue("Item.Projekt")</li> 16 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 17 </ul> 18 </div> 19 </div> 20 21 <div class="col-md-6"> 22 <div class="overlay-container"> 23 24 <a data-fancybox-trigger="preview" href="javascript:;" > 25 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 26 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 27 28 29 <div class="overlay"></div> 30 31 </a> 32 </div> 33 </div> 34 35 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 36 37 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 38 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 39 </a> 40 41 } 42 43 44 } 45 46 else 47 48 { 49 50 <!-- billed placering til venstre --> 51 52 53 <div class="col-md-6"> 54 <div class="overlay-container"> 55 56 <a data-fancybox-trigger="preview2" href="javascript:;"> 57 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 58 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 59 60 61 <div class="overlay"></div> 62 63 </a> 64 </div> 65 </div> 66 67 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 68 69 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview2" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 70 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 71 </a> 72 73 } 74 75 <div class="col-md-6" style="padding-bottom: 50px;"> 76 <div class="description to-expand"> 77 <h1>@GetValue("Item.ProjectName")</h> 78 <div class="intro">@GetValue("Item.Beskrivelse")</div> 79 <p>Har leveret:<br> 80 @GetValue("Item.Udfoerelse")</p> 81 <ul> 82 <li>Projekt: @GetValue("Item.Projekt")</li> 83 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 84 </ul> 85 </div> 86 </div> 87 88 89 } 90 91 </div> 92 93 </div> 94 95 </div>
Error parsing template "Designs/Accessinvest/Paragraph/galleripopup_left_and_right.cshtml"
Line 8: (7:4) - The "div" element was not closed.  All elements must be either self-closing or have a matching end tag.

1 <div class="container-fluid" style="background-image:;"> 2 <div class="container" style="margin-top:@GetValue("Item.PopupMarginTop")rem; margin-bottom:@GetValue("Item.PopupMarginBottom")rem;"> 3 <div class="row"> 4 @if (GetString("Item.BilledePlacering") == "True") { 5 6 <!-- billed placering til højre --> 7 8 <div class="col-md-6" style="padding-bottom: 50px;"> 9 <div class="description to-expand"> 10 <h1>@GetValue("Item.ProjectName")</h> 11 <div class="intro">@GetValue("Item.Beskrivelse")</div> 12 <p>Har leveret:<br> 13 @GetValue("Item.Udfoerelse")</p> 14 <ul> 15 <li>Projekt: @GetValue("Item.Projekt")</li> 16 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 17 </ul> 18 </div> 19 </div> 20 21 <div class="col-md-6"> 22 <div class="overlay-container"> 23 24 <a data-fancybox-trigger="preview" href="javascript:;" > 25 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 26 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 27 28 29 <div class="overlay"></div> 30 31 </a> 32 </div> 33 </div> 34 35 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 36 37 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 38 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 39 </a> 40 41 } 42 43 44 } 45 46 else 47 48 { 49 50 <!-- billed placering til venstre --> 51 52 53 <div class="col-md-6"> 54 <div class="overlay-container"> 55 56 <a data-fancybox-trigger="preview2" href="javascript:;"> 57 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 58 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 59 60 61 <div class="overlay"></div> 62 63 </a> 64 </div> 65 </div> 66 67 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 68 69 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview2" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 70 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 71 </a> 72 73 } 74 75 <div class="col-md-6" style="padding-bottom: 50px;"> 76 <div class="description to-expand"> 77 <h1>@GetValue("Item.ProjectName")</h> 78 <div class="intro">@GetValue("Item.Beskrivelse")</div> 79 <p>Har leveret:<br> 80 @GetValue("Item.Udfoerelse")</p> 81 <ul> 82 <li>Projekt: @GetValue("Item.Projekt")</li> 83 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 84 </ul> 85 </div> 86 </div> 87 88 89 } 90 91 </div> 92 93 </div> 94 95 </div>
Error parsing template "Designs/Accessinvest/Paragraph/galleripopup_left_and_right.cshtml"
Line 8: (7:4) - The "div" element was not closed.  All elements must be either self-closing or have a matching end tag.

1 <div class="container-fluid" style="background-image:;"> 2 <div class="container" style="margin-top:@GetValue("Item.PopupMarginTop")rem; margin-bottom:@GetValue("Item.PopupMarginBottom")rem;"> 3 <div class="row"> 4 @if (GetString("Item.BilledePlacering") == "True") { 5 6 <!-- billed placering til højre --> 7 8 <div class="col-md-6" style="padding-bottom: 50px;"> 9 <div class="description to-expand"> 10 <h1>@GetValue("Item.ProjectName")</h> 11 <div class="intro">@GetValue("Item.Beskrivelse")</div> 12 <p>Har leveret:<br> 13 @GetValue("Item.Udfoerelse")</p> 14 <ul> 15 <li>Projekt: @GetValue("Item.Projekt")</li> 16 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 17 </ul> 18 </div> 19 </div> 20 21 <div class="col-md-6"> 22 <div class="overlay-container"> 23 24 <a data-fancybox-trigger="preview" href="javascript:;" > 25 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 26 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 27 28 29 <div class="overlay"></div> 30 31 </a> 32 </div> 33 </div> 34 35 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 36 37 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 38 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 39 </a> 40 41 } 42 43 44 } 45 46 else 47 48 { 49 50 <!-- billed placering til venstre --> 51 52 53 <div class="col-md-6"> 54 <div class="overlay-container"> 55 56 <a data-fancybox-trigger="preview2" href="javascript:;"> 57 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 58 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 59 60 61 <div class="overlay"></div> 62 63 </a> 64 </div> 65 </div> 66 67 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 68 69 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview2" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 70 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 71 </a> 72 73 } 74 75 <div class="col-md-6" style="padding-bottom: 50px;"> 76 <div class="description to-expand"> 77 <h1>@GetValue("Item.ProjectName")</h> 78 <div class="intro">@GetValue("Item.Beskrivelse")</div> 79 <p>Har leveret:<br> 80 @GetValue("Item.Udfoerelse")</p> 81 <ul> 82 <li>Projekt: @GetValue("Item.Projekt")</li> 83 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 84 </ul> 85 </div> 86 </div> 87 88 89 } 90 91 </div> 92 93 </div> 94 95 </div>
Error parsing template "Designs/Accessinvest/Paragraph/galleripopup_left_and_right.cshtml"
Line 8: (7:4) - The "div" element was not closed.  All elements must be either self-closing or have a matching end tag.

1 <div class="container-fluid" style="background-image:;"> 2 <div class="container" style="margin-top:@GetValue("Item.PopupMarginTop")rem; margin-bottom:@GetValue("Item.PopupMarginBottom")rem;"> 3 <div class="row"> 4 @if (GetString("Item.BilledePlacering") == "True") { 5 6 <!-- billed placering til højre --> 7 8 <div class="col-md-6" style="padding-bottom: 50px;"> 9 <div class="description to-expand"> 10 <h1>@GetValue("Item.ProjectName")</h> 11 <div class="intro">@GetValue("Item.Beskrivelse")</div> 12 <p>Har leveret:<br> 13 @GetValue("Item.Udfoerelse")</p> 14 <ul> 15 <li>Projekt: @GetValue("Item.Projekt")</li> 16 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 17 </ul> 18 </div> 19 </div> 20 21 <div class="col-md-6"> 22 <div class="overlay-container"> 23 24 <a data-fancybox-trigger="preview" href="javascript:;" > 25 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 26 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 27 28 29 <div class="overlay"></div> 30 31 </a> 32 </div> 33 </div> 34 35 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 36 37 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 38 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 39 </a> 40 41 } 42 43 44 } 45 46 else 47 48 { 49 50 <!-- billed placering til venstre --> 51 52 53 <div class="col-md-6"> 54 <div class="overlay-container"> 55 56 <a data-fancybox-trigger="preview2" href="javascript:;"> 57 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 58 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 59 60 61 <div class="overlay"></div> 62 63 </a> 64 </div> 65 </div> 66 67 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 68 69 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview2" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 70 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 71 </a> 72 73 } 74 75 <div class="col-md-6" style="padding-bottom: 50px;"> 76 <div class="description to-expand"> 77 <h1>@GetValue("Item.ProjectName")</h> 78 <div class="intro">@GetValue("Item.Beskrivelse")</div> 79 <p>Har leveret:<br> 80 @GetValue("Item.Udfoerelse")</p> 81 <ul> 82 <li>Projekt: @GetValue("Item.Projekt")</li> 83 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 84 </ul> 85 </div> 86 </div> 87 88 89 } 90 91 </div> 92 93 </div> 94 95 </div>
Error parsing template "Designs/Accessinvest/Paragraph/galleripopup_left_and_right.cshtml"
Line 8: (7:4) - The "div" element was not closed.  All elements must be either self-closing or have a matching end tag.

1 <div class="container-fluid" style="background-image:;"> 2 <div class="container" style="margin-top:@GetValue("Item.PopupMarginTop")rem; margin-bottom:@GetValue("Item.PopupMarginBottom")rem;"> 3 <div class="row"> 4 @if (GetString("Item.BilledePlacering") == "True") { 5 6 <!-- billed placering til højre --> 7 8 <div class="col-md-6" style="padding-bottom: 50px;"> 9 <div class="description to-expand"> 10 <h1>@GetValue("Item.ProjectName")</h> 11 <div class="intro">@GetValue("Item.Beskrivelse")</div> 12 <p>Har leveret:<br> 13 @GetValue("Item.Udfoerelse")</p> 14 <ul> 15 <li>Projekt: @GetValue("Item.Projekt")</li> 16 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 17 </ul> 18 </div> 19 </div> 20 21 <div class="col-md-6"> 22 <div class="overlay-container"> 23 24 <a data-fancybox-trigger="preview" href="javascript:;" > 25 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 26 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 27 28 29 <div class="overlay"></div> 30 31 </a> 32 </div> 33 </div> 34 35 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 36 37 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 38 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 39 </a> 40 41 } 42 43 44 } 45 46 else 47 48 { 49 50 <!-- billed placering til venstre --> 51 52 53 <div class="col-md-6"> 54 <div class="overlay-container"> 55 56 <a data-fancybox-trigger="preview2" href="javascript:;"> 57 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 58 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 59 60 61 <div class="overlay"></div> 62 63 </a> 64 </div> 65 </div> 66 67 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 68 69 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview2" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 70 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 71 </a> 72 73 } 74 75 <div class="col-md-6" style="padding-bottom: 50px;"> 76 <div class="description to-expand"> 77 <h1>@GetValue("Item.ProjectName")</h> 78 <div class="intro">@GetValue("Item.Beskrivelse")</div> 79 <p>Har leveret:<br> 80 @GetValue("Item.Udfoerelse")</p> 81 <ul> 82 <li>Projekt: @GetValue("Item.Projekt")</li> 83 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 84 </ul> 85 </div> 86 </div> 87 88 89 } 90 91 </div> 92 93 </div> 94 95 </div>
Error parsing template "Designs/Accessinvest/Paragraph/galleripopup_left_and_right.cshtml"
Line 8: (7:4) - The "div" element was not closed.  All elements must be either self-closing or have a matching end tag.

1 <div class="container-fluid" style="background-image:;"> 2 <div class="container" style="margin-top:@GetValue("Item.PopupMarginTop")rem; margin-bottom:@GetValue("Item.PopupMarginBottom")rem;"> 3 <div class="row"> 4 @if (GetString("Item.BilledePlacering") == "True") { 5 6 <!-- billed placering til højre --> 7 8 <div class="col-md-6" style="padding-bottom: 50px;"> 9 <div class="description to-expand"> 10 <h1>@GetValue("Item.ProjectName")</h> 11 <div class="intro">@GetValue("Item.Beskrivelse")</div> 12 <p>Har leveret:<br> 13 @GetValue("Item.Udfoerelse")</p> 14 <ul> 15 <li>Projekt: @GetValue("Item.Projekt")</li> 16 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 17 </ul> 18 </div> 19 </div> 20 21 <div class="col-md-6"> 22 <div class="overlay-container"> 23 24 <a data-fancybox-trigger="preview" href="javascript:;" > 25 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 26 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 27 28 29 <div class="overlay"></div> 30 31 </a> 32 </div> 33 </div> 34 35 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 36 37 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 38 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 39 </a> 40 41 } 42 43 44 } 45 46 else 47 48 { 49 50 <!-- billed placering til venstre --> 51 52 53 <div class="col-md-6"> 54 <div class="overlay-container"> 55 56 <a data-fancybox-trigger="preview2" href="javascript:;"> 57 <div class="gallery-icon"><i class="fa fa-plus-circle"></i></div> 58 <div class="galleryrightimage" style="background-image: url(@GetValue("Item.ImagePop")); background-repeat: no-repeat; background-size: cover; background-position: center; width:100%; height:350px;"></div> 59 60 61 <div class="overlay"></div> 62 63 </a> 64 </div> 65 </div> 66 67 foreach (LoopItem i in GetLoop("Item.GalleriBilleder")){ 68 69 <a href='@i.GetValue("Item.GalleriBilleder.GalleriBilleder")' data-fancybox="preview2" data-caption="@i.GetValue("Item.GalleriBilleder.GalleriTekst")" data-width="1500" data-height="1000" style="display: none;"> 70 <img src='/Admin/Public/GetImage.ashx?Image=@i.GetValue("Item.GalleriBilleder.GalleriBilleder")&Format=jpg&Width=1600&Compression=75&Crop=5' class="img-fluid"/> 71 </a> 72 73 } 74 75 <div class="col-md-6" style="padding-bottom: 50px;"> 76 <div class="description to-expand"> 77 <h1>@GetValue("Item.ProjectName")</h> 78 <div class="intro">@GetValue("Item.Beskrivelse")</div> 79 <p>Har leveret:<br> 80 @GetValue("Item.Udfoerelse")</p> 81 <ul> 82 <li>Projekt: @GetValue("Item.Projekt")</li> 83 <li>Entreprenør: @GetValue("Item.Entreprenoer")</li> 84 </ul> 85 </div> 86 </div> 87 88 89 } 90 91 </div> 92 93 </div> 94 95 </div>