1
ENGLISH / Individual templates question
« on: July 16, 2024, 11:30:55 »
Hello,
I have a custom individual template in which I'm trying to set a conditional display for BURI and CREM, but I can't get the colour markers to work, and the BURI image is missing. The code is as follows:
Is this possible, please? Thank you in advance.
Regards,
Pedro
I have a custom individual template in which I'm trying to set a conditional display for BURI and CREM, but I can't get the colour markers to work, and the BURI image is missing. The code is as follows:
Code: [Select]
<td>
<ifvalue path=INDI:BURI default path=INDI:CREM img=yes txt=no>
</td>
<td valign="top">
<b><ifvalue path=INDI:BURI:DATE default=INDI:CREM:DATE></b> <br>
<ifvalue path=INDI:BURI:PLAC:NOTE default=INDI:CREM:PLAC:NOTE max=67>
</td>
<td>
<table>
<font color=green><mark <ifvalue path=INDI:BURI:SOUR default INDI:CREM:SOUR>></font>
<font color=red><mark <ifvalue path=INDI:BURI:SOUR default INDI:CREM:SOUR> notpresent="true"></font>
</table>
</td>
Is this possible, please? Thank you in advance.
Regards,
Pedro