web.terminal.translet-interpreter.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aspectran-demo Show documentation
Show all versions of aspectran-demo Show documentation
Aspectran module showcasing a demo application
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE aspectran PUBLIC "-//ASPECTRAN//DTD Aspectran 8.0//EN" "http://aspectran.github.io/dtd/aspectran-8.dtd"> <aspectran> <description> You can run translets with a command line interpreter implemented using the jQuery Terminal Emulator. </description> <settings> <setting name="transletNamePrefix" value="/interpreter"/> </settings> <translet name="/"> <echo id="page"> <item name="headline">Remote Command Shell</item> <item name="teaser">You can run translets with a command line interpreter implemented using the jQuery Terminal Emulator.</item> <item name="include">terminal/translet-interpreter</item> <item name="style">plate</item> </echo> <dispatch name="templates/default"/> </translet> <!--<append file="/config/web/terminal/terminal-commands.xml"/>--> </aspectran>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy