Actualización

This commit is contained in:
Xes
2025-04-10 12:49:05 +02:00
parent 4aff98e77b
commit 1cdd00920f
9151 changed files with 1800913 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<div class="row">
<div class="col-sm-3 col-sm-offset-3">
<a href="{{ _p.web_main }}auth/courses.php?{{ {'action':'subscribe_to_session', 'session_id':session_id, 'confirm':'1'}|url_encode() }}" class="btn btn-success btn-block">
{{ 'Yes'|get_lang }}
</a>
</div>
<div class="col-sm-3">
<button type="button" class="btn btn-danger btn-block" data-dismiss="modal">{{ 'No'|get_lang }}</button>
</div>
</div>

View File

@@ -0,0 +1,18 @@
{% for user in users %}
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">
<img src="{{ user.picture_url }}" alt="{{ user.complete_name }}">
{{ user.complete_name }}
<small>{{ user.username }}</small>
</h3>
</div>
<div class="panel-body">
{% if not user.course_list %}
<div class="alert alert-warning">{{ 'UserHasNoCourse'|get_lang }}</div>
{% else %}
{{ user.course_list }}
{% endif %}
</div>
</div>
{% endfor %}

View File

@@ -0,0 +1,14 @@
{%
extends hide_header == true
? 'layout/blank.tpl'|get_template
: 'layout/layout_1_col.tpl'|get_template
%}
{% block content %}
{{ inscription_header }}
{{ inscription_content }}
{{ form }}
{{ text_after_registration }}
{% endblock %}

View File

@@ -0,0 +1,10 @@
The following files were sent to the main/auth folder to improve the template option in this section
list files:
-catalog_layout.php
-categories_list.php
-courses_categories.php
-courses-list.php
-layout.php