Sha256: 14d3e754928593727ba861c8511f8dbd9cd9b3a953742c7f03e96f9bfe4d8f95
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
<% options ||= Hash.new options[:cell_width] ||= 320 options[:cell_height] ||= 172 options[:spacer_center_width] ||= 30 options[:title_1] ||= "" options[:title_2] ||= "" options[:title_3] ||= "" options[:notes_1] ||= "" options[:notes_2] ||= "" options[:notes_3] ||= "" options[:img] ||= "" %> <div class="sheet"> <table <%= @style.borders ? "border=1" : "border=0" %> align=center> <% for i in (0..4) %> <tr> <!-- <td width=9> </td> --> <td <%= "width=#{options[:cell_width]} height=#{options[:cell_height]}" %> valign=top> <%#= "#{options[:cell_width]}x#{options[:cell_height]}" %> <%= self.content %> </td> <td <%= "width=#{options[:spacer_center_width]}" %>> </td> <td <%= "width=#{options[:cell_width]} height=#{options[:cell_height]}" %> valign=top> <%= self.content %> </td> <!-- <td width=9> </td> --> </tr> <% end %> </table> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lablr-0.2.0 | assets/templates/_avery_5163.erb |
lablr-0.1.2 | assets/templates/_avery_5163.erb |