2016-12-07 09:34:09 +00:00
|
|
|
{{template "header.html" . }}
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-07-29 10:36:39 +00:00
|
|
|
<div id="profile_left_lane" class="colstack_left">
|
2017-08-27 09:33:45 +00:00
|
|
|
<!--<header class="colstack_item colstack_head rowhead">
|
|
|
|
<div class="rowitem"><h1>Profile</h1></div>
|
|
|
|
</header>-->
|
2017-07-29 10:36:39 +00:00
|
|
|
<div id="profile_left_pane" class="rowmenu">
|
|
|
|
<div class="rowitem avatarRow" style="padding: 0;">
|
|
|
|
<img src="{{.ProfileOwner.Avatar}}" class="avatar" />
|
|
|
|
</div>
|
|
|
|
<div class="rowitem">
|
|
|
|
<span class="profileName">{{.ProfileOwner.Name}}</span>{{if .ProfileOwner.Tag}}<span class="username" style="float: right;font-weight: normal;">{{.ProfileOwner.Tag}}</span>{{end}}
|
|
|
|
</div>
|
|
|
|
<div class="rowitem passive">
|
|
|
|
<a class="profile_menu_item">Add Friend</a>
|
|
|
|
</div>
|
|
|
|
{{if (.CurrentUser.Is_Super_Mod) and not (.ProfileOwner.Is_Super_Mod) }}<div class="rowitem passive">
|
|
|
|
{{if .ProfileOwner.Is_Banned }}<a href="/users/unban/{{.ProfileOwner.ID}}?session={{.CurrentUser.Session}}" class="profile_menu_item">Unban</a>
|
2017-08-27 09:33:45 +00:00
|
|
|
{{else}}<a href="#ban_user" class="profile_menu_item">Ban</a>{{end}}
|
2017-07-29 10:36:39 +00:00
|
|
|
</div>{{end}}
|
|
|
|
<div class="rowitem passive">
|
|
|
|
<a href="/report/submit/{{.ProfileOwner.ID}}?session={{.CurrentUser.Session}}&type=user" class="profile_menu_item report_item">Report</a>
|
|
|
|
</div>
|
2016-12-07 09:34:09 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-07-29 10:36:39 +00:00
|
|
|
<div id="profile_right_lane" class="colstack_right">
|
2017-08-27 09:33:45 +00:00
|
|
|
{{if .CurrentUser.Perms.BanUsers}}
|
|
|
|
<!-- TO-DO: Inline the display: none; CSS -->
|
|
|
|
<div id="ban_user_head" class="colstack_item colstack_head hash_hide ban_user_hash" style="display: none;">
|
|
|
|
<div class="rowitem"><h1>Ban User</h1></div>
|
2017-07-29 10:36:39 +00:00
|
|
|
</div>
|
2017-08-27 09:33:45 +00:00
|
|
|
<form id="ban_user_form" class="hash_hide ban_user_hash" action="/users/ban/submit/{{.ProfileOwner.ID}}?session={{.CurrentUser.Session}}" method="post" style="display: none;">
|
|
|
|
{{/** TO-DO: Put a JS duration calculator here instead of this text? **/}}
|
|
|
|
<div class="colline">If all the fields are left blank, the ban will be permanent.</div>
|
|
|
|
<div class="colstack_item">
|
|
|
|
<div class="formrow real_first_child">
|
|
|
|
<div class="formitem formlabel"><a>Days</a></div>
|
|
|
|
<div class="formitem">
|
|
|
|
<input name="ban-duration-days" type="number" value="0" min="0" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="formrow">
|
|
|
|
<div class="formitem formlabel"><a>Weeks</a></div>
|
|
|
|
<div class="formitem">
|
|
|
|
<input name="ban-duration-weeks" type="number" value="0" min="0" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="formrow">
|
|
|
|
<div class="formitem formlabel"><a>Months</a></div>
|
|
|
|
<div class="formitem">
|
|
|
|
<input name="ban-duration-months" type="number" value="0" min="0" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--<div class="formrow">
|
|
|
|
<div class="formitem formlabel"><a>Reason</a></div>
|
|
|
|
<div class="formitem"><textarea name="ban-reason" placeholder="A really horrible person" required></textarea></div>
|
|
|
|
</div>-->
|
|
|
|
<div class="formrow">
|
|
|
|
<div class="formitem"><button name="ban-button" class="formbutton form_middle_button">Ban User</button></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
<div id="profile_comments_head" class="colstack_item colstack_head hash_hide">
|
|
|
|
<div class="rowitem"><h1>Comments</h1></div>
|
|
|
|
</div>
|
|
|
|
<div id="profile_comments" class="colstack_item hash_hide" style="overflow: hidden;border-top: none;">{{range .ItemList}}
|
2017-07-29 14:04:20 +00:00
|
|
|
<div class="rowitem passive deletable_block editable_parent simple {{.ClassName}}" style="{{if .Avatar}}background-image: url({{.Avatar}}), url(/static/post-avatar-bg.jpg);background-position: 0px {{if le .ContentLines 5}}-1{{end}}0px;{{end}}">
|
|
|
|
<span class="editable_block user_content simple">{{.ContentHtml}}</span>
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-07-29 14:04:20 +00:00
|
|
|
<span class="controls">
|
|
|
|
<a href="{{.UserLink}}" class="real_username username">{{.CreatedByName}}</a>
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-07-29 14:04:20 +00:00
|
|
|
{{if $.CurrentUser.Is_Mod}}<a href="/profile/reply/edit/submit/{{.ID}}" class="mod_button" title="Edit Item"><button class="username edit_item edit_label"></button></a>
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-07-29 14:04:20 +00:00
|
|
|
<a href="/profile/reply/delete/submit/{{.ID}}" class="mod_button" title="Delete Item"><button class="username delete_item trash_label"></button></a>{{end}}
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-07-29 14:04:20 +00:00
|
|
|
<a class="mod_button" href="/report/submit/{{.ID}}?session={{$.CurrentUser.Session}}&type=user-reply"><button class="username report_item flag_label"></button></a>
|
|
|
|
|
|
|
|
{{if .Tag}}<a class="username hide_on_mobile user_tag" style="float: right;">{{.Tag}}</a>{{end}}
|
|
|
|
</span>
|
2017-07-29 10:36:39 +00:00
|
|
|
</div>
|
|
|
|
{{end}}</div>
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2016-12-07 09:34:09 +00:00
|
|
|
{{if not .CurrentUser.Is_Banned}}
|
2017-08-27 09:33:45 +00:00
|
|
|
<form id="profile_comments_form" class="hash_hide" action="/profile/reply/create/" method="post">
|
2017-07-29 10:36:39 +00:00
|
|
|
<input name="uid" value='{{.ProfileOwner.ID}}' type="hidden" />
|
|
|
|
<div class="colstack_item topic_reply_form" style="border-top: none;">
|
|
|
|
<div class="formrow">
|
|
|
|
<div class="formitem"><textarea name="reply-content" placeholder="Insert reply here"></textarea></div>
|
|
|
|
</div>
|
|
|
|
<div class="formrow">
|
|
|
|
<div class="formitem"><button name="reply-button" class="formbutton">Create Reply</button></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
2016-12-07 09:34:09 +00:00
|
|
|
{{end}}
|
2017-01-08 16:02:19 +00:00
|
|
|
</div>
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-08-27 09:33:45 +00:00
|
|
|
{{/** Quick subpage switcher **/}}
|
|
|
|
{{/** TO-DO: Stop inlining this **/}}
|
|
|
|
<script type="text/javascript">
|
|
|
|
function handle_profile_hashbit() {
|
|
|
|
var hash_class = ""
|
|
|
|
switch(window.location.hash.substr(1)) {
|
|
|
|
case "ban_user":
|
|
|
|
hash_class = "ban_user_hash"
|
|
|
|
break
|
|
|
|
default:
|
|
|
|
console.log("Unknown hashbit")
|
|
|
|
return
|
|
|
|
}
|
|
|
|
$(".hash_hide").hide()
|
|
|
|
$("." + hash_class).show()
|
|
|
|
}
|
|
|
|
if(window.location.hash) handle_profile_hashbit()
|
|
|
|
window.addEventListener("hashchange", handle_profile_hashbit, false)
|
|
|
|
</script>
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
{{template "footer.html" . }}
|