Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
dbe4cdc25bf5b7abb3c03e89d7ae7cdbfd38d62d
/
.
/
examples
/
org.eclipse.epsilon.examples.egl.library
/
library2page.egl
blob: 415464b1e551c8c307eff00b176cbdb4f5674b2c [
file
] [
log
] [
blame
]
[*-
Heading
*]
<h1>
Books
</
h1
>
[*-
List
of books
*]
<ul>
[%
for
(
book
in
library
.
c_book
.
select
(
b
|
b
.
b_public
))
{
%]
<li>
<
a href
=
"[%=book.e_id.text%].html"
>[%=
book
.
a_title
%]</
a
>
[%}%]
</
ul
>