55 lines
No EOL
1,021 B
HTML
55 lines
No EOL
1,021 B
HTML
<h1>Exploration du corpus de vidéos</h1>
|
|
<p></p>
|
|
</div></div>
|
|
<div class="la_une">
|
|
<INCLURE{fond=inclure/gamutable,
|
|
apiuri="spip.php?page=json_affiche_videos.json",
|
|
tparpage=[15,25,50,'Tous'],
|
|
champcsv="search",
|
|
delimitercsv=";",
|
|
vueblocdefaut='tableau',
|
|
namecsv="extractions_videos.csv",
|
|
env
|
|
}>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
jQuery(function () {
|
|
$('.aff_masq').each(function() {
|
|
$(this).siblings('.details').toggleClass('js-hidden');
|
|
});
|
|
|
|
$('.aff_masq').on('click', function() {
|
|
$(this).siblings('.details').toggleClass('js-hidden');
|
|
});
|
|
});
|
|
</script>
|
|
|
|
<style type="text/css" media="screen">
|
|
.aff_masq {
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.aff_masq:hover {
|
|
background-color: #DDD;
|
|
}
|
|
.details br:first-of-type {
|
|
display: none;
|
|
}
|
|
textarea {
|
|
width: 100%;
|
|
height: 200px;
|
|
}
|
|
.non_traite {
|
|
color: #777;
|
|
}
|
|
.gamutable table {
|
|
table-layout: auto;
|
|
}
|
|
.gamutable th.toto {
|
|
min-width: 500px;
|
|
}
|
|
.gamutable table .btn {
|
|
background-color: #999;
|
|
}
|
|
</style> |