Sha256: 461f048f8b1a686404f1ca948273cf65011c9dc173257ae7e8da2a11a8749d4d
Contents?: true
Size: 1.23 KB
Versions: 28
Compression:
Stored size: 1.23 KB
Contents
<?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> %html %head %title Fanforce %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=iso-8859-1'}/ %meta{'http-equiv'=>'Content-Language', content: 'en-us'}/ = stylesheet '/engage.css' %body.layout-engage .lyt-root .lyt-header #logo = yield .lyt-root-footer .lyt-footer %span#distributed-by %a{href: "http://#{$BASE_DOMAIN}"} Powered by Fanforce. = javascript "http://#{$I_DOMAIN}/#{params[:fanforce_slug]}-fanforce.js#{'?force_compile=1&env=development' if ENV['RACK_ENV']=='development'}" = yield_content :after_fanforce_js :coffeescript if FF.account.website_url $('#distributed-by').html('Distributed by <a href="' + FF.account.website_url + '">' + FF.account.name + '</a>. ') $('#logo').html('<a href="' + FF.account.website_url + '"><img class="logo" src="' + FF.account.logo_url + '"></a>') if FF.account.logo_url? else $('#distributed-by').html('Distributed by ' + FF.account.name + '. ') $('#logo').html('<img class="logo" src="' + FF.account.logo_url + '">') if FF.account.logo_url
Version data entries
28 entries across 28 versions & 1 rubygems