about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
blob: 272262368f7886a3b2752ff6764ef5b86c4ed294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- INCLUDE overall_header.html -->
				
<A NAME="maincontent"></A>
								
<H1>{L_INSTADISC}</H1>
									
<P>{L_INSTADISC_EXPLAIN}
<A HREF="http://fourisland.com/projects/instadisc/wiki/Update/phpBB3">{L_INSTADISC_LINK_TEXT}</A>
</P>
								
<form id="acp_hello" method="post" action="{U_ACTION}">
	<fieldset>
		<legend>{L_HELLO} &nbsp;{S_HELLO}</legend>
		<dl>
			<dt><label for="hello">{L_HELLO_WHO}:</label></dt>
			<dd><input name="hello" type="text" id="hello" maxlength="255" /></dd>
		</dl>
											
	</fieldset>
	<p class="submit-buttons">
		<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
	</p>
</form>
				
<!-- INCLUDE overall_footer.html -->