"
class_temp_20: STRING = "Calling the controller:"
class_temp_21: STRING = "%N%/9/<html>%N%/9/<page:controller class=%"MAIN_CONTROLLER%" create=%"make%"/>%N%/9/....%N%/9/<body>%N%/9/<xeb:display text=%"%%=the_text%%%" />%N%/9/"
class_temp_22: STRING = "
"
class_temp_23: STRING = "%N%/9/the_text: STRING%N%/9/%/9/do%N%/9/%/9/%/9/Result := %"This is a text%"%N%/9/%/9/end%N%/9/"
class_temp_24: STRING = "xeb:loop's example:"
class_temp_25: STRING = "%N%/9/<ol>%N%/9/<xeb:loop times=%"5%" variable=%"loop_index%" >%N%/9/<li>item <xeb:display text=%"#{loop_index.out}%" /></li>%N%/9/</xeb:loop>%N%/9/</ol>%N%/9/"
class_temp_26: STRING = "%N%N%/9/"
class_temp_27: STRING = "%N%/9/%/9/"
class_temp_28: STRING = "
"
class_temp_29: STRING = "- "
class_temp_30: STRING = "item "
class_temp_31: STRING = "
"
class_temp_32: STRING = "
"
class_temp_33: STRING = "%N%N%N"
class_temp_34: STRING = "xeb:iterate's example:"
class_temp_35: STRING = "%N%/9/<ul>%N%/9/<xeb:iterate list=%"%%=my_items%%%" variable=%"entry%" type=%"STRING%" >%N%/9/<li><xeb:display text=%"#{entry}%" /></li>%N%/9/</xeb:iterate>%N%/9/</ul>%N%/9/"
class_temp_36: STRING = "%N%/9/my_items: ARRAYED_LIST [STRING]%N%/9/%/9/do%N%/9/%/9/%/9/create Result.make (3)%N%/9/%/9/%/9/Result.force (%"a%")%N%/9/%/9/%/9/Result.force (%"b%")%N%/9/%/9/%/9/Result.force (%"c%")%N%/9/%/9/end%N%/9/"
class_temp_37: STRING = "
"
class_temp_38: STRING = "
"
class_temp_39: STRING = "xeb:set_variable's example:"
class_temp_40: STRING = "%N%/9/<xeb:set_variable variable=%"doc_url%" value=%"%%=xebra_documentation_url%%%" type=%"STRING%" />%N%/9/Check the Xebra's documentation: <a href=%"#{doc_url}%"><xeb:display text=%"#{doc_url}%"/> </a>%N%/9/"
class_temp_41: STRING = "%N%/9/%/9/%/9/Result := %"http://dev.eiffel.com/Xebra_Documentation%"%N%/9/"
class_temp_42: STRING = "%N%/9/Check the Xebra's documentation: "
class_temp_43: STRING = " "
class_temp_44: STRING = ""
class_temp_45: STRING = "xeb:concat's example:"
class_temp_46: STRING = "%N%/9/<xeb:set_variable variable=%"aplusb%" value=%"PLUS%" type=%"STRING%" />%N%/9/<xeb:concat variable=%"aplusb%" left=%"a%" right=%"b%" />%N%/9/<xeb:display text=%"#{aplusb}%" />%N%/9/"
class_temp_47: STRING = ""
class_temp_48: STRING = ""
feature-- Implementation
note
copyright: "Copyright (c) 1984-2009, Eiffel Software"
license: "GPL version 2 (see http://www.eiffel.com/licensing/gpl.txt)"
licensing_options: "http://www.eiffel.com/licensing"
copying: "[
This file is part of Eiffel Software's Eiffel Development Environment.
Eiffel Software's Eiffel Development Environment is free
software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published
by the Free Software Foundation, version 2 of the License
(available at the URL listed under "license" above).
Eiffel Software's Eiffel Development Environment is
distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with Eiffel Software's Eiffel Development
Environment; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
]"
source: "[
Eiffel Software
5949 Hollister Ave., Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"end