mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
templates: add templates for LMS content
Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
This commit is contained in:
33
erpnext/www/lms/templates/includes/article.html
Normal file
33
erpnext/www/lms/templates/includes/article.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<section class='article-top-section video-section-bg'>
|
||||
<div class='container'>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<h2>{{ current_content.name }}</h2>
|
||||
<span class="text-muted">
|
||||
<i class="octicon octicon-clock" title="Duration"></i> 49 Mins
|
||||
— Published on 28th October 2018.
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-md-4 text-right">
|
||||
<a class='btn btn-outline-secondary' href="#">Previous</a>
|
||||
<a class='btn btn-primary' href="#s">Next</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
</section>
|
||||
<section class="article-content-section">
|
||||
<div class='container'>
|
||||
<div class="content">
|
||||
{{ current_content.article_content }}
|
||||
</div>
|
||||
<div class="text-right hidden">
|
||||
<a class='btn btn-outline-secondary' href="/classrooms/module">Previous</a>
|
||||
<a class='btn btn-primary' href="/classrooms/module">Next</a>
|
||||
</div>
|
||||
<div class="mt-3 text-right">
|
||||
<a class="text-muted" href="/report"><i class="octicon octicon-issue-opened" title="Report"></i> Report a
|
||||
Mistake</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user