Files
aws/web_elements/readme.txt
Pascal Obry 5bf233b8e3 Repository clean-up.
Remove all unneeded svn:executable properties.
Remove the eol-style property on testme25.out for proper handling of
non standard EOL.
2006-09-13 09:20:27 +00:00

18 lines
721 B
Plaintext

This directory contains a set of ready to use Web design templates.
To ease integration we have used the following design:
- Each directory is self contained and the content must be copied into
the project. Note that the icons and javascripts directories contain also the
icons and javascripts code used in the web elements. This is needed for the
web_elements demo.
- Each graphic elements (icons) is referenced into the templates with the
alias /we_icons/<icon_name>. So users must provide the right alias
("/we_icons/") in the Web server.
- Each javascripts code is referenced into the templates with the
alias /we_js/<script>. So users must provide the right alias
("/we_js/") in the Web server.