~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/cn/create_list_request.cn.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- RCS Identication ; $Revision: 1.6 $ ; $Date: 2001/11/21 17:21:36 $ -->
2
 
 
3
 
 
4
 
<FORM ACTION="[path_cgi]" METHOD=POST>
5
 
 
6
 
<P>
7
 
<TABLE>
8
 
 <TR>
9
 
   <TD NOWRAP><B>�ʵݱ�����:</B></TD>
10
 
   <TD><INPUT TYPE="text" NAME="listname" SIZE=30 VALUE="[saved->listname]"></TD>
11
 
   <TD><img src="[icons_url]/unknown.png" alt="�ʵݱ�����ע�⣬�������ĵ�ַ!"></TD>
12
 
 </TR>
13
 
 
14
 
 <TR>
15
 
   <TD NOWRAP><B>������:</B></TD>
16
 
   <TD><I>[user->email]</I></TD>
17
 
   <TD><img src="[icons_url]/unknown.png" alt="��������ʵݱ�����Ȩ������"></TD>
18
 
 </TR>
19
 
 
20
 
 <TR>
21
 
   <TD valign=top NOWRAP><B>�ʵݱ�����: </B></TD>
22
 
   <TD>
23
 
     <MENU>
24
 
  [FOREACH template IN list_list_tpl]
25
 
     <INPUT TYPE="radio" NAME="template" Value="[template->NAME]"
26
 
     [IF template->selected]
27
 
       CHECKED
28
 
     [ENDIF]
29
 
     > [template->NAME]<BR>
30
 
     <BLOCKQUOTE>
31
 
     [PARSE template->comment]
32
 
     </BLOCKQUOTE>
33
 
     <BR>
34
 
  [END]
35
 
     </MENU>
36
 
    </TD>
37
 
    <TD valign=top><img src="[icons_url]/unknown.png" alt="�ʵݱ������Dz��������á��������ʵݱ�������༭����"></TD>
38
 
 </TR>
39
 
 <TR>
40
 
   <TD NOWRAP><B>����:</B></TD>
41
 
   <TD><INPUT TYPE="text" NAME="subject" SIZE=60 VALUE="[saved->subject]"></TD>
42
 
   <TD><img src="[icons_url]/unknown.png" alt="�����ʵݱ�������"></TD>
43
 
 </TR>
44
 
 <TR>
45
 
   <TD NOWRAP><B>����:</B></TD>
46
 
   <TD><SELECT NAME="topics">
47
 
        <OPTION VALUE="">--ѡ����--
48
 
        [FOREACH topic IN list_of_topics]
49
 
          <OPTION VALUE="[topic->NAME]"
50
 
          [IF topic->selected]
51
 
            SELECTED
52
 
          [ENDIF]
53
 
          >[topic->title]
54
 
          [IF topic->sub]
55
 
          [FOREACH subtopic IN topic->sub]
56
 
             <OPTION VALUE="[topic->NAME]/[subtopic->NAME]">[topic->title] / [subtopic->title]
57
 
          [END]
58
 
          [ENDIF]
59
 
        [END]
60
 
        <OPTION VALUE="other">����
61
 
     </SELECT>
62
 
   </TD>
63
 
   <TD valign=top><img src="[icons_url]/unknown.png" alt="Ŀ¼�е��ʵݱ�����"></TD>
64
 
 </TR>
65
 
 
66
 
 <TR>
67
 
   <TD valign=top NOWRAP><B>����:</B></TD>
68
 
   <TD><TEXTAREA COLS=60 ROWS=10 NAME="info">[saved->info]</TEXTAREA></TD>
69
 
   <TD valign=top><img src="[icons_url]/unknown.png" alt="���ж��ʵݱ�����������"></TD>
70
 
 </TR>
71
 
 
72
 
 <TR>
73
 
   <TD COLSPAN=2 ALIGN="center">
74
 
    <TABLE>
75
 
     <TR>
76
 
      <TD BGCOLOR="[light_color]">
77
 
<INPUT TYPE="submit" NAME="action_create_list" VALUE="�ύ���Ĵ�������">
78
 
      </TD>
79
 
     </TR></TABLE>
80
 
</TD></TR>
81
 
</TABLE>
82
 
 
83
 
 
84
 
 
85
 
</FORM>
86
 
 
87
 
 
88
 
 
89