package views.html.Application import play.twirl.api._ import play.twirl.api.TemplateMagic._ import play.api.templates.PlayMagic._ import models._ import controllers._ import java.lang._ import java.util._ import scala.collection.JavaConversions._ import scala.collection.JavaConverters._ import play.api.i18n._ import play.core.j.PlayMagicForJava._ import play.mvc._ import play.data._ import play.api.data.Field import play.mvc.Http.Context.Implicit._ import views.html._ import helpers.ContentHelper import helpers.EntryHelper /**/ object index extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable,Format[play.twirl.api.HtmlFormat.Appendable]](play.twirl.api.HtmlFormat) with play.twirl.api.Template2[List[openfire.LogEntry],helpers.EntryHelper,play.twirl.api.HtmlFormat.Appendable] { /**/ def apply/*4.2*/(entries: List[openfire.LogEntry], entryHelper: helpers.EntryHelper):play.twirl.api.HtmlFormat.Appendable = { _display_ { def /*6.2*/scripts/*6.9*/:play.twirl.api.HtmlFormat.Appendable = {_display_( Seq[Any](format.raw/*6.13*/(""" """),format.raw/*7.5*/(""" """)))}; Seq[Any](format.raw/*4.70*/(""" """),format.raw/*19.2*/(""" """),_display_(/*22.2*/main("ChatLogServer", routes.Rooms.feedAll().toString(), scripts)/*22.67*/ {_display_(Seq[Any](format.raw/*22.69*/(""" """),format.raw/*23.4*/("""
  • Chatlogs
  • Rooms
  • Users
  • """)))}/*26.2*/(HtmlFormat.empty)/*26.20*/{_display_(Seq[Any](format.raw/*26.21*/(""" """),format.raw/*27.1*/("""

    Latest Messages

    """),_display_(/*35.7*/for(entry <- entries) yield /*35.28*/ {_display_(Seq[Any](format.raw/*35.30*/(""" """),_display_(/*36.7*/Html(entryHelper.checkRoomChange(entry, 4, routes.Rooms.browse(entry.roomId).toString()))),format.raw/*36.96*/(""" """),format.raw/*37.6*/(""" """)))}),format.raw/*42.7*/(""" """),format.raw/*43.2*/("""

    Loading..

    """),_display_(/*38.24*/Html(EntryHelper.decorateIcon(entry.getSenderName()))),format.raw/*38.77*/("""
    """),_display_(/*39.30*/if(entry.subject)/*39.47*/{_display_(Seq[Any](format.raw/*39.48*/(""" """),format.raw/*39.49*/("""changed topic to """),_display_(/*39.70*/entry/*39.75*/.subject),format.raw/*39.83*/(""" """)))}/*39.90*/else/*39.95*/{_display_(Seq[Any](format.raw/*39.96*/(""" """),_display_(/*39.98*/Html(ContentHelper.prepare(entry.body))),format.raw/*39.137*/(""" """)))}),format.raw/*39.139*/(""" """),format.raw/*39.140*/("""
    """),_display_(/*40.124*/entry/*40.129*/.getDate().format("dd.MM.yyyy HH:mm:ss")),format.raw/*40.169*/("""
    """)))}),format.raw/*45.2*/(""" """))} } def render(entries:List[openfire.LogEntry],entryHelper:helpers.EntryHelper): play.twirl.api.HtmlFormat.Appendable = apply(entries,entryHelper) def f:((List[openfire.LogEntry],helpers.EntryHelper) => play.twirl.api.HtmlFormat.Appendable) = (entries,entryHelper) => apply(entries,entryHelper) def ref: this.type = this } /* -- GENERATED -- DATE: Thu Jul 30 02:14:27 CEST 2015 SOURCE: /home/javastream.de/jenkins/jobs/de.consolving.chatlogserver/workspace/app/views/Application/index.scala.html HASH: 76f52e99688a0ffc76c5a72e30cadf3195692b0d MATRIX: 827->60|966->131|980->138|1060->142|1091->147|1174->203|1202->204|1235->211|1281->231|1295->237|1344->266|1416->310|1445->311|1480->319|1594->405|1623->406|1655->411|1753->481|1782->482|1811->483|1865->509|1894->510|1928->517|1956->518|1992->527|2020->528|2053->534|2081->535|2138->128|2167->553|2197->557|2271->622|2311->624|2342->628|2398->657|2413->663|2454->683|2518->720|2533->726|2568->740|2627->772|2642->778|2677->792|2713->810|2740->828|2779->829|2807->830|3023->1020|3060->1041|3100->1043|3133->1050|3243->1139|3276->1145|3326->1168|3340->1173|3374->1186|3410->1195|3424->1200|3458->1213|3511->1239|3585->1292|3647->1327|3673->1344|3712->1345|3741->1346|3789->1367|3803->1372|3832->1380|3857->1387|3870->1392|3909->1393|3938->1395|3999->1434|4033->1436|4063->1437|4140->1487|4155->1493|4253->1569|4284->1572|4299->1577|4361->1617|4415->1641|4444->1643|4491->1660 LINES: 27->4|29->6|29->6|31->6|32->7|33->8|33->8|34->9|34->9|34->9|34->9|35->10|35->10|36->11|37->12|37->12|38->13|39->14|39->14|39->14|39->14|39->14|40->15|40->15|41->16|41->16|42->17|42->17|45->4|47->19|50->22|50->22|50->22|51->23|51->23|51->23|51->23|52->24|52->24|52->24|53->25|53->25|53->25|54->26|54->26|54->26|55->27|63->35|63->35|63->35|64->36|64->36|65->37|65->37|65->37|65->37|65->37|65->37|65->37|66->38|66->38|67->39|67->39|67->39|67->39|67->39|67->39|67->39|67->39|67->39|67->39|67->39|67->39|67->39|67->39|68->40|68->40|68->40|68->40|68->40|68->40|70->42|71->43|73->45 -- GENERATED -- */