Exemple #1
0
if (!empty($errorMessage)) {
    ?>
<p class="red"><?php 
    echo htmlspecialchars($errorMessage);
    ?>
</p>
<?php 
}
?>
<form action="<?php 
echo $this->urlWithQs;
?>
" method="post">
	<input type="hidden" name="additem" value="1" />
	<?php 
echo Flux_Security::csrfGenerate('ItemAdd', true);
?>
	<table class="vertical-table">
		<tr>
			<th><label for="item_id">Item ID</label></th>
			<td><input type="text" name="item_id" id="item_id" value="<?php 
echo htmlspecialchars($itemID);
?>
" /></td>
			<th><label for="view">View ID</label></th>
			<td><input type="text" name="view" id="view" value="<?php 
echo htmlspecialchars($viewID);
?>
" /></td>
		</tr>
		<tr>
Exemple #2
0
if (Flux::config('RequireChangeConfirm')) {
    ?>
<p><?php 
    echo htmlspecialchars(Flux::message('EmailChangeInfo2'));
    ?>
</p>
<?php 
}
?>

<form action="<?php 
echo $this->urlWithQs;
?>
" method="post" class="generic-form">
	<?php 
echo Flux_Security::csrfGenerate('EmailEdit', true);
?>
	<table class="generic-form-table">
		<tr>
			<th><label for="email"><?php 
echo htmlspecialchars(Flux::message('EmailChangeLabel'));
?>
</label></th>
			<td><input type="text" name="email" id="email" /></td>
			<td><p><?php 
echo htmlspecialchars(Flux::message('EmailChangeInputNote'));
?>
</p></td>
		</tr>
		<tr>
			<td colspan="2" align="right">
Exemple #3
0
        ?>
</p>
<?php 
    } else {
        ?>
<p>Aqui você pode copiar um item no <em>item_db2</em> com um novo ID.</p>
<?php 
    }
    ?>
<form action="<?php 
    echo $this->urlWithQs;
    ?>
" method="post" class="generic-form">
	<input type="hidden" name="copyitem" value="1" />
	<?php 
    echo Flux_Security::csrfGenerate('ItemCopy', true);
    ?>

	<table class="generic-form-table">
		<tr>
			<th><label>Nome do Item (ID do Item)</label></th>
			<td>
				<p>
					<strong><?php 
    echo htmlspecialchars($item->name_japanese);
    ?>
</strong>
					<?php 
    if ($auth->actionAllowed('item', 'view')) {
        ?>
						(<a href="<?php 
Exemple #4
0
    printf(Flux::message('TransferInfo'), '<span class="remaining-balance">' . number_format($session->account->balance) . '</span>');
    ?>
</p>
<p><?php 
    echo htmlspecialchars(Flux::message('TransferInfo2'));
    ?>
</p>
<form action="<?php 
    echo $this->url;
    ?>
" method="post" class="generic-form">
	<?php 
    echo $this->moduleActionFormInputs('account', 'transfer');
    ?>
	<?php 
    echo Flux_Security::csrfGenerate('TransferCredit', true);
    ?>

	<table class="generic-form-table">
		<tr>
			<th><label for="credits"><?php 
    echo htmlspecialchars(Flux::message('TransferAmountLabel'));
    ?>
</label></th>
			<td><input type="text" name="credits" id="credits" value="<?php 
    echo htmlspecialchars($params->get('credits'));
    ?>
" /></td>
			<td><p><?php 
    echo htmlspecialchars(Flux::message('TransferAmountInfo'));
    ?>
Exemple #5
0
} else {
    ?>
<p><?php 
    echo htmlspecialchars(Flux::message('MailerInfo'));
    ?>
</p>
<?php 
}
?>
<form action="<?php 
echo $this->urlWithQs;
?>
" method="post" name="mailerform" class="generic-form">
	<input type="hidden" name="_preview" value="0" />
	<?php 
echo Flux_Security::csrfGenerate('Mailer', true);
?>
	<table class="generic-form-table">
		<tr>
			<th><label><?php 
echo htmlspecialchars(Flux::message('MailerFromLabel'));
?>
</label></th>
			<td><p>
				<strong><?php 
echo htmlspecialchars(Flux::config('MailerFromName'));
?>
</strong>
				(<?php 
echo htmlspecialchars(Flux::config('MailerFromAddress'));
?>
Exemple #6
0
if (!empty($errorMessage)) {
    ?>
	<p class="red"><?php 
    echo htmlspecialchars($errorMessage);
    ?>
</p>
<?php 
}
?>
<form action="<?php 
echo $this->urlWithQs;
?>
" method="post" class="generic-form">
	<input type="hidden" name="addipban" value="1" />
	<?php 
echo Flux_Security::csrfGenerate('IPBanAdd', true);
?>
	<table class="generic-form-table">
		<tr>
			<th><label for="list"><?php 
echo htmlspecialchars(Flux::message('IpbanIpAddressLabel'));
?>
</label></th>
			<td><input type="text" name="list" id="list" value="<?php 
echo htmlspecialchars($params->get('list'));
?>
" /></td>
			<td><p><?php 
echo htmlspecialchars(Flux::message('IpbanIpAddressInfo'));
?>
</p></td>
Exemple #7
0
    if (!empty($errorMessage)) {
        ?>
		<p class="red"><?php 
        echo htmlspecialchars($errorMessage);
        ?>
</p>
	<?php 
    }
    ?>
	<form action="<?php 
    echo $this->urlWithQs;
    ?>
" method="post" class="generic-form">
		<input type="hidden" name="remipban" value="1" />
		<?php 
    echo Flux_Security::csrfGenerate('IPBanRemove', true);
    ?>

		<table class="generic-form-table">
			<tr>
				<th><label for="list"><?php 
    echo htmlspecialchars(Flux::message('IpbanIpAddressLabel'));
    ?>
</label></th>
				<td><input type="text" name="list" id="list"
						value="<?php 
    echo htmlspecialchars(empty($list) ? '' : $list);
    ?>
" /></td>
				<td><p><?php 
    echo htmlspecialchars(Flux::message('IpbanIpAddressInfo'));
Exemple #8
0
    } else {
        ?>
<p class="red"><?php 
        echo htmlspecialchars($errorMessage);
        ?>
</p>
<?php 
    }
    ?>
<form action="<?php 
    echo $this->urlWithQs;
    ?>
" method="post" class="generic-form">
	<input type="hidden" name="changegender" value="1" />
	<?php 
    echo Flux_Security::csrfGenerate('GenderEdit', true);
    ?>
	<table class="generic-form-table">
		<tr>
			<td>
				<p>
					<?php 
    printf(Flux::message('GenderChangeFormText'), '<strong>' . strtolower($this->genderText($session->account->sex == 'M' ? 'F' : 'M')) . '</strong>');
    ?>
				</p>
			</td>
		</tr>
		<tr>
			<td>
				<p>
					<button type="submit"
Exemple #9
0
?>
<h2><?php 
echo htmlspecialchars(Flux::message('IpbanListHeading'));
?>
</h2>
<?php 
if ($banlist) {
    echo $paginator->infoText();
    ?>
<form action="<?php 
    echo $this->url('ipban', 'unban');
    ?>
" method="post">
	<input type="hidden" name="unban" value="1" />
	<?php 
    echo Flux_Security::csrfGenerate('IPUnban', true);
    ?>
	<table class="horizontal-table">
		<tr>
			<?php 
    if ($auth->allowedToRemoveIpBan && $auth->actionAllowed('ipban', 'unban')) {
        ?>
			<th><input type="checkbox" onclick="$('.unban-cb').attr('checked', this.checked)" /></th>
			<?php 
    }
    ?>
			<th><?php 
    echo $paginator->sortableColumn('list', Flux::message('IpbanBannedIpLabel'));
    ?>
</th>
			<th><?php 
Exemple #10
0
if (!empty($errorMessage)) {
    ?>
<p class="red"><?php 
    echo htmlspecialchars($errorMessage);
    ?>
</p>
<?php 
}
?>
<form action="<?php 
echo $this->urlWithQs;
?>
" method="post" class="generic-form">
	<input type="hidden" name="changeslot" value="1" />
	<?php 
echo Flux_Security::csrfGenerate('SlotEdit', true);
?>

	<table class="generic-form-table">
		<tr>
			<th><label>Character Name</label></th>
			<td><div><?php 
echo htmlspecialchars($char->name);
?>
</div></td>
			<td></td>
		</tr>
		<tr>
			<th><label for="slot">Slot Number</label></th>
			<td><input type="text" name="slot" id="slot"
					size="<?php 
Exemple #11
0
    if (!empty($errorMessage)) {
        ?>
		<p class="red"><?php 
        echo htmlspecialchars($errorMessage);
        ?>
</p>
	<?php 
    }
    ?>
	<form action="<?php 
    echo $this->urlWithQs;
    ?>
" method="post" class="generic-form">
		<input type="hidden" name="modipban" value="1" />
	<?php 
    echo Flux_Security::csrfGenerate('IPBanEdit', true);
    ?>

		<table class="generic-form-table">
			<tr>
				<th><label for="list"><?php 
    echo htmlspecialchars(Flux::message('IpbanIpAddressLabel'));
    ?>
</label></th>
				<td><input type="text" name="newlist" id="list"
						value="<?php 
    echo htmlspecialchars(($list = $params->get('newlist')) ? $list : $ipban->list);
    ?>
" /></td>
				<td><p><?php 
    echo htmlspecialchars(Flux::message('IpbanIpAddressInfo'));
Exemple #12
0
<p>After reviewing the below item information, you can proceed with your checkout by clicking the “Purchase Items” button.</p>
<p class="important" style="color: #FFF;">Note: These items are for redemption on the <span class="server-name"><?php 
echo htmlspecialchars($server->serverName);
?>
</span> server ONLY.</p>
<p>
	<form action="<?php 
echo $this->url;
?>
" method="post">
		<?php 
echo $this->moduleActionFormInputs($params->get('module'), 'checkout');
?>
		<input type="hidden" name="process" value="1" />
		<?php 
echo Flux_Security::csrfGenerate('PurchaseCheckOut', true);
?>
		<button type="submit" onclick="return confirm('Are you sure you want to continue purchasing the below item(s)?')">
			<strong>Purchase Items</strong>
		</button>
	</form>
</p>

<h3>Items Currently in Your Cart:</h3>
<p class="cart-info-text">You have <span class="cart-item-count" style="color: #FFF;"><?php 
echo number_format(count($items));
?>
</span> item(s) in your cart.</p>
<table class="vertical-table cart">
	<?php 
foreach ($items as $item) {
Exemple #13
0
	<?php 
    if (!empty($errorMessage)) {
        ?>
		<p class="red"><?php 
        echo htmlspecialchars($errorMessage);
        ?>
</p>
	<?php 
    }
    ?>
	<form action="<?php 
    echo $this->urlWithQs;
    ?>
" method="post">
		<?php 
    echo Flux_Security::csrfGenerate('AccountEdit', true);
    ?>
		<table class="vertical-table">
			<tr>
				<th><?php 
    echo htmlspecialchars(Flux::message('UsernameLabel'));
    ?>
</th>
				<td><?php 
    echo $account->userid;
    ?>
</td>
				<th><?php 
    echo htmlspecialchars(Flux::message('AccountIdLabel'));
    ?>
</th>
Exemple #14
0
    if (!empty($errorMessage)) {
        ?>
<p class="red"><?php 
        echo htmlspecialchars($errorMessage);
        ?>
</p>
<?php 
    }
    ?>
<form action="<?php 
    echo $this->urlWithQs;
    ?>
" method="post" name="edit_item_form">
	<input type="hidden" name="edititem" value="1" />
	<?php 
    echo Flux_Security::csrfGenerate('ItemEdit', true);
    ?>

	<table class="vertical-table">
		<tr>
			<th><label for="item_id">ID do Item</label></th>
			<td><label><strong><?php 
    echo htmlspecialchars($itemID);
    ?>
</strong></label></td>
			<th><label for="view">View ID</label></th>
			<td><input type="text" name="view" id="view" value="<?php 
    echo htmlspecialchars($viewID);
    ?>
" /></td>
		</tr>
Exemple #15
0
    }
    ?>
<h3>Vendo preferências de personagem para “<?php 
    echo $charName = htmlspecialchars($char->name);
    ?>
” no <?php 
    echo htmlspecialchars($server->serverName);
    ?>
</h3>
<form action="<?php 
    echo $this->urlWithQs;
    ?>
" method="post" class="generic-form">
	<input type="hidden" name="charprefs" value="1" />
	<?php 
    echo Flux_Security::csrfGenerate('CharacterPreferences', true);
    ?>

	<table class="generic-form-table">
		<tr>
			<th><label for="hide_from_whos_online">Esconder personagem do "Quem Está Online"</label></th>
			<td><input type="checkbox" name="hide_from_whos_online" id="hide_from_whos_online"<?php 
    if ($hideFromWhosOnline) {
        echo ' checked="checked"';
    }
    ?>
 /></td>
			<td><p>Isso vai esconder o <?php 
    echo $charName;
    ?>
 completamente da página "Quem Está Online".</p></td>
Exemple #16
0
} else {
    ?>
	<p><?php 
    echo htmlspecialchars(Flux::message('PasswordChangeInfo'));
    ?>
</p>
<?php 
}
?>
<br />
<form action="<?php 
echo $this->urlWithQs;
?>
" method="post" class="generic-form">
	<?php 
echo Flux_Security::csrfGenerate('PasswordEdit', true);
?>

	<table class="generic-form-table">
		<tr>
			<th><label for="currentpass"><?php 
echo htmlspecialchars(Flux::message('CurrentPasswordLabel'));
?>
</label></th>
			<td><input type="password" name="currentpass" id="currentpass" value="" /></td>
			<td rowspan="3">
				<p><?php 
echo htmlspecialchars(Flux::message('PasswordChangeNote'));
?>
</p>
				<p class="important"><?php 
Exemple #17
0
if (!defined('FLUX_ROOT')) {
    exit;
}
?>
<h2><?php 
echo htmlspecialchars(Flux::message('DivorceHeading'));
?>
</h2>
<form action="<?php 
echo $this->urlWithQs;
?>
" method="post" class="generic-form">
	<input type="hidden" name="divorce" value="1" />
	<?php 
echo Flux_Security::csrfGenerate('Divorce', true);
?>

	<table class="generic-form-table">
		<tr>
			<td>
				<p>
				<?php 
echo htmlspecialchars(sprintf(Flux::message('DivorceText1'), $char->name));
?>
				<?php 
if (!Flux::config('DivorceKeepChild')) {
    echo htmlspecialchars(sprintf(Flux::message('DivorceText2'), $char->name));
}
?>
				<?php