Republishing of FIC2014 challenges
This commit is contained in:
parent
939e6d994d
commit
c54f929846
24 changed files with 329 additions and 117 deletions
|
|
@ -11,8 +11,12 @@
|
|||
<button type="submit" class="btn btn-primary">Importer</button>
|
||||
</form>
|
||||
|
||||
{if isset($pass)}
|
||||
<h2>Pass</h2>
|
||||
<pre>{$pass|escape}</pre>
|
||||
{/if}
|
||||
{if isset($output)}
|
||||
<h2>Output</h2>
|
||||
<pre>{$output}</pre>
|
||||
<pre>{$output|escape}</pre>
|
||||
{/if}
|
||||
{/block}
|
||||
|
|
|
|||
Reference in a new issue