/usr/share/gthumb/albumthemes/Wiki/thumbnail.gthtml is in gthumb-data 3:3.4.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <div class="thumbnail-caption-container">
<div class="thumbnail-container">
<div class="thumbnail-image-container">
<a class="thumbnail-image" href="<%= image_link %>" title="<%= translate 'Click to view the image' %>"><%= image thumbnail %></a>
</div>
</div> <!-- thumbnail-container -->
<% for_each thumbnail_caption %>
<% if first_item %>
<div class="caption-container">
<% end %>
<div class="property-row">
<span class="property-value" title="<%= item_attribute display_name %>"> <%= item_attribute value %> </span>
</div>
<% if last_item %>
</div> <!-- caption-container -->
<% end %>
<% end %>
</div> <!-- thumbnail-caption-container -->
|