-<!DOCTYPE HTML>
+{% extends "telecasting/index.html" %}
+{% load i18n %}
+{% load bento_tags %}
-<html lang="fr" class="no-js">
- <head>
- <title>Mobile Web Tv</title>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta name="description" content="Solution Web TV 100% Mobile & Portable" />
- <meta name="keywords" content="" />
-
- <link rel="icon" type="image/png" href="img/favicon.png">
- <link rel="shortcut icon" href="img/favicon.ico">
-
- <script src="js/modernizr-2.5.3.min.js"></script>
- <!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
- <script src="js/jquery.min.js"></script>
- <script src="js/jquery.dropotron.js"></script>
- <script src="js/config.js"></script>
- <script src="js/skel.min.js"></script>
- <script src="js/skel-panels.min.js"></script>
-
+ {% block slides %}
+ {% endblock slides %}
- <noscript>
- <link rel="stylesheet" href="css/style.css" />
- <link rel="stylesheet" href="css/skel-noscript.css" />
- <link rel="stylesheet" href="css/style-desktop.css" />
- </noscript>
- </head>
-
- <body class="right-sidebar">
-
- <!-- Header Wrapper -->
- <div class="color01" id="header-wrapper">
- <div class="container">
- <div class="row">
- <div class="12u">
- <!-- nav back-->
- <div id="nav-back" class="skel-panels-fixed color09">
- <!-- Logo -->
- <div id="logo" >
- <a href="index.html#" ><img src="img/logo-telecasting-site.svg" alt="telecasting mobile web tv" /></a>
- </div>
- <!-- /Logo -->
- <!-- Nav -->
- <nav id="nav" >
- <ul>
- <!-- usage & workflow -->
- <li class="current_page_item"><a href="index.html#h-workflow">usage & workflow</a></li>
- <li>
- <span ><img src="img/bouton-menu.svg" alt="mobile live web tv" /></span>
- <ul>
- <li><a href="mobile-web-tv.html">mobile web tv</a></li>
- <li><a href="e-learning.html">e-learning</a></li>
- <li><a href="e-conference.html">e-conference</a></li>
- <li><a href="e-concert.html">e-concert</a></li>
- </ul>
- </li>
- <!-- /usage & workflow -->
-
- <!-- logiciels -->
- <li class="current_page_item"><a href="index.html#h-logiciels">logiciels</a></li>
- <li>
- <span ><img src="img/bouton-menu.svg" alt="mobile live web tv" /></span>
- <ul>
- <li><a href="telecasting.html">telecasting</a></li>
- <li><a href="open-source.html">open source</a></li>
- <li><a href="partenaire.html">partenariat</a></li>
- </ul>
- </li>
- <!-- /logiciels -->
-
- <!-- solutions -->
- <li class="current_page_item"><a href="index.html#h-solutions">solutions</a></li>
- <li>
- <span ><img src="img/bouton-menu.svg" alt="mobile live web tv" /></span>
- <ul>
- <li><a href="tc-case.html">TC case</a></li>
- <li><a href="tc-box.html">TC box</a></li>
- <li><a href="tc-mini.html">TC mini</a></li>
- <li><a href="tc-lame.html">TC lame</a></li>
- <li><a href="specs.html">spécifications</a></li>
- </ul>
- </li>
- <!-- /solutions -->
-
- <!-- prestations -->
- <li class="current_page_item"><a href="index.html#h-prestations">prestations</a></li>
- <li>
- <span ><img src="img/bouton-menu.svg" alt="mobile live web tv" /></span>
- <ul>
- <li><a href="location.html">Location</a></li>
- <li><a href="equipe-dediee.html">Equipe dédiée</a></li>
- <li><a href="maintenance.html">Maintenance</a></li>
- <li><a href="formation.html">Formation</a></li>
- <li><a href="personnalisation.html">Personnalisation</a></li>
- <li><a href="tarifs.html">Tarifs</a></li>
- </ul>
- </li>
- <!-- /prestations -->
-
- <!-- references -->
- <li class="current_page_item"><a href="index.html#h-references">references</a></li>
- <li>
- <span ><img src="img/bouton-menu.svg" alt="mobile live web tv" /></span>
- <ul>
- <li><a href="references.html">références</a></li>
- <li><a href="etude-cas.html">étude de cas</a></li>
- </ul>
- </li>
- <!-- /references -->
-
- <!-- contacts -->
- <li class="current_page_item"><a href="index.html#h-contacts">contacts</a></li>
- <li>
- <span ><img src="img/bouton-menu.svg" alt="mobile live web tv" /></span>
- <ul>
- <li><a href="societe.html">la société</a></li>
- <li><a href="mentions-legales.html">mentions légales</a></li>
- </ul>
- </li>
- </ul>
- <!-- /contacts -->
-
- </nav>
- <!-- /Nav -->
- </div>
- <!-- /nav back-->
- <!-- Header -->
- <div id="header" class="wrapper-video">
- <div id="video-home">
- <a class="image"><img src="img/tc-case1200x676.jpg" alt="" /></a>
- </div>
- </div>
- <!-- /Header -->
- </div>
- </div>
- </div>
-</div>
-<!-- /Header Wrapper -->
-
+{% block content %}
<!-- Main Wrapper -->
<div class="wrapper wrapper-style2 color10">
<div class="title color10 Tcolor01 Bcolor01">étude de cas</div>
</div>
</div>
<!-- /Main Wrapper -->
- <!-- Footer Wrapper -->
- <div id="wrapper" class="wrapper-copyright color01">
- <div class="container">
- <div class="row">
- <div class="12u">
- <!-- Copyright -->
- <div id="copyright">
- <span>
- © telecasting 2013 <a href=""></a>
- </span>
- </div>
- <!-- /Copyright -->
-
- </div>
- </div>
- </div>
- </div>
- <!-- Footer Wrapper -->
-
- </body>
-</html>
\ No newline at end of file
+{% endblock content %}
\ No newline at end of file