Second pass at adding key files
This commit is contained in:
9
site/articles/_widget_external.html
Normal file
9
site/articles/_widget_external.html
Normal file
@ -0,0 +1,9 @@
|
||||
<%~set external_links_loop = Plugins::UI::fetch_widget_external_links($ID)%>
|
||||
<div class="list">
|
||||
<%~loop external_links_loop%>
|
||||
<div class="link">
|
||||
<div><span><%row_num%></span></div><a href="<%URL%>"><%Title%></a>
|
||||
<%if Abstract%><p><%Abstract%></p><%endif%>
|
||||
</div>
|
||||
<%~endloop%>
|
||||
</div>
|
Reference in New Issue
Block a user