(no commit message)

skala
Ricardo Rodriguez 14 years ago
parent 7c50f71523
commit a43875ed99
  1. 44
      main/css/academica/default.css
  2. BIN
      main/css/academica/images/help2.png
  3. 41
      main/css/baby_orange/default.css
  4. BIN
      main/css/baby_orange/images/help2.png
  5. 44
      main/css/blue_lagoon/default.css
  6. BIN
      main/css/blue_lagoon/images/help2.png
  7. 127
      main/css/chamilo/default.css
  8. BIN
      main/css/chamilo/images/help2.png
  9. 42
      main/css/chamilo_electric_blue/default.css
  10. BIN
      main/css/chamilo_electric_blue/images/help2.png
  11. 42
      main/css/chamilo_green/default.css
  12. BIN
      main/css/chamilo_green/images/help2.png
  13. 43
      main/css/chamilo_orange/default.css
  14. BIN
      main/css/chamilo_orange/images/help2.png
  15. 43
      main/css/chamilo_red/default.css
  16. BIN
      main/css/chamilo_red/images/help2.png
  17. 44
      main/css/cool_blue/default.css
  18. BIN
      main/css/cool_blue/images/help2.png
  19. 44
      main/css/corporate/default.css
  20. BIN
      main/css/corporate/images/help2.png
  21. 44
      main/css/cosmic_campus/default.css
  22. BIN
      main/css/cosmic_campus/images/help2.png
  23. 44
      main/css/delicious_bordeaux/default.css
  24. BIN
      main/css/delicious_bordeaux/images/help2.png
  25. 44
      main/css/dokeos_blue/default.css
  26. BIN
      main/css/dokeos_blue/images/help2.png
  27. 44
      main/css/dokeos_classic/default.css
  28. BIN
      main/css/dokeos_classic/images/help2.png
  29. 44
      main/css/dokeos_classic_2D/default.css
  30. BIN
      main/css/dokeos_classic_2D/images/help2.png
  31. 44
      main/css/empire_green/default.css
  32. BIN
      main/css/empire_green/images/help2.png
  33. 44
      main/css/fruity_orange/default.css
  34. BIN
      main/css/fruity_orange/images/help2.png
  35. 44
      main/css/medical/default.css
  36. BIN
      main/css/medical/images/help2.png
  37. 45
      main/css/public_admin/default.css
  38. BIN
      main/css/public_admin/images/help2.png
  39. 44
      main/css/royal_purple/default.css
  40. BIN
      main/css/royal_purple/images/help2.png
  41. 44
      main/css/silver_line/default.css
  42. BIN
      main/css/silver_line/images/help2.png
  43. 44
      main/css/sober_brown/default.css
  44. BIN
      main/css/sober_brown/images/help2.png
  45. 44
      main/css/steel_grey/default.css
  46. BIN
      main/css/steel_grey/images/help2.png
  47. 44
      main/css/tasty_olive/default.css
  48. BIN
      main/css/tasty_olive/images/help2.png
  49. 4
      main/help/help.php
  50. 107
      main/inc/header.inc.php
  51. 12
      main/inc/lib/javascript/jquery.menu.js
  52. 2
      main/inc/lib/svg-edit/extensions/fileopen.php

@ -1554,6 +1554,50 @@ div.system_announcement {
}
/* --- end of course navigation menu section --- */
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 90px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/**********************************************
* EXERCISE TOOL *
**********************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -1468,7 +1468,48 @@ div.system_announcement {
}
/* End hide from IE5/mac */
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 80px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* --- course navigation menu as a definition list --- */
#swap_menu_link {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -352,6 +352,50 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
margin-right: auto;
width: 98%;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* FOOTER STYLES *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -68,6 +68,50 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 10px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* for content section in main index.php file */
/*
|----------------------------------------------------------------------------
@ -404,9 +448,6 @@ float:left; /* important for ieX*/
margin: 11px 0px 0px 0px ;
}
#header3 a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
@ -580,85 +621,7 @@ margin-top:0;
/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/
#menu1 {
background-color:white;
color:black;
text-decoration:none;
text-indent:1ex;
}
#menu1 a {
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu1 a:active {
color:black;
text-decoration:none;
}
#menu1 a:hover {
color:black;
background-color:#FFFF99
}
#menu1 a:visited {
color:black;
text-decoration:none;
}
#menu2 a {
color:navy;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu2 a:active {
color:blue;
text-decoration:none;
}
#menu2 a:visited {
color:blue;
text-decoration:none;
}
#menu2 a:hover {
color:navy;
background-color:#f0fea8
}
#menu3 a { /*Menu3 Links*/
color:black;
background-color:white;
text-decoration:none;
text-indent:2ex;
width: 15px;
height: 15px;
right: -20px;
}
.menu3 {
color:black;
background-color:#FFFF99;
}
#menu3 a:hover {
color:black;
background-color:#FFFF99;
}
#menu3 a:active {
color:black;
text-decoration:none;
}
#menu3 a:visited {
color:black;
text-decoration:none;
}
/*End Menu Links*/
/*****************************************************
@ -4347,4 +4310,4 @@ span.form_required {
#id_contact_form .normal-message{
padding:20px;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,48 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border:1px solid #E1E1E0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 10px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* for content section in main index.php file */
/*

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,48 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border:1px solid #E1E1E0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 10px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* for content section in main index.php file */
/*

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,49 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border:1px solid #f4b0b2;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 10px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* for content section in main index.php file */
/*

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -68,6 +68,49 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 10px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* for content section in main index.php file */
/*
|----------------------------------------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -159,6 +159,50 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
list-style-type: none;
margin-bottom: 5px;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* HEADER STYLES *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -423,6 +423,50 @@ form span.form_error {
bottom: 0.2em;
right: 0.5em;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 80px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* New training */
.bottom-link {
border: 2px outset;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -630,6 +630,50 @@ form span.form_error {
position: relative;
width: 80%;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 130px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/* styles for the agenda */
#agenda {
width: 100%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,50 @@ a.invisible:link, a.invisible:visited {
0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,50 @@ a.invisible:link, a.invisible:visited {
0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -89,6 +89,50 @@ input.link_alike:hover {
padding: 0px;
margin: 0px;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 90px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -81,6 +81,50 @@ input.link_alike {
input.link_alike:hover {
color: #FF0000;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 80px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*
==============================================================================
PAGE STRUCTURE

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,50 @@ a.invisible:link, a.invisible:visited {
0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,50 @@ a.invisible:link, a.invisible:visited {
0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -106,6 +106,50 @@ input.link_alike:hover {
padding: 0px;
margin: 0px;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 105px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -81,6 +81,51 @@ a.invisible:link, a.invisible:visited {
line-height: 0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 115px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,50 @@ a.invisible:link, a.invisible:visited {
0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -72,6 +72,50 @@ tr, td {
ul {
list-style: none;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 60px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*
==============================================================================
PAGE STRUCTURE

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -108,6 +108,50 @@ input.link_alike:hover {
padding: 0px;
margin: 0px;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 100px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,50 @@ a.invisible:link, a.invisible:visited {
0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -67,6 +67,50 @@ a.invisible:link, a.invisible:visited {
0px;
height: 0;
}
/*
-----------------------------------------------------------------------------
Menu Slide JQuery
-----------------------------------------------------------------------------
*/
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 110px;
right: -10px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 73px;
}
ul#navigation li a {
display: block;
margin-left: 1px;
width: 65px;
height: 60px;
background-color:#CFCFCF;
background-repeat:no-repeat;
background-position:center center;
border:1px solid #AFAFAF;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10x;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-webkit-box-shadow: 0px 4px 3px #000;
}
ul#navigation .help a{
background-image: url(images/help2.png);
}
/*****************************************************
* REDEFINED HTML TAGS *
*****************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -45,13 +45,13 @@ if (api_get_setting('stylesheets') != '') {
<body dir="<?php echo api_get_text_direction(); ?>">
<div style="margin:10px;">
<div style="text-align:right;"><a href="javascript: window.close();"><?php echo get_lang('Close'); ?></a></div>
<a href="faq.php"><?php echo get_lang('AccessToFaq') ?></a>
<a href="<?php echo api_get_path(WEB_CODE_PATH); ?>help/faq.php"><?php echo get_lang('AccessToFaq') ?></a>
<h4>
<?php echo get_lang('H'.$help_name); ?>
</h4>
<?php echo get_lang($help_name.'Content'); ?>
<br /><br />
<a href="faq.php"><?php echo get_lang('AccessToFaq'); ?></a>
<a href="<?php echo api_get_path(WEB_CODE_PATH); ?>help/faq.php"><?php echo get_lang('AccessToFaq'); ?></a>
<div style="text-align:right;"><a href="javascript: window.close();"><?php echo get_lang('Close'); ?></a></div>
</div>
</body>

@ -2,12 +2,12 @@
/* For licensing terms, see /license.txt */
/**
* This script displays the Chamilo header.
* This script displays the Chamilo header.
*
* @package chamilo.include
* @package chamilo.include
*/
/* HEADERS SECTION */
/* HEADERS SECTION */
/*
* HTTP HEADER
@ -15,13 +15,13 @@
// Server mode indicator.
if (api_is_platform_admin()) {
if (api_get_setting('server_type') == 'test') {
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$starttime = $mtime;
$_SESSION['page_start_time_execution'] = $starttime;
}
if (api_get_setting('server_type') == 'test') {
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$starttime = $mtime;
$_SESSION['page_start_time_execution'] = $starttime;
}
}
header('Content-Type: text/html; charset='.api_get_system_encoding());
@ -29,13 +29,13 @@ header('Content-Type: text/html; charset='.api_get_system_encoding());
$navigator_info = api_get_navigator();
//ie6 fix
if ($navigator_info['name'] == 'Internet Explorer' && $navigator_info['version'] == '6') {
$htmlHeadXtra[] = '<script src="'.api_get_path(WEB_LIBRARY_PATH).'javascript/iepngfix/iepngfix_tilebg.js" type="text/javascript" language="javascript"></script>';
$htmlHeadXtra[] = '<script src="'.api_get_path(WEB_LIBRARY_PATH).'javascript/iepngfix/iepngfix_tilebg.js" type="text/javascript" language="javascript"></script>';
}
if (isset($httpHeadXtra) && $httpHeadXtra) {
foreach ($httpHeadXtra as & $thisHttpHead) {
header($thisHttpHead);
}
foreach ($httpHeadXtra as & $thisHttpHead) {
header($thisHttpHead);
}
}
// Get language iso-code for this page - ignore errors
@ -61,7 +61,7 @@ $title_list[] = $_course['official_code'];
$title_string = '';
for($i=0; $i<count($title_list);$i++) {
if (!empty($title_list[$i])) {
$title_string .=$title_list[$i];
$title_string .=$title_list[$i];
if (isset($title_list[$i+1])) {
$title_string .=' - ';
@ -83,16 +83,16 @@ $my_style = api_get_visual_theme();
global $show_learn_path;
if ($show_learn_path) {
$htmlHeadXtra[] = '<link rel="stylesheet" type="text/css" href="'.api_get_path(WEB_CSS_PATH).$my_style.'/learnpath.css"/>';
$htmlHeadXtra[] = '<link rel="stylesheet" type="text/css" href="dtree.css" />'; //will be moved
$htmlHeadXtra[] = '<script src="dtree.js" type="text/javascript"></script>'; //will be moved
}
$htmlHeadXtra[] = '<link rel="stylesheet" type="text/css" href="'.api_get_path(WEB_CSS_PATH).$my_style.'/learnpath.css"/>';
$htmlHeadXtra[] = '<link rel="stylesheet" type="text/css" href="dtree.css" />'; //will be moved
$htmlHeadXtra[] = '<script src="dtree.js" type="text/javascript"></script>'; //will be moved
}
echo '@import "'.api_get_path(WEB_CSS_PATH).$my_style.'/default.css";'."\n";
echo '@import "'.api_get_path(WEB_CSS_PATH).$my_style.'/course.css";'."\n";
if ($navigator_info['name']=='Internet Explorer' && $navigator_info['version']=='6') {
echo 'img, div { behavior: url('.api_get_path(WEB_LIBRARY_PATH).'javascript/iepngfix/iepngfix.htc) } ';
echo 'img, div { behavior: url('.api_get_path(WEB_LIBRARY_PATH).'javascript/iepngfix/iepngfix.htc) } ';
}
?>
@ -104,6 +104,7 @@ if ($navigator_info['name']=='Internet Explorer' && $navigator_info['version']=
echo '@import "'.api_get_path(WEB_CSS_PATH).$my_style.'/print.css";'."\n";
?>
/*]]>*/
</style>
<script src="<?php echo api_get_path(WEB_LIBRARY_PATH);?>javascript/jquery.js" type="text/javascript" ></script>
@ -118,22 +119,12 @@ if ($navigator_info['name']=='Internet Explorer' && $navigator_info['version']=
<link rel="shortcut icon" href="<?php echo api_get_path(WEB_PATH); ?>favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo api_get_system_encoding(); ?>" />
<script src= "<?php echo api_get_path(WEB_LIBRARY_PATH);?>javascript/mmenu.js" type="text/javascript"></script>
<script src= "<?php echo api_get_path(WEB_LIBRARY_PATH);?>javascript/jquery.menu.js" type="text/javascript"></script>
<?php if (!empty($help)) { ?>
<script type="text/javascript">
//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
menu[3] = {
id:'menu-slide-right', //use unique quoted id (quoted) REQUIRED!!
bartext: '<img src="/main/img/help.png">',
menupos:'right',
kviewtype:'fixed',
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Help", "<?php echo api_get_path(WEB_CODE_PATH); ?>help/help.php?open=Home&height=400&width=600", "", "thickbox"],
]}; // REQUIRED!! do not edit or remove
make_menus();
</script>
<ul id="navigation">
<li class="help"><a href="<?php echo api_get_path(WEB_CODE_PATH); ?>help/help.php?open=Home&height=400&width=600", class="thickbox" title="<?php echo get_lang('Help'); ?>"></a> </li>
</ul>
<?php } ?>
<script type="text/javascript">
@ -141,24 +132,24 @@ if ($navigator_info['name']=='Internet Explorer' && $navigator_info['version']=
// This is a patch for the "__flash__removeCallback" bug, see FS#4378.
if ( ( navigator.userAgent.toLowerCase().indexOf('msie') != -1 ) && ( navigator.userAgent.toLowerCase().indexOf( 'opera' ) == -1 ) )
{
window.attachEvent( 'onunload', function()
{
window['__flash__removeCallback'] = function ( instance, name )
{
try
{
if ( instance )
{
instance[name] = null ;
}
}
catch ( flashEx )
{
}
} ;
}
) ;
window.attachEvent( 'onunload', function()
{
window['__flash__removeCallback'] = function ( instance, name )
{
try
{
if ( instance )
{
instance[name] = null ;
}
}
catch ( flashEx )
{
}
} ;
}
) ;
}
//]]>
@ -168,14 +159,14 @@ if ( ( navigator.userAgent.toLowerCase().indexOf('msie') != -1 ) && ( navigator.
<?php
if (isset($htmlHeadXtra) && $htmlHeadXtra) {
foreach ($htmlHeadXtra as & $this_html_head) {
echo $this_html_head;
}
foreach ($htmlHeadXtra as & $this_html_head) {
echo $this_html_head;
}
}
if (isset($htmlIncHeadXtra) && $htmlIncHeadXtra) {
foreach ($htmlIncHeadXtra as & $this_html_head) {
include($this_html_head);
}
foreach ($htmlIncHeadXtra as & $this_html_head) {
include($this_html_head);
}
}
// The following include might be subject to a setting proper to the course or platform.
include api_get_path(LIBRARY_PATH).'javascript/email_links.lib.js.php';

@ -0,0 +1,12 @@
$(function() {
$('#navigation a').stop().animate({'marginLeft':'50px'},1000);
$('#navigation> li').hover(
function () {
$('a',$(this)).stop().animate({'marginLeft':'1px'},200);
},
function () {
$('a',$(this)).stop().animate({'marginLeft':'50px'},200);
}
);
});

@ -8,7 +8,7 @@
* Copyright(c) 2010 Alexis Deveria
*
* Integrate svg-edit with Chamilo
* @author Juan Carlos Raña Trabado
* @author Juan Carlos Ra<EFBFBD>a Trabado
* @since 25/september/2010
*/

Loading…
Cancel
Save