Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. {smarty.nocache}
  2.  
  3.  
  4.  
  5. {smarty.$photox|setObject:"gallery":1302}
  6. <section class="subPage_intro" style="background-image: url({smarty.foreach from=$photox->elements item=element}{smarty.$element->link()} {smarty./foreach});">
  7. <div class="container">
  8. <div class="intro_wrap">
  9. <div class="intro_header">
  10. <h1 class="intro_title">
  11. {smarty.$product->name}
  12. </h1>
  13. </div>
  14. </div>
  15. </div>
  16. </section>
  17.  
  18. <div class="subPage_girl">
  19. <div class="container">
  20. <div class="girl_content">
  21. <div class="row">
  22. <div class="col-xl-5 col-lg-5 col-md-12 col-sm-12 column">
  23. <div class="grid pupcia" >
  24.  
  25. <div class="grid-sizer"></div>
  26. <div class="gutter-sizer"></div>
  27.  
  28.  
  29.  
  30.  
  31. {smarty.foreach from=$product->gallery->elements item=photogirl key=klucz}
  32. <div class="grid-item {smarty.if $klucz == 0}grid-item--first{smarty./if} tutaj" data-src="{smarty.$photogirl->link()}">
  33. <a href="{smarty.$photogirl->link()}" >
  34. <img src="{smarty.$photogirl->link()}" alt="" style="{smarty.if $klucz == 0}width: 100%; {smarty./if}">
  35. </a>
  36. </div>
  37. {smarty./foreach}
  38.  
  39. </div>
  40. </div>
  41. <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 column offset-xl-1 offset-lg-1">
  42. <div class="girl_content_girl">
  43. <section class="girl_content_top">
  44. <div class="girl_name">
  45. <h2>{smarty.$product->name}</h2>
  46. <div class="stars" aria-hidden="true"></div>
  47. </div>
  48. <div class="girl_info">
  49. <ul>
  50. <li>{smarty.translate}Alter{smarty./translate}: <strong>{smarty.$product->additional.Age} Jahre</strong></li>
  51. <li><a href="tel:{smarty.$product->additional.Phone}">{smarty.translate}Telefon{smarty./translate}: <strong>{smarty.$product->additional.Phone}</strong></a></li>
  52. <li>{smarty.translate}Herkunft{smarty./translate}: <strong>{smarty.$product->additional.Nationality}</strong></li>
  53. </ul>
  54. </div>
  55. </section>
  56. <section class="girl_content_description">
  57. <h3>{smarty.translate}Über mich{smarty./translate}</h3>
  58. <p><strong>{smarty.$product->additional.UberBold}</strong></p>
  59. <p>
  60. {smarty.$product->desc}
  61. </p>
  62. </section>
  63. <section class="girl_content_description">
  64. <h3>{smarty.translate}Wochenplan{smarty./translate}</h3>
  65.  
  66. <div class="day_box">
  67. <div class="day">
  68. <strong>{smarty.translate}Montag{smarty./translate}</strong>
  69. {smarty.$product->additional.Montag}
  70. </div>
  71. <div class="day">
  72. <strong>{smarty.translate}Dienstag{smarty./translate}</strong>
  73. {smarty.$product->additional.Dienstag}
  74. </div>
  75. <div class="day">
  76. <strong>{smarty.translate}Mittwoch{smarty./translate}</strong>
  77. {smarty.$product->additional.Mittwoch}
  78. </div>
  79. </div>
  80. <div class="day_box">
  81. <div class="day">
  82. <strong>{smarty.translate}Donnerstag{smarty./translate}</strong>
  83. {smarty.$product->additional.Donnerstag}
  84. </div>
  85. <div class="day">
  86. <strong>{smarty.translate}Freitag{smarty./translate}</strong>
  87. {smarty.$product->additional.Freitag}
  88. </div>
  89. </div>
  90. <div class="day_box">
  91. <div class="day">
  92. <strong>{smarty.translate}Samstag{smarty./translate}</strong>
  93. {smarty.$product->additional.Samstag}
  94. </div>
  95. <div class="day">
  96. <strong>{smarty.translate}Sonntag{smarty./translate}</strong>
  97. {smarty.$product->additional.Sonntag}
  98. </div>
  99. </div>
  100. </section>
  101.  
  102. <section class="girl_content_description">
  103. <h3>{smarty.translate}Services{smarty./translate}</h3>
  104.  
  105. <div class="services">
  106. <ul>
  107. <li>Zungenküsse, schmusen</li>
  108. <li>GV in allen Stellungen</li>
  109. <li>Erotische Massagen</li>
  110. <li>Rollenspiele</li>
  111. <li>Heisses 69</li>
  112. <li>Eierlecken</li>
  113. <li>FO mit Aufnahme</li>
  114. <li>u.v.m...</li>
  115. </ul>
  116. </div>
  117. </section>
  118. {smarty.if count($sproduct->properties) == 0}{smarty.else}<section class="girl_content_description">
  119. <h3>{smarty.translate}Extra Services{smarty./translate}</h3>
  120.  
  121. <div class="services">
  122. <ul>
  123. {smarty.foreach from=$product->properties item=property}
  124. <li>{smarty.$property->value}</li>
  125. {smarty./foreach}
  126. </ul>
  127. </div>
  128. </section>{smarty./if}
  129.  
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. {smarty./nocache}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement