Rev 5734 | Rev 5901 | 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 |
5734 | bpr | 17 | <input type="hidden" name="job2" value="erase"/> |
2282 | bpr | 18 | Cancella un file: |
19 | !formselect job2 list $flist |
||
5734 | bpr | 20 | <input type="submit" value="$wims_name_erase"/> |
2282 | bpr | 21 | </form> |
22 | <p> |
||
23 | I file legati al documento possono essere resi visibili tramite la |
||
4008 | bpr | 24 | variabile <tt class="wims_code_variable">\filedir</tt>. Per esempio il comando |
5832 | bpr | 25 | </p><p class="wimscenter"> |
4008 | bpr | 26 | <tt class="wims_address"><a href="\filedir/$f1">$f1</a></tt> |
5832 | bpr | 27 | </p><p> |
2282 | bpr | 28 | (<b>copiate questo testo dopo aver caricato il file</b>) |
29 | inserisce un link al file <a href="$m_filedir/$f1">$f1</a>. |
||
30 | È anche possibile scrivere |
||
5832 | bpr | 31 | </p><p class="wimscenter"> |
4008 | bpr | 32 | <tt class="wims_address"><img src="\filedir/myfile.jpg" alt="myfile"></tt> |
5832 | bpr | 33 | </p> |
4385 | bpr | 34 | per inserire nella pagina l'immagine contenuta nel file <tt class="wims_fname">myfile.jpg</tt>. |
2282 | bpr | 35 | I file inseriti in questo documento sono visibili solo da chi |
36 | può accedere al documento. |
||
2283 | bpr | 37 | |
5832 | bpr | 38 | </p><p> |
4461 | czzmrn | 39 | Un nuovo comando <tt class="wims_code_words">\href{}{}</tt> è in fase di test. |
40 | Per ottenere un link verso il file è sufficiente scrivere |
||
5832 | bpr | 41 | </p><p class="wimscenter"> |
4461 | czzmrn | 42 | <tt class="wims_code_words">\href{$f1}</tt> o <tt class="wims_code_words">\href{$f1}{testo}</tt>. |
5832 | bpr | 43 | </p> |
2282 | bpr | 44 | !exit |
45 | |||
46 | :readauth |
||
47 | Se sei l'autore del documento, ricorda che è necessario chiedere |
||
48 | autorizzazione al |
||
49 | !mailurl $wims_site_manager <em>Site manager</em>\ |
||
50 | Richiesta di pubblicare il documento WIMS $doc |
||
51 | per rendere il documento accessibile a tutti. |
||
2283 | bpr | 52 | |
2282 | bpr | 53 | :erase1 |
54 | Per ragioni di sicurezza, solo il <em>Site manager</em> può |
||
55 | cancellare documenti pubblici. |
||
56 | <p> |
||
57 | Puoi |
||
58 | !mailurl $wims_site_manager chiedere direttamente al <em>Site manager</em> |
||
59 | di cancellare il documento. |
||
60 | !exit |
||
4264 | czzmrn | 61 | |
2282 | bpr | 62 | :erase2 |
4461 | czzmrn | 63 | <span class="wims_warning">ATTENZIONE</span>. Un documento cancellato non può |
2282 | bpr | 64 | più essere recuperato! |
65 | <p> |
||
4461 | czzmrn | 66 | Sei sicuro di voler cancellare il documento <tt class="wims_fname">$tit</tt>? |
2282 | bpr | 67 | !exit |
68 | |||
69 | :public |
||
70 | |||
71 | <b>NOTA</b>. È necessario chiedere autorizzazione al |
||
72 | !mailurl $wims_site_manager <em>Site manager</em>\ |
||
73 | Richiesta di pubblicare il documento WIMS $doc |
||
2283 | bpr | 74 | per rendere il documento accessibile a tutti. |
75 | |||
76 | !exit |