diff options
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/adm')
-rw-r--r-- | update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | 29 |
1 files changed, 28 insertions, 1 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 index 1322f24..387658a 100644 --- a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html +++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | |||
@@ -16,12 +16,39 @@ | |||
16 | <dd><input name="subscription_title" type="text" id="subscription_title" maxlength="255" VALUE="{S_SUBSCRIPTION_TITLE}" SIZE="40"/></dd> | 16 | <dd><input name="subscription_title" type="text" id="subscription_title" maxlength="255" VALUE="{S_SUBSCRIPTION_TITLE}" SIZE="40"/></dd> |
17 | </DL> | 17 | </DL> |
18 | <DL> | 18 | <DL> |
19 | <DT> | ||
20 | <LABEL FOR="subscription_file">{L_SUBSCRIPTION_FILE}</LABEL> | ||
21 | <BR><SPAN>This is the URL of your subscription file</SPAN> | ||
22 | </DT> | ||
23 | <DD>{S_SUBSCRIPTION_FILE}</DD> | ||
24 | </DL> | ||
25 | <DL> | ||
19 | <dt><label for="central_server">{L_CENTRAL_SERVER}:</label><BR> | 26 | <dt><label for="central_server">{L_CENTRAL_SERVER}:</label><BR> |
20 | <SPAN>This is the Central Server's XML-RPC URL. They should have provided this for you in an email and also on their site. </SPAN> | 27 | <SPAN>This is the Central Server's XML-RPC URL. They should have provided this for you in an email and also on their site. </SPAN> |
21 | </dt> | 28 | </dt> |
22 | <dd><input name="central_server" type="text" id="central_server" maxlength="255" VALUE="{S_CENTRAL_SERVER}" SIZE="40"/></dd> | 29 | <dd><input name="central_server" type="text" id="central_server" maxlength="255" VALUE="{S_CENTRAL_SERVER}" SIZE="40"/></dd> |
23 | </dl> | 30 | </dl> |
24 | 31 | <DL> | |
32 | <DT> | ||
33 | <LABEL FOR="central_server_username">{L_USERNAME}</LABEL> | ||
34 | <BR><SPAN>Enter the username you registered for at your Central Server</SPAN> | ||
35 | </DT> | ||
36 | <DD><INPUT NAME="central_server_username" TYPE="text" ID="central_server_username" MAXLENGTH="255" VALUE="{S_USERNAME}" SIZE="40"></DD> | ||
37 | </DL> | ||
38 | <DL> | ||
39 | <DT> | ||
40 | <LABEL FOR="central_server_password">{L_PASSWORD}</LABEL> | ||
41 | <BR><SPAN>Enter the password to go with the username above</SPAN> | ||
42 | </DT> | ||
43 | <DD><INPUT NAME="central_server_password" TYPE="password" ID="central_server_password" MAXLENGTH="255" VALUE="{S_PASSWORD}" SIZE="40"></DD> | ||
44 | </DL> | ||
45 | <DL> | ||
46 | <DT> | ||
47 | <LABEL FOR="central_server_activation">{L_ACTIVATION}</LABEL> | ||
48 | <BR><SPAN>After submitting your subscription for sponsership at your Central Server, it should provide you with an Activation Key</SPAN> | ||
49 | </DT> | ||
50 | <DD><INPUT NAME="central_server_activation" TYPE="text" ID="central_server_activation" MAXLENGTH="255" VALUE="{S_ACTIVATION}" SIZE="40"></DD> | ||
51 | </DL> | ||
25 | </fieldset> | 52 | </fieldset> |
26 | <p class="submit-buttons"> | 53 | <p class="submit-buttons"> |
27 | <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> | 54 | <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> |