commit | 894f7f148f2f1a67689778df2d524f78aa7e8684 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Feb 16 20:34:53 2016 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Feb 16 20:34:53 2016 +0100 |
tree | aa0da6a4118f5b7db73d81b902494c00f5214d6d | |
parent | b2a0953266b24e246485502f854a2c714f9a0ee8 [diff] |
Added corpus information to template
diff --git a/templates/match.html.ep b/templates/match.html.ep index c48da55..4f3e312 100644 --- a/templates/match.html.ep +++ b/templates/match.html.ep
@@ -24,5 +24,6 @@ % if ($match->{pubDate}) { (<time datetime="<%= $match->{pubDate} %>"><%= $match->{pubDate} %></time>)\ % }; + <span class="sigle">[<%= $match->{corpusID} %>/<%= $match->{docID} %>/<%= $match->{textID} %>]</span> \ </p> </li>