CaMykS  1.0-20231201
Variables
parts.php.inc File Reference

GreyStyle Theme parts. More...

Variables

$this parts ['barLeft']
 
$this parts ['barRight']
 
$this parts ['barButton']
 
$this parts ['barItem']
 
$this parts ['boxHeader']
 
$this parts ['boxTitleBar']
 
$this parts ['boxTabsBarHeader']
 
$this parts ['boxTab']
 
$this parts ['boxTabSelected']
 
$this parts ['boxTabCSSStandart'] = 'greystyleBoxTab'
 
$this parts ['boxTabCSSSelected'] = 'greystyleBoxTabS'
 
$this parts ['boxTabCSSRollover'] = 'greystyleBoxTabO'
 
$this parts ['boxTabsBarFooter']
 
$this parts ['boxButtonsBarHeader']
 
$this parts ['boxButtonWithLink']
 
$this parts ['boxButtonWithoutLink']
 
$this parts ['boxButtonsBarFooter']
 
$this parts ['boxOpenContentHeader']
 
$this parts ['boxOpenContentFooter']
 
$this parts ['boxContent1Header']
 
$this parts ['boxContent1Footer']
 
$this parts ['boxContent2Header']
 
$this parts ['boxContent2Footer']
 
$this parts ['boxFooter']
 
$this parts ['lightBoxHeader']
 
$this parts ['lightBoxFooter']
 
$this parts ['button']
 
$this parts ['layeredMenuHeader']
 
$this parts ['layeredMenuSeparator']
 
$this parts ['layeredMenuNoLinkItem']
 
$this parts ['layeredMenuLinkItem']
 
$this parts ['layeredMenuFooter']
 

Detailed Description

GreyStyle Theme parts.

Plugin / Theme Parts

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0
Date
Creation: Jun 2005
Modification: Aug 2018
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Variable Documentation

◆ parts [1/32]

$this parts[ 'barLeft']
Initial value:
= '
<table cellspacing="0" cellpadding="0" border="0" style="%s">
<tr><td class="greystyleBarLeft">&nbsp;</td>
<td class="greystyleBarCenter">
'

◆ parts [2/32]

$this parts[ 'barRight']
Initial value:
= '
</td>
<td class="greystyleBarRight">&nbsp;</td></tr>
</table>
'

◆ parts [3/32]

$this parts[ 'barButton']
Initial value:
= '
<div id="%s" class="greystyleBarButton"
onmouseover="this.className=\'greystyleBarButtonOver\'"
onmouseout="this.className=\'greystyleBarButton\'"
>
<a href="%s" class="greystyleBarButton">
%s
</a>
</div>'

◆ parts [4/32]

$this parts[ 'barItem']
Initial value:
= '
<div id="%s" class="greystyleBarButtonOver">
%s
</div>
'

◆ parts [5/32]

$this parts[ 'boxHeader']
Initial value:
= '
<table id="%2$s" cellspacing="0" cellpadding="0" border="0" class="greystyleBox %3$s" style="%1$s">
'

◆ parts [6/32]

$this parts[ 'boxTitleBar']
Initial value:
= '
<tr>
<td class="greystyleBoxTitleBarLine">
<table cellspacing="0" cellpadding="0" border="0" class="greystyleBoxTitleBar">
<tr>
<td class="greystyleBoxTitleBar">
%s
</td>
</tr>
</table>
</td>
</tr>'

◆ parts [7/32]

$this parts[ 'boxTabsBarHeader']
Initial value:
= '
<tr>
<td class="greystyleBoxTabsBarLine">
<table cellspacing="0" cellpadding="0" border="0" class="greystyleBoxTabsBarLine">
<tr>
<td class="greystyleBoxTabsBar">
<table cellspacing="0" cellpadding="0" border="0" class="greystyleBoxTabsBar">
<tr>'

◆ parts [8/32]

$this parts[ 'boxTab']
Initial value:
= '
<td id="tab%s" class="greystyleBoxTab" onclick="%s" onmouseover="%s" onmouseout="%s">%s</td>'

◆ parts [9/32]

$this parts[ 'boxTabSelected']
Initial value:
= '
<td id="tab%s" class="greystyleBoxTabS" onclick="%s" onmouseover="%s" onmouseout="%s">%s</td>'

◆ parts [10/32]

$this parts[ 'boxTabCSSStandart'] = 'greystyleBoxTab'

◆ parts [11/32]

$this parts[ 'boxTabCSSSelected'] = 'greystyleBoxTabS'

◆ parts [12/32]

$this parts[ 'boxTabCSSRollover'] = 'greystyleBoxTabO'

◆ parts [13/32]

$this parts[ 'boxTabsBarFooter']
Initial value:
= '
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>'

◆ parts [14/32]

$this parts[ 'boxButtonsBarHeader']
Initial value:
= '
<tr>
<td class="greystyleBoxButtonsBarLine">
<table cellspacing="0" cellpadding="0" border="0" class="greystyleBoxButtonsBar">
<tr>'

◆ parts [15/32]

$this parts[ 'boxButtonWithLink']
Initial value:
= '
<td class="greystyleBoxButton" style="%5$s" align="center"><a style="%1$s" href="%2$s" class="greystyleBoxButton" %4$s>%3$s</a></td>'

◆ parts [16/32]

$this parts[ 'boxButtonWithoutLink']
Initial value:
= '
<td class="greystyleBoxButton" style="%3$s" align="center" %4$s>%2$s</td>'

◆ parts [17/32]

$this parts[ 'boxButtonsBarFooter']
Initial value:
= '
</tr>
</table>
</td>
</tr>'

◆ parts [18/32]

$this parts[ 'boxOpenContentHeader']
Initial value:
= '
<tr>
<td class="greystyleBoxOpenContentLine" style="%s">
<table cellspacing="0" cellpadding="0" border="0" class="greystyleBoxOpenContent">
<tr>
<td class="greystyleBoxOpenContent" valign="top">'

◆ parts [19/32]

$this parts[ 'boxOpenContentFooter']
Initial value:
= '
</td>
</tr>
</table>
</td>
</tr>'

◆ parts [20/32]

$this parts[ 'boxContent1Header']
Initial value:
= '
<tr>
<td class="greystyleBoxContent1" style="%s">
'

◆ parts [21/32]

$this parts[ 'boxContent1Footer']
Initial value:
= '
</td>
</tr>
'

◆ parts [22/32]

$this parts[ 'boxContent2Header']
Initial value:
= '
<tr>
<td class="greystyleBoxContent2Line" style="%s">
<table cellspacing="0" cellpadding="0" border="0" class="greystyleBoxContent2">
<tr>
<td class="greystyleBoxContent2" valign="top">'

◆ parts [23/32]

$this parts[ 'boxContent2Footer']
Initial value:
= '
</td>
</tr>
</table>
</td>
</tr>'

◆ parts [24/32]

$this parts[ 'boxFooter']
Initial value:
= '
</table>'

◆ parts [25/32]

$this parts[ 'lightBoxHeader']
Initial value:
= '
<table cellspacing="0" cellpadding="0" border="0" style="%s">'

◆ parts [26/32]

$this parts[ 'lightBoxFooter']
Initial value:
= '
</table>'

◆ parts [27/32]

$this parts[ 'button']
Initial value:
= '
<table cellspacing="0">
<tr><td class="greystyleButtonOuterBox" style="%s">
<div class="greystyleButtonInnerBox">
<a href="%s" class="greystyleButton">
%s
</a>
</div>
</td></tr>
</table>
'

◆ parts [28/32]

$this parts[ 'layeredMenuHeader']
Initial value:
= '
<div id="%1$s" class="greystyleLayeredMenuHeader"
onmouseover="%2$s.select(\'%1$s\');"
onmouseout="%2$s.unselect(\'%1$s\');">'

◆ parts [29/32]

$this parts[ 'layeredMenuSeparator']
Initial value:
= '
<div class="greystyleLayeredMenuSeparator">
&nbsp;
</div>'

◆ parts [30/32]

$this parts[ 'layeredMenuNoLinkItem']
Initial value:
= '
<div id="%1$s" class="greystyleLayeredMenuItem">
%2$s
</div>
'

◆ parts [31/32]

$this parts[ 'layeredMenuLinkItem']
Initial value:
= '
<a id="%1$s" href="%3$s" class="greystyleLayeredMenuItem"%4$s>
%2$s
</a>
'

◆ parts [32/32]

$this parts[ 'layeredMenuFooter']
Initial value:
= '
</div>'