mirror of
https://github.com/PurpleI2P/regi2p.git
synced 2025-02-06 02:34:14 +00:00
update tables output structure
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
5166c2c57c
commit
15ffc0cee1
@ -366,6 +366,11 @@ body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.table__cell_center-bold {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin-top: 40px;
|
||||
display: flex;
|
||||
@ -613,6 +618,10 @@ body {
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
.table__cell_full-b32 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.text-input {
|
||||
padding: 0 6px;
|
||||
font-size: 16px;
|
||||
@ -639,4 +648,4 @@ body {
|
||||
.main-menu__item {
|
||||
min-width: 45vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,15 +12,19 @@
|
||||
<thead class="table__head">
|
||||
<tr class="table__row">
|
||||
<th class="table__cell">Domain</th>
|
||||
<th class="table__cell">Base32</th>
|
||||
<th class="table__cell"><dfn title="Address Helper">AH</dfn></th>
|
||||
<th class="table__cell"><dfn title="Base32 address">B32</dfn></th>
|
||||
<th class="table__cell table__cell_full-b32">Full Base32</th>
|
||||
<th class="table__cell">Last seen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="table__body">
|
||||
{% for host in hosts %}
|
||||
<tr class="table__row">
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_long-ass"><a href="http://{{ host.base32 }}.b32.i2p/">{{ host.base32 }}.b32.i2p</a></td>
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">A</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.base32 }}.b32.i2p/">B</a></td>
|
||||
<td class="table__cell table__cell_full-b32 table__cell_long-ass">{{ host.base32 }}.b32.i2p</td>
|
||||
<td class="table__cell">{{ host.last_seen }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
@ -13,15 +13,19 @@
|
||||
<thead class="table__head">
|
||||
<tr class="table__row">
|
||||
<th class="table__cell">Domain</th>
|
||||
<th class="table__cell">Base32</th>
|
||||
<th class="table__cell"><dfn title="Address Helper">AH</dfn></th>
|
||||
<th class="table__cell"><dfn title="Base32 address">B32</dfn></th>
|
||||
<th class="table__cell table__cell_full-b32">Full Base32</th>
|
||||
<th class="table__cell">Last seen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="table__body">
|
||||
{% for host in hosts %}
|
||||
<tr class="table__row">
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_long-ass"><a href="http://{{ host.base32 }}.b32.i2p/">{{ host.base32 }}.b32.i2p</a></td>
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">A</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.base32 }}.b32.i2p/">B</a></td>
|
||||
<td class="table__cell table__cell_full-b32 table__cell_long-ass">{{ host.base32 }}.b32.i2p</td>
|
||||
<td class="table__cell">{{ host.last_seen != '0000-00-00 00:00:00' ? host.last_seen : 'Never' }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
@ -13,15 +13,19 @@
|
||||
<thead class="table__head">
|
||||
<tr class="table__row">
|
||||
<th class="table__cell">Domain</th>
|
||||
<th class="table__cell">Base32</th>
|
||||
<th class="table__cell"><dfn title="Address Helper">AH</dfn></th>
|
||||
<th class="table__cell"><dfn title="Base32 address">B32</dfn></th>
|
||||
<th class="table__cell table__cell_full-b32">Full Base32</th>
|
||||
<th class="table__cell">Added</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="table__body">
|
||||
{% for host in hosts %}
|
||||
<tr class="table__row">
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_long-ass"><a href="http://{{ host.base32 }}.b32.i2p/">{{ host.base32 }}.b32.i2p</a></td>
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">A</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.base32 }}.b32.i2p/">B</a></td>
|
||||
<td class="table__cell table__cell_full-b32 table__cell_long-ass">{{ host.base32 }}.b32.i2p</td>
|
||||
<td class="table__cell">{{ host.add_date }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
@ -20,16 +20,20 @@
|
||||
<table class="table">
|
||||
<thead class="table__head">
|
||||
<tr class="table__row">
|
||||
<td class="table__cell">Domain</td>
|
||||
<td class="table__cell">Base32</td>
|
||||
<td class="table__cell">Last seen</td>
|
||||
<th class="table__cell">Domain</th>
|
||||
<th class="table__cell"><dfn title="Address Helper">AH</dfn></th>
|
||||
<th class="table__cell"><dfn title="Base32 address">B32</dfn></th>
|
||||
<th class="table__cell table__cell_full-b32">Full Base32</th>
|
||||
<th class="table__cell">Last seen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="table__body">
|
||||
{% for host in result %}
|
||||
<tr class="table__row">
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_long-ass"><a href="http://{{ host.base32 }}.b32.i2p/">{{ host.base32 }}.b32.i2p</a></td>
|
||||
<td class="table__cell"><a href="http://{{ host.host }}/">{{ host.host }}</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.host }}/?i2paddresshelper={{ host.base64 }}">A</a></td>
|
||||
<td class="table__cell table__cell_center-bold"><a href="http://{{ host.base32 }}.b32.i2p/">B</a></td>
|
||||
<td class="table__cell table__cell_full-b32 table__cell_long-ass">{{ host.base32 }}.b32.i2p</td>
|
||||
<td class="table__cell">{{ host.last_seen != '0000-00-00 00:00:00' ? host.last_seen : 'Never' }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user