updated albums contents
This commit is contained in:
@@ -21,22 +21,24 @@
|
||||
</p>
|
||||
<hr/>
|
||||
{{ body_html | safe }}
|
||||
<hr/>
|
||||
|
||||
<br><br>
|
||||
{% if entry.source_link != '' %}
|
||||
<ul>
|
||||
<li><b>{{ scr_label }}</b> : <a href="{{ entry.source_link }}">{{ entry.source_title }}</a> - {{ entry.source_site }}</li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
{% if entry.related %}
|
||||
{% if related != None %}
|
||||
<ul>
|
||||
<li><b>{{ rel_label }}</b> : <a href="{{ request.route_url('blog', id=related.id, slug=related.title) }}">{{ related.title }}</a> - {{ related.author }}</li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
<hr/>
|
||||
|
||||
<p>
|
||||
{% if request.authenticated_userid %}
|
||||
Topic - Tag : <strong>{{ entry.topic_id }}</strong> - <strong>{{ entry.tag }}</strong><br>
|
||||
Description : <strong>{{ entry.description }}</strong><br>
|
||||
URL id : <strong>{{ entry.url_id }}</strong><br>
|
||||
Type : <strong>{{ entry.content_type }}</strong><br>
|
||||
Language : <strong>{{ entry.language }}</strong><br>
|
||||
Statut : <strong>{{ entry.status }}</strong><br>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Topic : <strong>{{ entry.topic_id }}</strong> - <strong>{{ entry.language }}</strong><br>
|
||||
Topic : <strong>{{ entry.topic_id }}</strong> - <strong>{{ entry.tag }}</strong><br>
|
||||
{% if blog_id != '0' %}
|
||||
Modifié le : <strong>{{ entry.edit_date }}</strong>
|
||||
{% endif %}
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
<!-- COL 2 Music -->
|
||||
<div class="card-body text-center p-3">
|
||||
<h5><a href="/blog/934/bai-hat">Bài hát</a></h5>
|
||||
<h5><a href="/blog/934/bai-hat">Bài hát</a></h5>
|
||||
<h5><a href="/blog/211/tap-nhac">Tập nhạc</a></h5>
|
||||
<h5><a href="/blog/672/cd-va-k7">CD và K7</a></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -47,6 +47,11 @@
|
||||
<span class="hide-menu">Bài hát </span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="sidebar-item">
|
||||
<a class="sidebar-link" href="{{ request.route_url('blog', id=211, slug='tap-nhac') }}" aria-expanded="false">
|
||||
<span class="hide-menu">Tập nhạc </span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="sidebar-item">
|
||||
<a class="sidebar-link" href="{{ request.route_url('topic', topic='art') }}" aria-expanded="false">
|
||||
<span class="hide-menu">Nghệ thuât</span>
|
||||
|
||||
Reference in New Issue
Block a user