integration/home.html
author veltr
Wed, 09 Jan 2013 16:50:32 +0100
changeset 74 250f19eed886
parent 73 fb4d0566ab19
child 91 d39165ca9f1e
permissions -rw-r--r--
Merge with b01fbc3fcf3e2ffc6bbc59ac4f927d66c51a4885

<!DOCTYPE html>
<html lang="fr">
	<head>
		<meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<title>The End - Visionnage par tag "{{tag}}"</title>
		
		<!-- Mobile Specific Metas -->
		<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" />
		
		<link rel="stylesheet" href="lib/jquery-ui.css" />
		<link rel="stylesheet" href="css/theend.css" />
        <script type="text/javascript" src="lib/jquery.min.js"></script>
        <script type="text/javascript" src="lib/jquery-ui.min.js"></script>
        <script type="text/javascript" src="lib/jquery.ui.touch-punch.min.js"></script>
        <script type="text/javascript" src="lib/underscore-min.js"></script>
		<script type="text/javascript" src="js/taghome.js"></script>
		<script type="text/javascript">
            var endpoints = {
                tag_page: "tag.html?tag=__TAG__",
                content_page : "content.html?project=__FRONT_PROJECT_ID__",
                tag_api: "testdata/tags.json",
                contents_api: "http://theend-integ.ftinfo.fr/theend/api/ldt/1.0/contents/"
            };
		    $(function() {
		        showTags();
		    });
		</script>
		
	</head>
	<body class="home">
		<header class="home_header">
	        <a id="btnInfo" class="btn" href="#" title="info"></a>
		    <a id="btnChoice" class="btn" href="#" title="Choice"></a>
			<form id="form_tag">
                <input type="search" name="tag" placeholder="Rechercher" />
            </form>
		</header>
			
		<section class="taglist_container">
		    <table></table>
		    <div class="arrow arrow_top"></div>
            <div class="arrow arrow_bottom"></div>
            <div class="arrow arrow_left"></div>
            <div class="arrow arrow_right"></div>
		</section>
        
        <div class="lightBoxWrap">
            <div class="lightBoxBg"></div>
            <div class="lightBox">
                <a href="#" class="lightBoxClose">&times;</a>
                <h3>THE END, ETC. de Laetitia Masson.</h3>
                <div class="lightBoxScroll">            
                    <p>À compléter</p>
                </div>
            </div>
        </div>
        
		<!-- Metanav FranceTV 	-->
		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
		<!-- JavaScript -->		
	</body>	
</html>