krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

v1.3: html/gruser.htm · raw

 1<!DOCTYPE html>
 2<html>
 3    <head>
 4        <title>SkunkyArt | 
 5        {{if eq .Type 'a'}}
 6        {{.Templates.GroupUser.GR.Owner.Username}}
 7        {{else}}
 8        gallery of {{.Templates.GroupUser.GR.Owner.Username}}
 9        {{end}}
10        </title>
11        <link rel="stylesheet" href="{{.BasePath}}stylesheet">
12    </head>
13    <main>
14        <header>
15            <h1><a href="{{.BasePath}}">HOME</a> | <a href="{{.BasePath}}dd">DD</a>
16            | <a href="?q={{.Templates.GroupUser.GR.Owner.Username}}&type={{if eq .Type 'a'}}gallery">Gallery{{else}}about">About{{end}}</a>
17             | <a href="?q={{.Templates.GroupUser.GR.Owner.Username}}&type=gallery&atom=true">RSS</a></h1>
18             <form method="get" action="{{.BasePath}}search">
19                <input type="gallery" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false">
20                <input type="hidden" name="usr" value="{{.Templates.GroupUser.GR.Owner.Username}}">
21                <select name="type">
22                    <option value="gallery">Gallery</option>
23                    <option value="all">All</option>
24                    <option value="tag">Tag</option>
25                    <option value="r">Groups</option>
26                </select>
27                <button type="submit">Search!</button>
28            </form> <h1>| {{.Templates.GroupUser.GR.Owner.Username}}</h1>
29        </header>
30        {{if eq .Type 'a'}}
31            {{if ne .Templates.GroupUser.About.BG ""}}
32            <a href="{{.Templates.GroupUser.About.BGMeta.Url}}" class="ubg"><img title="{{if ne .Templates.GroupUser.GR.Owner.Username .Templates.GroupUser.About.BGMeta.Author.Username}}
33            {{.Templates.GroupUser.About.BGMeta.Author.Username}} - {{end}}{{.Templates.GroupUser.About.BGMeta.Title}}" src="{{.Templates.GroupUser.About.BG}}"></a>
34            {{end}}
35
36            <img src="{{.BasePath}}media/emojitar/{{.Templates.GroupUser.GR.Owner.Username}}?type=a" width="30px" height="30px"> <b>{{.Templates.GroupUser.GR.Owner.Username}}</b>
37            {{if (eq .Templates.GroupUser.About.A.Gender "male")}}
38            ♂️
39            {{end}}
40            {{if (eq .Templates.GroupUser.About.A.Gender "female")}}
41            ♀️
42            {{end}}
43            [<span title="UID">{{.Templates.GroupUser.GR.Gruser.ID}}</span>]
44            [<span title="Registration date">{{.Templates.GroupUser.CreationDate}}</span>]
45            {{if ne .Templates.GroupUser.GR.Extra.Tag ""}}
46            <i title="User's Tag">"{{.Templates.GroupUser.GR.Extra.Tag}}"</i>{{end}} {{if ne .Templates.GroupUser.About.A.Country ""}}
47            (<b>{{.Templates.GroupUser.About.A.Country}}</b>)
48            {{end}}
49
50            {{if .Templates.GroupUser.Group}}
51            <h3 id="stats"><a href="#stats">#</a> Statistics</h3>
52            <p>Watchers: <b>{{.Templates.GroupUser.GR.Extra.Stats.Watchers}}</b>; Pageviews: <b>{{.Templates.GroupUser.GR.Extra.Stats.Pageviews}}</b></b>
53            {{else}}
54            <h3 id="stats"><a href="#stats">#</a> Statistics</h3>
55            <p>Favourites: <b>{{.Templates.GroupUser.GR.Extra.Stats.Favourites}}</b>; Deviations: <b>{{.Templates.GroupUser.GR.Extra.Stats.Deviations}}</b>; Watchers: <b>{{.Templates.GroupUser.GR.Extra.Stats.Watchers}}</b>
56            <p>Watching: <b>{{.Templates.GroupUser.GR.Extra.Stats.Watching}}</b>; Pageviews: <b>{{.Templates.GroupUser.GR.Extra.Stats.Pageviews}}</b>; Comments Made: <b>{{.Templates.GroupUser.GR.Extra.Stats.CommentsMade}}</b>; Friends: <b>{{.Templates.GroupUser.GR.Extra.Stats.Friends}}</b></p>
57            {{end}}
58
59            {{if ne .Templates.GroupUser.Admins ""}}
60            <h3 id="admins"><a href="#admins">#</a> Group admins</h3>
61            <div class="plates admins">
62            {{.Templates.GroupUser.Admins}}
63            </div>
64            {{end}}
65
66            {{if ne .Templates.GroupUser.About.Interests ""}}
67            <h3 id="interests"><a href="#interests">#</a> Interests</h3>
68            {{.Templates.GroupUser.About.Interests}}
69            {{end}}
70
71            {{if ne .Templates.GroupUser.About.Social ""}}
72            <h3 id="social"><a href="#social">#</a> Social Links</h3>
73            {{.Templates.GroupUser.About.Social}}
74            {{end}}
75
76            {{if ne .Templates.GroupUser.About.DescriptionFormatted ""}}
77            <h3 id="about"><a href="#about">#</a> About me</h3>
78            {{.Templates.GroupUser.About.DescriptionFormatted}}
79            {{end}}
80            {{if ne .Templates.GroupUser.About.Comments ""}}
81            <br>
82            <h3 id="comments"><a href="#comments">#</a> Comments</h3>
83            {{.Templates.GroupUser.About.Comments}}
84            {{end}}
85        {{else}}
86            {{.Templates.GroupUser.Gallery.Folders}}
87            {{.Templates.GroupUser.Gallery.List}}
88        {{end}}
89    </main>
90</html>