Sha256: 12e0fe1cfc7f968de126f9a559e0303755cb2956cdd96acccae7f673a3ee3f7c
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><%= @skin.code %> - Adyen-Skinbuilder</title> <link rel="shortcut icon" href="/sf/<%= @skin.code %>/img/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/hpp/css/reset.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/sf/<%= @skin.code %>/css/screen.css" /> <link rel="stylesheet" media="print" type="text/css" href="/sf/<%= @skin.code %>/css/print.css" /> <script type="text/javascript" src="/hpp/js/default.js"></script> <script type="text/javascript" src="/sf/<%= @skin.code %>/js/custom.js"></script> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="/sf/<%= @skin.code %>/css/screen_ie6.css" /> <![endif]--> </head> <body> <script type="text/javascript"> //<![CDATA[ var clientIPAddress = "127.0.0.1"; var config = new Array(); config["pmmanimation"] = 2; //]]> </script> <!-- ### inc/cheader<%= @locale_suffix %> --> <%= yield %> <!-- ### --> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adyen-skinbuilder-0.4.3 | lib/adyen-skinbuilder/server/views/layout.html.erb |