Sha256: 2b1170b7a550a33ebe011c95138af4604a0a794a108e605b68409b3ca0fb1b54

Contents?: true

Size: 1.55 KB

Versions: 9

Compression:

Stored size: 1.55 KB

Contents

<%
# WontoMedia - a wontology web application
# Copyright (C) 2010 - Glen E. Ivey
#    www.wontology.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version
# 3 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program in the file COPYING and/or LICENSE.  If not,
# see "http://www.gnu.org/licenses/".
%>


<% if defined? @glossary_help_entries %>
  <% if @this_is_non_information_page %>
    <div id="block-glossary-help" class="box vertical-link-list"
      style="width: 98%; text-align: left;">
  <% else %>
    <div id="block-glossary-help" class="noncontent vertical-link-list"
      style="width: 19.5%; float: right; display: inline;">
  <% end %>

    <p style="font-size: 80%;">See the glossary entries for:</p>
    <ul>
      <% @glossary_help_entries.each do |link| %>
        <li><%= link_to link[0], WontoMedia.help_url_prefix + link[1],
          :class=>'iframeBox', :tabindex=>'0' -%></li>
      <% end %>
    </ul>

    <p style="font-size: 80%; padding-bottom: 1.4ex;">or the
      <%= link_to 'entire glossary',
            "#{WontoMedia.help_url_prefix}Help:GlossaryAtoO",
            :target=>'_blank' -%>.</p>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wontomedia-1.0.2 app/views/layouts/_glossary_help_box.html.erb
wontomedia-1.0.1 app/views/layouts/_glossary_help_box.html.erb
wontomedia-1.0.0 app/views/layouts/_glossary_help_box.html.erb
wontomedia-0.2.1 app/views/layouts/_glossary_help_box.html.erb
wontomedia-0.2.0 app/views/layouts/_glossary_help_box.html.erb
wontomedia-0.1.1 app/views/layouts/_glossary_help_box.html.erb
wontomedia-0.1.0 app/views/layouts/_glossary_help_box.html.erb
wontomedia-0.0.2 app/views/layouts/_glossary_help_box.html.erb
wontomedia-0.0.1 app/views/layouts/_glossary_help_box.html.erb