Migrating to Silex

This commit is contained in:
José Luis Garrido Labrador
2018-09-21 13:18:46 +02:00
parent aaa9a83eb2
commit 54b7c70adc
27 changed files with 2295 additions and 390 deletions

View File

@@ -1,14 +1,14 @@
<table style="width: 100%; text-align:center">
<tr>
<th>
<a href="?page=code&id={{ code.idc }}&lang={{ code.lang }}&version={{ code.version }}">{{ code.name }}</a>
<a href="{{ path('code',{'idc': code.idc,'lang': code.lang,'version': code.version}) }}">{{ code.name }}</a>
</th>
</tr>
<tr>
<td><strong>Author:</strong>&nbsp{{ code.nick }} <strong> Version: </strong>{{ code.version }} <strong>
Lang: </strong>{{ code.lLang }}</td>
</tr>
{% if code.extlib is not null %}
{% if code.extlib is defined %}
<tr>
<td>
<strong>External library:</strong>&nbsp{{ code.extlib }}