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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/hu/d_read.hu.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.8 $ ; $Date: 2002/08/14 06:48:31 $ -->
2
 
 
3
 
[IF file]
4
 
  [INCLUDE file]
5
 
[ELSE]
6
 
 
7
 
  [IF path]  
8
 
    <h2> <B><IMG SRC="[icons_url]/folder.open.png">[path]</B> </h2> 
9
 
   <A HREF="[path_cgi]/d_editfile/[list]/[escaped_path]">szerkeszt</A>
10
 
   <A HREF="[path_cgi]/d_delete/[list]/[escaped_path]" onClick="request_confirm_link('[path_cgi]/d_delete/[list]/[escaped_path]', 'T�nyleg akarod t�r�lni a(z) [path] k�nyvt�rat?'); return false;">t�r�l</A>
11
 
   <A HREF="[path_cgi]/d_control/[list]/[escaped_path]">hozz�f�r�s</A><BR>
12
 
    Tulajdonos: [doc_owner] <BR>
13
 
    Utols� friss�t�s: [doc_date] <BR>
14
 
  [IF doc_title]
15
 
    Le�r�s: [doc_title] <BR><BR>
16
 
  [ENDIF]
17
 
  
18
 
    <font size=+1> <A HREF="[path_cgi]/d_read/[list]/[escaped_father]"> <IMG ALIGN="bottom"  src="[father_icon]">Egy k�nyvt�rral feljebb</A></font>
19
 
    <BR>  
20
 
  [ELSE]
21
 
    <h2> <B>Megosztott k�nyvt�r tartalma</B> </h2> 
22
 
  [ENDIF]
23
 
   
24
 
  <TABLE width=100%>
25
 
  <TR BGCOLOR="[dark_color]">
26
 
   
27
 
  <th><TABLE width=100%><TR><TD ALIGN="left"><font color="[bg_color]">Dokumentumok</font></TD>
28
 
  [IF  order_by<>order_by_doc]  
29
 
    <TD ALIGN="right">
30
 
    <form method="post" ACTION="[path_cgi]">  
31
 
    <INPUT ALIGN="top"  type="image" src="[sort_icon]" WIDTH=15 HEIGHT=15 name="N�vsorban">
32
 
    <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
33
 
    <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
34
 
    <INPUT TYPE="hidden" NAME="action" VALUE="d_read">
35
 
    <INPUT TYPE="hidden" NAME="order" VALUE="order_by_doc">
36
 
    </form>
37
 
    </TD>
38
 
  [ENDIF]       
39
 
  </TR></TABLE>
40
 
  </th>
41
 
  
42
 
  <th><TABLE width=100%><TR><TD ALIGN="left"><font color="[bg_color]">Szerz�</font></TD>
43
 
  [IF  order_by<>order_by_author]  
44
 
    <TD ALIGN="right">
45
 
    <form method="post" ACTION="[path_cgi]">  
46
 
    <INPUT ALIGN="top"  type="image" src="[sort_icon]" WIDTH=15 HEIGHT=15 name="Szerz� szerint">
47
 
    <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
48
 
    <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
49
 
    <INPUT TYPE="hidden" NAME="action" VALUE="d_read">
50
 
    <INPUT TYPE="hidden" NAME="order" VALUE="order_by_author">
51
 
    </form>     
52
 
    </TD>
53
 
  [ENDIF]
54
 
  </TR></TABLE>
55
 
  </th> 
56
 
 
57
 
  <th><TABLE width=100%><TR><TD ALIGN="left"><font color="[bg_color]">M�ret (Kb)</font></TD>
58
 
  [IF order_by<>order_by_size] 
59
 
    <TD ALIGN="right">
60
 
    <form method="post" ACTION="[path_cgi]">
61
 
    <INPUT ALIGN="top"  type="image" src="[sort_icon]" WIDTH=15 HEIGHT=15 name="M�ret szerint">
62
 
    <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
63
 
    <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
64
 
    <INPUT TYPE="hidden" NAME="action" VALUE="d_read">
65
 
    <INPUT TYPE="hidden" NAME="order" VALUE="order_by_size">
66
 
    </form>
67
 
    </TD>
68
 
  [ENDIF]
69
 
  </TR></TABLE>   
70
 
  </th> 
71
 
 
72
 
  <th><TABLE width=100%><TR><TD ALIGN="left"><font color="[bg_color]">Utols� m�dos�t�s</font></TD>
73
 
  [IF order_by<>order_by_date]
74
 
    <TD ALIGN="right">
75
 
    <form method="post" ACTION="[path_cgi]">
76
 
    <INPUT ALIGN="top"  type="image" src="[sort_icon]" WIDTH=15 HEIGHT=15 name="D�tum szerint">
77
 
    <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
78
 
    <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
79
 
    <INPUT TYPE="hidden" NAME="action" VALUE="d_read">
80
 
    <INPUT TYPE="hidden" NAME="order" VALUE="order_by_date">
81
 
    </form>
82
 
    </TD>
83
 
  [ENDIF]
84
 
  </TR></TABLE>  
85
 
  </th> 
86
 
 
87
 
  <TD ALIGN="center"><font color="[bg_color]">Szerkeszt</font></TD> 
88
 
  <TD ALIGN="center"><font color="[bg_color]">T�r�l</font></TD>
89
 
  <TD ALIGN="center"><font color="[bg_color]">Hozz�f�r�s</font></TD></TR>
90
 
      
91
 
  [IF empty]
92
 
    <TR BGCOLOR="[light_color]" VALIGN="top">
93
 
    <TD COLSPAN=8 ALIGN="center"> �res k�nyvt�r </TD>
94
 
    </TR>
95
 
  [ELSE]   
96
 
    [IF sort_subdirs]
97
 
      [FOREACH s IN sort_subdirs] 
98
 
        <TR BGCOLOR="[light_color]">        
99
 
        <TD NOWRAP> <A HREF="[path_cgi]/d_read/[list]/[escaped_path][s->escaped_doc]/"> 
100
 
        <IMG ALIGN=bottom BORDER=0 SRC="[s->icon]"> [s->doc]</A></TD>
101
 
        <TD>
102
 
        [IF s->author_known] 
103
 
          [s->author_mailto]
104
 
        [ELSE]
105
 
           Unknown 
106
 
        [ENDIF]
107
 
        </TD>       
108
 
        <TD>&nbsp;</TD>
109
 
        <TD NOWRAP> [s->date] </TD>
110
 
        
111
 
        [IF s->edit]
112
 
          <TD><center>
113
 
          <FONT size=-1>
114
 
          <A HREF="[path_cgi]/d_editfile/[list]/[escaped_path][s->escaped_doc]">szerkeszt</A>
115
 
          </font>
116
 
 
117
 
          </center></TD>
118
 
          <TD><center>
119
 
          <A HREF="[path_cgi]/d_delete/[list]/[escaped_path][s->escaped_doc]" onClick="request_confirm_link('[path_cgi]/d_delete/[list]/[escaped_path][s->escaped_doc]', 'T�nyleg szeretn�d t�r�lni a k�vetkez�t: [path][s->doc] ?'); return false;">t�r�l</A>
120
 
          </FONT>
121
 
          </center></TD>
122
 
        [ELSE]
123
 
          <TD>&nbsp; </TD>
124
 
          <TD>&nbsp; </TD>
125
 
        [ENDIF]
126
 
        
127
 
        [IF s->control]
128
 
          <TD>
129
 
          <center>
130
 
          <FONT size=-1>
131
 
          <A HREF="[path_cgi]/d_control/[list]/[escaped_path][s->escaped_doc]">megnyit</A>
132
 
          </font>
133
 
          </center>
134
 
          </TD>  
135
 
        [ELSE]
136
 
          <TD>&nbsp; </TD>
137
 
        [ENDIF]
138
 
      </TR>
139
 
      [END] 
140
 
    [ENDIF]
141
 
 
142
 
    [IF sort_files]
143
 
      [FOREACH f IN sort_files]
144
 
        <TR BGCOLOR="[light_color]"> 
145
 
        <TD>&nbsp;
146
 
        [IF f->html]
147
 
          <A HREF="[path_cgi]/d_read/[list]/[escaped_path][f->escaped_doc]" TARGET="html_window">
148
 
          <IMG ALIGN=bottom BORDER=0 SRC="[f->icon]" ALT="[f->title]"> [f->doc] </A>
149
 
        [ELSIF f->url]
150
 
          <A HREF="[f->url]" TARGET="html_window">
151
 
          <IMG ALIGN=bottom BORDER=0 SRC="[f->icon]" ALT="[f->title]"> [f->anchor] </A>
152
 
        [ELSE]
153
 
          <A HREF="[path_cgi]/d_read/[list]/[escaped_path][f->escaped_doc]">
154
 
          <IMG ALIGN=bottom BORDER=0 SRC="[f->icon]" ALT="[f->title]"> [f->doc] </A>
155
 
        [ENDIF] 
156
 
        </TD>  
157
 
         
158
 
        <TD> 
159
 
        [IF f->author_known]
160
 
          <A HREF="mailto:[f->author]">[f->author]</A>  
161
 
        [ELSE]
162
 
          Unknown  
163
 
        [ENDIF]
164
 
        </TD>
165
 
         
166
 
        <TD NOWRAP>&nbsp;
167
 
        [IF !f->url]
168
 
        [f->size]
169
 
        [ENDIF]
170
 
         </TD>
171
 
        <TD NOWRAP> [f->date] </TD>
172
 
         
173
 
        [IF f->edit]
174
 
        <TD>
175
 
        <center>
176
 
        <font size=-1>
177
 
        <A HREF="[path_cgi]/d_editfile/[list]/[escaped_path][f->escaped_doc]">szerkeszt</A>
178
 
        </font>
179
 
        </center>
180
 
 
181
 
        </TD>
182
 
        <TD>
183
 
        <center>
184
 
        <FONT size=-1>
185
 
        <A HREF="[path_cgi]/d_delete/[list]/[escaped_path][f->escaped_doc]" onClick="request_confirm_link('[path_cgi]/d_delete/[list]/[escaped_path][f->escaped_doc]', 'T�nyleg szeretn�d t�r�lni a k�vetkez�t [path][s->doc] ([f->size] Kb) ?'); return false;">t�r�l</A>
186
 
        </FONT>
187
 
        </center>
188
 
        </TD>
189
 
        [ELSE]
190
 
          <TD>&nbsp; </TD> <TD>&nbsp; </TD>
191
 
        [ENDIF]
192
 
                 
193
 
        [IF f->control]
194
 
          <TD> <center>
195
 
          <font size=-1>
196
 
          <A HREF="[path_cgi]/d_control/[list]/[escaped_path][f->escaped_doc]">megnyit</A>
197
 
          </font>
198
 
          </center></TD>
199
 
        [ELSE]
200
 
        <TD>&nbsp; </TD>
201
 
        [ENDIF]
202
 
        </TD>
203
 
        </TR>
204
 
      [END] 
205
 
    [ENDIF]
206
 
  [ENDIF]
207
 
  </TABLE>              
208
 
 
209
 
  <HR> 
210
 
<TABLE CELLSPACING=20>
211
 
   
212
 
   [IF path]
213
 
         
214
 
      [IF may_edit]
215
 
      <TR>
216
 
      <form method="post" ACTION="[path_cgi]">
217
 
      <TD ALIGN="right" VALIGN="bottom">
218
 
      [IF path]
219
 
      <B> Hozzon l�tre egy �j k�nyvt�rat a(z) [path] k�nyvt�ron bel�l</B> <BR>
220
 
       
221
 
      [ELSE]
222
 
 
223
 
      <B> �j k�nyvt�r l�trehoz�sa a MEGOSZTOTT K�NYVT�RON bel�l </B><BR>
224
 
      [ENDIF]
225
 
      <input MAXLENGTH=30 type="text" name="name_doc">
226
 
      </TD>
227
 
      
228
 
      <TD ALIGN="left" VALIGN="bottom">
229
 
      <input type="submit" value="�j k�nyvt�r l�trehoz�sa" name="action_d_create_dir">
230
 
      <INPUT TYPE="hidden" NAME="previous_action" VALUE="d_read">
231
 
      <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
232
 
      <INPUT TYPE="hidden" NAME="path" VALUE="[path]">     
233
 
      <INPUT TYPE="hidden" NAME="type" VALUE="directory">
234
 
      <INPUT TYPE="hidden" NAME="action" VALUE="d_create_dir">
235
 
      </TD>
236
 
 
237
 
      </form>
238
 
      </TR>
239
 
   
240
 
      <TR>   
241
 
      <form method="post" ACTION="[path_cgi]">
242
 
      <TD ALIGN="right" VALIGN="bottom">
243
 
        <B>�j �llom�ny l�trehoz�sa</B> <BR>
244
 
        <input MAXLENGTH=30 type="text" name="name_doc">
245
 
 
246
 
      </TD>
247
 
     
248
 
      <TD ALIGN="left" VALIGN="bottom">
249
 
      <input type="submit" value="�j �llom�ny l�trehoz�sa" name="action_d_create_dir">
250
 
      <INPUT TYPE="hidden" NAME="previous_action" VALUE="d_read">
251
 
      <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
252
 
      <INPUT TYPE="hidden" NAME="path" VALUE="[path]">     
253
 
      <INPUT TYPE="hidden" NAME="type" VALUE="file">
254
 
      <INPUT TYPE="hidden" NAME="action" VALUE="d_create_dir">
255
 
      </TD>
256
 
 
257
 
      </form>
258
 
      </TR><BR>
259
 
      [ENDIF]
260
 
  
261
 
   [ENDIF] 
262
 
 
263
 
    <TR>
264
 
    <form method="post" ACTION="[path_cgi]">
265
 
    <TD ALIGN="right" VALIGN="center">
266
 
    <B>K�nyvjelz� hozz�ad�sa</B><BR>    
267
 
     URL <input MAXLENGTH=100 SIZE="25" type="text" name="url"><BR>
268
 
     megnevez�s <input MAXLENGTH=100 SIZE="20" type="text" name="name_doc">
269
 
    </TD>
270
 
 
271
 
    <TD ALIGN="left" VALIGN="bottom">
272
 
    <input type="submit" value="Hozz�ad" name="action_d_savefile">
273
 
    <INPUT TYPE="hidden" NAME="previous_action" VALUE="d_read">
274
 
    <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
275
 
    <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
276
 
    <INPUT TYPE="hidden" NAME="action" VALUE="d_savefile">
277
 
    </TD>
278
 
    </FORM>
279
 
    </TR>
280
 
 
281
 
   <TR>
282
 
   <form method="post" ACTION="[path_cgi]" ENCTYPE="multipart/form-data">
283
 
   <TD ALIGN="right" VALIGN="bottom">
284
 
   [IF path]
285
 
     <B> �j �llom�ny felt�lt�se a(z) [path] k�nyvt�rba</B><BR>
286
 
   [ELSE]
287
 
     <B> �j �llom�ny felt�lt�se a MEGOSZTOTT K�NYVT�Rba </B><BR>
288
 
   [ENDIF]
289
 
   <input type="file" name="uploaded_file">
290
 
   </TD>
291
 
 
292
 
   <TD ALIGN="left" VALIGN="bottom">
293
 
   <input type="submit" value="Felt�lt" name="action_d_upload">
294
 
   <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
295
 
   <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
296
 
   <TD>
297
 
   </form> 
298
 
   </TR>
299
 
   [ENDIF]
300
 
</TABLE>
301
 
[ENDIF]
302
 
   
303
 
 
304
 
 
305
 
 
306