feat(templates): Added selfservice qr
This commit is contained in:
		@@ -87,13 +87,30 @@
 | 
				
			|||||||
          <td>Gesamt</td>
 | 
					          <td>Gesamt</td>
 | 
				
			||||||
          <td>{{ formatUnit "euro" $.Locale .TotalPerDistance }} {{ $.CurrencySymbol }}</td>
 | 
					          <td>{{ formatUnit "euro" $.Locale .TotalPerDistance }} {{ $.CurrencySymbol }}</td>
 | 
				
			||||||
          <td>{{ formatUnit "euro" $.Locale .TotalDonations }} {{ $.CurrencySymbol }}</td>
 | 
					          <td>{{ formatUnit "euro" $.Locale .TotalDonations }} {{ $.CurrencySymbol }}</td>
 | 
				
			||||||
        </tfoot>
 | 
					        </table>
 | 
				
			||||||
      </table>
 | 
					        </main>
 | 
				
			||||||
    </main>
 | 
					        <footer class="certificate-footer">
 | 
				
			||||||
    <footer class="certificate-footer">
 | 
					            <table style="border-collapse: collapse; border: none; width: 17cm;">
 | 
				
			||||||
      <p>
 | 
					            <thead>
 | 
				
			||||||
        {{ $.Footer }}
 | 
					              <tr>
 | 
				
			||||||
      </p>
 | 
					              <th style="border: none; width: 50%; text-align: center;">Link zu deinen Rundenzeiten</th>
 | 
				
			||||||
 | 
					              <!-- <th style="border: none; width: 50%; text-align: center;">Spende überweisen</th> -->
 | 
				
			||||||
 | 
					              </tr>
 | 
				
			||||||
 | 
					            </thead>
 | 
				
			||||||
 | 
					            <tbody>
 | 
				
			||||||
 | 
					              <tr>
 | 
				
			||||||
 | 
					              <td style="border: none; text-align: center;">
 | 
				
			||||||
 | 
					                <img src="data:image/png;base64,{{ barcode .SelfServiceLink "qr" "" }}" style="height: 2.5cm; padding: 0.2cm">
 | 
				
			||||||
 | 
					              </td>
 | 
				
			||||||
 | 
					              <td style="border: none; text-align: center;">
 | 
				
			||||||
 | 
					                <!-- <img src="data:image/png;base64,{{ barcode ".SelfServiceLink" "qr" "" }}" style="height: 2.5cm; padding: 0.2cm"> -->
 | 
				
			||||||
 | 
					              </td>
 | 
				
			||||||
 | 
					              </tr>
 | 
				
			||||||
 | 
					            </tbody>
 | 
				
			||||||
 | 
					            </table>
 | 
				
			||||||
 | 
					          <p style="text-align: center;">
 | 
				
			||||||
 | 
					            {{ $.Footer }}
 | 
				
			||||||
 | 
					          </p>
 | 
				
			||||||
    </footer>
 | 
					    </footer>
 | 
				
			||||||
  </article>
 | 
					  </article>
 | 
				
			||||||
  {{ end }}
 | 
					  {{ end }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -91,6 +91,24 @@
 | 
				
			|||||||
      </table>
 | 
					      </table>
 | 
				
			||||||
    </main>
 | 
					    </main>
 | 
				
			||||||
    <footer class="certificate-footer">
 | 
					    <footer class="certificate-footer">
 | 
				
			||||||
 | 
					      <table style="border-collapse: collapse; border: none; width: 17cm;">
 | 
				
			||||||
 | 
					        <thead>
 | 
				
			||||||
 | 
					          <tr>
 | 
				
			||||||
 | 
					            <th style="border: none; width: 50%; text-align: center;">Link to your lap times</th>
 | 
				
			||||||
 | 
					            <!-- <th style="border: none; width: 50%; text-align: center;">Transfer donation</th> -->
 | 
				
			||||||
 | 
					          </tr>
 | 
				
			||||||
 | 
					        </thead>
 | 
				
			||||||
 | 
					        <tbody>
 | 
				
			||||||
 | 
					          <tr>
 | 
				
			||||||
 | 
					          <td style="border: none; text-align: center;">
 | 
				
			||||||
 | 
					            <img src="data:image/png;base64,{{ barcode .SelfServiceLink "qr" "" }}" style="height: 2.5cm; padding: 0.2cm">
 | 
				
			||||||
 | 
					          </td>
 | 
				
			||||||
 | 
					          <td style="border: none; text-align: center;">
 | 
				
			||||||
 | 
					            <!-- <img src="data:image/png;base64,{{ barcode ".SelfServiceLink" "qr" "" }}" style="height: 2.5cm; padding: 0.2cm"> -->
 | 
				
			||||||
 | 
					          </td>
 | 
				
			||||||
 | 
					          </tr>
 | 
				
			||||||
 | 
					        </tbody>
 | 
				
			||||||
 | 
					        </table>
 | 
				
			||||||
      <p>
 | 
					      <p>
 | 
				
			||||||
        {{ $.Footer }}
 | 
					        {{ $.Footer }}
 | 
				
			||||||
      </p>
 | 
					      </p>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user