Advertisement
Guest User

Del lokale

a guest
Jan 11th, 2018
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.63 KB | None | 0 0
  1. @model PIX3.Models.BindingModels.ShareLocal
  2.  
  3. @{
  4.     Layout = null;
  5. }
  6.  
  7. <!DOCTYPE html>
  8. <html>
  9. <head>
  10.     <title></title>
  11. </head>
  12. <body style="position: absolute; top: 50%; left: 50%; margin-top: -300px; margin-left: -200px;  ">
  13.  
  14.     <div class="block-content" style="padding-left: 20px">
  15.         <p>Kære @Model.ReceiverName</p>
  16.         <p style="margin-top: -20px;">@Model.SenderName har delt denne lokation med dig via Locate it event-app</p>
  17.     </div>
  18.  
  19.     <div class="block-content" style="padding-left: 20px; width: 100%">
  20.  
  21.         <strong>@Model.LocalName</strong>
  22.         <p>@Model.Location</p>
  23.  
  24.         <img style="background-position: center bottom, center right;
  25.        background-repeat: no-repeat;
  26.        max-width: 400px;
  27.        max-height: 300px;
  28.        width: auto;
  29.        height: auto;" src="@Model.Image">
  30.  
  31.        
  32.     </div>
  33.  
  34.     <div class="block-content" style="padding-left: 20px; width: 100%">
  35.         <br /><h3 style="margin-top: -20px;height: 0px !important">SPECIFIKATIONER</h3>
  36.        
  37.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Stående</span> <span style="margin-left: 20px"> @Model.Staende personer</span> </div>
  38.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Banket</span> <span style="margin-left: 20px"> @Model.Banket personer</span> </div>
  39.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Langborde</span> <span style="margin-left: 20px"> @Model.Langborde personer</span> </div>
  40.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Konference</span> <span style="margin-left: 20px"> @Model.Konference personer</span> </div>
  41.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Hestesko</span> <span style="margin-left: 20px"> @Model.Hestesko personer</span> </div>
  42.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Overnattende</span> <span style="margin-left: 20px"> @Model.Overnattende personer</span> </div>
  43.     </div>
  44.  
  45.     <div class="block-content" style="padding-left: 20px">
  46.         <h3>BESKRIVELSE</h3>
  47.      
  48.         <p>@Model.Beskrivelse</p>
  49.  
  50.         <br />
  51.         <p style="margin-top: -20px;"><strong>PRISER:</strong> @Model.Price </p>
  52.  
  53.     </div>
  54.  
  55.     <div class="block-content" style="padding-left: 20px; width: 80%">
  56.         <br /><h3 style="margin-top: -20px; height: 0px !important;">TRANSPORT</h3>
  57.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Lufthanvnsafstand</span> <span style="margin-left: 20px"> @Model.Lufthavns km</span> </div>
  58.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Togafstand</span> <span style="margin-left: 20px"> @Model.TogAfstand km</span> </div>
  59.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Busafstand</span> <span style="margin-left: 20px"> @Model.BusAfstand km</span> </div>
  60.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Motorvej</span> <span style="margin-left: 20px"> @Model.Motovej km</span> </div>
  61.         <br /><div style="display: inline"> <span style="display: inline-block; width: 100px;">Parkering</span> <span style="margin-left: 20px"> @Model.Parkering</span> </div>
  62.     </div>
  63.  
  64.     <div class="block-content" style="padding-left: 20px">
  65.         <h3>Download Locate it nu, og start søgningen på stedet hvor dit næste arrangement skal holdes.</h3>
  66.         <br />
  67.         <a href="https://sketch.cloud/s/521mE/all/page-1/share"><img src="http://locateit.azurewebsites.net/icons/app.PNG"></a>
  68.         <a href="https://sketch.cloud/s/521mE/all/page-1/share"><img src="http://locateit.azurewebsites.net/icons/A.PNG" style="display: inline-block; margin-left: 1em;"></a>
  69.         <br />
  70.         <br />
  71.         <span>Find os på </span> <a href="https://www.facebook.com/Locateit.dk">Facebook </a> og <a href="https://www.instagram.com/locateit.dk/">Instagram</a>
  72.     </div>
  73.  
  74.    
  75.  
  76.     <div class="block-content" style="padding-left: 20px">
  77.  
  78.         <p class="sub align-center">
  79.             Med venlig hilsen<br />
  80.             <img width="120" src="http://locateit.azurewebsites.net/icons/LocateitLogo.png">
  81.             <br />Ordrup Jagtvej 91
  82.             <br />2920 Charlottenlund
  83.             <br />Danmark
  84.             <br /><a href="http://locateit.dk">www.locateit.dk</a>
  85.             <br /><span style="color: blue;">info@locateit.dk</span>
  86.         </p>
  87.  
  88.     </div>
  89.        
  90. </body>
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement