Rev 13793 | Rev 13795 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13793 | Rev 13794 | ||
---|---|---|---|
Line 108... | Line 108... | ||
108 | $ in $rg_ |
108 | $ in $rg_ |
109 | rg1_=!line 1 of $rg_ |
109 | rg1_=!line 1 of $rg_ |
110 | rg2_=!line 2 to -1 of $rg_ |
110 | rg2_=!line 2 to -1 of $rg_ |
111 | rg2_=!translate internal $\ |
111 | rg2_=!translate internal $\ |
112 | $ to ; in $rg2_ |
112 | $ to ; in $rg2_ |
- | 113 | !if $(replytype$k) iswordof checkbox mark click menu radi |
|
113 | rg_=!item $rg1_ of $rg2_ |
114 | rg_=!item $rg1_ of $rg2_ |
- | 115 | !else |
|
- | 116 | rg_=$rg1_ |
|
- | 117 | !endif |
|
114 | rg_tmp=$rg2_ |
118 | rg_tmp=$rg2_ |
115 | !if $(replytype$k) iswordof clickfill dragfill |
119 | !if $(replytype$k) iswordof clickfill dragfill |
116 | rg_tmp=!listuniq $rg1_,$rg2_ |
120 | rg_tmp=!listuniq $rg1_,$rg2_ |
117 | !endif |
121 | !endif |
118 | Rg$i=!append line $rg_tmp to $(Rg$i) |
122 | Rg$i=!append line $rg_tmp to $(Rg$i) |
Line 125... | Line 129... | ||
125 | rg_=!line 1 of $rg_ |
129 | rg_=!line 1 of $rg_ |
126 | !endif atext |
130 | !endif atext |
127 | !if $(replytype$k) iswordof function default equation |
131 | !if $(replytype$k) iswordof function default equation |
128 | rg_=!item 1 of $rg_ |
132 | rg_=!item 1 of $rg_ |
129 | Rg$i=!append line $ to $(Rg$i) |
133 | Rg$i=!append line $ to $(Rg$i) |
130 | !goto endRg |
134 | !goto endRg |
131 | !endif function |
135 | !endif function |
132 | !if $(replytype$k) iswordof imgcomp textcomp compose reorder \ |
136 | !if $(replytype$k) iswordof imgcomp textcomp compose reorder \ |
133 | dragfill clickfill |
137 | dragfill clickfill |
134 | rg_=!translate internal | to $\ |
138 | rg_=!translate internal | to $\ |
135 | $ in $rg_ |
139 | $ in $rg_ |
Line 174... | Line 178... | ||
174 | !if $(replyname$k)!= |
178 | !if $(replyname$k)!= |
175 | rep=!append line <em>$(replyname$k)</em>: $rg_ to $rep |
179 | rep=!append line <em>$(replyname$k)</em>: $rg_ to $rep |
176 | !else |
180 | !else |
177 | rep=!append line $rg_ to $rep |
181 | rep=!append line $rg_ to $rep |
178 | !endif replyname$k nonempty |
182 | !endif replyname$k nonempty |
179 | !endif |
183 | !endif |
180 |
|
184 | !endif |
181 |
|
185 | !endif |
182 | !endif $(replyname$k)$rg_ |
- | |
183 | !endif noanalyzeprint |
- | |
184 | !endif |
186 | !endif |
185 | !else |
187 | !else |
186 | Replytype$i=!append item $(replytype$k) to $(Replytype$i) |
188 | Replytype$i=!append item $(replytype$k) to $(Replytype$i) |
187 | Replystyle$i=!append item $(replystyle$k) to $(Replystyle$i) |
189 | Replystyle$i=!append item $(replystyle$k) to $(Replystyle$i) |
188 | !endif r$k isitemof $thisstep |
190 | !endif r$k isitemof $thisstep |
189 | !reset replyoption$k |
191 | !reset replyoption$k |