Autore:cisco007
Descrizione:Aggiunge un box di informazioni sul download.
Uso del bbcode:
Codice: Seleziona tutto
[downinfo]{INTTEXT1}, {SIMPLETEXT}, {INTTEXT2}, {URL1}, {URL2}[/downinfo]
Codice: Seleziona tutto
<table style="width: 600px; margin: 0; padding: 5px 0; background: #333333; border: 1px solid #FFFFFF;">
<tr>
<td style="width: 2px;"></td>
<td style="color: #FFFFFF; text-transform: uppercase; margin-left: 2px; margin bottom: 5px; font-size: 11px; font-weight: bold;">Informazioni sul Download</td>
<td style="width: 2px;"></td>
</tr>
<tr>
<td style="width: 2px;"></td>
<td>
<table style="padding: 0 5px; background: #EEEEEE; border: 1px solid #FFFFFF; color: #333333; width: 100%;">
<tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
<td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Nome:</td>
<td style="line-height: 35px; padding: 0 5px; width: 75%;">{INTTEXT1}</td>
</tr>
<tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
<td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Autore:</td>
<td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="memberlist.php?mode=viewprofile&un={SIMPLETEXT}">{SIMPLETEXT}</a></td>
</tr>
<tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
<td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Descrizione:</td>
<td style="line-height: 35px; padding: 0 5px; width: 75%;">{INTTEXT2}</td>
</tr>
<tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
<td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Voto:</td>
<td style="line-height: 35px; padding: 0 5px; width: 75%;">
<div class="js-kit-rating"></div><script type="text/javascript" src="http://js-kit.com/ratings.js">
</script>
</td>
</tr>
<tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
<td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Demo:</td>
<td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="{URL1}" title="#">{URL1}</a></td>
</tr>
<tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%; background: #CDCDCD;">
<td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">Download link:</td>
<td style="line-height: 35px; padding: 0 5px; width: 75%;"><a href="{URL2}" title="#">{URL2}</a></td>
</tr>
<tr style="margin: 0; padding: 2px 0; font-size: 10.5px; width: 100%;">
<td style="line-height: 35px; padding: 0 5px; width: 25%; border-right: 1px dashed #DDDDDD; font-weight: bold;">License:</td>
<td style="line-height: 35px; padding: 0 5px; width: 75%;">
<div style="line-height: 12px; padding-top: 10px;">
<a href="http://creativecommons.org/licenses/by-nc-nd/2.5/">http://creativecommons.org/licenses/by-nc-nd/2.5/</a>
</div>
</td>
</tr>
</table>
</td>
<td style="width: 2px;"></td>
</tr>
</table>
Codice: Seleziona tutto
[downinfo]nomefile, autore, descrizione, url_demo, url_download[/downinfo]