• 39行代码实现JS HTML模板(轻量+高效+易用)


    39行代码实现JS HTML模板(轻量+高效+易用)

            <div class="filterArea onepcssgrid">
                <form class="api-form" data-options="
                        url:'{#item.url#}',
                        success:{#item.success#}">
                <div>
                    <div class="onerow">
                        <div class="col2 text-right">Address</div>
                        <div class="col9">
                            <input type="hidden" name="id" value="{#value.id#}" />
                            <input type="text" name="address" style=" 100%" value="{#value.address#}" />
                        </div>
                    </div>
                    <div class="onerow">
                        <div class="col2 text-right">City</div>
                        <div class="col9">
                            <input type="text" name="city" style=" 100%" value="{#value.city#}" />
                        </div>
                    </div>
                    <div class="onerow">
                        <div class="col2 text-right">Start</div>
                        <div class="col9">
                            <input type="text" name="start" style=" 100%" value="{#value.start#}" />
                        </div>
                    </div>
                    <div class="onerow">
                        <div class="col2 text-right">End</div>
                        <div class="col9">
                            <input type="text" name="end" style=" 100%" value="{#value.end#}" />
                        </div>
                    </div>
                </div>
                <div style="padding: 5px;  100%; margin-top: 5px; text-align: center; height: 22px;">
                    <input class="btn orange" type="submit" value="{#item.title#}" />
                    <input class="btn white" type="reset" value="清空" />
                </div>
                </form>
            </div>
        </div>
        #]
    </script>
    复制代码
     
     
    分类: JS+CSS+HTML
  • 相关阅读:
    F. Maximum White Subtree 树形dp*换根
    D
    E
    两圆相交板子
    lucass定理
    高精度求组合数
    康托展开与康托逆展开
    FFT变换
    Codeforces Round #625 Div. 1 Problem C
    E.Multiply Pollard_rho质因数分解
  • 原文地址:https://www.cnblogs.com/Leo_wl/p/3194482.html
Copyright © 2020-2023  润新知