Subversion Repositories wimsdev

Rev

Rev 4385 | Rev 5832 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!set lang_exists=yes
!if $wims_read_parm=$empty
 !exit
!endif

!goto $wims_read_parm

:file

<p>Available files in this document:
 !for f in $flist
  !getfile doc/$f $f
  &nbsp;
 !next f
 <p>
 !form reply
 <input type="hidden" name="job2" value="erase"/>
 Erase a file:
 !formselect job2 list $flist
 <input type="submit" value="$wims_name_erase"/>
 </form>
 <p>
 Files in the document can be accessed using the variable <tt class="wims_code_variable">\filedir</tt>
in the document. For example, 
<p><center>
 <tt class="wims_address">&lt;a href="\filedir/$f1"&gt;$f1&lt;/a&gt;</tt>
</center> <p>
 gives a link to the file <a href="$m_filedir/$f1" alt="$f1">$f1</a>.
 Also, you can write
<p><center>
 <tt class="wims_address">&lt;img src="\filedir/myfile.jpg" alt="myfile"&gt;</tt>
</center> <p>
to include an image file <tt class="wims_fname">myfile.jpg</tt> in the page.
 <p>
 Files deposited to this document are only accessible by people having
 rights to read the document.

<p>
Une nouvelle commande <tt class="wims_code_words">\href{}{}</tt> est en test. 
Pour obtenir un lien sur le fichier, il suffit alors d'écrire
<center>
<tt class="wims_code_words">\href{$f1}</tt> ou <tt class="wims_code_words">\href{$f1}{lien}</tt>.
</center>
!exit

:readauth
 If you are the author of the document, please remember that you need the
 authorization of the
 !mailurl $wims_site_manager webmaster\
Ask to open WIMS document $doc
 to put the document visible by the public.

!exit

:erase1
 For security reasons, only webmasters can erase public documents.
 <p>
 Please
 !mailurl $wims_site_manager ask the webmaster
 to erase this document for you.
 
!exit

:erase2
<span class="wims_warning">ATTENTION</span>. An erased document cannot be recovered!
<p>
Are you sure you want to erase the document <tt class="wims_fname">$tit</tt>?

!exit
:public

<b>Remark</b>. You must ask the approval of the
 !mailurl $wims_site_manager webmaster\
Ask to open WIMS document $doc
 to make the document accessible by le public.

!exit

Generated by GNU Enscript 1.6.5.90.