ntopia-webed.5.3.0.source-code.VM_global_library.vm Maven / Gradle / Ivy
## -----------------------------------------------------------------------
#macro (condAttribute $name $value)
#if ( $value )
${name}="${value}"#end#end
## -----------------------------------------------------------------------
#macro (condHiddenField $name $value)
#if ( $value )
#end#end
## -----------------------------------------------------------------------
© 2015 - 2025 Weber Informatics LLC | Privacy Policy