about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/styles
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 19:08:18 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 19:08:18 +0000
commit65e7975414f6b6887fed9834bb6e1a3fa6d12863 (patch)
tree87863220c0e0f15a85e45749b5a0b3ba41067aeb /update/plugin/phpBB3/trunk/root/styles
parentdbdf94e953b0b1fe7c19e98888d512d6d16ee4cf (diff)
downloadinstadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.tar.gz
instadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.tar.bz2
instadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.zip
Update: Modifed phpBB3 ACP
Also modified subscription file to look pretty and to show verification when the subscription is encrypted. Fixes #68
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/styles')
-rw-r--r--update/plugin/phpBB3/trunk/root/styles/prosilver/template/instadisc.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/update/plugin/phpBB3/trunk/root/styles/prosilver/template/instadisc.html b/update/plugin/phpBB3/trunk/root/styles/prosilver/template/instadisc.html index 1f0fc23..6627969 100644 --- a/update/plugin/phpBB3/trunk/root/styles/prosilver/template/instadisc.html +++ b/update/plugin/phpBB3/trunk/root/styles/prosilver/template/instadisc.html
@@ -1,4 +1,12 @@
1<DIV STYLE="display: none">: {L_LN}
1Subscription: {S_SUBSCRIPTION}{L_LN} 2Subscription: {S_SUBSCRIPTION}{L_LN}
2Title: {S_TITLE}{L_LN} 3Title: {S_TITLE}{L_LN}
3Category: forum-post{L_LN} 4Category: forum-post{L_LN}
4Key: {S_KEY} 5<!-- BEGIN encrypted -->
6Verification: {encrypted.S_VERIFICATION}{L_LN}
7Verification-ID: {encrypted.S_VERID}{L_LN}
8<!-- END encrypted -->
9End: </DIV><DIV STYLE="margin: 0 auto; margin-top: 5em; width: 500px; background-color: #FBEC5D; text-align: center; padding: 4px;"><B>This is an InstaDisc Subscription file.</B><P>If you would like to subscribe to the InstaDisc subscription:<BR><I>{S_TITLE}</I> (<U>forum-post</U>)<BR>Copy the address of this file to the "Add Subscription" form on your InstaDisc client.</DIV>
10<!-- BEGIN encrypted -->
11<!--Notice: --><CENTER><B>Please note that this is an <I>encrypted</I> subscription.</B><BR>To subscribe to it, you must know its password.</CENTER>
12<!-- END encrypted -->