Sha256: f484020d9811390619270ba2732726e5bab4a9885fcad5c47f289d32da0f89be
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
!!! %head %meta{ :charset => 'utf-8' } = style_sheet - if enable_search <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> <script src="http://www.google.com/jsapi" type="text/javascript"></script> %body .ribbon = link_to "Alpha", "about" .container .header .logo %h1 %span.logo>< \#in %span.logo.green>< q %span.logo>< lude %h2 %span.subtitle The Qt library archive .menu %ul %li = link_to "Home", "index" %li = link_to "How to get libraries", "get" %li = link_to "How to contribute", "contribute" %li = link_to "About", "about" .search - if enable_search #cse-search-form Loading... %br{ :clear => "all" } .content = yank %hr %span.footer Last updated on #{Date.today} %br{ :clear => "all" } .legal Inqlude is a = link_to "KDE project", "http://kde.org" = "|" = link_to "Legal", "http://www.kde.org/community/whatiskde/impressum.php" - if enable_search :javascript google.load('search', '1', {language : 'en'}); google.setOnLoadCallback(function() { var customSearchControl = new google.search.CustomSearchControl('012526638842992167133:g7thmrlp2uw'); customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); var options = new google.search.DrawOptions(); options.enableSearchboxOnly("#{root}search.html"); customSearchControl.draw('cse-search-form', options); }, true);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inqlude-0.0.8 | view/layout.html.haml |