
counters.templates.html.HomeTemplate.template.scala Maven / Gradle / Ivy
package counters.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 counters.routing.HomeContext
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[HomeContext,play.twirl.api.HtmlFormat.Appendable] {
/**/
def apply/*2.2*/(home: HomeContext):play.twirl.api.HtmlFormat.Appendable = {
_display_ {
{
Seq[Any](format.raw/*3.1*/("""
"""),_display_(/*10.13*/home/*10.17*/.context.title),format.raw/*10.31*/("""
"""),_display_(/*17.123*/home/*17.127*/.context.title),format.raw/*17.141*/("""
A """),_display_(/*20.19*/home/*20.23*/.context.appcode),format.raw/*20.39*/(""" service with API to count anything with just a simple get request sent
to your defined counters. Create QR Code with the counter link, and count how many people flash and
visit.
"""),_display_(/*25.17*/home/*25.21*/.stats.groupCount),format.raw/*25.38*/(""" groups and """),_display_(/*25.58*/home/*25.62*/.stats.countersCount),format.raw/*25.82*/(""" counters are currently active.
Take a look to the Swagger API specification to use this service
or go to the """),_display_(/*32.62*/home/*32.66*/.context.appcode),format.raw/*32.82*/(""" """),format.raw/*32.83*/("""github repository if you want
to contribute.
"""),_display_(/*37.51*/home/*37.55*/.context.appcode),format.raw/*37.71*/(""" """),_display_(/*37.77*/home/*37.81*/.context.buildVersion),format.raw/*37.102*/("""
"""),format.raw/*38.13*/("""
"""))
}
}
}
def render(home:HomeContext): play.twirl.api.HtmlFormat.Appendable = apply(home)
def f:((HomeContext) => play.twirl.api.HtmlFormat.Appendable) = (home) => apply(home)
def ref: this.type = this
}
/*
-- GENERATED --
SOURCE: src/main/twirl/counters/templates/HomeTemplate.scala.html
HASH: a30315e257f355dc60281662b9bb89a5096a8c0a
MATRIX: 320->1|672->38|785->58|988->235|1000->239|1033->252|1163->356|1175->360|1208->373|1274->412|1287->416|1322->430|1533->614|1546->618|1580->631|1620->644|1633->648|1667->661|1728->694|1742->698|1778->712|1871->778|1884->782|1921->798|2200->1050|2213->1054|2251->1071|2298->1091|2311->1095|2352->1115|2516->1252|2529->1256|2571->1277|2681->1360|2694->1364|2734->1383|2768->1390|2781->1394|2818->1410|2847->1411|3030->1567|3043->1571|3083->1590|3113->1593|3126->1597|3163->1613|3196->1619|3209->1623|3252->1644|3293->1657|3418->1755|3431->1759|3465->1772|3550->1830|3563->1834|3597->1847
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|35->17|35->17|35->17|35->17|35->17|35->17|35->17|35->17|35->17|38->20|38->20|38->20|43->25|43->25|43->25|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 --
*/