PDA


View Full Version : Security News Portal


Glitch
06-14-2004, 04:07 PM
New Template: "adv_portal_snp"



Contents:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Security News</b></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">

<applet codebase="http://www.prognosisx.com/infosyssec/" CODE="yavs.class" WIDTH=150 HEIGHT=200>
<PARAM NAME="MSGTEXT" VALUE="http://www.prognosisx.com/infosyssec/announce.txt">
<PARAM NAME="BGCOLOR" VALUE="$getbgrow">
<PARAM NAME="FGCOLOR" VALUE="$getbgrow">
<PARAM NAME="HREFCOLOR" VALUE="#0000FF">
<PARAM NAME="LINKCOLOR" VALUE="#FF0000">
<PARAM NAME="FONTNAME" VALUE="Dialog">
<PARAM NAME="FONTSIZE" VALUE="10">
<PARAM NAME="SPEED" VALUE="40">
<PARAM NAME="WAITTEXT" VALUE="YES">
<PARAM NAME="PAUSE" VALUE="5500">
</APPLET>

</span>
</td>
</tr>
</table>
<br />

Create the new module name 'Security News' using template 'snp' in the admincp->vBa CMPS->Add Module U.I.

Enjoy,

Glitch

Kengan
06-17-2004, 06:09 AM
what for ?

58sniper
06-17-2004, 08:32 AM
XHTML compliant version:


<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Security News</b></span></td>
</tr>
<tr>
<td class="$getbgrow">
<span class="smallfont">
<applet codebase="http://www.prognosisx.com/infosyssec/" code="yavs.class" width="150" height="200">
<param name="msgtext" value="http://www.prognosisx.com/infosyssec/announce.txt" />
<param name="bgcolor" value="$getbgrow" />
<param name="fgcolor" value="$getbgrow" />
<param name="hrefcolor" value="#0000ff" />
<param name="linkcolor" value="#ff0000" />
<param name="fontname" value="dialog" />
<param name="fontsize" value="10" />
<param name="speed" value="40" />
<param name="waittext" value="yes" />
<param name="pause" value="5500" />
</applet>
</span>
</td>
</tr>
</table>
<br />

RichieBoy67
03-30-2005, 08:01 PM
Is there a screenshot or a demo for this please??