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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/it/d_editfile.it.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.2 $ ; $Date: 2001/02/12 16:42:41 $ -->
2
 
 
3
 
<H1>Modifica del file [path]</H1>
4
 
    Proprietario: [doc_owner] <BR>
5
 
    Ultimo aggiornamento : [doc_date] <BR>
6
 
    Descrizione : [desc] <BR><BR>
7
 
<H3><A HREF="[path_cgi]/d_read/[list]/[father]"> <IMG ALIGN="bottom"  src="[father_icon]"> Sali di una directory </A></H3>
8
 
 
9
 
<TABLE CELLSPACING=15>
10
 
 
11
 
  <TR>
12
 
  <form method="post" ACTION="[path_cgi]" ENCTYPE="multipart/form-data">
13
 
  <TD ALIGN="right" VALIGN="bottom">
14
 
  <B> Sostituisci il file [path] con il tuo file</B><BR> 
15
 
  <input type="file" name="uploaded_file">
16
 
  </TD>
17
 
  <TD ALIGN="left" VALIGN="bottom"> 
18
 
  <input type="submit" value="Publica" name="action_d_overwrite">
19
 
  <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
20
 
  <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
21
 
  <INPUT TYPE="hidden" NAME="serial" VALUE="[serial_file]">
22
 
  </TD>
23
 
  </form>
24
 
  </TR>
25
 
 
26
 
  <TR>
27
 
  <FORM ACTION="[path_cgi]" METHOD="POST">
28
 
  <TD ALIGN="right" VALIGN="bottom">
29
 
  <B> Descrivi il file [path]</B></BR>
30
 
  <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
31
 
  <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
32
 
  <INPUT TYPE="hidden" NAME="serial" VALUE="[serial_desc]">
33
 
  <INPUT TYPE="hidden" NAME="action" VALUE="d_describe">
34
 
  <INPUT SIZE=50 MAXLENGTH=100 NAME="content" VALUE="[desc]">
35
 
  </TD>
36
 
  <TD ALIGN="left" VALIGN="bottom">
37
 
  <INPUT SIZE=50 MAXLENGTH=100 TYPE="submit" NAME="action_d_describe" VALUE="Descrivi">
38
 
  </TD>
39
 
  </FORM>
40
 
  </TR>
41
 
 
42
 
</TABLE>
43
 
<BR>
44
 
<BR>
45
 
 
46
 
[IF textfile]
47
 
  <FORM ACTION="[path_cgi]" METHOD="POST">
48
 
  <B> Edit the file [path]</B><BR>
49
 
  <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
50
 
  <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
51
 
  <INPUT TYPE="hidden" NAME="serial" VALUE="[serial_file]">
52
 
  <TEXTAREA NAME="content" COLS=80 ROWS=25>
53
 
[INCLUDE filepath]
54
 
  </TEXTAREA><BR>
55
 
  <INPUT TYPE="submit" NAME="action_d_savefile" VALUE="Pubblica">
56
 
  </FORM>
57
 
[ENDIF]
58
 
 
59
 
 
60
 
 
61
 
 
62