|
|
@@ -28,30 +28,21 @@
|
|
|
<table id="table-colleges" class="datatable table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>
|
|
|
+ <th data-priority="1">
|
|
|
RNE
|
|
|
</th>
|
|
|
- <th>
|
|
|
+ <th data-priority="2">
|
|
|
@Html.DisplayNameFor(model => college_model.Libelle)
|
|
|
</th>
|
|
|
- <th>
|
|
|
- @Html.DisplayNameFor(model => college_model.Adresse)
|
|
|
- </th>
|
|
|
- <th>
|
|
|
- @Html.DisplayNameFor(model => college_model.CDC)
|
|
|
+ <th data-priority="3">
|
|
|
+ @Html.DisplayNameFor(model => college_model.Commune)
|
|
|
</th>
|
|
|
<th>
|
|
|
@Html.DisplayNameFor(model => college_model.Tel)
|
|
|
</th>
|
|
|
- <th>
|
|
|
- @Html.DisplayNameFor(model => college_model.Fax)
|
|
|
- </th>
|
|
|
<th>
|
|
|
@Html.DisplayNameFor(model => college_model.Email)
|
|
|
</th>
|
|
|
- <th>
|
|
|
- @Html.DisplayNameFor(model => college_model.Territoire.Libelle)
|
|
|
- </th>
|
|
|
<th>
|
|
|
@Html.DisplayNameFor(model => college_model.TypeCollege.Libelle)
|
|
|
</th>
|
|
|
@@ -70,23 +61,14 @@
|
|
|
</noscript>
|
|
|
</td>
|
|
|
<td>
|
|
|
- @Html.DisplayFor(modelcollege => college.AdresseComplete)
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- @Html.DisplayFor(modelcollege => college.CDC)
|
|
|
+ @Html.DisplayFor(modelcollege => college.Commune)
|
|
|
</td>
|
|
|
<td>
|
|
|
@Html.DisplayFor(modelcollege => college.Tel)
|
|
|
</td>
|
|
|
- <td>
|
|
|
- @Html.DisplayFor(modelcollege => college.Fax)
|
|
|
- </td>
|
|
|
<td>
|
|
|
@Html.DisplayFor(modelcollege => college.Email)
|
|
|
</td>
|
|
|
- <td>
|
|
|
- @Html.DisplayFor(modelcollege => college.Territoire.Libelle)
|
|
|
- </td>
|
|
|
<td>
|
|
|
@Html.DisplayFor(modelcollege => college.TypeCollege.Libelle)
|
|
|
</td>
|