discourse-legacysite-perl/site/articles/include_detailed_article.html

13 lines
411 B
HTML
Raw Normal View History

2024-06-17 12:24:05 +00:00
<div class="detail_text clearfix <%Link_Type%>">
<%~loop 1 .. 16%>
<%~set paragraph = Plugins::UI::retrieve_param('Paragraph', $loop_value)%>
<%~set image_path = Plugins::UI::retrieve_param("Image_largest_path", $loop_value)%>
<%~if image_path%><img src="<%image_path%>" class="img-responsive" /><%endif%>
<%~if paragraph%>
<p><%paragraph%></p>
<%~endif%>
<%~endloop%>
</div>