From 938620ed98eee9babe7fdb0d99c0400257aa47d1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 3 Jan 2006 18:55:31 +0000 Subject: --- .gitattributes | 2 ++ .../protected/pages/Controls/Samples/TBulletedList/Home.page | 4 ++-- index.html | 0 tools/.htaccess | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 index.html create mode 100644 tools/.htaccess diff --git a/.gitattributes b/.gitattributes index 71dadd11..19fc74cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -256,6 +256,7 @@ framework/Web/UI/WebControls/TTextBox.php -text framework/Web/UI/WebControls/TWebControl.php -text framework/core.php -text framework/prado.php -text +/index.html -text requirements/index.php -text requirements/messages-zh.txt -text requirements/messages.txt -text @@ -462,6 +463,7 @@ tests/UnitTests/simpletest/url.php -text tests/UnitTests/simpletest/user_agent.php -text tests/UnitTests/simpletest/web_tester.php -text tests/UnitTests/simpletest/xml.php -text +tools/.htaccess -text tools/jsbuilder/build.php -text tools/jsbuilder/custom_rhino.jar -text tools/phpbuilder/build.php -text diff --git a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page index e750e331..c85ff574 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page @@ -29,7 +29,7 @@ Bulleted list with customized color, font, bullet style: BackColor="silver" Font.Size="12pt"> - + @@ -43,7 +43,7 @@ Bulleted list with image bullets: > - + diff --git a/index.html b/index.html new file mode 100644 index 00000000..e69de29b diff --git a/tools/.htaccess b/tools/.htaccess new file mode 100644 index 00000000..e0198322 --- /dev/null +++ b/tools/.htaccess @@ -0,0 +1 @@ +deny from all -- cgit v1.2.3