| commit | cbe8b14f2375d900702c40f9c4c4301defa29e60 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Jun 24 17:48:20 2023 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Jun 24 18:20:12 2023 +0200 |
| tree | 3ff3a5d3a0b34482217b72c80bc7c25f710f85c1 | |
| parent | b07481cad5efc0c811fe1082975589efeb97bb05 [diff] [blame] |
Add linked qrcode: qrlink Change-Id: I344ae90b5cc6aad9f61ff5ac9e42fe8680af7164
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index d6aec3d..5b929e1 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -671,7 +671,10 @@ </div> <div id="info-column"> - $if(contact.qrcode)$ + $if(contact.qrlink)$ + ${ contact.qrlink } + <br/> + $elseif(contact.qrcode)$ <img class="qrcode" src="$contact.qrcode$"/> <br/> $endif$