array('style' => 'width:30%;margin:auto auto 10px 20px')), array( 'tpldescription', '模版描述', 'attrs' => array('style' => 'width:70%;margin:auto auto 10px 20px') ), array( 'tplcss', '模版CSS代码:(请自行在代码中添加<style>标签,可以使用链接关系)', 'type' => 'textarea', 'attrs' => array('class' => 'ws_alipay_tpl_css') ), array( 'tplhtml', '模版HTML代码:(请直接在<div>标签下写代码)', 'type' => 'textarea', 'attrs' => array('class' => 'ws_alipay_tpl_html') ), array( 'tpljs', '模版javascript代码:(请自行在代码中添加<script>标签,可以使用脚本路径)', 'type' => 'textarea', 'attrs' => array('class' => 'ws_alipay_tpl_js') ), ); $htmls = apply_filters('ws_alipay_templates_htmls', $htmls); echo ws_alipay_label_input_html($htmls, 'ws_alipay_templates_'); ?>