| author | cavaliet |
| Mon, 07 Jul 2014 17:23:23 +0200 | |
| changeset 131 | b39513a56cd0 |
| parent 74 | 901463f9b11c |
| permissions | -rwxr-xr-x |
|
74
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
1 |
{# |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
2 |
This file is part of the WikiTagBundle package. |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
3 |
|
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
4 |
(c) IRI <http://www.iri.centrepompidou.fr/> |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
5 |
|
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
6 |
For the full copyright and license information, please view the LICENSE |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
7 |
file that was distributed with this source code. |
|
901463f9b11c
add headers for public repository release
ymh <ymh.work@gmail.com>
parents:
53
diff
changeset
|
8 |
#} |
| 2 | 9 |
{# partial display to add the needed CSS #} |
|
53
22377c9e2eae
First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
2
diff
changeset
|
10 |
<link rel="stylesheet" href="{{ asset('bundles/wikitag/css/clickmenu.css') }}" type="text/css"/> |
| 2 | 11 |
<link rel="stylesheet" href="{{ asset('bundles/wikitag/css/wikiTag.css') }}" type="text/css"/> |
12 |
<link rel="stylesheet" href="{{ asset('bundles/wikitag/css/smoothness/jquery-ui-1.8.13.custom.css') }}" type="text/css"/> |