/* * Created by PyramIDE. * User: フランスのトトロ aka (David RENÉ) * Date: 23/02/2017 * Time: 21:43 * © Calexium */ read calexium_lib/web/CXM_making_a_web_site.anubis public type Font_Awesome: awesome( String code ) . public define HTML_Off_Form to_HTML ( Font_Awesome fa )= since fa is awesome(code), i([class("fa fa-"+code), attr("aria-hidden", "true")],"") .