Skip to content

Instantly share code, notes, and snippets.

@vgrish
Created August 19, 2015 17:26
Show Gist options
  • Save vgrish/41d78eda2793c5122d9b to your computer and use it in GitHub Desktop.
Save vgrish/41d78eda2793c5122d9b to your computer and use it in GitHub Desktop.
tpl.psSubscription.row
<div class="row ps_subscription">
<div class="span4 col-md-4">
[[+pas_pagetitle]]
<p><small>[[+pas_description]]</small></p>
</div>
<div class="row span8 col-md-8">
<form method="post" class="form-horizontal ps_form">
<input type="hidden" name="id" value="[[+resource_id]]">
<input type="hidden" name="count" value="1">
<input type="hidden" name="options" value="[]">
[[!psOptions?
&subscription=`[[+resource_id]]`
]]
<span class="flags"></span>
<span class="ps_price-[[+resource_id]]">[[+pas_price]]</span> [[%pas_frontend_currency]]
<button class="btn btn-default" type="submit" name="ps_action" value="pssubscription/add"><i class="glyphicon glyphicon-barcode"></i> [[%pas_frontend_add_to_list]]</button>
</form>
</div>
</div>
<br/><br/>
<!--pas_popular <i class="glyphicon glyphicon-star" title="[[%pas_frontend_popular]]"></i>-->
<!--pas_authorized -->
<!--pas_subscribed -->
<!--pas_temporary -->
<!--pas_deactivate -->
<!--
[resource_id] => 7
[min_period] => 50
[pas_price] => 100.00
[pas_price_prol] => 50.00
[pas_pagetitle] => заголовок
[pas_description] => описание
[pas_article] => 0423
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment