You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The applications, code library and articles pages, which are all
generated using Liquid, were restyled so that each item on the page can
be clicked to trigger a link to the associated page. Previously these
pages used a "More info" link on each item: this was removed.
Copy file name to clipboardExpand all lines: articles.html
+32-25
Original file line number
Diff line number
Diff line change
@@ -62,28 +62,35 @@ <h1 role="heading">
62
62
63
63
<p>This page lists various articles that discuss various aspects of Delphi programming. Choose articles of interest from the list below. Many articles include source code examples in Delphi Pascal.</p>
<pclass="alert alert-warning small" role="alert"><spanclass="fa fa-flag fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This library project is mothballed. It is being neither developed nor supported.</p>
29
-
{% elsif project.status == "obsolete" %}
30
-
<pclass="alert alert-danger small" role="alert"><spanclass="fa fa-exclamation-triangle fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This library project is obsolete. It is being neither developed nor supported and is here only for historical reasons.</p>
<pclass="alert alert-warning small" role="alert"><spanclass="fa fa-flag fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This library project is mothballed. It is being neither developed nor supported.</p>
36
+
{% elsif project.status == "obsolete" -%}
37
+
<pclass="alert alert-danger small" role="alert"><spanclass="fa fa-exclamation-triangle fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This library project is obsolete. It is being neither developed nor supported and is here only for historical reasons.</p>
38
+
{% endif -%}
39
+
</div><!-- ./panel-body -->
40
+
</section>
41
+
</a><!-- list-group-item -->
42
+
</div><!-- ./col-sm-6 -->
43
+
{% if test == 0 or forloop.last %}
44
+
</div><!-- ./row -->
45
+
46
+
<!-- Clear the lg cols if their content doesn't match in height -->
<pclass="alert alert-warning small" role="alert"><spanclass="fa fa-flag fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This program is mothballed. It is being neither developed nor supported.</p>
29
-
{% elsif program.status == "obsolete" %}
30
-
<pclass="alert alert-danger small" role="alert"><spanclass="fa fa-exclamation-triangle fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This program is obsolete. It is being neither developed nor supported and is here only for historical reasons.</p>
<pclass="alert alert-warning small" role="alert"><spanclass="fa fa-flag fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This program is mothballed. It is being neither developed nor supported.</p>
36
+
{% elsif program.status == "obsolete" -%}
37
+
<pclass="alert alert-danger small" role="alert"><spanclass="fa fa-exclamation-triangle fa-lg fa-x-pad-right" aria-hidden="true"></span><spanclass="sr-only">Note</span> This program is obsolete. It is being neither developed nor supported and is here only for historical reasons.</p>
38
+
{% endif -%}
39
+
</div><!-- ./panel-body -->
40
+
</section>
41
+
</a><!-- list-group-item -->
42
+
</div><!-- ./col-sm-6 -->
43
+
{% if test == 0 or forloop.last %}
44
+
</div><!-- ./row -->
45
+
46
+
<!-- Clear the lg cols if their content doesn't match in height -->
0 commit comments