Rev 13665 | Rev 14940 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2286 | bpr | 1 | !set lang_exists=yes |
2 | !if $wims_read_parm=$empty |
||
3 | !exit |
||
4 | !endif |
||
5 | |||
2282 | bpr | 6 | !goto $wims_read_parm |
4264 | czzmrn | 7 | |
2282 | bpr | 8 | :file |
9 | |||
10 | <p>File disponibili in questo documento: |
||
11 | !for f in $flist |
||
12 | !getfile doc/$f $f |
||
13 | |
||
14 | !next f |
||
5832 | bpr | 15 | </p> |
2282 | bpr | 16 | !form reply |
6235 | bpr | 17 | <input type="hidden" name="job2" value="erase" /> |
2282 | bpr | 18 | Cancella un file: |
19 | !formselect job2 list $flist |
||
6235 | bpr | 20 | <input type="submit" value="$wims_name_erase" /> |
5928 | bpr | 21 | |
22 | !formend |
||
2282 | bpr | 23 | <p> |
13665 | bpr | 24 | I file legati al documento possono essere resi visibili tramite la |
5901 | bpr | 25 | variabile <span class="tt wims_code_variable">\filedir</span>. Per esempio il comando |
7610 | czzmrn | 26 | </p> |
27 | <p class="wimscenter"> |
||
13752 | bpr | 28 | <span class="tt wims_address"><a href="\filedir/$f1" target="wims_external">$f1</a></span> |
5832 | bpr | 29 | </p><p> |
2282 | bpr | 30 | (<b>copiate questo testo dopo aver caricato il file</b>) |
31 | inserisce un link al file <a href="$m_filedir/$f1">$f1</a>. |
||
7610 | czzmrn | 32 | |
33 | È anche possibile scrivere |
||
5832 | bpr | 34 | </p><p class="wimscenter"> |
5901 | bpr | 35 | <span class="tt wims_address"><img src="\filedir/myfile.jpg" alt="myfile"></span> |
7610 | czzmrn | 36 | </p><p> |
5901 | bpr | 37 | per inserire nella pagina l'immagine contenuta nel file <span class="tt wims_fname">myfile.jpg</span>. |
13665 | bpr | 38 | I file inseriti in questo documento sono visibili solo da chi |
10666 | czzmrn | 39 | può accedere al documento. |
2283 | bpr | 40 | |
5832 | bpr | 41 | </p><p> |
5901 | bpr | 42 | Un nuovo comando <span class="tt wims_code_words">\href{}{}</span> è in fase di test. |
4461 | czzmrn | 43 | Per ottenere un link verso il file è sufficiente scrivere |
5832 | bpr | 44 | </p><p class="wimscenter"> |
5901 | bpr | 45 | <span class="tt wims_code_words">\href{$f1}</span> o <span class="tt wims_code_words">\href{$f1}{testo}</span>. |
5832 | bpr | 46 | </p> |
2282 | bpr | 47 | !exit |
48 | |||
49 | :readauth |
||
10666 | czzmrn | 50 | Se sei l'autore del documento, ricorda che è necessario chiedere |
13665 | bpr | 51 | autorizzazione al |
2282 | bpr | 52 | !mailurl $wims_site_manager <em>Site manager</em>\ |
53 | Richiesta di pubblicare il documento WIMS $doc |
||
54 | per rendere il documento accessibile a tutti. |
||
7610 | czzmrn | 55 | !exit |
2283 | bpr | 56 | |
2282 | bpr | 57 | :erase1 |
10666 | czzmrn | 58 | Per ragioni di sicurezza, solo il <em>Site manager</em> può |
2282 | bpr | 59 | cancellare documenti pubblici. |
60 | <p> |
||
13665 | bpr | 61 | Puoi |
7610 | czzmrn | 62 | !mailurl $wims_site_manager chiedere direttamente al webmaster |
2282 | bpr | 63 | di cancellare il documento. |
5972 | bpr | 64 | </p> |
2282 | bpr | 65 | !exit |
4264 | czzmrn | 66 | |
2282 | bpr | 67 | :erase2 |
4461 | czzmrn | 68 | <span class="wims_warning">ATTENZIONE</span>. Un documento cancellato non può |
2282 | bpr | 69 | più essere recuperato! |
70 | <p> |
||
5901 | bpr | 71 | Sei sicuro di voler cancellare il documento <span class="tt wims_fname">$tit</span>? |
5972 | bpr | 72 | </p> |
2282 | bpr | 73 | !exit |
74 | |||
75 | :public |
||
76 | |||
13665 | bpr | 77 | <b>NOTA</b>. È necessario chiedere autorizzazione al |
7610 | czzmrn | 78 | !mailurl $wims_site_manager webmaster\ |
2282 | bpr | 79 | Richiesta di pubblicare il documento WIMS $doc |
2283 | bpr | 80 | per rendere il documento accessibile a tutti. |
81 | |||
13665 | bpr | 82 | !exit |