Modify public theme

This commit is contained in:
nemunaire 2013-12-12 19:33:18 +01:00
commit 4b101ef4b2
5 changed files with 9 additions and 11 deletions

View file

@ -33,7 +33,7 @@
{if file_exists($file['path'])}
<tr>
<td>
<a href="/{$file['path']}">
<a href="/files/{$file['path_orig']}">
<span class="glyphicon glyphicon-download"></span>
</a>
</td>
@ -56,7 +56,7 @@
{if $cur_exercice->has_solved($my_team)}
Déjà résolu à {$cur_exercice->has_solved($my_team)|date_format:"%H:%M:%S"} :)
{else}
<form role="form" method="post" action="/{$SALT_USER}/{$my_team->get_id()}/{$cur_theme->get_id()}-{$cur_theme->get_name()}/{$cur_exercice->id}/submission">
<form role="form" method="post" action="/{$SALT_USER}/{$my_team->get_id()}/{$cur_theme->get_id()}-{$cur_theme->get_name_url()}/{$cur_exercice->id}/submission">
<div class="form-group">
<label for="solution">Soumettre la solution :</label>
<input type="text" class="form-control" id="solution" name="solution">