File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
</ head >
10
10
11
11
< body >
12
- < pre id ="easycoder-rest " style ="display:none "> /rest</ pre >
12
+ < pre id ="easycoder-rest " style ="display:none "> /rest.php </ pre >
13
13
< pre id ="easycoder-script " style ="display:none ">
14
14
variable Script
15
15
rest get Script from `/resources/ecs/main.ecs`
Original file line number Diff line number Diff line change 36
36
end
37
37
38
38
set ready
39
- require js `dist/plugins/codemirror.js`
40
39
stop
41
40
42
41
Start:
Original file line number Diff line number Diff line change 10
10
img Thumb
11
11
img Image
12
12
a Link
13
+ variable Markup
13
14
variable ImageCount
14
15
variable N
15
16
variable M
16
17
variable Width
17
- variable Markup
18
18
variable ECPayload
19
19
variable Payload
20
20
callback DecoratorCallback
@@ -101,7 +101,6 @@ DoThumb:
101
101
index Image to N
102
102
go to Select
103
103
104
- ! Add the description text
105
104
AddDescription:
106
105
on DecoratorCallback go to Decorate
107
106
rest get Markup from `/resources/md/imageswitcher.md`
@@ -122,4 +121,4 @@ Decorate:
122
121
put from 5 of Payload into Payload
123
122
end
124
123
set the payload of DecoratorCallback to Payload
125
- stop
124
+ stop
Original file line number Diff line number Diff line change 11
11
div Dialog
12
12
div Row
13
13
div Label
14
+ div Text
14
15
span Cell
15
16
input Name
16
17
input Email
22
23
variable W
23
24
variable H
24
25
variable Message
26
+ variable Markup
25
27
variable ECPayload
26
28
variable Payload
27
29
callback DecoratorCallback
@@ -190,4 +192,4 @@ Decorate:
190
192
put from 5 of Payload into Payload
191
193
end
192
194
set the payload of DecoratorCallback to Payload
193
- stop
195
+ stop
You can’t perform that action at this time.
0 commit comments