Rev 13815 | Rev 13820 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13815 | Rev 13816 | ||
---|---|---|---|
Line 123... | Line 123... | ||
123 | !if $(replytype$k) iswordof clickfill dragfill |
123 | !if $(replytype$k) iswordof clickfill dragfill |
124 | rg_tmp=!listuniq $rg1_,$rg2_ |
124 | rg_tmp=!listuniq $rg1_,$rg2_ |
125 | !endif |
125 | !endif |
126 | Rg$i=!append line $rg_tmp to $(Rg$i) |
126 | Rg$i=!append line $rg_tmp to $(Rg$i) |
127 | !goto endRg |
127 | !goto endRg |
128 | !endif |
128 | !endif |
129 | 129 | ||
130 | !if $(replytype$k) iswordof coord |
130 | !if $(replytype$k) iswordof coord |
131 | rg_=<img src="$(rg_[1;])" /> |
131 | rg_=<img src="$(rg_[1;])" /> |
132 | Rg$i=!append line $rg_ to $(Rg$i) |
132 | Rg$i=!append line $rg_ to $(Rg$i) |
133 | !goto endRg |
133 | !goto endRg |
Line 136... | Line 136... | ||
136 | !if $(replytype$k) iswordof atext wlist nocase case |
136 | !if $(replytype$k) iswordof atext wlist nocase case |
137 | rg_=!translate internal ;| to $\ |
137 | rg_=!translate internal ;| to $\ |
138 | \ |
138 | \ |
139 | $ in $rg_ |
139 | $ in $rg_ |
140 | rg_=!line 1 of $rg_ |
140 | rg_=!line 1 of $rg_ |
141 | !endif |
141 | !endif |
142 | - | ||
143 | !if $(replytype$k) iswordof function default equation sigunits numexp or $(replystyle$k) iswordof numeric |
142 | !if $(replytype$k) iswordof function default equation sigunits numexp or $(replystyle$k) iswordof numeric |
144 | rg_=!item 1 of $rg_ |
143 | rg_=!item 1 of $rg_ |
145 | Rg$i=!append line $ $ to $(Rg$i) |
144 | Rg$i=!append line $ $ to $(Rg$i) |
146 | !goto endRg |
145 | !goto endRg |
147 | !endif |
146 | !endif |