Sha256: 0c3e06fc7ef6ae2e91aa111fc904291ea11566b674144876255473f4cc0bc806

Contents?: true

Size: 1.77 KB

Versions: 6

Compression:

Stored size: 1.77 KB

Contents

<def tag="labelled-item-list"><table class="field-list" merge-attrs><do param="default"/></table></def>

<def tag="labelled-item"><tr merge-attrs><do param="default"/></tr></def>

<def tag="item-label"><th merge-attrs><do param="default"/></th></def>

<def tag="item-value"><td merge-attrs><do param="default"/></td></def>


<def tag="heading">
   <%= element("h#{scope.heading_level || '1'}", attributes, parameters.default) %>
</def>

<def tag="sub-heading"><%= 
  element("h#{scope.heading_level ? scope.heading_level.to_i + 1 : '2'}",
          attributes.merge(:class => "subheading"),
          parameters.default)
%></def>

<def tag="nav">
  <div class="nav" merge-attrs><do param="default"/></div>
</def>  

<!-- section represents a generic document or application section. -->
<def tag="section" attrs="empty">
  <set body="&parameters.default"/>
  <div class="section" merge-attrs if="&!body.blank? || empty"><%= body %></div>
</def>

<def tag="aside" attrs="empty">
  <set body="&parameters.default"/>
  <div class="aside" merge-attrs if="&!body.blank? || empty"><%= body %></div>
</def>

<def tag="header" attrs="empty">
  <set body="&parameters.default"/>
  <div class="header" merge-attrs if="&!body.blank? || empty"><%= body %></div>
</def>

<def tag="footer" attrs="empty">
  <set body="&parameters.default"/>
  <div class="footer" merge-attrs if="&!body.blank? || empty"><%= body %></div>
</def>

<!-- article represents an independent piece of content of a --> 
<!-- document, such as a blog entry or newspaper article.    -->
<def tag="article" attrs="empty">
  <set body="&parameters.default"/>
  <div class="article" merge-attrs if="&!body.blank? || empty"><%= body %></div>
</def>

<!-- temporary tag -->
<def tag="panel">
  <div class="panel" merge-attrs><do param="default"/></div>
</def>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hobo-0.7.3 hobo_files/plugin/taglibs/rapid_document_tags.dryml
hobo-0.7.4 hobo_files/plugin/taglibs/rapid_document_tags.dryml
hobo-0.7.0 hobo_files/plugin/tags/rapid_document_tags.dryml
hobo-0.7.1 hobo_files/plugin/taglibs/rapid_document_tags.dryml
hobo-0.7.2 hobo_files/plugin/taglibs/rapid_document_tags.dryml
hobo-0.7.5 hobo_files/plugin/taglibs/rapid_document_tags.dryml