Last change
on this file since 24728 was
3397,
checked in by grum, 15 years ago
|
Add plugin MyPolls - this release is not published in PEM (functionnal but not tested yet...)
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | <table width="100%"> |
---|
2 | <tr> |
---|
3 | <td class="throw">{'mypolls_langs'|@translate}</td> |
---|
4 | <td colspan=2>{$datas.MYPOLLS_POLL_LANGS}</td> |
---|
5 | </tr> |
---|
6 | |
---|
7 | <tr> |
---|
8 | <td class="throw">{'mypolls_visits'|@translate}</td> |
---|
9 | <td><i>{'mypolls_without_vote'|@translate} :</i> {$datas.MYPOLLS_ATT_VISIT_WO_VOTE}</td> |
---|
10 | <td><i>{'mypolls_after_vote'|@translate} :</i> {$datas.MYPOLLS_ATT_VISIT_A_VOTE}</td> |
---|
11 | </tr> |
---|
12 | |
---|
13 | <tr> |
---|
14 | <td class="throw">{'mypolls_comments'|@translate}{$datas.MYPOLLS_NB_COMMENTS}</td> |
---|
15 | <td><i>{'mypolls_att_allow_comment'|@translate} :</i> {$datas.MYPOLLS_ATT_ALLOW_COMMENT}</td> |
---|
16 | <td><i>{'mypolls_att_show_user_comment'|@translate} :</i> {$datas.MYPOLLS_ATT_SHOW_COMMENTS}</td> |
---|
17 | </tr> |
---|
18 | |
---|
19 | <tr> |
---|
20 | <td class="throw">{'mypolls_att_display_type'|@translate}</td> |
---|
21 | <td colspan=2>{$datas.MYPOLLS_ATT_DISPLAY_TYPE}</td> |
---|
22 | </tr> |
---|
23 | <tr> |
---|
24 | <td class="throw">{'mypolls_att_public_results'|@translate}</td> |
---|
25 | <td colspan=2>{$datas.MYPOLLS_ATT_PUBLIC_RESULTS}</td> |
---|
26 | </tr> |
---|
27 | </table> |
---|
28 | <hr/> |
---|
Note: See
TracBrowser
for help on using the repository browser.