Sha256: b81bed00040afc6a6c24672dbbdcc7ba6c0b5b4e5f10d6ba2f6c5903cf818825
Contents?: true
Size: 737 Bytes
Versions: 3
Compression:
Stored size: 737 Bytes
Contents
<%# coding: UTF-8 -%> <?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "XHTML1-s.dtd" > <html xmlns="http://www.w3.org/TR/1999/REC-html-in-xml" xml:lang="en" lang="en" > <head> <title><%= @organization %><%= _(" Central Login") %></title> <link rel="stylesheet" type="text/css" href="<%= @uri_path %>/themes/cas.css" /> <link rel="stylesheet" type="text/css" href="<%= @uri_path %>/themes/<%= @theme %>/theme.css" /> <link rel="icon" type="image/png" href="<%= @uri_path %>/themes/<%= @theme %>/favicon.png" /> </head> <body onload="if (document.getElementById('username')) document.getElementById('username').focus()"> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ror-rubycas-server-1.0.c | lib/casserver/views/layout.erb |
ror-rubycas-server-1.0.b | lib/casserver/views/layout.erb |
ror-rubycas-server-1.0.a | lib/casserver/views/layout.erb |