krz/skunky-art

Alternative privacy frontend for DeviantArt.

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

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