2024-06-27 11:51:46 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2024-06-30 11:40:27 +00:00
|
|
|
<title>SkunkyArt |
|
|
|
|
{{if eq .Type 'a'}}
|
|
|
|
{{.Templates.GroupUser.GR.Owner.Username}}
|
|
|
|
{{else}}
|
|
|
|
gallery of {{.Templates.GroupUser.GR.Owner.Username}}
|
|
|
|
{{end}}
|
|
|
|
</title>
|
2024-07-13 18:32:04 +00:00
|
|
|
<link rel="stylesheet" href="{{.BasePath}}stylesheet">
|
2024-08-01 19:48:05 +00:00
|
|
|
<link rel="icon" type="image/x-icon" href="{{.BasePath}}favicon.ico">
|
2024-06-27 11:51:46 +00:00
|
|
|
</head>
|
|
|
|
<main>
|
|
|
|
<header>
|
2024-07-05 21:46:25 +00:00
|
|
|
<h1><a href="{{.BasePath}}">HOME</a> | <a href="{{.BasePath}}dd">DD</a>
|
2024-07-05 08:08:32 +00:00
|
|
|
| <a href="?q={{.Templates.GroupUser.GR.Owner.Username}}&type={{if eq .Type 'a'}}gallery">Gallery{{else}}about">About{{end}}</a>
|
|
|
|
| <a href="?q={{.Templates.GroupUser.GR.Owner.Username}}&type=gallery&atom=true">RSS</a></h1>
|
2024-07-05 21:46:25 +00:00
|
|
|
<form method="get" action="{{.BasePath}}search">
|
2024-06-30 11:40:27 +00:00
|
|
|
<input type="gallery" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false">
|
|
|
|
<input type="hidden" name="usr" value="{{.Templates.GroupUser.GR.Owner.Username}}">
|
2024-06-27 11:51:46 +00:00
|
|
|
<select name="type">
|
2024-07-04 08:26:52 +00:00
|
|
|
<option value="gallery">Gallery</option>
|
2024-06-27 11:51:46 +00:00
|
|
|
<option value="all">All</option>
|
|
|
|
<option value="tag">Tag</option>
|
2024-07-09 09:54:15 +00:00
|
|
|
<option value="r">Groups</option>
|
2024-06-27 11:51:46 +00:00
|
|
|
</select>
|
|
|
|
<button type="submit">Search!</button>
|
2024-07-04 08:26:52 +00:00
|
|
|
</form> <h1>| {{.Templates.GroupUser.GR.Owner.Username}}</h1>
|
2024-06-27 11:51:46 +00:00
|
|
|
</header>
|
2024-06-30 11:40:27 +00:00
|
|
|
{{if eq .Type 'a'}}
|
|
|
|
{{if ne .Templates.GroupUser.About.BG ""}}
|
|
|
|
<a href="{{.Templates.GroupUser.About.BGMeta.Url}}" class="ubg"><img title="{{if ne .Templates.GroupUser.GR.Owner.Username .Templates.GroupUser.About.BGMeta.Author.Username}}
|
|
|
|
{{.Templates.GroupUser.About.BGMeta.Author.Username}} - {{end}}{{.Templates.GroupUser.About.BGMeta.Title}}" src="{{.Templates.GroupUser.About.BG}}"></a>
|
|
|
|
{{end}}
|
2024-06-27 11:51:46 +00:00
|
|
|
|
2024-07-05 21:46:25 +00:00
|
|
|
<img src="{{.BasePath}}media/emojitar/{{.Templates.GroupUser.GR.Owner.Username}}?type=a" width="30px" height="30px"> <b>{{.Templates.GroupUser.GR.Owner.Username}}</b>
|
2024-06-30 11:40:27 +00:00
|
|
|
{{if (eq .Templates.GroupUser.About.A.Gender "male")}}
|
|
|
|
♂️
|
|
|
|
{{end}}
|
|
|
|
{{if (eq .Templates.GroupUser.About.A.Gender "female")}}
|
|
|
|
♀️
|
|
|
|
{{end}}
|
|
|
|
[<span title="UID">{{.Templates.GroupUser.GR.Gruser.ID}}</span>]
|
|
|
|
[<span title="Registration date">{{.Templates.GroupUser.CreationDate}}</span>]
|
|
|
|
{{if ne .Templates.GroupUser.GR.Extra.Tag ""}}
|
2024-07-04 08:26:52 +00:00
|
|
|
<i title="User's Tag">"{{.Templates.GroupUser.GR.Extra.Tag}}"</i>{{end}} {{if ne .Templates.GroupUser.About.A.Country ""}}
|
|
|
|
(<b>{{.Templates.GroupUser.About.A.Country}}</b>)
|
|
|
|
{{end}}
|
2024-06-27 11:51:46 +00:00
|
|
|
|
2024-07-04 08:26:52 +00:00
|
|
|
{{if .Templates.GroupUser.Group}}
|
|
|
|
<h3 id="stats"><a href="#stats">#</a> Statistics</h3>
|
|
|
|
<p>Watchers: <b>{{.Templates.GroupUser.GR.Extra.Stats.Watchers}}</b>; Pageviews: <b>{{.Templates.GroupUser.GR.Extra.Stats.Pageviews}}</b></b>
|
|
|
|
{{else}}
|
2024-06-30 11:40:27 +00:00
|
|
|
<h3 id="stats"><a href="#stats">#</a> Statistics</h3>
|
|
|
|
<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>
|
|
|
|
<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>
|
2024-07-04 08:26:52 +00:00
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if ne .Templates.GroupUser.Admins ""}}
|
|
|
|
<h3 id="admins"><a href="#admins">#</a> Group admins</h3>
|
2024-07-09 09:54:15 +00:00
|
|
|
<div class="plates admins">
|
2024-07-04 08:26:52 +00:00
|
|
|
{{.Templates.GroupUser.Admins}}
|
2024-07-08 09:47:28 +00:00
|
|
|
</div>
|
2024-07-04 08:26:52 +00:00
|
|
|
{{end}}
|
|
|
|
|
2024-06-30 11:40:27 +00:00
|
|
|
{{if ne .Templates.GroupUser.About.Interests ""}}
|
|
|
|
<h3 id="interests"><a href="#interests">#</a> Interests</h3>
|
|
|
|
{{.Templates.GroupUser.About.Interests}}
|
|
|
|
{{end}}
|
2024-06-27 11:51:46 +00:00
|
|
|
|
2024-06-30 11:40:27 +00:00
|
|
|
{{if ne .Templates.GroupUser.About.Social ""}}
|
|
|
|
<h3 id="social"><a href="#social">#</a> Social Links</h3>
|
|
|
|
{{.Templates.GroupUser.About.Social}}
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if ne .Templates.GroupUser.About.DescriptionFormatted ""}}
|
|
|
|
<h3 id="about"><a href="#about">#</a> About me</h3>
|
|
|
|
{{.Templates.GroupUser.About.DescriptionFormatted}}
|
|
|
|
{{end}}
|
|
|
|
{{if ne .Templates.GroupUser.About.Comments ""}}
|
|
|
|
<br>
|
|
|
|
<h3 id="comments"><a href="#comments">#</a> Comments</h3>
|
|
|
|
{{.Templates.GroupUser.About.Comments}}
|
|
|
|
{{end}}
|
|
|
|
{{else}}
|
2024-07-04 08:26:52 +00:00
|
|
|
{{.Templates.GroupUser.Gallery.Folders}}
|
2024-06-30 11:40:27 +00:00
|
|
|
{{.Templates.GroupUser.Gallery.List}}
|
|
|
|
{{end}}
|
2024-06-27 11:51:46 +00:00
|
|
|
</main>
|
2024-06-30 11:40:27 +00:00
|
|
|
</html>
|