25 lines
1.8 KiB
HTML
25 lines
1.8 KiB
HTML
<div class="postInfo desktop" id="pi${postID}">
|
|
<input type="checkbox" name="${postID}" value="delete">
|
|
?{isOP || boardID === "f" || subject}{<span class="subject">${subject || ""}</span> }
|
|
<span class="nameBlock?{capcode}{ capcode${capcodeUC}}">
|
|
?{email}{<a href="mailto:${encodeURIComponent(email).replace(/%40/g, "@")}" class="useremail">}
|
|
<span class="name?{capcode}{ capcode}">${name}</span>
|
|
?{tripcode}{ <span class="postertrip">${tripcode}</span>}
|
|
?{capcode}{ <strong class="capcode hand id_${capcodeLC}" title="Highlight posts by ${capcodePlural}">## ${capcode}</strong>}
|
|
?{email}{</a>}
|
|
?{boardID === "f" && isOP || capcode}{}{ }
|
|
?{capcode}{ <img src="${staticPath}${capcodeLC}icon${gifIcon}" alt="${capcodeUC} Icon" title="This user is ${capcodeDescription}." class="identityIcon retina">}
|
|
?{uniqueID && !capcode}{ <span class="posteruid id_${uniqueID}">(ID: <span class="hand" title="Highlight posts by this ID">${uniqueID}</span>)</span>}
|
|
?{flagCode}{ <span title="${flag}" class="flag flag-${flagCode.toLowerCase()}"></span>}
|
|
</span>
|
|
<span class="dateTime" data-utc="${dateUTC}">${date}</span>
|
|
<span class="postNum?{!(boardID === "f" && isOP)}{ desktop}">
|
|
<a href="${postLink}" title="Link to this post">No.</a>
|
|
<a href="${quoteLink}" title="Reply to this post">${postID}</a>
|
|
?{o.isSticky}{ <img src="${staticPath}sticky${gifIcon}" alt="Sticky" title="Sticky" class="stickyIcon retina">}
|
|
?{o.isClosed && !o.isArchived}{ <img src="${staticPath}closed${gifIcon}" alt="Closed" title="Closed" class="closedIcon retina">}
|
|
?{o.isArchived}{ <img src="${staticPath}archived${gifIcon}" alt="Archived" title="Archived" class="archivedIcon retina">}
|
|
?{isOP && g.VIEW === "index"}{ <span>[<a href="/${boardID}/thread/${threadID}" class="replylink">Reply</a>]</span>}
|
|
</span>
|
|
</div>
|