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

8
masks/code_block.html Normal file
View File

@@ -0,0 +1,8 @@
<div id="code_reader" class="code_reader round">
<div id="author_box" class="author_box round_top"><span id="description"></span> &bull; <span id="author_name"></span> (<span id="author_company"></span>) &bull; <span id="led"></span></div>
<div id="tab_left" class="tab_left round_bottom">
<form name="code_form" id="code_form">
<pre><ol id="code_lines" class="code_lines round_right">Chargement du code...</ol></pre>
</form>
</div>
</div>