103 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			103 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|    <!-- Meta, title, CSS, favicons, etc. -->
 | |
|     <meta charset="utf-8">
 | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| <meta name="description" content="Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.">
 | |
| <meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development">
 | |
| <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
 | |
| 
 | |
| <title>
 | |
|   
 | |
|    Components · Bootstrap
 | |
|   
 | |
| </title>
 | |
| 
 | |
| <!-- Bootstrap core CSS -->
 | |
| 
 | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
 | |
| 
 | |
| <!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
 | |
| <script src="assets/js/ie-emulation-modes-warning.js"></script>
 | |
| 
 | |
| <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
 | |
| <!--[if lt IE 9]>
 | |
|   <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 | |
|   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | |
| <![endif]-->
 | |
| 
 | |
| <!-- Favicons -->
 | |
| <link rel="apple-touch-icon" href="/apple-touch-icon.png">
 | |
| <link rel="icon" href="/favicon.ico">
 | |
| 
 | |
|   </head>
 | |
|   <body>
 | |
| 
 | |
| <style type="text/css">
 | |
| #bandeauzero {
 | |
|  width:100%; height:44px;
 | |
| }
 | |
| #bandeaulautre {
 | |
| position: fixed; left: 0; width:100%; min-height:32px; background:#eee; border-bottom: 1px solid #ccc; font-family: sans-serif;
 | |
|   font-size: 14px !important; color:black; padding-top: 4px; margin-bottom: 6px; z-index: 100;
 | |
| }
 | |
| 
 | |
| #bandeaulautre .home {
 | |
|   float:left; text-align:left; display:block; padding:0px 0px 0px 12px;
 | |
| }
 | |
| 
 | |
| #bandeaulautre .links {
 | |
|   float:right; text-align:right; display:block; padding:0px 6px 0px 0px;
 | |
| }
 | |
| 
 | |
| #bandeaulautre a,
 | |
|   #bandeaulautre a:link,    
 | |
|   #bandeaulautre a:active,  
 | |
|   #bandeaulautre a:visited {
 | |
| color: black; text-decoration:none; margin: 0 8px;
 | |
| }
 | |
| 
 | |
| #bandeaulautre a:hover {
 | |
| color:#F4520A;
 | |
| }
 | |
| #bandeaulautre img {
 | |
| margin: 0;  padding: 0 8px; vertical-align: middle;
 | |
| }
 | |
| </style>
 | |
| <div id="bandeaulautre">
 | |
|   <span class="home">
 | |
|     <a href="http://www.alternc.com">    <img src="alternc.png">
 | |
|       AlternC panel d'hébergement</a> 
 | |
|     <a href="http://www.alternc.com/install">Installation & Mise à jour</a> 
 | |
|     <a href="http://www.aide-alternc.org/">Documentation</a> 
 | |
|     <a href="http://www.alternc.org/">Site des développeurs</a>
 | |
|   </span>
 | |
|   <span class="links">  
 | |
|     <a href="http://demo.alternc.org">Démonstration</multi></a>
 | |
|     <a href="http://www.alternc.net/">Service DNS</a> 
 | |
|     <a href="irc://irc.freenode.net/#alternc">Chat IRC</a>    
 | |
|     <a href="https://www.github.com/alternc">Code source</a>
 | |
|     <img src="compass.png">
 | |
|   </span>
 | |
| </div>
 | |
| <div id="bandeauzero">
 | |
| </div>
 | |
| 
 | |
| 
 | |
|     <!-- Docs page layout -->
 | |
|     <div class="bs-docs-header" id="content">
 | |
|       <div class="container">
 | |
|         <h1>Components</h1>
 | |
|   <p>Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more.</p>
 | |
|       </div>
 | |
|     </div>
 | |
| 
 | |
|     <div class="container bs-docs-container">
 | |
| 
 | |
|       <div class="row">
 | |
|         <div class="col-md-9" role="main">
 | |
|           <div class="bs-docs-section">
 | |
| 
 |