source: extensions/NBC_News/trunk/admin/template/news_admin_perm.tpl @ 5179

Last change on this file since 5179 was 5179, checked in by Eric, 14 years ago

[NBC_News]

  • Initial commit for Piwigo 2.0.x : Not fully functionnal and a lot work to do...
  • Property svn:eol-style set to LF
File size: 1002 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3    <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
4  </ul>
5  <h2>{TITLE}</h2>
6  {TABSHEET}
7</div>
8
9<!-- BEGIN groups_refused -->
10<fieldset>
11  <legend>{lang:News refused thanks to group associations}</legend>
12
13  <ul>
14    <!-- BEGIN news -->
15    <li>{groups_refused.news.NAME}</li>
16    <!-- END news -->
17  </ul>
18</fieldset>
19<!-- END groups_refused -->
20
21<!-- BEGIN groups_authorized -->
22<fieldset>
23  <legend>{lang:News authorized thanks to group associations}</legend>
24
25  <ul>
26    <!-- BEGIN news -->
27    <li>{groups_authorized.news.NAME}</li>
28    <!-- END news -->
29  </ul>
30</fieldset>
31<!-- END groups_authorized -->
32
33<fieldset>
34  <legend>{lang:Other private news}</legend>
35
36  <form method="post" action="{F_ACTION}" {TAG_INPUT_ENABLED} >
37    {NEWS_DOUBLE_SELECT}
38  </form>
39
40  <p>{lang:Only private news are listed}</p>
41</fieldset>
Note: See TracBrowser for help on using the repository browser.