2022-08-14 21:40:57 +00:00
|
|
|
{{define "title"}}People{{end}}
|
2022-08-14 05:44:57 +00:00
|
|
|
{{define "content"}}
|
|
|
|
<div class="container">
|
|
|
|
{{$Root := .}}
|
|
|
|
<section class="hero is-link is-bold">
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
2022-12-21 05:11:43 +00:00
|
|
|
<h1 class="title">
|
2023-08-20 04:09:23 +00:00
|
|
|
{{if eq .Sort "distance"}}
|
2023-08-20 02:11:33 +00:00
|
|
|
<i class="fa fa-location-dot mr-2"></i>
|
|
|
|
Who's Nearby
|
|
|
|
{{else}}
|
|
|
|
<i class="fa fa-people-group mr-2"></i>
|
|
|
|
People
|
|
|
|
{{end}}
|
2022-12-21 05:11:43 +00:00
|
|
|
</h1>
|
|
|
|
<h2 class="subtitle">Member Directory</h2>
|
2022-08-14 05:44:57 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<form action="/members" method="GET">
|
|
|
|
<div class="p-4">
|
|
|
|
|
|
|
|
<div class="columns">
|
|
|
|
<div class="column">
|
2024-01-07 00:44:05 +00:00
|
|
|
Found {{FormatNumberCommas .Pager.Total}} user{{Pluralize64 .Pager.Total}}
|
2022-08-14 05:44:57 +00:00
|
|
|
(page {{.Pager.Page}} of {{.Pager.Pages}}).
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
{{if .FriendSearch}}
|
|
|
|
<div class="notification is-success is-light">
|
|
|
|
Currently searching within your <i class="fa fa-user-group"></i> Friends list.
|
|
|
|
</div>
|
|
|
|
{{else if not (eq .Sort "distance")}}
|
2023-08-20 02:11:33 +00:00
|
|
|
<div class="notification is-success is-light">
|
|
|
|
<strong>New feature:</strong> you can now see <strong>Who's Nearby!</strong>
|
|
|
|
{{if not .MyLocation.Source}}
|
|
|
|
You will need to <a href="/settings#location">set your location</a> first.
|
|
|
|
{{else}}
|
|
|
|
<a href="{{.Request.URL.Path}}?sort=distance">See who's nearby now!</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
{{else}}
|
|
|
|
<div class="notification is-success is-light">
|
|
|
|
Showing you <strong>Who's Nearby.</strong>
|
2023-08-20 04:09:23 +00:00
|
|
|
|
|
|
|
<!-- Show options to refresh their location -->
|
|
|
|
{{if eq .MyLocation.Source "geoip"}}
|
|
|
|
You set your location automatically by your IP address <small>(currently {{.GeoIPInsights.Short}}).</small>
|
|
|
|
<a href="/settings#location">Update settings?</a>
|
|
|
|
{{else if eq .MyLocation.Source "gps"}}
|
|
|
|
Your location was set by your GPS location.
|
|
|
|
<a href="/settings#location" id="gpsRefresh">Refresh your location now?</a>
|
|
|
|
{{else if eq .MyLocation.Source "pin"}}
|
|
|
|
You set your location by pin on a map.
|
|
|
|
<a href="/settings#location">Update your location?</a>
|
|
|
|
{{end}}
|
2023-08-20 02:11:33 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="block">
|
|
|
|
|
2022-09-08 04:18:54 +00:00
|
|
|
<div class="card nonshy-collapsible-mobile">
|
|
|
|
<header class="card-header has-background-link-light">
|
2022-08-14 05:44:57 +00:00
|
|
|
<p class="card-header-title">
|
|
|
|
Search Filters
|
|
|
|
</p>
|
2022-09-08 04:18:54 +00:00
|
|
|
<button class="card-header-icon" type="button">
|
|
|
|
<span class="icon">
|
|
|
|
<i class="fa fa-angle-up"></i>
|
|
|
|
</span>
|
|
|
|
</button>
|
2022-08-14 05:44:57 +00:00
|
|
|
</header>
|
|
|
|
<div class="card-content">
|
2023-08-30 04:10:00 +00:00
|
|
|
<div class="columns">
|
2022-08-14 05:44:57 +00:00
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column pr-1">
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="field">
|
2023-05-24 03:04:17 +00:00
|
|
|
<label class="label">Status:</label>
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="select is-fullwidth">
|
|
|
|
<select id="certified" name="certified">
|
|
|
|
<option value="true">Only certified users</option>
|
2023-05-24 03:04:17 +00:00
|
|
|
{{if .CurrentUser.IsInnerCircle}}
|
|
|
|
<option value="circle"{{if eq $Root.Certified "circle"}} selected{{end}}>Inner circle only</option>
|
|
|
|
{{end}}
|
2023-09-02 00:12:27 +00:00
|
|
|
<option value="shy"{{if eq $Root.Certified "shy"}} selected{{end}}>Shy Accounts</option>
|
2023-09-02 00:20:34 +00:00
|
|
|
<option value="false"{{if eq $Root.Certified "false"}} selected{{end}}>Non-certified only</option>
|
|
|
|
<option value="all"{{if eq $Root.Certified "all"}} selected{{end}}>Show all users</option>
|
2023-09-09 18:16:34 +00:00
|
|
|
{{if .CurrentUser.IsAdmin}}
|
|
|
|
<option value="banned"{{if eq $Root.Certified "banned"}} selected{{end}}>Banned or disabled</option>
|
|
|
|
{{end}}
|
2022-08-14 05:44:57 +00:00
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column px-1">
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="field">
|
2023-09-30 22:24:14 +00:00
|
|
|
<label class="label">Name or username:</label>
|
2022-08-14 05:44:57 +00:00
|
|
|
<input type="text" class="input"
|
|
|
|
name="username"
|
|
|
|
autocomplete="off"
|
|
|
|
value="{{$Root.EmailOrUsername}}">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column px-1">
|
2022-08-14 21:40:57 +00:00
|
|
|
<div class="field">
|
|
|
|
<label class="label">Age:</label>
|
2023-08-30 04:10:00 +00:00
|
|
|
<div class="columns is-mobile is-gapless">
|
2022-08-14 21:40:57 +00:00
|
|
|
<div class="column">
|
2023-08-30 04:10:00 +00:00
|
|
|
<div class="select is-fullwidth">
|
2022-08-14 21:40:57 +00:00
|
|
|
<select name="age_min">
|
|
|
|
<option value="">Min</option>
|
|
|
|
{{range IterRange 18 120}}
|
|
|
|
<option value="{{.}}"{{if eq $Root.AgeMin .}} selected{{end}}>{{.}}</option>
|
|
|
|
{{end}}
|
|
|
|
</select>
|
|
|
|
</div>
|
2023-08-30 04:10:00 +00:00
|
|
|
</div>
|
|
|
|
<div class="column">
|
|
|
|
<div class="select is-fullwidth">
|
2022-08-14 21:40:57 +00:00
|
|
|
<select name="age_max">
|
|
|
|
<option value="">Max</option>
|
|
|
|
{{range IterRange 18 120}}
|
|
|
|
<option value="{{.}}"{{if eq $Root.AgeMax .}} selected{{end}}>{{.}}</option>
|
|
|
|
{{end}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column pl-1">
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="field">
|
|
|
|
<label class="label" for="gender">Gender:</label>
|
|
|
|
<div class="select is-fullwidth">
|
|
|
|
<select id="gender" name="gender">
|
|
|
|
<option value=""></option>
|
|
|
|
{{range .Enum.Gender}}
|
|
|
|
<option value="{{.}}"{{if eq $Root.Gender .}} selected{{end}}>{{.}}</option>
|
|
|
|
{{end}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-08-30 04:10:00 +00:00
|
|
|
</div>
|
|
|
|
<div class="columns is-centered">
|
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column pr-1">
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="field">
|
|
|
|
<label class="label" for="orientation">Orientation:</label>
|
|
|
|
<div class="select is-fullwidth">
|
|
|
|
<select id="orientation" name="orientation">
|
|
|
|
<option value=""></option>
|
|
|
|
{{range .Enum.Orientation}}
|
|
|
|
<option value="{{.}}"{{if eq $Root.Orientation .}} selected{{end}}>{{.}}</option>
|
|
|
|
{{end}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column px-1">
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="field">
|
|
|
|
<label class="label" for="marital_status">Relationship:</label>
|
|
|
|
<div class="select is-fullwidth">
|
|
|
|
<select id="marital_status" name="marital_status">
|
|
|
|
<option value=""></option>
|
|
|
|
{{range .Enum.MaritalStatus}}
|
|
|
|
<option value="{{.}}"{{if eq $Root.MaritalStatus .}} selected{{end}}>{{.}}</option>
|
|
|
|
{{end}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column px-1">
|
2023-08-30 04:10:00 +00:00
|
|
|
<div class="field">
|
|
|
|
<label class="label" for="here_for">Here for:</label>
|
|
|
|
<div class="select is-fullwidth">
|
|
|
|
<select id="here_for" name="here_for">
|
|
|
|
<option value=""></option>
|
|
|
|
{{range .Enum.HereFor}}
|
|
|
|
<option value="{{.}}"{{if eq $Root.HereFor .}} selected{{end}}>{{.}}</option>
|
|
|
|
{{end}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-08-14 21:40:57 +00:00
|
|
|
</div>
|
2023-08-30 04:10:00 +00:00
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column px-1">
|
|
|
|
<div class="field">
|
|
|
|
<label class="label" for="friends">Friendship:</label>
|
|
|
|
<label class="checkbox">
|
|
|
|
<input type="checkbox"
|
|
|
|
name="friends"
|
|
|
|
id="friends"
|
|
|
|
value="true"
|
|
|
|
{{if .FriendSearch}}checked{{end}}>
|
|
|
|
Show only my friends
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column px-1">
|
2023-08-30 04:10:00 +00:00
|
|
|
<div class="field">
|
|
|
|
<label class="label" for="sort">Sort by:</label>
|
2024-01-07 00:44:05 +00:00
|
|
|
<div class="select is-fullwidth">
|
2023-08-30 04:10:00 +00:00
|
|
|
<select id="sort" name="sort">
|
|
|
|
<option value="last_login_at desc"{{if eq .Sort "last_login_at desc"}} selected{{end}}>Last login</option>
|
|
|
|
<option value="created_at desc"{{if eq .Sort "created_at desc"}} selected{{end}}>Signup date</option>
|
|
|
|
<option value="username"{{if eq .Sort "username"}} selected{{end}}>Username (a-z)</option>
|
|
|
|
<option value="username desc"{{if eq .Sort "username desc"}} selected{{end}}>Username (z-a)</option>
|
|
|
|
<option value="lower(name)"{{if eq .Sort "lower(name)"}} selected{{end}}>Name (a-z)</option>
|
|
|
|
<option value="lower(name) desc"{{if eq .Sort "lower(name) desc"}} selected{{end}}>Name (z-a)</option>
|
|
|
|
<option value="distance"{{if eq .Sort "distance"}} selected{{end}}>Distance to me</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
2022-08-14 21:40:57 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-08-30 04:10:00 +00:00
|
|
|
|
2023-09-02 00:12:27 +00:00
|
|
|
<div class="column pl-1 has-text-right">
|
2022-08-14 21:40:57 +00:00
|
|
|
<a href="/members" class="button">Reset</a>
|
|
|
|
<button type="submit" class="button is-success">
|
|
|
|
<span>Search</span>
|
|
|
|
<span class="icon"><i class="fa fa-search"></i></span>
|
|
|
|
</button>
|
|
|
|
</div>
|
2022-08-14 05:44:57 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2023-06-22 03:46:27 +00:00
|
|
|
{{SimplePager .Pager}}
|
|
|
|
|
2022-08-14 05:44:57 +00:00
|
|
|
<div class="columns is-multiline">
|
|
|
|
|
|
|
|
{{range .Users}}
|
|
|
|
<div class="column is-half-tablet is-one-third-desktop">
|
|
|
|
|
|
|
|
<div class="card">
|
|
|
|
<div class="card-content">
|
|
|
|
<div class="media block">
|
|
|
|
<div class="media-left">
|
2022-09-09 04:42:20 +00:00
|
|
|
{{template "avatar-64x64" .}}
|
2023-09-02 00:12:27 +00:00
|
|
|
|
|
|
|
<!-- Friendship badge -->
|
|
|
|
{{if $Root.FriendMap.Get .ID}}
|
|
|
|
<div class="has-text-centered">
|
|
|
|
<span class="is-size-7 has-text-warning-dark">
|
|
|
|
<i class="fa fa-user-group" title="Friends"></i>
|
|
|
|
Friends
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
2022-08-14 05:44:57 +00:00
|
|
|
</div>
|
|
|
|
<div class="media-content">
|
|
|
|
<p class="title is-4">
|
2022-08-22 00:29:39 +00:00
|
|
|
<a href="/u/{{.Username}}" class="has-text-dark">
|
2023-03-10 00:57:38 +00:00
|
|
|
{{if ne .Status "active"}}
|
|
|
|
<del>{{.NameOrUsername}}</del>
|
|
|
|
{{else}}
|
|
|
|
{{.NameOrUsername}}
|
|
|
|
{{end}}
|
2023-05-24 05:40:06 +00:00
|
|
|
{{if and $Root.CurrentUser.IsInnerCircle .InnerCircle}}
|
2023-05-24 03:04:17 +00:00
|
|
|
<img src="/static/img/circle-16.png">
|
|
|
|
{{end}}
|
2022-08-22 00:29:39 +00:00
|
|
|
</a>
|
|
|
|
{{if eq .Visibility "private"}}
|
|
|
|
<sup class="fa fa-mask is-size-7" title="Private Profile"></sup>
|
|
|
|
{{end}}
|
2022-08-14 05:44:57 +00:00
|
|
|
</p>
|
|
|
|
<p class="subtitle is-6 mb-2">
|
|
|
|
<span class="icon"><i class="fa fa-user"></i></span>
|
|
|
|
<a href="/u/{{.Username}}">{{.Username}}</a>
|
2023-09-02 00:12:27 +00:00
|
|
|
|
|
|
|
<!-- Not Certified or Shy Account badge -->
|
2022-08-14 05:44:57 +00:00
|
|
|
{{if not .Certified}}
|
2023-07-23 22:02:41 +00:00
|
|
|
<span class="has-text-danger is-size-7">
|
|
|
|
<i class="fa fa-certificate"></i>
|
2022-08-14 05:44:57 +00:00
|
|
|
<span>Not Certified!</span>
|
|
|
|
</span>
|
2023-09-02 00:12:27 +00:00
|
|
|
{{else if $Root.ShyMap.Get .ID}}
|
|
|
|
<span class="has-text-danger is-size-7">
|
|
|
|
<i class="fa fa-ghost"></i>
|
|
|
|
<span>Shy Account</span>
|
|
|
|
</span>
|
2022-08-14 05:44:57 +00:00
|
|
|
{{end}}
|
|
|
|
|
2023-03-10 00:57:38 +00:00
|
|
|
<!-- "(banned)" label -->
|
|
|
|
{{if ne .Status "active"}}<small>({{.Status}})</small>{{end}}
|
|
|
|
|
2022-08-14 05:44:57 +00:00
|
|
|
{{if .IsAdmin}}
|
2023-07-23 22:02:41 +00:00
|
|
|
<span class="tag is-danger is-light p-1" style="font-size: x-small">
|
2023-08-30 07:08:20 +00:00
|
|
|
<i class="fa fa-peace mr-1"></i>
|
2022-08-14 05:44:57 +00:00
|
|
|
<span>Admin</span>
|
|
|
|
</span>
|
|
|
|
{{end}}
|
2023-07-23 22:02:41 +00:00
|
|
|
|
|
|
|
<!-- Photo count pulled to the right -->
|
|
|
|
<a href="/photo/u/{{.Username}}" class="tag is-info is-light is-pulled-right">
|
|
|
|
<i class="fa fa-camera mr-2"></i>
|
|
|
|
{{$Root.PhotoCountMap.Get .ID}}
|
|
|
|
</a>
|
2022-08-14 05:44:57 +00:00
|
|
|
</p>
|
|
|
|
{{if .GetProfileField "city"}}
|
|
|
|
<p class="subtitle is-6 mb-2">
|
|
|
|
{{.GetProfileField "city"}}
|
|
|
|
</p>
|
|
|
|
{{end}}
|
|
|
|
<p class="subtitle is-7 mb-2">
|
2023-06-16 05:05:21 +00:00
|
|
|
{{if or (ne .GetDisplayAge "n/a")}}
|
|
|
|
<span class="mr-2">{{.GetDisplayAge}}</span>
|
2022-08-14 05:44:57 +00:00
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if .GetProfileField "gender"}}
|
|
|
|
<span class="mr-2">{{.GetProfileField "gender"}}</span>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if .GetProfileField "pronouns"}}
|
|
|
|
<span class="mr-2">{{.GetProfileField "pronouns"}}</span>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if .GetProfileField "orientation"}}
|
|
|
|
<span class="mr-2">{{.GetProfileField "orientation"}}</span>
|
|
|
|
{{end}}
|
2023-02-14 06:19:18 +00:00
|
|
|
|
2023-09-14 06:13:02 +00:00
|
|
|
<!-- Chat room status -->
|
|
|
|
{{if $Root.UserOnChatMap.Get .Username}}
|
|
|
|
<div>
|
|
|
|
<span class="tag is-success is-light">
|
|
|
|
<i class="fa fa-user mr-2"></i>
|
|
|
|
Currently on chat!
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
|
2023-02-14 06:19:18 +00:00
|
|
|
<!-- Show a subfooter based on ordered by -->
|
|
|
|
{{if eq $Root.Sort "last_login_at desc"}}
|
|
|
|
<div>
|
|
|
|
<small>
|
|
|
|
Last logged in:
|
|
|
|
<span title="On {{.LastLoginAt.Format "Jan _2 2006 15:04:05 MST"}}">
|
|
|
|
{{SincePrettyCoarse .LastLoginAt}} ago
|
|
|
|
</span>
|
|
|
|
</small>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{if eq $Root.Sort "created_at desc"}}
|
|
|
|
<div>
|
|
|
|
<small>
|
|
|
|
Member since:
|
|
|
|
<span title="On {{.CreatedAt.Format "Jan _2 2006 15:04:05 MST"}}">
|
|
|
|
{{SincePrettyCoarse .CreatedAt}} ago
|
|
|
|
</span>
|
|
|
|
</small>
|
|
|
|
</div>
|
|
|
|
{{end}}
|
2023-08-20 02:11:33 +00:00
|
|
|
|
|
|
|
<!-- Ordered by distance? -->
|
|
|
|
{{if eq $Root.Sort "distance"}}
|
|
|
|
<div>
|
|
|
|
{{$Root.DistanceMap.Get .ID}} away
|
|
|
|
</div>
|
|
|
|
{{end}}
|
2022-08-14 05:44:57 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div><!-- media-block -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{{end}}<!-- range .Friends -->
|
|
|
|
</div>
|
|
|
|
|
2023-06-22 03:46:27 +00:00
|
|
|
{{SimplePager .Pager}}
|
|
|
|
|
2022-08-14 05:44:57 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
2023-06-22 03:46:27 +00:00
|
|
|
{{end}}
|