1<!-- TEMPLATE_PROD_COUNTRY_DETAIL -->
2
3 <script>
4 $(document).ready(function() { 5 var showAct=('.listItem a'); 6 $(showAct).click(function(event) { 7 event.preventDefault();
8 $('.intItem').removeClass('on'); 9 var showBox=$(this).attr('href'); 10 $(showBox).addClass('on'); 11 $(showAct).removeClass('on'); 12 $(this).addClass('on'); 13 });
14 });
15 </script>
16 <style>
17
18.dettProd{ 19text-align:right;
20}
21
22.h3_abs{ 23font-weight:bold;
24color:#62584a;
25font-size:14px
26}
27
28.other_box_content{ 29padding-left:15px;
30margin-top:15px}
31
32.other_box_content h4{ 33color:#9d9284;
34font:normal 1.4em/1em Aller,Arial,sans-serif;
35}
36
37.other_box_content ul{ 38display:block;
39width:100%;
40margin:10px 0px;
41padding:0px
42}
43
44.other_box_content ul li{ 45list-style:none;
46display:block;
47width:49%;
48float:left
49}
50</style>
51
52 <DIV id="nmotiviContent" class="prodCountry">
53 <DIV class="int">
54
55 <div class="infoSx">
56 <h1 class="title">$main_title.data</h1>
57
58
59
60#if ($abs.data!="")
61<h3 class="h3_abs">$abs.data</h3>
62#end
63
64
65 <div>
66 <div class="introProd">
67 $intro.data
68 </div>
69
70
71
72#if ($other_box_text.data!="")
73<div class="other_box_content">
74<h4>$other_box_text.data</h4>
75$other_box_text.text.data
76</div>
77#end
78
79#if ($other_box_image.data!="")
80<div class="other_box_content">
81<h4>$other_box_image.data</h4>
82<img src="$other_box_image.image.data" alt="$other_box_image.image.alt_image.data" title="$other_box_image.image.alt_image.data" />
83</div>
84#end
85
86#if ($other_box_image_footer.data!="")
87<div class="other_box_content">
88<h4>$other_box_image_footer.data</h4>
89<img src="$other_box_image_footer.image.data" alt="$other_box_image_footer.image.data" title="$other_box_image_footer.image.alt_image.data" />
90</div>
91#end
92
93
94 #if ($imgTabNut.data!="")
95<div class="tabNut"><img src="$imgTabNut.data" width="327" height="246" alt="$imgTabNut.alt_tag.data" title="$imgTabNut.alt_tag.data" /></div>
96#end
97 <div class="nota">$nota.data</div>
98
99
100 </DIV>
101 </div>
102
103 <div class="dettProd">
104 #if ($imgProd.data!="")
105 <img src="$imgProd.data" alt="$imgProd.alt_tag.data" title="$imgProd.alt_tag.data" />
106 #end
107
108 #if ($promo.data!="")
109
110 <div class="boxPromoHigh">
111 <div class="listItem">
112 <div>
113 #foreach ($ListItem in $promo.getSiblings())
114 #if ($velocityCount==1)
115 <a href="#promoHigh$velocityCount" class="on">
116 #else
117 <a href="#promoHigh$velocityCount">
118 #end
119 <img src="$request.theme-display.path-theme-images/common/pix.gif" width="19" height="19" alt="" /></a>
120 #end
121 </div>
122 </div>
123
124 <div class="item">
125 #foreach ($ListItem in $promo.getSiblings())
126 #if ($velocityCount==1)
127 <div class="intItem on" id="promoHigh$velocityCount">
128 #else
129 <div class="intItem" id="promoHigh$velocityCount">
130 #end
131 <div class="thumb"><img src="$ListItem.img.data" alt="$ListItem.img.alt_tag.data" /></div>
132 <div class="title">$ListItem.data</div>
133 <div class="text"><a href="$velocityHelper.getFriendlyURL($ListItem.link.getFriendlyUrl(), $tDisplay)">$ListItem.text.data</a></div>
134 </div>
135
136 #end
137
138 </div> <!-- //item -->
139
140 </div><!-- //boxPromoHigh -->
141 #end
142
143 </div><!-- //dettProd -->
144 </DIV>
145 </DIV> <!-- //nmotiviContent -->
146
147 <div class="botProdCountry">
148
149 #if ($titGreenBox.data!="")
150
151 <div class="itemGreenBox">
152
153
154
155 <div class="thumb"><img src="$request.theme-display.path-theme-images/common/green_box.jpg" width="161" height="175" alt="" /></div>
156 <div class="tit">$titGreenBox.data</div>
157 <div class="text"><a href="$velocityHelper.getFriendlyURL($titGreenBox.label_link.link.getFriendlyUrl(), $tDisplay)">$titGreenBox.abstract.data </a>
158
159<div class="footLinkGreen">
160<a href="$velocityHelper.getFriendlyURL($titGreenBox.label_link.link.getFriendlyUrl(), $tDisplay)">$titGreenBox.label_link.data > </a>
161</div>
162
163</div>
164
165 </div>
166
167 #end
168 </div>
169<img src="$request.theme-display.path-theme-images/common/bot_box_nmotivi.jpg" width="990" height="41" alt="" />