diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-06 00:44:44 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-06 00:44:44 +0000 |
commit | e554fa7fbceeab7ca16b4be9b2671c19c8c36d90 (patch) | |
tree | 335ff48807261d4b27b55ec6d2585b96bab88b0f /update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | |
parent | ad7b861b840c12637097c7ee20e14227d6aae571 (diff) | |
download | instadisc-e554fa7fbceeab7ca16b4be9b2671c19c8c36d90.tar.gz instadisc-e554fa7fbceeab7ca16b4be9b2671c19c8c36d90.tar.bz2 instadisc-e554fa7fbceeab7ca16b4be9b2671c19c8c36d90.zip |
Update: Started InstaDisc ACP for phpBB3 plugin
Refs #7
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html')
-rw-r--r-- | update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html new file mode 100644 index 0000000..2722623 --- /dev/null +++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | |||
@@ -0,0 +1,27 @@ | |||
1 | <!-- INCLUDE overall_header.html --> | ||
2 | |||
3 | <A NAME="maincontent"></A> | ||
4 | |||
5 | <H1>{L_INSTADISC}</H1> | ||
6 | |||
7 | <P>{L_INSTADISC_EXPLAIN} | ||
8 | <A HREF="http://fourisland.com/projects/instadisc/wiki/Update/phpBB3">{L_INSTADISC_LINK_TEXT}</A> | ||
9 | </P> | ||
10 | |||
11 | <form id="acp_hello" method="post" action="{U_ACTION}"> | ||
12 | <fieldset> | ||
13 | <legend>{L_HELLO} {S_HELLO}</legend> | ||
14 | <dl> | ||
15 | <dt><label for="hello">{L_HELLO_WHO}:</label></dt> | ||
16 | <dd><input name="hello" type="text" id="hello" maxlength="255" /></dd> | ||
17 | </dl> | ||
18 | |||
19 | </fieldset> | ||
20 | <p class="submit-buttons"> | ||
21 | <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> | ||
22 | <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> | ||
23 | </p> | ||
24 | </form> | ||
25 | |||
26 | <!-- INCLUDE overall_footer.html --> | ||
27 | |||