Initial commit

This commit is contained in:
2013-08-07 14:11:17 +02:00
commit 5fd2896407
545 changed files with 12528 additions and 0 deletions

22
masks/search.html Normal file
View File

@@ -0,0 +1,22 @@
<div id="search">
<div class="h1_wrap">
<h1 class="round"><span>Recherche</span></h1>
</div>
<div id="code_container"></div>
</div>
<script type="text/javascript">
databap.pageInit = function()
{
//TODO : to be replaced by tinyscrollbar
databap.$main.css('overflow', 'auto');
if($('#query').val()==databap.consts.search_box_text)
{
$('#query').val(databap.vars.search_words);
}
databap.loadSearchPage();
//Init's end
databap.setInitEnd(true);
};
</script>