(function(t){var p=PhpDebugBar.utils.makecsscls("phpdebugbar-widgets-"),n=PhpDebugBar.Widgets.InfoWidget=PhpDebugBar.Widget.extend({tagName:"table",className:p("info"),render:function(){this.bindAttr("data",function(d){this.$el.empty();var e;e=t("").append(t("").text("Joomla! Version")).append(t("").text(d.joomlaVersion)),this.$el.append(e),e=t("").append(t("").text("PHP Version")).append(t("").text(d.phpVersion)),this.$el.append(e),e=t("").append(t("").text("Identity")).append(t("").text(d.identity.type)),this.$el.append(e),e=t("").append(t("").text("Response")).append(t("").text(d.response.status_code)),this.$el.append(e),e=t("").append(t("").text("Template")).append(t("").text(d.template.template)),this.$el.append(e),e=t("").append(t("").text("Database")).append(t("").html("
Server
"+d.database.dbserver+"
Version
"+d.database.dbversion+"
Collation
"+d.database.dbcollation+"
Conn Collation
"+d.database.dbconnectioncollation+"
")),this.$el.append(e)})}})})(PhpDebugBar.$);