From 11b8a4cb625f5d2b6f146492f39b52b95b6edb50 Mon Sep 17 00:00:00 2001 From: minyin Date: Mon, 12 Jan 2015 23:01:42 +0800 Subject: [PATCH 1/2] This is a demo of using javascript-tmpl --- test/demoByminyin.html | 99 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 test/demoByminyin.html diff --git a/test/demoByminyin.html b/test/demoByminyin.html new file mode 100644 index 0000000..e3620a5 --- /dev/null +++ b/test/demoByminyin.html @@ -0,0 +1,99 @@ +

Status_Title

+

Status_Description

+ + + + + + + + + + + + + + +
Status_Table_Title
Device_IdChip_InfoStatusFrequencyMethodsSpeedTypePower
+
This is a div
+ + + + + + + + + \ No newline at end of file From 79c588d410526e8653fe5a3002cb8cc80a3218ff Mon Sep 17 00:00:00 2001 From: minyin Date: Sun, 1 Mar 2015 00:15:22 +0800 Subject: [PATCH 2/2] This is the second check in. --- test/.demoByminyin.html.swp | Bin 0 -> 12288 bytes test/demoByminyin.html | 3 +- test/demoByminyin.html~ | 99 ++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 test/.demoByminyin.html.swp create mode 100644 test/demoByminyin.html~ diff --git a/test/.demoByminyin.html.swp b/test/.demoByminyin.html.swp new file mode 100644 index 0000000000000000000000000000000000000000..487b399848175846692fce296fee2bfc8c9c8779 GIT binary patch literal 12288 zcmeI2&yU+g6vwAXsDvMdmJ0_Cv)K$w~ig0 z$!^m$TzcTh35f$p9N-870Rn{J4*(${wNl}L!~vmlK&TfumhT(ejnf9YJyMOeAIE-g z#(wjic`xnmoGHCnTj5Wcdl`<$7`ycQ^*UW%*~Qq&6}r0fadM@2eDTiB*izYA=|AmB z>ltU=Inju`jx5$iyW=}jbS)q)SG2=J{k9kMy})eAw!ewT>LywNt-z)f*v9tkUMNi) zQ~dEAFKnuZZlo2^3TOqi0$KsBfL1^&pcT*x+&c=$&K7n9!?_Q*U`ql%^r02d3TOqi z0$KsBfL1^&pcT*xXa%$aS^=%VJ)(ev|MU;8S+E~Wf!`is>@xTsybT5*0_T7OUI8zG z8kh##!S#n3`vQCf-T|)x4=jVj;2@X=TfvtP!4HmsC9nu~fIlB(>>9WXJ_B!p0eBfK zf}P;+9NK|j!H?i7_zrvx-U6?K7AS!NcoJ*}e?7q1&){3|DR>vW0WJawJa7z{;0bU8 zdS3%qz&GG?@GayN+~BIu#107j#7=4>qNU@-uEI3+ROpGZ5$HLEq08%m{nj)AolPI zpUKaiqV7d{ZZQ(r5!VnEBl{NP^c*@24=|2nsLr_|%h6rVI38|@$S8ATU#YZVq}F=B zBgp6pV?MQ==m_DG@u;`f8ktvwY=v$&cDR}LMNiD~*~jhmCV5q$7K($FWdy zvW)zTEw57xnj!V91ycBM#gXnd%7gfFh?sJj(D%fl!<5DyIP^pqZVMW=2@%73Gu(wZ zT$sjVP2+?k8{~66$8Ut~_RTmK(l`y8m-GfP(=g~TdXZ1VYf0HDTh_+Lh8cE5&<%T0 zLzrQ-X8B$N_t@CDQmY$Gb)tTO(^j(rD^HpvZ#B}}GLJPfq$hpVc(h@X-`p@s;;cK7 zT6|bT17=SZi}6~mGB&ns2eW)QEbv(@n4E3N2rC&E(yb0=E1opf@_`pFw+hc~$9Qv^ zpG@mdE44sZYXrUVyL=G zDNt!5JfqA{#XYEYP%k>}HW5c1CugGakELR4xyxL?SsUn`gU5HLYNjV6L}5A@k}jugme{aQJNt zCp^`X&KX}&+)1IMI;Sd}DsL!BWS|

Status_Title

Status_Description

@@ -96,4 +97,4 @@

Features

$dot = $('[data-tmpl-replace="tmpl_traffic"]'); $dot.nextAll().remove(); $(tmpl('tmpl_traffic', data.data)).insertAfter($dot) - \ No newline at end of file + diff --git a/test/demoByminyin.html~ b/test/demoByminyin.html~ new file mode 100644 index 0000000..e3620a5 --- /dev/null +++ b/test/demoByminyin.html~ @@ -0,0 +1,99 @@ +

Status_Title

+

Status_Description

+
+ + + + + + + + + + + + + +
Status_Table_Title
Device_IdChip_InfoStatusFrequencyMethodsSpeedTypePower
+
This is a div
+ + + + + + + + + \ No newline at end of file