All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dialog.selectMedia.ftl Maven / Gradle / Ivy

[#assign emptyThumbnailUrl = '${request.contextPath}/.resources/media/assets/empty.gif']
[#if !alreadyrendered]

[/#if]


[#if !binaryfield?exists]
  [#assign valuemediacontent = value!'null']
[#else]
  [#assign valuemediacontent = '']
[/#if]


[#if value?exists && value?length > 0]
  [#assign dispRem = "block"]
  [#assign dispSel = "none"]
[#else]
  [#assign dispRem = "none"]
  [#assign dispSel = "block"]
[/#if]
[#if (configuration['resizing']!false)?string == 'true']
  [#assign dispResize = "block"]
[#else]
  [#assign dispResize = "none"]
[/#if]



${filename!''}
Width
Height
${msgs.get("media.remove")}
[#if (configuration['showpath']!false)?string == 'true' && handle?has_content] [/#if]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy