?> :</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'); ?> : <input id="regex" type="checkbox" name="regex"/></label> </td> </tr> <tr id="target"> <th align="right"><?php _e('Target URL', 'redirection'); ?> :</th> <td><input type="text" name="target" style="width: 95%"/></td>