Browse Source

Creating new folders due a new structure see #5871

Julio Montoya 12 years ago
parent
commit
2d2702b61d
36 changed files with 35 additions and 9 deletions
  1. 0 7
      archive/index.html
  2. 1 0
      config/.htaccess
  3. 1 1
      console-config.php
  4. 1 1
      console.php
  5. 8 0
      data/home/default_platform_document/index.html
  6. BIN
      data/home/default_platform_document/template_thumb/audiocomment.gif
  7. BIN
      data/home/default_platform_document/template_thumb/checklist.gif
  8. BIN
      data/home/default_platform_document/template_thumb/compare.gif
  9. BIN
      data/home/default_platform_document/template_thumb/courseobjectives.gif
  10. BIN
      data/home/default_platform_document/template_thumb/coursetitle.gif
  11. BIN
      data/home/default_platform_document/template_thumb/cyclechart.gif
  12. BIN
      data/home/default_platform_document/template_thumb/description.gif
  13. BIN
      data/home/default_platform_document/template_thumb/diagram.gif
  14. BIN
      data/home/default_platform_document/template_thumb/empty.gif
  15. BIN
      data/home/default_platform_document/template_thumb/flash.gif
  16. 8 0
      data/home/default_platform_document/template_thumb/index.html
  17. BIN
      data/home/default_platform_document/template_thumb/learnerwonder.gif
  18. BIN
      data/home/default_platform_document/template_thumb/leftlist.gif
  19. BIN
      data/home/default_platform_document/template_thumb/leftrightlist.gif
  20. BIN
      data/home/default_platform_document/template_thumb/noimage.gif
  21. BIN
      data/home/default_platform_document/template_thumb/phasetimeline.gif
  22. BIN
      data/home/default_platform_document/template_thumb/rightlist.gif
  23. BIN
      data/home/default_platform_document/template_thumb/stopthink.gif
  24. BIN
      data/home/default_platform_document/template_thumb/table.gif
  25. BIN
      data/home/default_platform_document/template_thumb/video.gif
  26. BIN
      data/home/default_platform_document/template_thumb/yourinstructor.gif
  27. 0 0
      data/home/faq.html
  28. 1 0
      data/home/home_menu.html
  29. 2 0
      data/home/home_news.html
  30. 0 0
      data/home/home_notice.html
  31. 0 0
      data/home/home_tabs.html
  32. 0 0
      data/home/home_top.html
  33. 8 0
      data/home/index.html
  34. 0 0
      data/home/register_top.html
  35. 1 0
      logs/.htaccess
  36. 4 0
      temp/index.html

+ 0 - 7
archive/index.html

@@ -1,7 +0,0 @@
-<html><head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<body>
-
-</body></html>
-

+ 1 - 0
config/.htaccess

@@ -0,0 +1 @@
+deny from all

+ 1 - 1
app/console-config.php → console-config.php

@@ -8,7 +8,7 @@ $config->setMetadataCacheImpl(new \Doctrine\Common\Cache\ArrayCache);
 use Doctrine\Common\Annotations\AnnotationReader;
 use Doctrine\Common\Annotations\AnnotationRegistry;
 
-$sysPath = __DIR__."../../";
+$sysPath = __DIR__."/";
 
 AnnotationRegistry::registerFile($sysPath."vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php");
 $reader = new AnnotationReader();

+ 1 - 1
app/console.php → console.php

@@ -8,7 +8,7 @@ if (PHP_SAPI != 'cli') {
     die("Cannot be called by any other method than the command line.");
 }
 
-require_once dirname(__FILE__).'/../main/inc/global.inc.php';
+require_once dirname(__FILE__).'/main/inc/global.inc.php';
 
 // Variable $helperSet is defined inside cli-config.php
 require __DIR__.'/console-config.php';

+ 8 - 0
data/home/default_platform_document/index.html

@@ -0,0 +1,8 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+</head>
+<body>
+<br />
+</body>
+</html>

BIN
data/home/default_platform_document/template_thumb/audiocomment.gif


BIN
data/home/default_platform_document/template_thumb/checklist.gif


BIN
data/home/default_platform_document/template_thumb/compare.gif


BIN
data/home/default_platform_document/template_thumb/courseobjectives.gif


BIN
data/home/default_platform_document/template_thumb/coursetitle.gif


BIN
data/home/default_platform_document/template_thumb/cyclechart.gif


BIN
data/home/default_platform_document/template_thumb/description.gif


BIN
data/home/default_platform_document/template_thumb/diagram.gif


BIN
data/home/default_platform_document/template_thumb/empty.gif


BIN
data/home/default_platform_document/template_thumb/flash.gif


+ 8 - 0
data/home/default_platform_document/template_thumb/index.html

@@ -0,0 +1,8 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+</head>
+<body>
+<br />
+</body>
+</html>

BIN
data/home/default_platform_document/template_thumb/learnerwonder.gif


BIN
data/home/default_platform_document/template_thumb/leftlist.gif


BIN
data/home/default_platform_document/template_thumb/leftrightlist.gif


BIN
data/home/default_platform_document/template_thumb/noimage.gif


BIN
data/home/default_platform_document/template_thumb/phasetimeline.gif


BIN
data/home/default_platform_document/template_thumb/rightlist.gif


BIN
data/home/default_platform_document/template_thumb/stopthink.gif


BIN
data/home/default_platform_document/template_thumb/table.gif


BIN
data/home/default_platform_document/template_thumb/video.gif


BIN
data/home/default_platform_document/template_thumb/yourinstructor.gif


+ 0 - 0
data/home/faq.html


+ 1 - 0
data/home/home_menu.html

@@ -0,0 +1 @@
+<li><a href="http://www.chamilo.org/forum" target="_self">Forum</a></li>

+ 2 - 0
data/home/home_news.html

@@ -0,0 +1,2 @@
+<b>Portal News</b><br/><br/>
+To add, modify, remove news, go to the administration area of the portal.

+ 0 - 0
data/home/home_notice.html


+ 0 - 0
data/home/home_tabs.html


+ 0 - 0
data/home/home_top.html


+ 8 - 0
data/home/index.html

@@ -0,0 +1,8 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+</head>
+<body>
+<br />
+</body>
+</html>

+ 0 - 0
data/home/register_top.html


+ 1 - 0
logs/.htaccess

@@ -0,0 +1 @@
+deny from all

+ 4 - 0
temp/index.html

@@ -0,0 +1,4 @@
+<html>
+    <body>
+    </body>
+</html>