2016-04-04 12:36:30 +00:00
<ol class="breadcrumb">
2017-03-07 14:30:56 +00:00
<li><a href="/"> {{ # translate }} Home {{ / translate }} </a></li>
<li><a href="/campaigns"> {{ # translate }} Campaigns {{ / translate }} </a></li>
2016-05-05 11:34:54 +00:00
{{ # if parent }}
<li><a href="/campaigns/view/ {{ parent .id }} "> {{ parent .name }} </a></li>
{{ / if }}
2016-04-04 12:36:30 +00:00
<li class="active"> {{ name }} </li>
</ol>
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<a class="btn btn-primary" href="/campaigns/edit/ {{ id }} " role="button"><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span> {{ # translate }} Edit Campaign {{ / translate }} </a>
2016-04-04 12:36:30 +00:00
</div>
<h2><span class="glyphicon glyphicon-inbox" aria-hidden="true"></span> {{ name }} </h2>
<hr>
{{ # if description }}
<div class="well well-sm"> {{{ description }}} </div>
{{ / if }}
2016-05-05 11:34:54 +00:00
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
2017-03-07 14:30:56 +00:00
<li role="presentation" class=" {{ # if showOverview }} active {{ / if }} "><a href="#overview" aria-controls="overview" role="tab" data-toggle="tab"> {{ # translate }} Overview {{ / translate }} </a></li>
2016-05-05 11:34:54 +00:00
{{ # if links }}
2017-03-07 14:30:56 +00:00
<li role="presentation" class=" {{ # if showLinks }} active {{ / if }} "><a href="#links" aria-controls="links" role="tab" data-toggle="tab"> {{ # translate }} Links {{ / translate }} </a></li>
2016-05-03 09:36:06 +00:00
{{ / if }}
2016-05-05 11:34:54 +00:00
</ul>
2016-05-03 09:36:06 +00:00
2016-05-05 11:34:54 +00:00
<div class="tab-content">
<div role="tabpanel" class="tab-pane {{ # if showOverview }} active {{ / if }} " id="overview">
2016-04-04 12:36:30 +00:00
2016-05-05 11:34:54 +00:00
<p></p>
2016-04-04 12:36:30 +00:00
2016-05-05 11:34:54 +00:00
<dl class="dl-horizontal">
2016-06-03 10:15:33 +00:00
{{ # if list }}
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} List {{ / translate }} </dt>
2016-06-03 10:15:33 +00:00
<dd>
{{ # if segment }}
<a href="/lists/view/ {{ list .id }} ?segment= {{ segment .id }} "> {{ list .name }} : {{ segment .name }} </a>
{{ else }}
<a href="/lists/view/ {{ list .id }} "> {{ list .name }} </a>
{{ / if }}
</dd>
2016-04-04 12:36:30 +00:00
2016-06-03 10:15:33 +00:00
<dt>List subscribers</dt>
<dd>
{{ # if segment }}
{{ segment .subscribers }}
{{ else }}
{{ list .subscribers }}
{{ / if }}
</dd>
{{ / if }}
2016-05-03 09:36:06 +00:00
2016-05-05 11:34:54 +00:00
{{ # if isRss }}
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} Feed URL {{ / translate }} </dt>
2016-05-05 11:34:54 +00:00
<dd><a href=" {{ sourceUrl }} "> {{ sourceUrl }} </a></dd>
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} Last check {{ / translate }} </dt>
2016-05-05 11:34:54 +00:00
<dd>
{{ # if lastCheck }} <span class="datestring" data-date=" {{ lastCheck }} " title=" {{ lastCheck }} "> {{ lastCheck }} </span> {{ else }}
2017-03-07 14:30:56 +00:00
{{ # translate }} Not yet checked {{ / translate }} {{ / if }}
{{ # unless isActive }} <span class="text-muted">( {{ # translate }} activate campaign to start checking feed for new messages {{ / translate }} )</span> {{ / unless }}
2016-05-05 11:34:54 +00:00
</dd>
{{ # if checkStatus }}
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} RSS status {{ / translate }} </dt>
2016-05-05 11:34:54 +00:00
<dd> {{ checkStatus }} </dd>
{{ / if }}
{{ / if }}
2016-04-04 12:36:30 +00:00
2016-05-05 11:34:54 +00:00
{{ # if from }}
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} Email "from name" {{ / translate }} </dt>
2016-05-05 11:34:54 +00:00
<dd> {{ from }} </dd>
{{ / if }}
2016-04-04 12:36:30 +00:00
2016-05-05 11:34:54 +00:00
{{ # if address }}
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} Email "from" address {{ / translate }} </dt>
2016-05-05 11:34:54 +00:00
<dd> {{ address }} </dd>
{{ / if }}
2016-04-04 12:36:30 +00:00
2016-11-25 16:41:32 +00:00
{{ # if replyTo }}
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} Email "reply-to" address {{ / translate }} </dt>
2016-11-25 16:41:32 +00:00
<dd> {{ replyTo }} </dd>
{{ / if }}
2016-05-05 11:34:54 +00:00
{{ # if subject }}
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} Email "subject line" {{ / translate }} </dt>
2016-05-05 11:34:54 +00:00
<dd> {{ subject }} </dd>
{{ / if }}
2016-04-04 12:36:30 +00:00
2016-06-03 10:15:33 +00:00
{{ # unless isRss }}
2016-05-03 09:36:06 +00:00
2017-03-07 14:30:56 +00:00
<dt> {{ # translate }} Preview campaign as {{ / translate }} </dt>
2016-05-31 14:32:36 +00:00
<dd>
<form method="post" action="/campaigns/preview/ {{ id }} " class="form-inline">
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="campaign" value=" {{ cid }} ">
<input type="hidden" name="list" value=" {{ list .cid }} ">
<input type="hidden" name="listId" value=" {{ list .id }} ">
<div class="form-group">
<select name="subscriber" class="form-control" required>
{{ # each testUsers }}
<option value=" {{ cid }} "> {{ displayName }} </option>
{{ / each }}
{{ # if testUsers }}
<optgroup label="Actions">
2017-03-07 14:30:56 +00:00
<option value="_create"> {{ # translate }} Add new test user {{ / translate }} …</option>
2016-05-31 14:32:36 +00:00
</optgroup>
{{ else }}
2017-03-07 14:30:56 +00:00
<option value="_create"> {{ # translate }} No test users yet, create one here {{ / translate }} …</option>
2016-05-31 14:32:36 +00:00
{{ / if }}
</select>
</div>
2017-03-07 14:30:56 +00:00
<button type="submit" class="btn btn-default"> {{ # translate }} Go {{ / translate }} </button>
2016-05-31 14:32:36 +00:00
</form>
</dd>
2017-03-11 08:52:12 +00:00
{{ / unless }}
2016-05-14 09:49:42 +00:00
</dl>
2017-03-11 08:52:12 +00:00
2016-05-14 09:49:42 +00:00
<hr />
2017-03-11 08:52:12 +00:00
2016-05-14 09:49:42 +00:00
<dl class="dl-horizontal">
2017-03-11 08:52:12 +00:00
{{ # unless isIdling }}
2016-04-04 12:36:30 +00:00
2017-03-11 08:52:12 +00:00
<dt> {{ # translate }} Delivered {{ / translate }} <a href="/campaigns/status/ {{ id }} /delivered" title=" {{ # translate }} List subscribers who received this message {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
<dd>
<div style="margin-bottom: 20px;">
{{ delivered }}
2016-05-14 09:49:42 +00:00
</div>
2017-03-11 08:52:12 +00:00
</dd>
2016-05-05 11:34:54 +00:00
2017-04-10 17:09:40 +00:00
<dt> {{ # translate }} Blacklisted {{ / translate }} <a href="/campaigns/status/ {{ id }} /blacklisted" title=" {{ # translate }} List subscribers who blacklisted by global blacklist {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
<dd>
<div style="margin-bottom: 20px;">
{{ blacklisted }}
</div>
</dd>
2017-03-11 08:52:12 +00:00
<dt> {{ # translate }} Bounced {{ / translate }} <a href="/campaigns/status/ {{ id }} /bounced" title=" {{ # translate }} List subscribers who bounced {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
<dd>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow=" {{ bounceRate }} " aria-valuemin="0" aria-valuemax="100" style="min-width: 6em; width: {{ bounceRate }} %;">
{{ bounced }} ( {{ bounceRate }} %)
</div>
</div>
</dd>
2016-09-08 11:39:41 +00:00
2017-03-11 08:52:12 +00:00
<dt> {{ # translate }} Complaints {{ / translate }} <a href="/campaigns/status/ {{ id }} /complained" title=" {{ # translate }} List subscribers who complained for this message {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
2016-09-08 11:39:41 +00:00
<dd>
<div class="progress">
2017-03-11 08:52:12 +00:00
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow=" {{ complaintRate }} " aria-valuemin="0" aria-valuemax="100" style="min-width: 6em; width: {{ complaintRate }} %;">
{{ complained }} ( {{ complaintRate }} %)
2016-09-08 11:39:41 +00:00
</div>
2016-05-14 09:49:42 +00:00
</div>
2016-09-08 11:39:41 +00:00
</dd>
2016-05-14 09:49:42 +00:00
2017-03-11 08:52:12 +00:00
<dt> {{ # translate }} Unsubscribed {{ / translate }} <a href="/campaigns/status/ {{ id }} /unsubscribed" title=" {{ # translate }} List subscribers who unsubscribed after this message {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
2016-09-08 11:39:41 +00:00
<dd>
<div class="progress">
2017-03-11 08:52:12 +00:00
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow=" {{ unsubscribeRate }} " aria-valuemin="0" aria-valuemax="100" style="min-width: 6em; width: {{ unsubscribeRate }} %;">
{{ unsubscribed }} ( {{ unsubscribeRate }} %)
2016-09-08 11:39:41 +00:00
</div>
2016-05-14 09:49:42 +00:00
</div>
2016-09-08 11:39:41 +00:00
</dd>
2016-04-26 12:18:41 +00:00
2017-05-27 12:04:49 +00:00
{{ # unless openTrackingDisabled }}
2017-03-11 08:52:12 +00:00
<dt> {{ # translate }} Opened {{ / translate }} <a href="/campaigns/opened/ {{ id }} " title=" {{ # translate }} List subscribers who opened this message {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
<dd>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow=" {{ openRate }} " aria-valuemin="0" aria-valuemax="100" style="min-width: 6em; width: {{ openRate }} %;">
{{ opened }} ( {{ openRate }} %)
</div>
</div>
</dd>
2017-05-27 12:04:49 +00:00
{{ / unless }}
{{ # unless clickTrackingDisabled }}
2017-03-11 08:52:12 +00:00
<dt> {{ # translate }} Clicked {{ / translate }} <a href="/campaigns/clicked/ {{ id }} /all" title=" {{ # translate }} List subscribers who clicked on a link {{ / translate }} "> <span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
<dd>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow=" {{ clicksRate }} " aria-valuemin="0" aria-valuemax="100" style="min-width: 6em; width: {{ clicksRate }} %;">
{{ clicks }} ( {{ clicksRate }} %)
</div>
</div>
</dd>
{{ / unless }}
2016-09-08 11:39:41 +00:00
{{ / unless }}
2016-05-05 11:34:54 +00:00
</dl>
2016-04-04 12:36:30 +00:00
2016-05-05 11:34:54 +00:00
{{ # if isNormal }}
<div class="panel panel-default">
<div class="panel-body">
{{ # if isIdling }}
2017-03-07 14:30:56 +00:00
<form class="form-inline confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would start sending messages to the selected list {{ / translate }} " method="post" action="/campaigns/send">
2016-05-03 09:36:06 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
2016-05-05 11:34:54 +00:00
<div class="pull-right">
<div class="form-group">
2017-03-07 14:30:56 +00:00
<p class="form-control-static"> {{ # translate }} Delay sending {{ / translate }} </p>
2016-05-05 11:34:54 +00:00
</div>
<div class="form-group">
<div class="input-group">
<input type="number" class="form-control" name="delay-hours" id="delay-hours" placeholder="0">
2017-03-07 14:30:56 +00:00
<div class="input-group-addon"> {{ # translate }} hours {{ / translate }} </div>
2016-05-05 11:34:54 +00:00
</div>
</div>
<div class="form-group">
<div class="input-group">
<input type="number" class="form-control" name="delay-minutes" id="delay-minutes" placeholder="0">
2017-03-07 14:30:56 +00:00
<div class="input-group-addon"> {{ # translate }} minutes {{ / translate }} </div>
2016-05-05 11:34:54 +00:00
</div>
</div>
</div>
2017-03-07 14:30:56 +00:00
<button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-send" aria-hidden="true"></span> {{ # translate }} Send to subscribers: {{ / translate }}
2016-05-05 11:34:54 +00:00
{{ # if segment }}
{{ segment .subscribers }}
{{ else }}
{{ list .subscribers }}
2017-03-07 14:30:56 +00:00
{{ / if }} </button>
2016-05-03 09:36:06 +00:00
</form>
2016-05-05 11:34:54 +00:00
{{ / if }}
{{ # if isSending }}
<!-- Indicate that this page needs refreshing after 20s. -->
<div class="page-refresh" data-interval="20"></div>
{{ # if isScheduled }}
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<form class="form-horizontal confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would reset scheduling {{ / translate }} " method="post" action="/campaigns/reset">
2016-05-05 11:34:54 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
2017-03-07 14:30:56 +00:00
<button type="submit" class="btn btn-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> {{ # translate }} Cancel {{ / translate }}
2016-05-05 11:34:54 +00:00
</button>
</form>
</div>
2017-03-07 14:30:56 +00:00
<h4> {{ # translate }} Sending scheduled {{ / translate }} <span class="datestring text-info" data-date=" {{ scheduled }} " title=" {{ scheduled }} "> {{ scheduled }} </span></h4>
2016-05-05 11:34:54 +00:00
{{ else }}
<div class="pull-right">
<form class="form-horizontal" method="post" action="/campaigns/pause">
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
2017-03-07 14:30:56 +00:00
<button type="submit" class="btn btn-info"><span class="glyphicon glyphicon-pause" aria-hidden="true"></span> {{ # translate }} Pause {{ / translate }}
2016-05-05 11:34:54 +00:00
</button>
</form>
</div>
2017-03-07 14:30:56 +00:00
<h4><span class="glyphicon glyphicon-refresh spinning"></span> {{ # translate }} Sending {{ / translate }} …</h4>
2016-05-05 11:34:54 +00:00
{{ / if }}
{{ / if }}
{{ # if isPaused }}
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<form id="resume-sending" class="form-horizontal confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would resume sending messages to the selected list {{ / translate }} " method="post" action="/campaigns/resume">
2016-05-05 11:34:54 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
2016-05-25 20:58:17 +00:00
</form>
2016-05-05 11:34:54 +00:00
2017-03-07 14:30:56 +00:00
<form id="reset-sending" class="confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would reset all stats about current progress {{ / translate }} " method="post" action="/campaigns/reset">
2016-05-25 20:58:17 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
2016-05-05 11:34:54 +00:00
</form>
2016-05-25 20:58:17 +00:00
2017-03-07 14:30:56 +00:00
<button type="submit" form="resume-sending" class="btn btn-info"><span class="glyphicon glyphicon-play" aria-hidden="true"></span> {{ # translate }} Resume {{ / translate }}
2016-05-25 20:58:17 +00:00
</button>
2017-03-07 14:30:56 +00:00
<button type="submit" form="reset-sending" class="btn btn-danger"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> {{ # translate }} Reset {{ / translate }}
2016-05-25 20:58:17 +00:00
</button>
2016-05-05 11:34:54 +00:00
</div>
<h4>Sending paused</h4>
{{ / if }}
{{ # if isFinished }}
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<form id="continue-sending" class="confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would resume sending messages to the selected list {{ / translate }} " method="post" action="/campaigns/send">
2016-05-05 11:34:54 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
</form>
2017-03-07 14:30:56 +00:00
<form id="reset-sending" class="confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would reset all stats about current progress {{ / translate }} " method="post" action="/campaigns/reset">
2016-05-05 11:34:54 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
</form>
2017-03-07 14:30:56 +00:00
<button type="submit" form="continue-sending" class="btn btn-info"><span class="glyphicon glyphicon-play" aria-hidden="true"></span> {{ # translate }} Continue {{ / translate }}
2016-05-05 11:34:54 +00:00
</button>
2016-05-03 09:36:06 +00:00
2017-03-07 14:30:56 +00:00
<button type="submit" form="reset-sending" class="btn btn-danger"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> {{ # translate }} Reset {{ / translate }}
2016-05-03 09:36:06 +00:00
</button>
2016-05-05 11:34:54 +00:00
</div>
2017-03-07 14:30:56 +00:00
<h4> {{ # translate }} All messages sent! Hit "Continue" if you you want to send this campaign to new subscribers {{ / translate }} </h4>
2016-05-05 11:34:54 +00:00
{{ / if }}
2016-04-26 12:18:41 +00:00
</div>
2016-05-05 11:34:54 +00:00
</div>
{{ / if }}
2016-05-03 09:36:06 +00:00
2016-05-05 11:34:54 +00:00
{{ # if isRss }}
2016-05-03 09:36:06 +00:00
2016-05-05 11:34:54 +00:00
<div class="panel panel-default">
<div class="panel-body">
{{ # if isActive }}
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<form id="inactivate-sending" class="confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would pause sending new entries in RSS feed as email messages to the selected list {{ / translate }} " method="post" action="/campaigns/inactivate">
2016-05-05 11:34:54 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
</form>
2016-05-03 09:36:06 +00:00
2017-03-07 14:30:56 +00:00
<button type="submit" form="inactivate-sending" class="btn btn-warning"><span class="glyphicon glyphicon-pause" aria-hidden="true"></span> {{ # translate }} Pause {{ / translate }}
2016-05-05 11:34:54 +00:00
</button>
</div>
2016-04-04 12:36:30 +00:00
2017-03-07 14:30:56 +00:00
{{ # translate }} Campaign status: {{ / translate }} <span class="label label-primary"> {{ # translate }} ACTIVE {{ / translate }} </span>
2016-05-05 11:34:54 +00:00
{{ else }}
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<form id="activate-sending" class="confirm-submit" data-confirm-message=" {{ # translate }} Are you sure? This action would start sending new entries in RSS feed as email messages to the selected list {{ / translate }} " method="post" action="/campaigns/activate">
2016-05-05 11:34:54 +00:00
<input type="hidden" name="_csrf" value=" {{ csrfToken }} ">
<input type="hidden" name="id" value=" {{ id }} " />
</form>
2016-04-04 12:36:30 +00:00
2017-03-07 14:30:56 +00:00
<button type="submit" form="activate-sending" class="btn btn-info"><span class="glyphicon glyphicon-play" aria-hidden="true"></span> {{ # translate }} Activate {{ / translate }}
2016-05-05 11:34:54 +00:00
</button>
</div>
2016-04-04 12:36:30 +00:00
2017-03-07 14:30:56 +00:00
{{ # translate }} Campaign status: {{ / translate }} <span class="label label-default"> {{ # translate }} INACTIVE {{ / translate }} </span>
2016-05-05 11:34:54 +00:00
{{ / if }}
2016-05-03 09:36:06 +00:00
</div>
2016-05-05 11:34:54 +00:00
</div>
{{ / if }}
2016-04-04 12:36:30 +00:00
2016-06-03 10:15:33 +00:00
{{ # if isTriggered }}
<div class="panel panel-default">
<div class="panel-body">
2017-03-07 14:30:56 +00:00
{{ # translate }} This is a triggered campaign. Messages are only sent to subscribers that hit some trigger that invokes this campaign {{ / translate }} (<a href="/triggers"> {{ # translate }} see more {{ / translate }} </a>)
2016-06-03 10:15:33 +00:00
</div>
</div>
{{ / if }}
2016-05-05 11:34:54 +00:00
</div>
{{ # if links }}
2016-09-08 11:39:41 +00:00
{{ # unless trackingDisabled }}
<div role="tabpanel" class="tab-pane {{ # if showLinks }} active {{ / if }} " id="links">
<p></p>
<div class="table-responsive">
<table class="table table-bordered table-hover">
<thead>
<th class="col-md-1">
#
2016-05-05 12:07:51 +00:00
</th>
<th>
2017-03-07 14:30:56 +00:00
{{ # translate }} URL {{ / translate }}
2016-05-05 12:07:51 +00:00
</th>
2016-09-08 11:39:41 +00:00
<th class="col-md-1">
2017-03-07 14:30:56 +00:00
{{ # translate }} Clicks {{ / translate }}
2016-05-05 12:07:51 +00:00
</th>
2016-09-08 11:39:41 +00:00
<th class="col-md-1">
2017-03-07 14:30:56 +00:00
{{ # translate }} % of clicks {{ / translate }}
2016-05-05 12:07:51 +00:00
</th>
2016-09-08 11:39:41 +00:00
<th class="col-md-1">
2017-03-07 14:30:56 +00:00
{{ # translate }} % of messages {{ / translate }}
2016-09-08 11:39:41 +00:00
</th>
</thead>
<tbody>
{{ # if links }}
{{ # each links }}
<tr>
<td>
{{ in dex }}
</td>
<td>
<a href=" {{ url }} "> {{ short }} </a>
</td>
<td>
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<a href="/campaigns/clicked/ {{ ../id }} / {{ id }} " title=" {{ # translate }} List subscribers who clicked this link {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a>
2016-09-08 11:39:41 +00:00
</div>
{{ clicks }}
</td>
<td>
{{ relPercentage }}
</td>
<td>
{{ totalPercentage }}
</td>
</tr>
{{ / each }}
{{ else }}
<tr>
<td colspan="5">
2017-03-07 14:30:56 +00:00
{{ # translate }} No data available in table {{ / translate }}
2016-09-08 11:39:41 +00:00
</td>
</tr>
{{ / if }}
</tbody>
<tfoot>
<tr>
<th></th>
<th>
2017-03-07 14:30:56 +00:00
{{ # translate }} Aggregated clicks {{ / translate }}
2016-09-08 11:39:41 +00:00
</th>
<th>
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<a href="/campaigns/clicked/ {{ id }} /all" title=" {{ # translate }} List subscribers who clicked on a link {{ / translate }} "><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a>
2016-09-08 11:39:41 +00:00
</div>
{{ clicks }}
</th>
<th>
–
</th>
<th>
CTR {{ clicksRate }} %
</th>
</tr>
</tfoot>
</table>
2016-04-04 12:36:30 +00:00
2016-09-08 11:39:41 +00:00
<p class="text-muted">
2017-03-07 14:30:56 +00:00
{{ # translate }} Clicks are counted as unique subscribers that clicked on a specific link or on any link (in aggregated view) {{ / translate }}
2016-09-08 11:39:41 +00:00
</p>
2016-04-04 12:36:30 +00:00
2016-09-08 11:39:41 +00:00
</div>
2016-05-05 11:34:54 +00:00
</div>
2016-09-08 11:39:41 +00:00
{{ / unless }}
2016-05-05 11:34:54 +00:00
{{ / if }}
2016-04-04 12:36:30 +00:00
2016-05-13 12:32:29 +00:00
</div>
{{ # if isRss }}
<div class="table-responsive">
<div class="well text-info">
2017-03-07 14:30:56 +00:00
{{ # translate }} If a new entry is found from campaign feed a new subcampaign is created of that entry and it will be listed here {{ / translate }}
2016-05-03 11:04:46 +00:00
</div>
2016-05-13 12:32:29 +00:00
<table data-topic-url="/campaigns" data-sort-column="4" data-sort-order="desc" class="table table-bordered table-hover data-table-ajax display nowrap" data-topic-args="parent= {{ id }} " width="100%" data-row-sort="0,1,0,1,1,0">
<thead>
<th class="col-md-1">
#
</th>
<th>
2017-03-07 14:30:56 +00:00
{{ # translate }} Name {{ / translate }}
2016-05-13 12:32:29 +00:00
</th>
<th>
2017-03-07 14:30:56 +00:00
{{ # translate }} Description {{ / translate }}
2016-05-13 12:32:29 +00:00
</th>
<th>
2017-03-07 14:30:56 +00:00
{{ # translate }} Status {{ / translate }}
2016-05-13 12:32:29 +00:00
</th>
<th>
2017-03-07 14:30:56 +00:00
{{ # translate }} Created {{ / translate }}
2016-05-13 12:32:29 +00:00
</th>
<th class="col-md-1">
</th>
</thead>
</table>
</div>
{{ / if }}