Republishing of FIC2014 challenges
This commit is contained in:
parent
939e6d994d
commit
c54f929846
24 changed files with 329 additions and 117 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{extends file="layout.tpl"}
|
||||
|
||||
{block name=head}
|
||||
<link href="/css/home.css" rel="stylesheet">
|
||||
<link href="/css/score.css" rel="stylesheet">
|
||||
<link href="{$SALT_CDN}css/main.css" type="text/css" rel="stylesheet">
|
||||
{block name=head2}{/block}
|
||||
{/block}
|
||||
|
||||
|
|
@ -40,7 +39,7 @@
|
|||
{/block}
|
||||
|
||||
{block name=end}
|
||||
<script src="/js/countdown.js"></script>
|
||||
<script src="{$SALT_CDN}/js/countdown.js"></script>
|
||||
<script type="text/javascript">
|
||||
{if isset($END)}
|
||||
var end_challenge = new Date({$END * 1000});
|
||||
|
|
|
|||
Reference in a new issue