mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-08-20 16:25:44 -05:00
chore: fix user page image links
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<h1 id="page-title" class="community">
|
||||
<span>
|
||||
<span class="icon-container">
|
||||
<img src="<%if (banned || pnid.deleted) { %><%= cdnURL %>/images/bandwidthlost.png<% } else { %>https://mii.olv.pretendo.cc/mii/<%=pnid.pid%>/normal_face.png<%}%>" class="icon">
|
||||
<img src="<%if (banned || pnid.deleted) { %>/images/bandwidthlost.png<% } else { %>https://mii.olv.pretendo.cc/mii/<%=pnid.pid%>/normal_face.png<%}%>" class="icon">
|
||||
</span>
|
||||
<span class="community-name">
|
||||
<% if(banned) { %>Banned User<% } else if(pnid.deleted){%>Deleted User<%} else {%><%= pnid.mii.name %> @<%= pnid.username %><%}%>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<img src="<%= cdnURL %>/images/banner.png" class="header-banner with-top-button">
|
||||
</div>
|
||||
<div class="community-info info-content with-header-banner">
|
||||
<span class="icon-container"><img src="<%if (banned || pnid.deleted) { %><%= cdnURL %>/images/bandwidthlost.png<% } else { %>https://mii.olv.pretendo.cc/mii/<%=pnid.pid%>/normal_face.png<%}%>" class="icon" alt=""></span>
|
||||
<span class="icon-container"><img src="<%if (banned || pnid.deleted) { %>/images/bandwidthlost.png<% } else { %>http://mii.olv.pretendo.cc/mii/<%=pnid.pid%>/normal_face.png<%}%>" class="icon" alt=""></span>
|
||||
<%if(pnid.pid !== pid && !pnid.deleted && !(banned)) {%>
|
||||
<a href="#" class="favorite-button favorite-button-mini button <%if(parentUserContent.followed_users.indexOf(userContent.pid) !== -1){ %>checked<%}%>" onclick="follow(this)" data-sound="SE_WAVE_CHECKBOX_UNCHECK" data-url="/users/follow" data-community-id="<%=pnid.pid%>"></a>
|
||||
<%if(friends.indexOf(pid) !== -1) { /*Is mutual*/%>
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
<div id="toast"></div>
|
||||
<div id="wrapper">
|
||||
<div class="community-top">
|
||||
<img class="banner" src="https://juxt-web-cdn.b-cdn.net/images/banner.png" alt="">
|
||||
<img class="banner" src="/images/banner.png" alt="">
|
||||
<div class="community-info">
|
||||
<img class="user-icon <%if(pnid.accessLevel > 2) {%>verified<%}%>" src="<%if (pnid.deleted || banned) { %>https://juxt-web-cdn.b-cdn.net/images/bandwidthlost.png<% } else { %>https://pretendo-cdn.b-cdn.net/mii/<%=pnid.pid%>/normal_face.png<%}%>">
|
||||
<img class="user-icon <%if(pnid.accessLevel > 2) {%>verified<%}%>" src="<%if (pnid.deleted || banned) { %>/images/bandwidthlost.png<% } else { %>https://pretendo-cdn.b-cdn.net/mii/<%=pnid.pid%>/normal_face.png<%}%>">
|
||||
<h2 class="community-title"><% if(banned) { %>Banned User<% } else if(pnid.deleted){%>Deleted User<%} else {%><%= pnid.mii.name %> @<%= pnid.username %><%}%><%if(pnid.accessLevel >= 2) {%><span class="verified-badge">✓</span><%}%></h2>
|
||||
<%if(pnid.pid !== pid && pid !== 1000000000 && !pnid.deleted && !banned) {%>
|
||||
<% var following = parentUserContent.followed_users.indexOf(userContent.pid) !== -1; %>
|
||||
|
||||
Reference in New Issue
Block a user