initial commit
This commit is contained in:
57
archive/version_01/ssmItems_travel.js
Executable file
57
archive/version_01/ssmItems_travel.js
Executable file
@@ -0,0 +1,57 @@
|
||||
<!--
|
||||
|
||||
/*
|
||||
Configure menu styles below
|
||||
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
|
||||
*/
|
||||
YOffset=40; // no quotes!!
|
||||
XOffset=13;
|
||||
staticYOffset=15; // no quotes!!
|
||||
slideSpeed=10 // no quotes!!
|
||||
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
|
||||
menuBGColor="#333333";
|
||||
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
|
||||
menuWidth=130; // Must be a multiple of 10! no quotes!!
|
||||
menuCols=2;
|
||||
hdrFontFamily="arial";
|
||||
hdrFontSize="2";
|
||||
hdrFontColor="white";
|
||||
hdrBGColor="#b0111f";
|
||||
hdrAlign="center";
|
||||
hdrVAlign="center";
|
||||
hdrHeight="15";
|
||||
linkFontFamily="Arial";
|
||||
linkFontSize="2";
|
||||
linkBGColor="#CCCCCC";
|
||||
linkOverBGColor="#FFFFFF";
|
||||
linkTarget="_top";
|
||||
linkAlign="left";
|
||||
barBGColor="#333333";
|
||||
barFontFamily="Arial";
|
||||
barFontSize="2";
|
||||
barFontColor="#CCCCCC";
|
||||
barVAlign="middle";
|
||||
barWidth=40; // no quotes!!
|
||||
barText="dtn MENU"; // <IMG> tag supported. Put exact html for an image to show.
|
||||
|
||||
///////////////////////////
|
||||
|
||||
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
|
||||
ssmItems[0]=["/ dtn menu /"] //create header
|
||||
ssmItems[1]=["Home", "home.htm", ""]
|
||||
ssmItems[2]=["Who We Are", "whoweare.pl",""]
|
||||
ssmItems[3]=["Resources", "resources.pl", ""]
|
||||
ssmItems[4]=["Prayer Requests", "prayer.pl", ""]
|
||||
ssmItems[5]=["<b>Mission & Travel</b>", "travel.pl", ""]
|
||||
ssmItems[6]=["Photos/Videos", "media.pl", ""]
|
||||
|
||||
|
||||
|
||||
ssmItems[7]=["/ links /", "", ""] //create header
|
||||
ssmItems[8]=["Action Min. Canada", "http://www.actioncanada.net", ""]
|
||||
ssmItems[9]=["Action Min. Int'l", "http://www.actionintl.org", ""]
|
||||
ssmItems[10]=["Action Min. UK", "http://www.actionuk.org", ""]
|
||||
|
||||
buildMenu();
|
||||
|
||||
//-->
|
||||
Reference in New Issue
Block a user