parent
bd19ed2d8e
commit
735fc963d0
@ -1,59 +1,66 @@ |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<meta charset="utf-8"/> |
||||
<title>Chamilo</title> |
||||
<link rel="stylesheet" href="../main/css/base.css" type="text/css" media="screen,projection" /> |
||||
<link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" /> |
||||
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
||||
<link rel="stylesheet" href="../main/css/base.css" type="text/css" media="screen,projection"/> |
||||
<link rel="stylesheet" href="default.css" type="text/css" media="screen,projection"/> |
||||
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/> |
||||
</head> |
||||
<body> |
||||
<div class="navbar navbar-fixed-top"> |
||||
<div class="navbar-inner"> |
||||
<div class="container-fluid"> |
||||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
||||
<div class="navbar navbar-fixed-top"> |
||||
<div class="navbar-inner"> |
||||
<div class="container-fluid"> |
||||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
||||
<span class="icon-bar"></span> |
||||
<span class="icon-bar"></span> |
||||
<span class="icon-bar"></span> |
||||
</a> |
||||
<a class="brand" href="index.html">Chamilo - Documentation</a> |
||||
<div class="nav-collapse"> |
||||
</a> |
||||
<a class="brand" href="index.html">Chamilo - Documentation</a> |
||||
|
||||
<div class="nav-collapse"> |
||||
<ul class="nav"> |
||||
<li class="active"><a href="index.html">Home</a></li> |
||||
<li><a href="readme.html">About</a></li> |
||||
<li><a href="license.html">License</a></li> |
||||
<li><a href="credits.html">Credits</a></li> |
||||
<li><a href="dependencies.html">Dependencies</a></li> |
||||
<li><a href="license.html">License</a></li> |
||||
<li><a href="credits.html">Credits</a></li> |
||||
<li><a href="dependencies.html">Dependencies</a></li> |
||||
<li><a href="changelog.html">Changelog</a></li> |
||||
</ul> |
||||
</div><!--/.nav-collapse --> |
||||
</ul> |
||||
</div> |
||||
<!--/.nav-collapse --> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="hero-unit"> |
||||
<h1>Chamilo 1.9 - Documentation</h1> |
||||
<br /> |
||||
<h1>Chamilo 1.10 - Documentation</h1> |
||||
<br/> |
||||
|
||||
<a class="btn btn-primary btn-large" href="installation_guide.html">English installation guide</a> |
||||
<a class="btn btn-primary btn-large" href="installation_guide_es_ES.html">Spanish installation guide</a> |
||||
<a class="btn btn-large" href="http://www.chamilo.org/forum">Chamilo Forum</a> |
||||
<br /> |
||||
<br /> |
||||
<a class="btn btn-primary btn-large" href="installation_guide_es_ES.html">Spanish installation guide</a> |
||||
<a class="btn btn-large" href="http://www.chamilo.org/forum">Chamilo Forum</a> |
||||
<br/> |
||||
<br/> |
||||
|
||||
<p> Are you interested in translating the installation guide to your own language? The best way to proceed is to ask us on the <a href="http://forum.chamilo.org">Chamilo forum</a> |
||||
for the latest version – there may be updates to the guide since |
||||
this version was released – and send new translations off to the <a href="mailto:translation@chamilo.com">translation@chamilo.com</a> email address. |
||||
<p> Are you interested in translating the installation guide to your own language? The best way to proceed |
||||
is to ask us on the <a href="http://forum.chamilo.org">Chamilo forum</a> |
||||
for the latest version – there may be updates to the guide since |
||||
this version was released – and send new translations off to the <a |
||||
href="mailto:translation@chamilo.com">translation@chamilo.com</a> email address. |
||||
</p> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<hr /> |
||||
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" style="margin: 1em; float: right;" height="31" width="88" /></a> |
||||
<a href="http://jigsaw.w3.org/css-validator/"> |
||||
<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" /> |
||||
</a> |
||||
</body></html> |
||||
|
||||
<hr/> |
||||
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" |
||||
alt="Valid XHTML 1.0 Transitional" |
||||
style="margin: 1em; float: right;" height="31" width="88"/></a> |
||||
<a href="http://jigsaw.w3.org/css-validator/"> |
||||
<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS"/> |
||||
</a> |
||||
</body> |
||||
</html> |
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue