✏️ 正在编辑: main.html
路径:
/home/ubuntu/plugins-bkp-26012025/forminator/assets/js/front/templates/form/main.html
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include('global/grid.html'); include('global/container-padding.html'); include('global/container-border.html'); include('global/container-colors.html'); include self::get_template( $theme, 'field-border.html'); include('global/paypal-button.html'); include('global/response-font.html'); include self::get_template( $theme,'response-error-colors.html'); include self::get_template( $theme,'response-success-colors.html'); include('global/response-loading-colors.html'); include('global/section-font.html'); include('global/section-colors.html'); include self::get_template( $theme,'label-font.html'); include self::get_template( $theme,'label-colors.html'); include('global/description-font.html'); include('global/description-colors.html'); include('global/field-error-font.html'); include self::get_template( $theme,'field-error-colors.html'); include('global/input-font.html'); include self::get_template( $theme,'input-colors.html'); include('global/input-suffix-font.html'); include('global/input-suffix-colors.html'); include('global/input-prefix-font.html'); include('global/input-prefix-colors.html'); include('global/field-image-size.html'); include('global/textarea-font.html'); include self::get_template( $theme,'textarea-colors.html'); include('global/radio-font.html'); include self::get_template( $theme,'radio-colors.html'); include('global/checkbox-font.html'); include self::get_template( $theme,'checkbox-colors.html'); include('global/consent-colors.html'); include('global/select2-font.html'); include self::get_template( $theme,'select2-colors.html'); include('global/dropdown2-font.html'); include self::get_template( $theme,'dropdown2-colors.html'); include('global/multiselect-font.html'); include self::get_template( $theme,'multiselect-colors.html'); include('global/calendar-font.html'); include self::get_template( $theme,'calendar-colors.html'); include('global/upload-font.html'); include('global/upload-colors.html'); include('global/multiupload-font.html'); include self::get_template( $theme,'multiupload-colors.html'); include self::get_template( $theme,'signature-font.html'); include self::get_template( $theme,'signature-colors.html'); include('global/submit-font.html'); include('global/submit-colors.html'); include self::get_template( $theme,'pagination-steps-font.html'); include self::get_template( $theme,'pagination-steps-colors.html'); include('global/pagination-progress-font.html'); include('global/pagination-progress-colors.html'); include('global/back-font.html'); include('global/back-colors.html'); include('global/next-font.html'); include('global/next-colors.html'); include('global/repeater-colors.html'); include('global/repeater-font.html'); include('global/repeater-link-colors.html'); include('global/repeater-icon-colors.html'); include self::get_template( $theme,'repeater-button-colors.html'); include self::get_template( $theme,'card-colors.html'); include('global/rating-colors.html'); if ( forminator_array_value_exists( $properties, 'use-custom-css' ) && forminator_array_value_exists( $properties, 'custom_css' ) ) { echo $properties['custom_css']; }
💾 保存文件
← 返回文件管理器