15 lines
No EOL
523 B
Text
15 lines
No EOL
523 B
Text
<h3>
|
|
<%= mininq.name %>
|
|
<% if (mininq.url != '') { %>
|
|
@ <a href="<%= mininq.url %>" target="_blank" class="noblock"><%= new URL(mininq.url).host %></a>
|
|
<% } %>
|
|
sent:
|
|
</h3>
|
|
<p style="white-space: pre-line;"><%= mininq.msg %></p>
|
|
<% if (mininq.reply != '') { %>
|
|
<section>
|
|
<h3>sysadmin reply:</h3>
|
|
<p style="white-space: pre-line;"><%= mininq.reply %></p>
|
|
</section>
|
|
<% } %>
|
|
<p style="opacity: 0.5;"><%= new Date(mininq.time).toLocaleString('en-us', { timeZone: "America/Chicago" }) %> Central Time</p> |