webecho.templates.html.HomeTemplate.template.scala Maven / Gradle / Ivy
package webecho.templates.html
import _root_.play.twirl.api.TwirlFeatureImports.*
import _root_.play.twirl.api.TwirlHelperImports.*
import scala.language.adhocExtensions
import _root_.play.twirl.api.Html
import _root_.play.twirl.api.JavaScript
import _root_.play.twirl.api.Txt
import _root_.play.twirl.api.Xml
/*1.2*/import webecho.routing.HomePageContext
object HomeTemplate extends _root_.play.twirl.api.BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable,_root_.play.twirl.api.Format[play.twirl.api.HtmlFormat.Appendable]](play.twirl.api.HtmlFormat) with _root_.play.twirl.api.Template1[HomePageContext,play.twirl.api.HtmlFormat.Appendable] {
/**/
def apply/*2.2*/(context: HomePageContext):play.twirl.api.HtmlFormat.Appendable = {
_display_ {
{
Seq[Any](format.raw/*3.1*/("""
"""),_display_(/*10.13*/context/*10.20*/.page.title),format.raw/*10.31*/("""
"""),_display_(/*16.90*/context/*16.97*/.page.title),format.raw/*16.108*/("""
"""),_display_(/*19.17*/context/*19.24*/.page.appcode),format.raw/*19.37*/(""" service allows you to easily define on the fly JSON recorders which can be
fed by remote services using either the dynamically generated webhook or the websocket
you've provided. Then, at any time you can check what have been sent by the configured
remote services thanks to the provided API.
This service currently manages """),_display_(/*25.48*/context/*25.55*/.stats.count),format.raw/*25.67*/(""" json recorders.
Take a look to the Swagger API specification to use this service
or go to the """),_display_(/*32.62*/context/*32.69*/.page.appcode),format.raw/*32.82*/(""" """),format.raw/*32.83*/("""github repository if you want
to contribute.
"""),_display_(/*37.51*/context/*37.58*/.page.appcode),format.raw/*37.71*/(""" """),_display_(/*37.77*/context/*37.84*/.page.buildVersion),format.raw/*37.102*/("""
"""),format.raw/*38.13*/("""
"""))
}
}
}
def render(context:HomePageContext): play.twirl.api.HtmlFormat.Appendable = apply(context)
def f:((HomePageContext) => play.twirl.api.HtmlFormat.Appendable) = (context) => apply(context)
def ref: this.type = this
}
/*
-- GENERATED --
SOURCE: src/main/twirl/webecho/templates/HomeTemplate.scala.html
HASH: 0ab293d830856182529abec641b8fa4123ec339e
MATRIX: 319->1|678->41|798->68|1001->245|1016->252|1046->262|1176->366|1191->373|1221->383|1287->422|1303->429|1335->440|1546->624|1562->631|1593->641|1649->670|1665->677|1698->688|1789->752|1805->759|1839->772|2276->1182|2292->1189|2325->1201|2474->1323|2490->1330|2529->1348|2639->1431|2655->1438|2692->1454|2726->1461|2742->1468|2776->1481|2805->1482|2988->1638|3004->1645|3041->1661|3071->1664|3087->1671|3121->1684|3154->1690|3170->1697|3210->1715|3251->1728|3376->1826|3392->1833|3423->1843|3508->1901|3524->1908|3555->1918
LINES: 11->1|16->2|21->3|26->8|26->8|26->8|27->9|27->9|27->9|28->10|28->10|28->10|34->16|34->16|34->16|34->16|34->16|34->16|37->19|37->19|37->19|43->25|43->25|43->25|49->31|49->31|49->31|50->32|50->32|50->32|50->32|50->32|50->32|50->32|55->37|55->37|55->37|55->37|55->37|55->37|55->37|55->37|55->37|56->38|64->46|64->46|64->46|65->47|65->47|65->47
-- GENERATED --
*/