diff options
author | wei <> | 2006-12-23 00:22:48 +0000 |
---|---|---|
committer | wei <> | 2006-12-23 00:22:48 +0000 |
commit | 6b685cc4e496c5eabbb3e6415fb7fdf0474bf0f1 (patch) | |
tree | 7a5859c07da28454b894a3ca003fede8880da4e4 /.gitattributes | |
parent | 2c221ea67d0512961beea8fbcb30b23865c16bb0 (diff) |
add currency-converter tutorial
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e9fe5dc6..b8879619 100644 --- a/.gitattributes +++ b/.gitattributes @@ -724,6 +724,18 @@ demos/composer/themes/PradoSoft/pradoheader.gif -text demos/composer/themes/PradoSoft/propertydef.gif -text demos/composer/themes/PradoSoft/style.css -text demos/composer/themes/Simple/style.css -text +demos/currency-converter/assets/2bffd82d/ajax.js -text +demos/currency-converter/assets/2bffd82d/clientscripts.php -text +demos/currency-converter/assets/2bffd82d/effects.js -text +demos/currency-converter/assets/2bffd82d/logger.js -text +demos/currency-converter/assets/2bffd82d/prado.js -text +demos/currency-converter/assets/2bffd82d/validator.js -text +demos/currency-converter/index.php -text +demos/currency-converter/protected/.htaccess -text +demos/currency-converter/protected/pages/Home.page -text +demos/currency-converter/protected/pages/Home.php -text +demos/currency-converter/protected/runtime/global.cache -text +demos/currency-converter/themes/Basic/common.css -text demos/helloworld/index.php -text demos/helloworld/protected/.htaccess -text demos/helloworld/protected/pages/Home.page -text @@ -1111,6 +1123,9 @@ demos/quickstart/protected/pages/GettingStarted/sequence.gif -text demos/quickstart/protected/pages/GettingStarted/sequence.vsd -text demos/quickstart/protected/pages/Search.page -text demos/quickstart/protected/pages/Search.php -text +demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page -text +demos/quickstart/protected/pages/Tutorial/example1.png -text +demos/quickstart/protected/pages/Tutorial/example2.png -text demos/quickstart/protected/pages/ViewSource.page -text demos/quickstart/protected/pages/ViewSource.php -text demos/quickstart/protected/pages/config.xml -text |