Fix for SSM2017 remarks
This commit is contained in:
@@ -68,10 +68,14 @@ DicForm2 = {
|
|||||||
${helpers.DisplayRespForm(profil_form, DicFormB)}
|
${helpers.DisplayRespForm(profil_form, DicFormB)}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Activité</legend>
|
<legend>Activité</legend>
|
||||||
|
<div class="pull-right">
|
||||||
|
<a href="/entities" class="add btn btn-block btn-mini btn-info"><i class="icon-list-alt icon-white"> </i> La Liste des entités </a>
|
||||||
|
<a href="/entity" class="add btn btn-block btn-mini btn-primary"><i class="icon-plus-sign icon-white"> </i> Ajouter une entité </a>
|
||||||
|
</div>
|
||||||
Saisissez ci-dessous les entités que vous souhaiter représenter pendant l'événement.
|
Saisissez ci-dessous les entités que vous souhaiter représenter pendant l'événement.
|
||||||
(Association, GULL, Entreprise, Logiciel, ...).<br>
|
(Association, GULL, Entreprise, Logiciel, ...).<br>
|
||||||
Si elle n'existe pas dans la liste proposée, vous pouvez <a href="/entity"> en ajouter une. </a>
|
Si elle n'existe pas dans la liste proposée, vous pouvez <a href="/entity"> en ajouter une. </a>
|
||||||
|
|
||||||
<div class="repeat">
|
<div class="repeat">
|
||||||
<table class="wrapper table" width="100%">
|
<table class="wrapper table" width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -100,7 +104,7 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)}
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="remove btn btn-mini btn-danger">
|
<span class="remove btn btn-mini btn-danger">
|
||||||
<i class="icon-remove-sign icon-white"></i> Suppr.
|
<i class="icon-remove-sign icon-white"> </i> Suppr.
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -139,7 +143,7 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)}
|
|||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" style="text-align:center;line-height: 3em;">
|
<td colspan="5" style="text-align:center;line-height: 3em;">
|
||||||
<span class="add btn btn-mini btn-primary"><i class="icon-plus-sign icon-white"></i> Je fais partie de ...</span>
|
<span class="add btn btn-mini btn-primary"><i class="icon-plus-sign icon-white"></i> Je fais partie de ...</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
|
|||||||
@@ -136,6 +136,8 @@ ${helpers.uploader_js()}
|
|||||||
<li><a href="/ListOrga">Participations à l'orga</a></li>
|
<li><a href="/ListOrga">Participations à l'orga</a></li>
|
||||||
<li role="separator" class="divider"></li>
|
<li role="separator" class="divider"></li>
|
||||||
% endif
|
% endif
|
||||||
|
<li><a href="/MesJM2L">Mon profil</a></li>
|
||||||
|
<li><a href="/user/${request.user.slug}">Mon profil public</a></li>
|
||||||
<li><a href="/sign/out">Me déconnecter</a></li>
|
<li><a href="/sign/out">Me déconnecter</a></li>
|
||||||
% else:
|
% else:
|
||||||
<li><a href="/participer-l-evenement#inscription">Je m'inscris</a></li>
|
<li><a href="/participer-l-evenement#inscription">Je m'inscris</a></li>
|
||||||
|
|||||||
@@ -5,8 +5,10 @@
|
|||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span10 offset1">
|
<div class="span10 offset1">
|
||||||
|
|
||||||
% if request.user and (DispUser.uid==request.user.uid or request.user.uid==1):
|
% if request.user and request.user.Staff and DispUser.uid!=request.user.uid:
|
||||||
<a style="float:right;" href="/MesJM2L?user=${DispUser.uid}">Editer</a>
|
<a style="float:right;" href="/MesJM2L?user=${DispUser.uid}">Modifier</a>
|
||||||
|
% elif request.user and DispUser.uid==request.user.uid:
|
||||||
|
<a style="float:right;" href="/MesJM2L">Modifier</a>
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
<h2>${DispUser.prenom | n} ${DispUser.nom | n}</h2>
|
<h2>${DispUser.prenom | n} ${DispUser.nom | n}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user