aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/thumbnails.html
blob: 79aebf8d42f5eaedb1221d4bb18f3ad1788deea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>{include="includes"}</head>
<body>
<div id="pageheader">
{include="page.header"}
</div>

<div class="center thumbnails-update-container">
  <div class="thumbnail-placeholder" style="width: {$thumbnails_width}px; height: {$thumbnails_height}px;"></div>

  <div class="thumbnail-link-title"></div>

  <div class="progressbar">
    <div></div>
  </div>

  <div class="progress-counter">
    <span class="progress-current">0</span> / <span class="progress-total">{$ids|count}</span>
  </div>
</div>

<input type="hidden" name="ids" value="{function="implode($ids, ',')"}" />

{include="page.footer"}
<script src="js/thumbnails_update.min.js?v={$version_hash}"></script>
</body>
</html>