Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
7e2260ed263c5e86d008b6faba467e603a85b67e
/
.
/
examples
/
org.eclipse.epsilon.examples.workflow.flowchart
/
programs
/
path_to_html.egl
blob: 8a39748daab0c6a698072f046ed1cd517a032f68 [
file
] [
log
] [
blame
]
[%
var
path
:
FlowchartPath
!
Path
=
FlowchartPath
!
Path
.
all
.
first
;
%]
<html>
<body>
<h1>
The
chosen path was
:</
h1
>
<ol>
[%
for
(
stop
in
path
.
stops
)
{
%]
<li>
[%=
stop
.
label
%]</
li
>
[%
}
%]
</
ol
>
</
body
>
</
html
>