| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | @import model.{MetaData, SectionSummary, SimplePage} | |
| 3 | 3 | @import tools.DfpLink | |
| 4 | 4 | ||
| 5 | - @main( | ||
| 5 | + @mainLegacy( | ||
| 6 | 6 | SimplePage(MetaData.make( | |
| 7 | 7 | id = "commercial-templates", | |
| 8 | 8 | section = Some(SectionSummary.fromId("admin")), | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | 3 | @import views.html.fragments.crosswords._ | |
| 4 | 4 | ||
| 5 | - @main(crosswordPage) { } { | ||
| 5 | + @mainLegacy(crosswordPage) { } { | ||
| 6 | 6 | <div class="l-side-margins"> | |
| 7 | 7 | <article id="crossword" class="content content--article tonal tonal--tone-news" role="main"> | |
| 8 | 8 | @crosswordMetaHeader(crosswordPage, false) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | @(index: IndexPage, nav: PreviousAndNext)(implicit request: RequestHeader, context: model.ApplicationContext) | |
| 7 | 7 | ||
| 8 | - @main(index.page, projectName = Option("facia")){ }{ | ||
| 8 | + @mainLegacy(index.page, projectName = Option("facia")){ }{ | ||
| 9 | 9 | <div class="l-side-margins"> | |
| 10 | 10 | <div data-link-name="Front" role="main" class="fc-container"> | |
| 11 | 11 | @fragments.containers.index( | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | 3 | @import fragments.tagIndexListingBody | |
| 4 | 4 | ||
| 5 | - @main(page, projectName = Some("index")) { } { | ||
| 5 | + @mainLegacy(page, projectName = Some("index")) { } { | ||
| 6 | 6 | @tagIndexListingBody("contributors", page.metadata.webTitle, listing) | |
| 7 | 7 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | @import play.api.libs.json._ | |
| 4 | 4 | @import views.html.fragments.crosswords._ | |
| 5 | 5 | ||
| 6 | - @main(crosswordPage) { } { | ||
| 6 | + @mainLegacy(crosswordPage) { } { | ||
| 7 | 7 | <div class="l-side-margins"> | |
| 8 | 8 | <article id="crossword" class="content content--article tonal tonal--tone-news" role="main"> | |
| 9 | 9 | @crosswordMetaHeader(crosswordPage) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | @import common.LinkTo | |
| 4 | 4 | @import views.html.fragments.crosswords.crosswordSearchForm | |
| 5 | 5 | ||
| 6 | - @main(page) { } { | ||
| 6 | + @mainLegacy(page) { } { | ||
| 7 | 7 | <div class="l-side-margins"> | |
| 8 | 8 | <article class="content content--article tonal tonal--tone-news" role="main"> | |
| 9 | 9 | <header class="content__head tonal__head tonal__head--tone-news"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | 3 | @import common.LinkTo | |
| 4 | 4 | ||
| 5 | - @main(page) { } { | ||
| 5 | + @mainLegacy(page) { } { | ||
| 6 | 6 | <div class="l-side-margins"> | |
| 7 | 7 | <article class="content content--article tonal tonal--tone-news" role="main"> | |
| 8 | 8 | <header class="content__head tonal__head tonal__head--tone-news"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,5 +4,5 @@ | |||
| 4 | 4 | ||
| 5 | 5 | @if(page.withJavaScript) { | |
| 6 | 6 | @fragments.atomJSNonBlocking(page) | |
| 7 | - @fragments.analytics.base(page) | ||
| 7 | + @fragments.analytics.base()(page, request, context) | ||
| 8 | 8 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | @(page: model.GalleryPage)(implicit request: RequestHeader, context: model.ApplicationContext) | |
| 2 | 2 | ||
| 3 | - @main(page){ }{ | ||
| 3 | + @mainLegacy(page){ }{ | ||
| 4 | 4 | @fragments.galleryBody(page) | |
| 5 | 5 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | @(page: ImageContentPage)(implicit request: RequestHeader, context: model.ApplicationContext) | |
| 2 | 2 | ||
| 3 | - @main(page){ }{ | ||
| 3 | + @mainLegacy(page){ }{ | ||
| 4 | 4 | @fragments.imageContentBody(page) | |
| 5 | 5 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments