- Iscrizione Conacreis

This commit is contained in:
Paolo Arena
2021-06-04 10:07:57 +02:00
parent cf97870cc7
commit 9d5eda50ae
20 changed files with 3048 additions and 1525 deletions

View File

@@ -19,7 +19,13 @@ span CAP: 
span Nazione: 
strong #{iscritto.residency_country}<br>
span Data di Nascita:&nbsp;
strong #{iscritto.dateofbirth}<br>
strong #{data_nascita}<br>
span Città di Nascita:&nbsp;
strong #{iscritto.born_city}<br>
span Provincia di Nascita:&nbsp;
strong #{iscritto.born_province}<br>
span Paese di Nascita:&nbsp;
strong #{iscritto.born_country}<br>
span Cellulare:&nbsp;
strong #{iscritto.cell_phone}<br>
span Abilita le Newsletter? :&nbsp;

View File

@@ -43,6 +43,7 @@ html
- var descr = product._doc.order.product.name
- var img = product._doc.order.product.img
- var price = product._doc.order.price
- var after_price = product._doc.order.after_price
- var qty = product._doc.order.quantity
- index = index + 1
@@ -64,7 +65,7 @@ html
p #{descr}
tr
td(class="sectionContent", valign="top")
p Prezzo: #{price} €
p Prezzo: #{price} € #{after_price}
tr
td(class="sectionContent", valign="top")
p Quantità: #{qty}

View File

@@ -43,6 +43,7 @@ html
- var descr = product._doc.order.product.name
- var img = product._doc.order.product.img
- var price = product._doc.order.price
- var after_price = product._doc.order.after_price
- var qty = product._doc.order.quantity
- index = index + 1
@@ -64,7 +65,7 @@ html
p #{descr}
tr
td(class="sectionContent", valign="top")
p Prezzo: #{price} €
p Prezzo: #{price} € #{after_price}
tr
td(class="sectionContent", valign="top")
p Quantità: #{qty}

View File

@@ -89,6 +89,8 @@ html
- imgev = event.img
- var teacher1 = ''
- var teacher2 = ''
- var teacher3 = ''
- var teacher4 = ''
- var contrib = ''
- var myclteach = 'q-chip'
- if (event.op1[0] && event.op1[0].username !== 'nessuno')
@@ -96,6 +98,10 @@ html
- if ((event.op2[0] && event.op2[0].username !== 'nessuno'))
- teacher2 = event.op2[0].name + ' ' + event.op2[0].surname
- myclteach = 'q-chip2'
- if (event.op3[0] && event.op3[0].username !== 'nessuno')
- teacher3 = "<br>" . event.op3[0].name + ' ' + event.op3[0].surname
- if (event.op4[0] && event.op4[0].username !== 'nessuno')
- teacher4 = "<br>" . event.op4[0].name + ' ' + event.op4[0].surname
- if (event.contrib[0])
- contrib = event.contrib[0].label
@@ -114,7 +120,7 @@ html
tr
td
img(src=baseimg + imgev, alt="", width="150")
p(class="teacher") #{teacher1} <br> #{teacher2}
p(class="teacher") #{teacher1} <br> #{teacher2} #{teacher3} #{teacher4}
td(class="column", valign="top")
table(cellpadding="0", cellspacing="0", summary="", border="0")