Skip to content

Commit

Permalink
fix: isodid + remove unused markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jun 24, 2024
1 parent c839a4a commit a22d868
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@
</div>

<script>
Vue.use(VueMarkdown);

var _{{ cds_cod }} = new Vue({
el: '#_{{ cds_cod }}',
data() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,25 @@
</loading-icon>
<div v-else>
<div class="row" v-if="data">
<div class="mt-4 col-12">
<ul>
<li>
<div style="background: rgb(0, 143, 251);margin-right: 5px; width: 12px;height:12px;display: inline-block;"></div>
<b>IVP Frequentanti:</b>
indica i questionari degli studenti che hanno dichiarato di aver frequentato almeno il 50% delle ore di lezione/laboratorio/esercitazione
</li>
<li>
<div style="background: rgb(0, 227, 150);margin-right: 5px; width: 12px;height:12px;display: inline-block;"></div>
<b>IVP Non frequentanti:</b>
indica i questionari degli studenti in corso che hanno dichiarato di aver frequentato almeno il 50% delle ore di lezione/laboratorio/esercitazione
</li>
<li>
<div style="background: rgb(254, 176, 25);margin-right: 5px; width: 12px;height:12px;display: inline-block;"></div>
<b>IVP Frequentanti IC:</b>
indica i questionari degli studenti che hanno dichiarato di aver frequentato meno del 50% delle ore di lezione/laboratorio
</li>
</ul>
</div>
<div class="col-12">
<div v-for="(value, key) in data">
<p class="h4 lighter mt-5">[[ key ]]</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

{% block container %}

<script src="{% static 'js/vue-markdown.js' %}"></script>


{% get_current_language as LANGUAGE_CODE %}
{% breadcrumbs webpath=webpath leaf=handler %}

Expand Down Expand Up @@ -267,8 +264,6 @@
</div>

<script>
Vue.use(VueMarkdown);

var _{{ cds_cod }} = new Vue({
el: '#_{{ cds_cod }}',
data() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

{% block container %}

<script src="{% static 'js/vue-markdown.js' %}"></script>


{% get_current_language as LANGUAGE_CODE %}
{% breadcrumbs webpath=webpath leaf=handler %}

Expand Down Expand Up @@ -601,8 +598,6 @@
</div>

<script>
Vue.use(VueMarkdown);

var _{{ cds_cod }}_1 = new Vue({
el: '#_{{ cds_cod }}_1',
data() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

{% block container %}

<script src="{% static 'js/vue-markdown.js' %}"></script>


{% get_current_language as LANGUAGE_CODE %}
{% breadcrumbs webpath=webpath leaf=handler %}

Expand Down Expand Up @@ -264,8 +261,6 @@
</div>

<script>
Vue.use(VueMarkdown);

var _{{ cds_cod }}_impegniUP = new Vue({
el: '#impegniUP',
data () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@

{% block container %}

<script src="{% static 'js/vue-markdown.js' %}"></script>


{% get_current_language as LANGUAGE_CODE %}
{% breadcrumbs webpath=webpath leaf=handler %}

Expand Down Expand Up @@ -340,8 +337,6 @@
</div>

<script>
Vue.use(VueMarkdown);

var _{{ cds_cod }}_impegniUP = new Vue({
el: '#impegniUP',
data () {
Expand Down

0 comments on commit a22d868

Please sign in to comment.