Sha256: 884fd0a8468481bc394a3fa90882bf65f00edd237333d60712fb420bbf77f59e

Contents?: true

Size: 950 Bytes

Versions: 4

Compression:

Stored size: 950 Bytes

Contents

<table align="center" width="540" border="1" cellpadding="3" cellspacing="0" id="<%= attr_id %>">
:class="bh2"><%= title %>
:
<%= statement %>

募集期間: <%= period %>

<table border="0" align="center">
<% files.each do |x| %>
:width="10" valign="top"><%= getFileTypeImage(x["file_type"]) %>
::[<%= x["file_title"] %>](<%= x["url"] %>)<br>(公開:<%= x["publish"] %>、最終更新:<%= x["last_update"] %>)
<% end %>
</table>

<table border="0" align="left">
<% organizations.each do |x| %>
:width="50" valign="top"> <%= x["kind"] %>:
::<%= x["orgs"].map{ |y| y["name"] }.join("<br>") %>
<% end %>
</table>

<table border="0" align="center">
<% organizations.each do |x| 
     if x["kind"] == "協賛" 
       x["orgs"].each_with_index do |y,index| %>
<%= ':'*(index+1) %>width="180" height="50" align="center"><a href=<%= %Q!"#{y["url"]}"! %> target="_blank"><%= y["img_src"] %></a>
<%
       end
     end
   end
%>
</table>

</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
md2site-0.1.6 data/template2/contest_notification_2.erb
md2site-0.1.5 data/template2/contest_notification_2.erb
md2site-0.1.4 data/template2/contest_notification_2.erb
md2site-0.1.2 data/template2/contest_notification_2.erb