Exemple #1
0
			<tr>
				<th align="right" width="100"><?php 
_e('Source URL', 'redirection');
?>
:</th>
				<td><input type="text" name="source" style="width: 95%" id="old"/></td>
			</tr>
			<tr>
				<th align="right"><?php 
_e('Match', 'redirection');
?>
:</th>
				<td>
					<select name="match">
						<?php 
echo $this->select(Red_Match::all());
?>
					</select>

					<strong><?php 
_e('Action', 'redirection');
?>
:</strong>
					<select name="red_action">
						<?php 
echo $this->select(Red_Item::actions(), 'url');
?>
					</select>

					<label><?php 
_e('Regular expression', 'redirection');