|
Revision 5099, 1.8 KB
(checked in by Eric, 3 years ago)
|
|
[nbc_HistoryIPExcluder] Initial SVN creation
- Trunk directory created with beta version of next plugin version for Piwigo
- Branche 2.0 created
- Tags directory created
|
-
Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 | <div class="titrePage"> |
|---|
| 2 | <h2>{'HIPE_admin_title'|@translate}</h2> |
|---|
| 3 | </div> |
|---|
| 4 | |
|---|
| 5 | <p>{'HIPE_description'|@translate}</p> |
|---|
| 6 | |
|---|
| 7 | <form method="post" action="{$HIPE_F_ACTION}" class="general"> |
|---|
| 8 | <fieldset> |
|---|
| 9 | <legend>{'HIPE_admin_section1'|@translate}</legend> |
|---|
| 10 | |
|---|
| 11 | <br> |
|---|
| 12 | |
|---|
| 13 | <label> |
|---|
| 14 | {'HIPE_admin_description1'|@translate} <textarea name="HIPE_IPs_Excluded" rows="10" cols="60" {$TAG_INPUT_ENABLED}>{$IPs_EXCLUDED}</textarea> |
|---|
| 15 | </label> |
|---|
| 16 | </fieldset> |
|---|
| 17 | |
|---|
| 18 | <p><input type="submit" name="submit" value="{'submit'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}> <input type="submit" name="CleanHist" value="{'HIPE_CleanHist'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}></p> |
|---|
| 19 | |
|---|
| 20 | <br> |
|---|
| 21 | |
|---|
| 22 | <p style="text-align:center;"> |
|---|
| 23 | <input type="submit" name="HIPE_IPByMember" value="{'HIPE_IPByMember'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}> |
|---|
| 24 | <input type="submit" name="HIPE_OnlyGuest" value="{'HIPE_OnlyGuest'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}> |
|---|
| 25 | </p> |
|---|
| 26 | |
|---|
| 27 | <p style="text-align:center;"> |
|---|
| 28 | <input type="submit" name="HIPE_MemberForIp" value="{'HIPE_MemberForIp'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}> |
|---|
| 29 | <input type="text" name="HIPE_input" value="" size="20" style="text-align: center;" {$TAG_INPUT_ENABLED}> |
|---|
| 30 | <input type="submit" name="HIPE_IPForMember" value="{'HIPE_IPForMember'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}> |
|---|
| 31 | </p> |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | <fieldset> |
|---|
| 35 | <legend>{'HIPE_admin_section2'|@translate}</legend> |
|---|
| 36 | |
|---|
| 37 | <label>{$HIPE_DESCRIPTION2}</label> |
|---|
| 38 | |
|---|
| 39 | <p style="text-align:center;"> |
|---|
| 40 | <table> |
|---|
| 41 | <!-- BEGIN resultat --> |
|---|
| 42 | <tr> |
|---|
| 43 | <td>{$resultat.HIPE_RESULTAT1}</td> |
|---|
| 44 | <td>{$resultat.HIPE_RESULTAT2}</td> |
|---|
| 45 | <td>{$resultat.HIPE_RESULTAT3}</td> |
|---|
| 46 | <td>{$resultat.HIPE_RESULTAT4}</td> |
|---|
| 47 | <td>{$resultat.HIPE_RESULTAT5}</td> |
|---|
| 48 | </tr> |
|---|
| 49 | <!-- END resultat --> |
|---|
| 50 | </table> |
|---|
| 51 | |
|---|
| 52 | </fieldset> |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | </form> |
|---|