window.location = "http://builder.blender.org/download"; See builder.blender.org.'; $panel = new AphrontPanelView(); $panel->appendChild(phutil_safe_html($html)); $panel->setNoBackground(); $content = array( $panel ); $crumbs = $this->buildApplicationCrumbs(); return $this->buildApplicationPage( array( $crumbs, $panel, ), array( 'title' => 'Buildbot', 'device' => true, )); } }