Advertisement
Guest User

Portal home code 23nov 10u

a guest
Nov 23rd, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. {% assign forums_sm = sitemarkers["Forums"] %}
  2.  
  3. <section class="page_section section-landing">
  4. <div class="container-fluid">
  5. <div class="row ">
  6. <div class="col-md-12">
  7. <h1 class="section-landing-heading">{% editable snippets 'Home/Title' default: 'Admiral Dynamics' %}</h1>
  8. <h2 class="section-landing-sub-heading">{% editable snippets 'Home/Subtitle' default: 'Customer' %}</h2>
  9. {% include 'Search' %}
  10. </div>
  11. </div>
  12. </div>
  13. <div class="layer_down">&nbsp;</div>
  14. </section>
  15. <section class="page_section section-knowledge">
  16. <div class="layer_up">&nbsp;</div>
  17. <div class="container-fluid">
  18. <div class="content-home">
  19. <h2 class="blue_border">{% editable snippets "Home/MostPopularHeading" default: resx["Most_Popular"] %}</h2>
  20. {% include 'Knowledge Management - Most Popular Articles' showdescription: true %}
  21. </div>
  22. <div class="row sidebar-home no-lr-margins">
  23. <div class="col-md-4">{% include 'Knowledge Management - Most Popular Articles' showdescription: false %}</div>
  24. <div class="col-md-4">{% include 'Knowledge Management - Most Recent Articles' %}</div>
  25. <div class="col-md-4">{% include 'Knowledge Management - Top Rated Articles' %}</div>
  26. </div>
  27. </div>
  28. </section>
  29. <section class="page_section section-sub-landing color-inverse">
  30. <div class="container-fluid">
  31. <div class="row">
  32. <div class="col-md-4 text_center-mobile">
  33. <h1>{{ forums_sm.adx_name | escape }}</h1>
  34. {% editable snippets "Forum/HomeDescription" %}
  35. <a href="{{ forums_sm.url | h }}" class="btn btn-info-home btn-lg-home" title="{{ snippets['Home/ViewMoreButton'] | default: resx['View_More'] | h }}">{{ snippets['Home/ViewMoreButton'] | default: resx['View_More'] | h }}</a>
  36. </div>
  37. </div>
  38. </div>
  39. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement