1- Esempio immagine con url assoluta:#

Codice wiki:
[{Image src='http://www.smeup.com/include/mod/layout1/images/header_logo.gif'}]
TAG html:
<img src='http://www.smeup.com/include/mod/layout1/images/header_logo.gif'/>
Risultato:

2 -Esempio immagine con url relativa alla pagina wiki (ATTACHMENT):#

Codice wiki:
[{Image src='header_logo.gif'}]
TAG html:
<img src="/attach/Test%20Inclusione%20Immagini/header_logo.gif"/>
Percoso sul server:
${jsp_wiki_files_base}/Test Inclusione Immagini-attach/header_logo/1.gif
Risultato:

3.1-Esempio immagine con url relativa al server http:#

Codice wiki:
[{Image src='./header_logo.gif'}]
TAG html:
<img src="./header_logo.gif'/>
Percoso sul server:
${catalina_base}/webapps/JSPWiki/header_logo.gif 
Risultato:


3.2-Esempio immagine con url relativa al server http con sottocartelle:#

Codice wiki:
[{Image src='./cartella/sottocartella/header_logo.gif'}]
TAG html:
<img src="./cartella/sottocartella/header_logo.gif"/>
Percoso sul server:
${catalina_base}/webapps/JSPWiki/cartella/sottocartella/header_logo.gif 
Risultato:


QUI SOTTO C'E' DEL TESTO NASCOSTO! Per vederlo edita la pagina o visualizza i sorgenti!#

TESTI NASCOSTI: TAGS: PIPPO, PLUTO, PAPERINO#

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
gif
header_logo.gif 1.7 kB 1 14-Apr-2010 14:30 m.sanfilippo
« This page (revision-18) was last changed on 14-Apr-2010 14:30 by m.sanfilippo