Merge commit 'origin/fusionax' into account
[platal.git] / templates / admin / wiki.tpl
CommitLineData
3aec1c21 1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 Polytechnique.org *}
3aec1c21 4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23<h1>Pages wiki du site</h1>
24
83fa87cd 25{literal}
26<script type="text/javascript">
27// <!--
28 function check_all_boxes(form,action) {
29 var boxes = document.getElementById(form).getElementsByTagName('input');
30 for (var i=0; i<boxes.length; i++) if (boxes[i].type == 'checkbox') {
31 if (action == 'toggle')
32 boxes[i].checked = !boxes[i].checked;
33 else
34 boxes[i].checked = action;
35 }
36 return false;
37 }
20d06d5e 38 var toggle = 0;
9162f4ed 39 function replie(me, cat) {
20d06d5e 40 if (toggle == 1) return;
41 toggle = 2;
50a1ee33 42 $("tr[@id^=row_"+cat+"_]").hide();
9162f4ed 43 $(me).attr('src', 'images/k1.gif');
e923a0ce 44 }
9162f4ed 45 function deplie(me, cat) {
20d06d5e 46 if (toggle == 2) return;
47 toggle = 1;
50a1ee33 48 $("tr[@id^=row_"+cat+"_]").show();
9162f4ed 49 $(me).attr('src', 'images/k2.gif');
50 }
51 function toggle_folder() {
52 me = this;
53 if ($(this).attr("class") == "wiki_category")
54 me = $("../img.wiki_root", me)[0];
55 var cat=$.trim($(me).parent().text().replace(/(.*)\([0-9]+\)/, "$1"));
56 if ($(me).attr('src') == "images/k1.gif") {
57 deplie(me, cat);
58 }
59 replie(me, cat);
20d06d5e 60 setTimeout("toggle = 0;", 10);
e923a0ce 61 }
62 $(document).ready(function() {
9162f4ed 63 $("tr.pair img[@alt=-]").css("cursor","pointer").click(toggle_folder).each(toggle_folder);
64 $(".wiki_category").css("cursor","pointer").click(toggle_folder);
e923a0ce 65 });
83fa87cd 66// -->
67</script>
68{/literal}
6d8f6e89 69
70<p class="center">
84fc72ff 71 <a href="Site/AllRecentChanges?action=rss&user={$smarty.session.hruid}&hash={$smarty.session.token}" style="display:block;float:right" title="Changements">{icon name=feed title='fil rss'}</a>
441c2451 72 {icon name=magnifier} <a href="Site/AllRecentChanges">Voir les changements récents</a>
6d8f6e89 73</p>
74
83fa87cd 75<form action="admin/wiki/update" method="post" id="update_pages">
839a80cf 76{xsrf_token_field}
3aec1c21 77<table class="bicol">
78 <tr>
79 <th>
80 page
81 </th>
82 <th>
83 lecture
84 </th>
85 <th>
a7de4ef7 86 écriture
3aec1c21 87 </th>
88 <th class="action">
89 action
90 </th>
91 </tr>
bc0903c7 92{foreach from=$wiki_pages key=cat item=pages}
93 <tr class="pair">
94 <td colspan="4" style="margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; height: 20px">
9162f4ed 95 <img class="wiki_root" src="images/k2.gif" alt="-" width="9" height="21" />
96 <span class="wiki_category">{$cat}</span> ({$pages|@count}) <a href="{$cat}/RecentChanges">{icon name=magnifier title="Changements récents"}</a>
bc0903c7 97 </td>
98 </tr>
99{foreach from=$pages item=perm key=page name=pages}
50a1ee33 100 <tr id="row_{$cat}_{$page}" class="impair" onmouseover="this.className='pair';" onmouseout="this.className='impair';">
bc0903c7 101 <td style="margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; height: 20px">
102 {if $smarty.foreach.pages.last}
103 <img src="images/L.gif" alt="L" width="12" height="21" />
104 {else}
105 <img src="images/T.gif" alt="|" style="width: 12px: height: 21px" />
106 {/if}
a7de4ef7 107 <a href="{$cat}/{$page}">{$page}</a>{if $perm.cached}*{/if} <a href="{$cat}/{$page}?action=edit" class="indice">{icon name=page_edit title='éditer'}</a>
3aec1c21 108 </td>
bc0903c7 109 <td class="center" style="margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; height: 20px">
3aec1c21 110 {$perm.read}
111 </td>
bc0903c7 112 <td class="center" style="margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; height: 20px">
3aec1c21 113 {$perm.edit}
114 </td>
bc0903c7 115 <td class="action" style="margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; height: 20px">
839a80cf
VZ
116 <a href="admin/wiki/rename/{$cat}.{$page}" onclick="var newname=prompt('Déplacer la page {$cat}.{$page} vers&nbsp;:', '{$cat}.{$page}'); if (!newname) return false; this.href += '/' + newname + '?token={xsrf_token}';">{icon name=book_next title='déplacer'}</a>
117 <a href="admin/wiki/delete/{$cat}.{$page}?token={xsrf_token}" onclick="return confirm('Supprimer la page {$cat}.{$page} ?');">{icon name=cross title='supprimer'}</a>
bc0903c7 118 <input type="checkbox" name="{$cat}/{$page}"/>
3aec1c21 119 </td>
120 </tr>
121{/foreach}
bc0903c7 122{/foreach}
123 <tr class="pair">
83fa87cd 124 <td class="action" colspan="4">
125 <span onclick="check_all_boxes('update_pages', true)">{icon name=tick title='tout cocher'}</span>
a7de4ef7 126 <span onclick="check_all_boxes('update_pages', false)">{icon name=cross title='tout décocher'}</span>
83fa87cd 127 <span onclick="check_all_boxes('update_pages', 'toggle')">{icon name=arrow_refresh title='toggle'}</span>
128 </td>
129 </tr>
bc0903c7 130 <tr class="pair">
3aec1c21 131 <td>
adc21324 132 Attribue les permissions aux pages cochées&nbsp;:
3aec1c21 133 </td>
134 <td>
135 <select name="read">
136 <option value=""> - </option>
137 {html_options options=$perms_opts}
138 </select>
139 </td>
140 <td>
141 <select name="edit">
142 <option value=""> - </option>
143 {html_options options=$perms_opts}
144 </select>
145 </td>
146 <td class="option">
147 <input type="submit" value="ok"/>
148 </td>
149 </tr>
150</table>
151</form>
4694ce89 152
153<p class="smaller">
e8439508 154 *&nbsp;: les pages marquées d'une astérisque sont actuellement disponibles en cache (accès plus rapide)
4694ce89 155</p>
a7de4ef7 156{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}