|
59
|
1 |
{% load static %} |
|
|
2 |
{% load i18n %} |
|
|
3 |
{% load analytics %} |
|
76
|
4 |
{% load thumbnail %} |
|
59
|
5 |
<!DOCTYPE html> |
|
|
6 |
<html> |
|
|
7 |
<head> |
|
|
8 |
{% block head %} |
|
|
9 |
<meta charset="utf-8"> |
|
|
10 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
76
|
11 |
<meta name="description" content="Interface d'édition de Hashcuts (Mashups vidéo cliquables)" /> |
|
59
|
12 |
<meta name="copyright" content="Institut de Recherche et d'Innovation (IRI), 2012" /> |
|
82
|
13 |
<meta name="author" content="Anthony Ly, Raphaël Velt, Thibaut Cavalié" /> |
|
84
|
14 |
<title>Hashcut » {% block title %}Accueil{% endblock %}</title> |
|
59
|
15 |
{% block css_declaration %} |
|
|
16 |
{% endblock %} |
|
|
17 |
|
|
|
18 |
{% block css_import %} |
|
76
|
19 |
<link rel="stylesheet" href="{% static 'hashcut/lib/jquery-ui.css' %}" /> |
|
|
20 |
<link rel="stylesheet" href="{% static 'hashcut/iri/css/reset.css' %}" /> |
|
|
21 |
<link rel="stylesheet" href="{% static 'hashcut/iri/css/common.css' %}" /> |
|
82
|
22 |
{% endblock %} |
|
|
23 |
{% block css_page %} |
|
76
|
24 |
<link rel="stylesheet" href="{% static 'hashcut/iri/css/home.css' %}" /> |
|
59
|
25 |
{% endblock %} |
|
|
26 |
|
|
|
27 |
{% block js_declaration %} |
|
|
28 |
{% endblock %} |
|
|
29 |
{% endblock %} |
|
|
30 |
</head> |
|
|
31 |
<body> |
|
|
32 |
{% block body %} |
|
76
|
33 |
<div class="wrap-header-top"> |
|
|
34 |
<div class="wrap-header-top-content"> |
|
80
|
35 |
<a title="Institut de recherche et d'innovation" href="{% url mashup_home branding=branding %}"><img src="{% static 'hashcut/iri/img/logo-iri.png' %}" alt="Institut de recherche et d'innovation" /></a> |
|
76
|
36 |
</div> |
|
|
37 |
</div><!-- wrap-header-top --> |
|
|
38 |
|
|
|
39 |
{% block wrap_header %} |
|
|
40 |
<div class="wrap-header"> |
|
|
41 |
<div class="header"> |
|
|
42 |
{% include 'partial/iri_mashup_popin_user.html' %} |
|
|
43 |
{% include 'partial/iri_hashcut_logo.html' %} |
|
|
44 |
<div class="title-header"> |
|
|
45 |
<h2><a href="{% url mashup_edit branding=branding %}">Créer un hashcut !</a></h2> |
|
|
46 |
</div> |
|
|
47 |
<div class="profil-wrap"> |
|
|
48 |
<ul class="space-top-2"> |
|
|
49 |
<li><a href="#user" class="my-profil open-popin">Mon profil</a></li> |
|
|
50 |
</ul> |
|
|
51 |
</div> |
|
|
52 |
</div><!-- header --> |
|
|
53 |
</div><!-- wrap-header --> |
|
|
54 |
{% endblock %} |
|
|
55 |
|
|
|
56 |
{% block wrapper %} |
|
|
57 |
<div class="wrapper"> |
|
|
58 |
<div class="wrap"> |
|
|
59 |
{% block content %} |
|
|
60 |
<div class="content"> |
|
|
61 |
<div class="left-content"> |
|
|
62 |
<h2>Hashcuts à la Une</h2> |
|
|
63 |
<div class="hashcut-video-wrap news"> |
|
|
64 |
<div class="video-item"> |
|
80
|
65 |
{% if m1 %} |
|
|
66 |
<a href="{% url mashup_hashcut branding=branding ldt_id=m1.project.ldt_id %}" class="screenshot">{% thumbnail m1.project.image "302x202" crop="center" format="PNG" as im %}<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" alt=""/>{% empty %} {% endthumbnail %}</a> |
|
84
|
67 |
<h3><a class="title" href="{% url mashup_hashcut branding=branding ldt_id=m2.project.ldt_id %}">{{ m1.project.title }}</a> par <a class="author" href="{% url mashup_profile branding=branding username=m1.creator %}">{{ m1.creator }}</a> | <span class="duration">02:24</span> </h3> |
|
80
|
68 |
{% endif %} |
|
76
|
69 |
</div> |
|
|
70 |
<div class="video-item"> |
|
80
|
71 |
{% if m2 %} |
|
|
72 |
<a href="{% url mashup_hashcut branding=branding ldt_id=m2.project.ldt_id %}" class="screenshot">{% thumbnail m2.project.image "302x202" crop="center" format="PNG" as im %}<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" alt=""/>{% empty %} {% endthumbnail %}</a> |
|
84
|
73 |
<h3><a class="title" href="{% url mashup_hashcut branding=branding ldt_id=m2.project.ldt_id %}">{{ m2.project.title }}</a> par <a class="author" href="{% url mashup_profile branding=branding username=m2.creator %}">{{ m2.creator }}</a> | <span class="duration">02:24</span> </h3> |
|
80
|
74 |
{% endif %} |
|
76
|
75 |
</div> |
|
|
76 |
</div> |
|
|
77 |
|
|
|
78 |
<h2>Derniers Hashcuts</h2> |
|
|
79 |
<div class="hashcut-video-wrap last"> |
|
80
|
80 |
{% for m in mashups %} |
|
76
|
81 |
<div class="video-item"> |
|
80
|
82 |
<a href="{% url mashup_hashcut branding=branding ldt_id=m.project.ldt_id %}" class="screenshot">{% thumbnail m.project.image "142x95" crop="center" format="PNG" as im %}<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" alt=""/>{% empty %} {% endthumbnail %}</a> |
|
84
|
83 |
<h3><a class="title" href="{% url mashup_hashcut branding=branding ldt_id=m2.project.ldt_id %}">{% if m.project.title|length > 30 %}{{m.project.title|slice:":30"}}...{% else %}{{m.project.title}}{% endif %}</a> par <a class="author" href="{% url mashup_profile branding=branding username=m.creator %}">{{ m.creator }}</a> | <span class="duration">02:24</span> </h3> |
|
76
|
84 |
</div> |
|
|
85 |
{% endfor %} |
|
|
86 |
</div> |
|
|
87 |
|
|
84
|
88 |
<div class="pagination"> |
|
85
|
89 |
<a href="{% url mashup_all branding=branding %}">Tous les Hashcuts</a> |
|
84
|
90 |
</div> |
|
76
|
91 |
|
|
|
92 |
</div><!-- left-content --> |
|
|
93 |
<div class="right-content"> |
|
|
94 |
<div class="definition"> |
|
|
95 |
<h2>Hashcuts ?</h2> |
|
82
|
96 |
<p>Un <strong>Hashcut</strong> est à la fois une <a href="http://fr.wikipedia.org/wiki/Hypervid%C3%A9o" target="_blank">Hypervidéo</a> (vidéo cliquable) et un <a href="http://fr.wikipedia.org/wiki/Mashup_%28video%29" target="_blank">Mashup</a> (mélange de médias, de l’anglais mash, «purée»).</p> |
|
76
|
97 |
<p>Un <strong>Hashcut</strong> est un assemblage de citations de vidéos, mises bout à bout, sans altération des médias d’origine, et permet à chacun de proposer un nouveau regard, une porte d’entrée éditorialisée sur ces médias.</p> |
|
|
98 |
</div> |
|
|
99 |
<div class="how-to"> |
|
|
100 |
<h2>Comment faire ?</h2> |
|
|
101 |
<ul> |
|
|
102 |
<li class="inscription"> |
|
82
|
103 |
<h3><a href="#">1. S’inscrire</a></h3> |
|
76
|
104 |
<p>Commencez par créer votre espace personnel sur cette plateforme !</p> |
|
|
105 |
</li> |
|
|
106 |
<li class="next-step"></li> |
|
|
107 |
<li class="creation"> |
|
82
|
108 |
<h3><a href="{% url mashup_edit branding=branding %}">2. Créer un hashcut</a></h3> |
|
76
|
109 |
<p>Choisissez des médias, segmentez les, assemblez les segments et rajoutez des commentaires sur le Hashcut.</p> |
|
|
110 |
</li> |
|
|
111 |
<li class="next-step"></li> |
|
|
112 |
<li class="publier"> |
|
82
|
113 |
<h3><a href="#">3. Publier et partager</a></h3> |
|
76
|
114 |
<p>Une fois le hashcut terminé, publiez-le sur cette plateforme etpartagez votre création sur les réseaux sociaux</p> |
|
|
115 |
</li> |
|
|
116 |
</ul> |
|
|
117 |
</div> |
|
|
118 |
|
|
|
119 |
</div><!-- left-content --> |
|
|
120 |
</div><!-- content --> |
|
|
121 |
{% endblock %} |
|
|
122 |
{% block footer %} |
|
|
123 |
<div class="footer clearfix"> |
|
|
124 |
<ul class="links-left"> |
|
|
125 |
<li><a href="#">Mentions légales</a></li> |
|
|
126 |
<li><a href="#">Contacts</a></li> |
|
|
127 |
</ul> |
|
|
128 |
<ul class="links-right"> |
|
|
129 |
<li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="{% static 'hashcut/iri/img/logo-iri.png' %}" alt="iri" /></a></li> |
|
|
130 |
<li><a title="cinecast" href="http://cinecast.fr/" target="_blank"><img src="{% static 'hashcut/iri/img/logo-cinecast.png' %}" alt="cinecast" /></a></li> |
|
|
131 |
<li>© 2012</li> |
|
|
132 |
</ul> |
|
|
133 |
</div><!-- footer --> |
|
|
134 |
{% endblock %} |
|
|
135 |
</div><!-- wrap --> |
|
|
136 |
</div><!-- wrapper --> |
|
|
137 |
{% endblock %} |
|
|
138 |
<!-- JavaScript --> |
|
|
139 |
{% block js_import %} |
|
|
140 |
<script type="text/javascript" src="{% static 'hashcut/lib/jquery.min.js' %}"></script> |
|
|
141 |
<script type="text/javascript" src="{% static 'hashcut/lib/jquery-ui.min.js' %}"></script> |
|
|
142 |
<script type="text/javascript" src="{% static 'hashcut/js/common.js' %}"></script> |
|
86
|
143 |
<script type="text/javascript" src="{% static 'hashcut/js/social.js' %}"></script> |
|
|
144 |
<script type="text/javascript" src="{% static 'hashcut/lib/ZeroClipboard.js' %}"></script> |
|
76
|
145 |
{% endblock %} |
|
59
|
146 |
{% endblock %} |
|
|
147 |
{% analytics %} |
|
|
148 |
</body> |
|
|
149 |
</html> |