Fix for W3C
This commit is contained in:
@@ -99,7 +99,7 @@ if Counter==0:
|
|||||||
## <div id="collapseEvent${num}" class="accordion-body collapse">
|
## <div id="collapseEvent${num}" class="accordion-body collapse">
|
||||||
## <div class="accordion-inner">
|
## <div class="accordion-inner">
|
||||||
|
|
||||||
<table width="100%" class="table table-striped table-bordered table-hover">
|
<table class="table table-striped table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width:7em;text-align:center;">Date</th>
|
<th style="width:7em;text-align:center;">Date</th>
|
||||||
|
|||||||
@@ -80,9 +80,9 @@ DicForm = {
|
|||||||
|
|
||||||
${helpers.DisplayForm(form, DicForm)}
|
${helpers.DisplayForm(form, DicForm)}
|
||||||
<br>
|
<br>
|
||||||
<center>
|
<div class="center">
|
||||||
<button class="btn btn-large btn-primary" type="submit">Proposer</button>
|
<button class="btn btn-large btn-primary" type="submit">Proposer</button>
|
||||||
</center>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ DicForm = {
|
|||||||
% endif
|
% endif
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<center>
|
<div class="center">
|
||||||
<button type="submit" class="btn btn-large btn-primary" />
|
<button type="submit" class="btn btn-large btn-primary" />
|
||||||
% if 'uid' in form._fields:
|
% if 'uid' in form._fields:
|
||||||
<i class="icon-ok icon-white"></i> Mettre à jour
|
<i class="icon-ok icon-white"></i> Mettre à jour
|
||||||
@@ -209,7 +209,7 @@ DicForm = {
|
|||||||
<i class="icon-ok icon-white"></i> Proposer
|
<i class="icon-ok icon-white"></i> Proposer
|
||||||
</button>
|
</button>
|
||||||
% endif
|
% endif
|
||||||
</center>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
% if 'uid' in form._fields:
|
% if 'uid' in form._fields:
|
||||||
|
|||||||
+11
-11
@@ -207,7 +207,7 @@ TabJs = {'select':[], 'desc':[]}
|
|||||||
<li class="span2">
|
<li class="span2">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<a class="pull-left" href="${filelink}">
|
<a class="pull-left" href="${filelink}">
|
||||||
<img class="media-object" src="${thumb}" />
|
<img class="media-object" src="${thumb}" alt="Fichier media" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
@@ -291,7 +291,7 @@ TabJs = {'select':[], 'desc':[]}
|
|||||||
<td style="width: 80px;">
|
<td style="width: 80px;">
|
||||||
<span class="preview">
|
<span class="preview">
|
||||||
{% if (file.thumbnailUrl) { %}
|
{% if (file.thumbnailUrl) { %}
|
||||||
<a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery><img src="{%=file.thumbnailUrl%}"></a>
|
<a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery><img src="{%=file.thumbnailUrl%}" alt="{%=file.name%}"></a>
|
||||||
{% } %}
|
{% } %}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
@@ -415,9 +415,9 @@ TabJs = {'select':[], 'desc':[]}
|
|||||||
<div class="media">
|
<div class="media">
|
||||||
<a class="pull-left" href="/entity/${Entity.entity_type}/${tiers.slug}">
|
<a class="pull-left" href="/entity/${Entity.entity_type}/${tiers.slug}">
|
||||||
% if tiers.ThumbLinks:
|
% if tiers.ThumbLinks:
|
||||||
<img class="media-object" src="${tiers.ThumbLinks.pop()}" />
|
<img class="media-object" src="${tiers.ThumbLinks.pop()}" alt="${tiers.slug}" />
|
||||||
% else:
|
% else:
|
||||||
<img class="media-object" src="/img/no-image-thumb.jpg" />
|
<img class="media-object" src="/img/no-image-thumb.jpg" alt="no-image" />
|
||||||
% endif
|
% endif
|
||||||
</a>
|
</a>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
@@ -539,10 +539,8 @@ TabJs = {'select':[], 'desc':[]}
|
|||||||
% endfor
|
% endfor
|
||||||
% else:
|
% else:
|
||||||
<div class="active item" id="UserPic0">
|
<div class="active item" id="UserPic0">
|
||||||
<div style="margin:auto;width:170px;">
|
<div class="center" style="margin:auto;width:170px;">
|
||||||
<center>
|
|
||||||
<img src="/img/no-image.jpg" class="img-polaroid" alt="Photo ${SallePhy.name}" style="max-height:130px;" />
|
<img src="/img/no-image.jpg" class="img-polaroid" alt="Photo ${SallePhy.name}" style="max-height:130px;" />
|
||||||
<center>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
% endif
|
% endif
|
||||||
@@ -655,12 +653,13 @@ TabJs = {'select':[], 'desc':[]}
|
|||||||
<th colspan="3">Sponsors ${Year}</th>
|
<th colspan="3">Sponsors ${Year}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr>
|
|
||||||
<% num = -1 %>
|
<% num = -1 %>
|
||||||
% for entity in request.sponsors(Year):
|
% for entity in request.sponsors(Year):
|
||||||
% for thumb in entity.ThumbLinks:
|
% for thumb in entity.ThumbLinks:
|
||||||
<% num+=1 %>
|
<% num+=1 %>
|
||||||
% if (num%3==0):
|
% if (num==0):
|
||||||
|
<tr>
|
||||||
|
% elif (num%3==0):
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
% endif
|
% endif
|
||||||
<td>
|
<td>
|
||||||
@@ -679,12 +678,13 @@ TabJs = {'select':[], 'desc':[]}
|
|||||||
<th colspan="3">Exposants ${Year}</th>
|
<th colspan="3">Exposants ${Year}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr>
|
|
||||||
<% num = -1 %>
|
<% num = -1 %>
|
||||||
% for entity in request.exposants(Year):
|
% for entity in request.exposants(Year):
|
||||||
% for thumb in entity.ThumbLinks:
|
% for thumb in entity.ThumbLinks:
|
||||||
<% num+=1 %>
|
<% num+=1 %>
|
||||||
% if (num%3==0):
|
% if (num==0):
|
||||||
|
<tr>
|
||||||
|
% elif (num%3==0):
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
% endif
|
% endif
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user