Plugin Directory

Changeset 481536


Ignore:
Timestamp:
12/28/2011 04:31:47 PM (14 years ago)
Author:
GabSoftware
Message:

v1.0.2 (bis): zone to see extracted IPs

Location:
ip-filter
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • ip-filter/tags/1.0.2/ipfilter.php

    r481527 r481536  
    570570        }
    571571        ?>
    572         <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12'><?php echo $options['filtered_ips']; ?></textarea>
     572        <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12' style='display: inline-block'><?php echo $options['filtered_ips']; ?></textarea>
     573        <textarea cols='25' rows='12' readonly='readonly' style='display: inline-block'>
     574<?php _e( 'Extracted:', IPFILTER_TEXTDOMAIN ); ?>
     575<?php foreach( $this->filtered_ips as $ip ): echo "\n" . $ip; endforeach; ?>
     576        </textarea>
    573577        <?php
    574578    }
  • ip-filter/tags/1.0.2/lang/ipfilter-fr_FR.po

    r481527 r481536  
    33"Project-Id-Version: ipfilter 1.0.2\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2011-12-28 23:56+0800\n"
     5"POT-Creation-Date: 2011-12-29 00:29+0800\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n"
     
    114114msgstr "Autoriser l'accès aux adresses IP de la liste seulement (mais ajoutez-y votre adresse IP&nbsp;)"
    115115
     116#: ipfilter.php:574
     117msgid "Extracted:"
     118msgstr "Extrait&nbsp;:"
     119
    116120#~ msgid "List of IP addresses to filter (free format, comments allowed)"
    117121#~ msgstr ""
  • ip-filter/tags/1.0.2/lang/ipfilter.pot

    r481527 r481536  
    33"Project-Id-Version: ipfilter 1.0.2\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2011-12-28 23:55+0800\n"
     5"POT-Creation-Date: 2011-12-29 00:29+0800\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n"
     
    9898msgstr ""
    9999
     100#: ipfilter.php:574
     101msgid "Extracted:"
     102msgstr ""
     103
  • ip-filter/tags/1.0.2/readme.txt

    r481527 r481536  
    9797* It is now possible to purge the log file in the settings page
    9898* Code cleaning and simplification
     99* Added a zone that displays the IP addresses extracted from your input
    99100
    100101= 1.0.1 =
  • ip-filter/trunk/ipfilter.php

    r481527 r481536  
    570570        }
    571571        ?>
    572         <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12'><?php echo $options['filtered_ips']; ?></textarea>
     572        <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12' style='display: inline-block'><?php echo $options['filtered_ips']; ?></textarea>
     573        <textarea cols='25' rows='12' readonly='readonly' style='display: inline-block'>
     574<?php _e( 'Extracted:', IPFILTER_TEXTDOMAIN ); ?>
     575<?php foreach( $this->filtered_ips as $ip ): echo "\n" . $ip; endforeach; ?>
     576        </textarea>
    573577        <?php
    574578    }
  • ip-filter/trunk/lang/ipfilter-fr_FR.po

    r481527 r481536  
    33"Project-Id-Version: ipfilter 1.0.2\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2011-12-28 23:56+0800\n"
     5"POT-Creation-Date: 2011-12-29 00:29+0800\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n"
     
    114114msgstr "Autoriser l'accès aux adresses IP de la liste seulement (mais ajoutez-y votre adresse IP&nbsp;)"
    115115
     116#: ipfilter.php:574
     117msgid "Extracted:"
     118msgstr "Extrait&nbsp;:"
     119
    116120#~ msgid "List of IP addresses to filter (free format, comments allowed)"
    117121#~ msgstr ""
  • ip-filter/trunk/lang/ipfilter.pot

    r481527 r481536  
    33"Project-Id-Version: ipfilter 1.0.2\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2011-12-28 23:55+0800\n"
     5"POT-Creation-Date: 2011-12-29 00:29+0800\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n"
     
    9898msgstr ""
    9999
     100#: ipfilter.php:574
     101msgid "Extracted:"
     102msgstr ""
     103
  • ip-filter/trunk/readme.txt

    r481527 r481536  
    9797* It is now possible to purge the log file in the settings page
    9898* Code cleaning and simplification
     99* Added a zone that displays the IP addresses extracted from your input
    99100
    100101= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.