bookmarklet.phtml 852 B

1234567891011121314151617
  1. <?php $this->partial('aside_subscription'); ?>
  2. <div class="post">
  3. <div class="link-back-wrapper">
  4. <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
  5. </div>
  6. <h2><?= _t('sub.bookmarklet.title') ?></h2>
  7. <p><a class="btn btn-important"
  8. href="javascript:(function(){var%20url%20=%20location.href;var%20otherWindow=window.open('about:blank','_blank');otherWindow.opener=null;otherWindow.location='<?=
  9. Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true) ?>&amp;url_rss='+encodeURIComponent(url);})();"><?= _t('sub.bookmarklet.label') ?></a></p>
  10. <?= _t('sub.bookmarklet.documentation') ?>
  11. <h2><?= _t('sub.api.title') ?></h2>
  12. <p><?= _t('sub.api.documentation') ?></p>
  13. <kbd><?= Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true) ?>&amp;url_rss=%s</kbd>
  14. </div>