Diff -- /var/www/vhosts/3dshawn.com/abforge.3dshawn.com/TEMPLATES/abforge_devices.html
Diff

/var/www/vhosts/3dshawn.com/abforge.3dshawn.com/TEMPLATES/abforge_devices.html

added on local at 2026-07-01 16:01:48

Added
+25
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to e6a963c9859d
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1<div class="page-header"><div><h1>Devices &amp; Tech</h1><p>$site_name &middot; last 30 days.</p></div></div>
2<div class="row-2">
3 <div class="card"><div class="card-header"><h3 class="card-title">Device type</h3></div>
4 <table class="table"><thead><tr><th>Device</th><th class="right">Sessions</th><th class="right">Visitors</th></tr></thead><tbody>
5 [loop:@devices]<tr><td>$device_type</td><td class="num">$sessions</td><td class="num">$visitors</td></tr>[/loop]
6 </tbody></table>
7 </div>
8 <div class="card"><div class="card-header"><h3 class="card-title">Browser</h3></div>
9 <table class="table"><thead><tr><th>Browser</th><th class="right">Sessions</th></tr></thead><tbody>
10 [loop:@browsers]<tr><td>$browser</td><td class="num">$sessions</td></tr>[/loop]
11 </tbody></table>
12 </div>
13</div>
14<div class="row-2">
15 <div class="card"><div class="card-header"><h3 class="card-title">Operating system</h3></div>
16 <table class="table"><thead><tr><th>OS</th><th class="right">Sessions</th></tr></thead><tbody>
17 [loop:@oses]<tr><td>$os</td><td class="num">$sessions</td></tr>[/loop]
18 </tbody></table>
19 </div>
20 <div class="card"><div class="card-header"><h3 class="card-title">Screen resolution</h3></div>
21 <table class="table"><thead><tr><th>Resolution</th><th class="right">Sessions</th></tr></thead><tbody>
22 [loop:@resolutions]<tr><td>$resolution</td><td class="num">$sessions</td></tr>[/loop]
23 </tbody></table>
24 </div>
25</div>
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help