discourse-legacysite-perl/site/slowtwitch.com/cgi-bin/articles/admin/templates/luna/modify_success.html
2024-06-17 21:49:12 +10:00

80 lines
2.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title><%site_title%>: Link Modified</title>
<%include include_common_head.html%>
</head>
<body id="modify_success">
<%include include_accessibility.html%>
<div id="wrapper">
<%include include_header.html%>
<%include include_contentheader.html%>
<div id="ocwrapper" class="clear">
<div id="icwrapper" class="clear">
<%include include_leftsidebar.html%>
<div id="contentwrapper" class="shadowleft">
<%include include_contentwrapper_top.html%>
<div class="shadowtop"><div class="shadowtopleft"></div><div class="shadowtopright"></div></div>
<div class="shadowright">
<div id="content">
<%include include_content_top.html%>
<div class="crumb"><%Links::Utils::format_title($main_title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%></div>
<h2>Link Modified</h2>
<p>
<%~if payment_term eq free%>
Your link has been changed to a free link:
<%~else%>
We have received your request to modify the link as follows:
<%~endif%>
</p>
<div class="row clear">
<label class="name">Title:</label>
<div class="value wrappedtext"><%Title%></div>
</div>
<div class="row clear">
<label class="name">URL:</label>
<div class="value wrappedtext"><%escape_html URL%></div>
</div>
<div class="row clear">
<label class="name">Category:</label>
<div class="value wrappedtext">
<%~if Category_loop.length > 1%>
<ul><%loop Category_loop%><li><%loop_value%></li><%endloop%></ul>
<%~else%>
<%Category%>
<%~endif%>
</div>
</div>
<div class="row clear">
<label class="name">Description:</label>
<div class="value wrappedtext"><%escape_html Description%></div>
</div>
<div class="row clear">
<label class="name">Contact Name:</label>
<div class="value wrappedtext"><%escape_html Contact_Name%></div>
</div>
<div class="row clear">
<label class="name">Contact E-mail:</label>
<div class="value wrappedtext"><%escape_html Contact_Email%></div>
</div>
<%if not config.user_direct_mod and payment_term ne free%><p>Thank you! We will send you an e-mail once your link has been validated.</p><%endif%>
<%include include_content_bottom.html%>
</div>
</div>
<div class="shadowbottom"><div class="shadowbottomleft"></div><div class="shadowbottomright"></div></div>
<%include include_contentwrapper_bottom.html%>
</div>
<%include include_rightsidebar.html%>
</div>
</div>
<%include include_contentfooter.html%>
<%include include_footer.html%>
</div>
</body>
</html>