Changeset 29 for trunk/dnsbl/templates


Ignore:
Timestamp:
12/20/10 16:14:17 (13 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Add islisted()
Add waslisted table in SQL def
Indicate block status on adding an IP to an existing block
Fix for scripts-not-at-webroot
Tweak for scrolling "blocks in this registrar block" list
Load more config from DB on export

Location:
trunk/dnsbl/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/templates/dbreport.tmpl

    r26 r29  
    1818<TMPL_IF NAME=browsebits>
    1919<td valign=top>
     20<div class="scroll780">
    2021<TMPL_VAR NAME=browsebits>
     22</div>
    2123</td>
    2224</TMPL_IF>
  • trunk/dnsbl/templates/dnsbl.css

    r22 r29  
    8585  font-weight: bold;
    8686}
     87.scroll780 {
     88  border: 2px solid #0000ff;
     89  height: 780px;
     90  width: 800px;
     91  overflow: auto;
     92}
  • trunk/dnsbl/templates/report.tmpl

    r26 r29  
    1515
    1616<tr><td nowrap>Registrar delegation</td></tr>
    17 <tr>
    18 <td>Netblock:</td>
     17<tr<TMPL_IF autob0> class="auto0"</TMPL_IF>>
     18<td><span class="<TMPL_IF listb0>b0list</TMPL_IF>">Netblock:</span></td>
    1919<td colspan=2><input name=block0 value="<TMPL_VAR block0>" size=40></td>
    2020</tr>
    21 <tr>
    22 <td>Org/Person:</td>
     21<tr<TMPL_IF autob0> class="auto0"</TMPL_IF>>
     22<td><span class="<TMPL_IF listorg0>b0org</TMPL_IF>">Org/Person:</span></td>
    2323<td colspan=2><input name=org0 value="<TMPL_VAR org0>" size=40></td>
    2424</tr>
    2525
    2626<tr><td>1st subdelegation</td></tr>
    27 <tr>
    28 <td>Netblock:</td>
     27<tr<TMPL_IF autob1> class="auto1"</TMPL_IF>>
     28<td><span class="<TMPL_IF listb1>b1list</TMPL_IF>">Netblock:</span></td>
    2929<td colspan=2><input name=block1 value="<TMPL_VAR block1>" size=40></td>
    3030</tr>
    31 <tr>
    32 <td>Org/Person:</td>
     31<tr<TMPL_IF autob1> class="auto1"</TMPL_IF>>
     32<td><span class="<TMPL_IF listorg1>b1org</TMPL_IF>">Org/Person:</span></td>
    3333<td colspan=2><input name=org1 value="<TMPL_VAR org1>" size=40></td>
    3434</tr>
    3535
    3636<tr><td>2nd subdelegation</td></tr>
    37 <tr>
    38 <td>Netblock:</td>
     37<tr<TMPL_IF autob2> class="auto2"</TMPL_IF>>
     38<td><span class="<TMPL_IF listb2>b2list</TMPL_IF>">Netblock:</span></td>
    3939<td colspan=2><input name=block2 value="<TMPL_VAR block2>" size=40></td>
    4040</tr>
    41 <tr>
    42 <td>Org/Person:</td>
     41<tr<TMPL_IF autob2> class="auto2"</TMPL_IF>>
     42<td><span class="<TMPL_IF listorg2>b2org</TMPL_IF>">Org/Person:</span></td>
    4343<td colspan=2><input name=org2 value="<TMPL_VAR org2>" size=40></td>
    4444</tr>
     
    5151<TMPL_IF NAME=browsebits>
    5252<td valign=top>
     53<div class="scroll780">
    5354<TMPL_VAR NAME=browsebits>
     55</div>
    5456</td>
    5557</TMPL_IF>
Note: See TracChangeset for help on using the changeset viewer.