Cosmetic commit
This commit is contained in:
parent
bc997708f4
commit
19f744a11c
3 changed files with 12 additions and 10 deletions
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title>{block name=title}Challenge FIC2014{/block}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- Bootstrap -->
|
||||
<link href="{$SALT_CDN}/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<link href="{$SALT_CDN}/css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
|
||||
|
||||
|
|
@ -31,16 +30,17 @@
|
|||
{/if}
|
||||
{block name=content}{/block}
|
||||
{/block}
|
||||
<hr>
|
||||
|
||||
<footer>
|
||||
<p>© <a href="http://www.forum-fic.com/">FIC</a> 2014
|
||||
© <a href="http://www.epita.fr/">EPITA</a></p>
|
||||
</footer>
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<!--
|
||||
<div class="container">
|
||||
<hr>
|
||||
<footer>
|
||||
<p>© <a href="http://www.forum-fic.com/">FIC</a> 2014
|
||||
© <a href="http://www.epita.fr/">EPITA</a></p>
|
||||
</footer>
|
||||
</div>
|
||||
-->
|
||||
<script src="{$SALT_CDN}/js/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
{block name=end}{/block}
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{extends file="layout.tpl"}
|
||||
{block name=body}
|
||||
<div class="container">
|
||||
<h3>Choisissez la team que vous voulez représenter :</h3>
|
||||
{foreach from=$teams item=i}
|
||||
<ul>
|
||||
<li>{link href_prefix="/{$SALT_USER}/{$i->id}/" href="" label="{$i->team_name}"}</li>
|
||||
</ul>
|
||||
{/foreach}
|
||||
</div>
|
||||
{/block}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<div class="panel-body">
|
||||
{if not empty($members)}
|
||||
<table class="table">
|
||||
<table class="table table-striped table-hover">
|
||||
<thead><tr>
|
||||
<th>Prénom</th>
|
||||
<th>Nom</th>
|
||||
|
|
|
|||
Reference in a new issue