% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab: % layout 'default'; % title $self->l('Dolos').' ยท Dolomon'; %= include 'partial/modModal' %= include 'partial/rmModal' % my @tags; % my $i = 0; % if (defined stash('dolo')) {
<%= l('Category') %> <%= $dolo->category_name %> % if (scalar @{$dolo->tags}) { <%= l('Tags') %> % for my $tag (@{$dolo->tags}) { % $i++; <%= $tag->{name} %><%= ($i != scalar(@{$dolo->tags})) ? ', ' : '' %> % push @tags, $tag->{id}; % } % }
<%= l('Target URL') %> <%= $dolo->url %> <%= l('Dolomon URL') %> <%= url_for('hit', short => $dolo->short)->to_abs %>
<%= l('Created at') %> <%= $dolo->created_at %>
<%= l('Expired?') %> <%= ($dolo->expired) ? l('Yes') : l('No') %> % if ($dolo->extra) { <%= l('Free field') %> <%= $dolo->extra %> % }
<%= l('Total hits') %> <%= l('%1 hits', $dolo->count) %>
<%= l('Please wait') %>
<%= l('Referrer') %> | <%= l('Count (on last %1 days)', config('keep_hits')->{uber_precision}) %> |
---|---|
<%= $key %> | <%= $referrers->{$key} %> |