Blame Identity/Webenv/phpBB/3.0.4/adm/style/acp_jabber.html

ef5584
ef5584
ef5584
ef5584
ef5584

{L_ACP_JABBER_SETTINGS}

ef5584
ef5584

{L_ACP_JABBER_SETTINGS_EXPLAIN}

ef5584
ef5584
ef5584
	
ef5584
		

{L_WARNING}

ef5584
		

{WARNING_MSG}

ef5584
	
ef5584
ef5584
ef5584
<form id="acp_jabber" method="post" action="{U_ACTION}">
ef5584
ef5584
<fieldset>
ef5584
	<legend>{L_ACP_JABBER_SETTINGS}</legend>
ef5584
ef5584
	

{L_JAB_GTALK_NOTE}

ef5584
ef5584
ef5584
	
<label for="jab_enable">{L_JAB_ENABLE}:</label>
{L_JAB_ENABLE_EXPLAIN}
ef5584
	
<label><input type="radio" class="radio" id="jab_enable" name="jab_enable" value="1"<!-- IF JAB_ENABLE --> checked="checked" /> {L_ENABLED}</label>
ef5584
		<label><input type="radio" class="radio" name="jab_enable" value="0"<!-- IF not JAB_ENABLE --> checked="checked" /> {L_DISABLED}</label>
ef5584
ef5584
ef5584
	
<label for="jab_host">{L_JAB_SERVER}:</label>
{L_JAB_SERVER_EXPLAIN}
ef5584
	
<input type="text" id="jab_host" name="jab_host" value="{JAB_HOST}" />
ef5584
ef5584
ef5584
	
<label for="jab_port">{L_JAB_PORT}:</label>
{L_JAB_PORT_EXPLAIN}
ef5584
	
<input type="text" id="jab_port" name="jab_port" value="{JAB_PORT}" maxlength="5" size="5" />
ef5584
ef5584
ef5584
	
<label for="jab_username">{L_JAB_USERNAME}:</label>
{L_JAB_USERNAME_EXPLAIN}
ef5584
	
<input type="text" id="jab_username" name="jab_username" value="{JAB_USERNAME}" />
ef5584
ef5584
ef5584
	
<label for="jab_password">{L_JAB_PASSWORD}:</label>
ef5584
	
<input type="password" id="jab_password" name="jab_password" value="{JAB_PASSWORD}" />
ef5584
ef5584
ef5584
ef5584
	
<label for="jab_use_ssl">{L_JAB_USE_SSL}:</label>
{L_JAB_USE_SSL_EXPLAIN}
ef5584
	
<label><input type="radio" class="radio" id="jab_use_ssl" name="jab_use_ssl" value="1"<!-- IF JAB_USE_SSL --> checked="checked" /> {L_YES}</label>
ef5584
		<label><input type="radio" class="radio" name="jab_use_ssl" value="0"<!-- IF not JAB_USE_SSL --> checked="checked" /> {L_NO}</label>
ef5584
ef5584
ef5584
ef5584
	
<label for="jab_package_size">{L_JAB_PACKAGE_SIZE}:</label>
{L_JAB_PACKAGE_SIZE_EXPLAIN}
ef5584
	
<input type="text" id="jab_package_size" name="jab_package_size" value="{JAB_PACKAGE_SIZE}" maxlength="5" size="5" />
ef5584
ef5584
ef5584
</fieldset>
ef5584
ef5584
<fieldset class="submit-buttons">
ef5584
	<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 
ef5584
	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
ef5584
	{S_FORM_TOKEN}
ef5584
</fieldset>
ef5584
</form>
ef5584
ef5584