about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
diff options
context:
space:
mode:
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.html27
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} &nbsp;{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}" />&nbsp;
22 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
23 </p>
24</form>
25
26<!-- INCLUDE overall_footer.html -->
27