summaryrefslogtreecommitdiffstats
path: root/templates/part.subscribelet.php~
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.subscribelet.php~')
-rw-r--r--templates/part.subscribelet.php~19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/part.subscribelet.php~ b/templates/part.subscribelet.php~
new file mode 100644
index 000000000..2e6c481ee
--- /dev/null
+++ b/templates/part.subscribelet.php~
@@ -0,0 +1,19 @@
+
+<?php
+ p($l->t('Drag this to your bookmarks bar'))
+?>
+<a class="button"
+ href="javascript:(function() {
+ var a=window,
+ b=document,
+ c=encodeURIComponent,
+ d=a.open('<?php print_unescaped(OCP\Util::linkToAbsolute('news', 'subscribe.php'))?>?output=popup&url='+c(b.location),
+ 'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',
+ top='+((a.screenY||a.screenTop)+10)+',
+ height=150px,width=360px,resizable=1,alwaysRaised=1');
+ a.setTimeout(function() {
+ d.focus()},300);
+ })();">
+ <?php p($l->t('Subscribe')) ?>
+</a>
+