add horn notes and melodies
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
<table>
|
||||
<tr>
|
||||
<tr title="<%= id %>">
|
||||
<td><%= name %></td>
|
||||
<td>(<%= wtype %>)</td>
|
||||
<td><% if (phial) { %><<%= phial %> Phial><% } %></td>
|
||||
<td><% if (shelling_type) { %><<%= shelling_type %>><% } %></td>
|
||||
<td><% if (phial) {
|
||||
%><<%= phial %> Phial><%
|
||||
} else if (shelling_type) {
|
||||
%><<%= shelling_type %>><%
|
||||
} else if (horn_notes) {
|
||||
%><span title="<%= horn_melodies_title %>"
|
||||
>[<%= horn_notes %>]<%
|
||||
} %></td>
|
||||
<td><%= Array(num_slots + 1).join("o")
|
||||
%><%= Array(3 - num_slots + 1).join("-") %></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user