source: branches/version-2/data/Smarty/templates/default/detail.tpl @ 18007

Revision 18007, 20.1 KB checked in by kajiwara, 15 years ago (diff)

2.4.0 正式版のコミット。コミット内容の詳細はこちら(http://svn.ec-cube.net/open_trac/query?status=closed&milestone=EC-CUBE2.4.0

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is~ distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<script type="text/javascript">//<![CDATA[
23// セレクトボックスに項目を割り当てる。
24function lnSetSelect(form, name1, name2, val) {
25
26        sele11 = document[form][name1];
27        sele12 = document[form][name2];
28
29        if(sele11 && sele12) {
30                index = sele11.selectedIndex;
31
32                // セレクトボックスのクリア
33                count = sele12.options.length;
34                for(i = count; i >= 0; i--) {
35                        sele12.options[i] = null;
36                }
37
38                // セレクトボックスに値を割り当てる
39                len = lists[index].length;
40                for(i = 0; i < len; i++) {
41                        sele12.options[i] = new Option(lists[index][i], vals[index][i]);
42                        if(val != "" && vals[index][i] == val) {
43                                sele12.options[i].selected = true;
44                        }
45                }
46        }
47}
48//]]>
49</script>
50
51<!--▼CONTENTS-->
52<div id="undercolumn">
53  <div id="detailtitle"><h2><!--★タイトル★--><!--{$tpl_subtitle|escape}--></h2></div>
54  <p><!--★詳細メインコメント★--><!--{$arrProduct.main_comment|nl2br}--></p>
55
56  <div id="detailarea">
57    <div id="detailphotoblock">
58
59    <!--{assign var=key value="main_image"}-->
60    <!--{if $arrProduct.main_large_image != ""}-->
61    <!--★画像★-->
62      <a href="javascript:void(win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'))">
63        <img src="<!--{$arrFile[$key].filepath}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" />
64      </a>
65      <p>
66      <!--★拡大する★-->
67        <a href="javascript:void(win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'))" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion_on.gif','expansion01');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion.gif','expansion01');">
68          <img src="<!--{$TPL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="画像を拡大する" name="expansion01" id="expansion01" />
69       </a>
70      </p>
71      <!--{else}-->
72      <img src="<!--{$arrFile[$key].filepath}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" />
73      <!--{/if}-->
74    </div>
75
76    <div id="detailrightblock">
77      <!--アイコン-->
78      <!--{if count($arrProduct.product_flag) > 0}-->
79      <ul class="status_icon">
80        <!--{section name=flg loop=$arrProduct.product_flag|count_characters}-->
81        <!--{if $arrProduct.product_flag[flg] == "1"}-->
82        <li>
83          <!--{assign var=key value="`$smarty.section.flg.iteration`"}-->
84          <img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$key]}-->" width="65" height="17" alt="<!--{$arrSTATUS[$key]}-->" id="icon<!--{$key}-->" />
85        </li>
86        <!--{/if}-->
87        <!--{/section}-->
88      </ul>
89      <!--{/if}-->
90
91      <!--★商品コード★-->
92      <!--{assign var=codecnt value=$arrProductCode|@count}-->
93      <!--{assign var=codemax value=`$codecnt-1`}-->
94      <div>商品コード:
95        <!--{if $codecnt > 1}-->
96          <!--{$arrProductCode.0}-->〜<!--{$arrProductCode[$codemax]}-->
97        <!--{else}-->
98          <!--{$arrProductCode.0}-->
99        <!--{/if}-->
100      </div>
101      <h2><!--★商品名★--><!--{$arrProduct.name|escape}--></h2>
102      <!--★価格★-->
103      <div><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:
104        <span class="price">
105          <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
106            <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
107          <!--{else}-->
108            <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
109          <!--{/if}-->円</span></div>
110      <div>
111        <!--{if $arrProduct.price01_max > 0}-->
112        <span class="price"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->:
113          <!--{if $arrProduct.price01_min == $arrProduct.price01_max}-->
114            <!--{$arrProduct.price01_min|number_format}-->
115          <!--{else}-->
116            <!--{$arrProduct.price01_min|number_format}-->〜<!--{$arrProduct.price01_max|number_format}-->
117          <!--{/if}-->円</span>
118        <!--{/if}-->
119      </div>
120
121      <!--★ポイント★-->
122      <!--{if $smarty.const.USE_POINT === true}-->
123        <div><span class="price">ポイント:
124          <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
125            <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
126          <!--{else}-->
127            <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
128              <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
129            <!--{else}-->
130              <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->〜<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
131            <!--{/if}-->
132          <!--{/if}-->Pt</span></div>
133      <!--{/if}-->
134
135      <!--{* 関連カテゴリ *}-->
136      <div>関連カテゴリ:
137        <!--{section name=r loop=$arrRelativeCat}-->
138        <p>
139          <!--{section name=s loop=$arrRelativeCat[r]}-->
140          <a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrRelativeCat[r][s].category_id}-->"><!--{$arrRelativeCat[r][s].category_name}--></a>
141          <!--{if !$smarty.section.s.last}--><!--{$smarty.const.SEPA_CATNAVI}--><!--{/if}-->
142          <!--{/section}-->
143        </p>
144        <!--{/section}-->
145      </div>
146
147
148      <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
149        <input type="hidden" name="mode" value="cart" />
150        <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->" />
151        <input type="hidden" name="favorite_product_id" value="" />
152        <!--{if $tpl_classcat_find1}-->
153        <dl>
154          <dt>
155            <!--{$tpl_class_name1}-->
156          </dt>
157          <dd>
158            <select name="classcategory_id1"
159                    style="<!--{$arrErr.classcategory_id1|sfGetErrorColor}-->"
160                    onchange="lnSetSelect('form1', 'classcategory_id1', 'classcategory_id2', ''); ">
161              <option value="">選択してください</option>
162              <!--{html_options options=$arrClassCat1 selected=$arrForm.classcategory_id1.value}-->
163            </select>
164            <!--{if $arrErr.classcategory_id1 != ""}-->
165            <br /><span class="attention">※ <!--{$tpl_class_name1}-->を入力して下さい。</span>
166          <!--{/if}-->
167          </dd>
168        </dl>
169        <!--{/if}-->
170
171        <!--{if $tpl_stock_find}-->
172          <!--{if $tpl_classcat_find2}-->
173        <dl>
174          <dt><!--{$tpl_class_name2}--></dt>
175          <dd>
176            <select name="classcategory_id2"
177                    style="<!--{$arrErr.classcategory_id2|sfGetErrorColor}-->">
178              <option value="">選択してください</option>
179            </select>
180            <!--{if $arrErr.classcategory_id2 != ""}-->
181            <br /><span class="attention">※ <!--{$tpl_class_name2}-->を入力して下さい。</span>
182            <!--{/if}-->
183          </dd>
184        </dl>
185          <!--{/if}-->
186
187        <dl>
188          <dt>個&nbsp;&nbsp;数</dt>
189          <dd><input type="text" name="quantity" class="box54" value="<!--{$arrForm.quantity.value|default:1}-->" maxlength="<!--{$smarty.const.INT_LEN}-->" style="<!--{$arrErr.quantity|sfGetErrorColor}-->" />
190           <!--{if $arrErr.quantity != ""}-->
191           <br /><span class="attention"><!--{$arrErr.quantity}--></span>
192           <!--{/if}-->
193          </dd>
194        </dl>
195        <!--{/if}-->
196
197        <!--{if $tpl_stock_find}-->
198        <p class="btn">
199
200        <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1 && $tpl_login === true}-->
201            <!--{assign var=add_favorite value="add_favorite`$product_id`"}-->
202            <!--{if $arrErr[$add_favorite]}--><div class="attention"><!--{$arrErr[$add_favorite]}--></div><!--{/if}-->
203            <!--{if !$arrProduct.favorite_count}-->
204                <a href="javascript:fnModeSubmit('add_favorite','favorite_product_id','<!--{$arrProduct.product_id|escape}-->');" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/add_favolite_product_on.gif','add_favolite_product');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/add_favolite_product.gif','add_favolite_product');">
205                    <img src="<!--{$TPL_DIR}-->img/products/add_favolite_product.gif" width="115" height="20" alt="お気に入りに追加" name="add_favolite_product" id="add_favolite_product" />
206                </a>
207            <!--{/if}-->
208        <!--{/if}-->
209          <!--★カゴに入れる★-->
210          <a href="javascript:void(document.form1.submit())" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif','cart');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif','cart');">
211            <img src="<!--{$TPL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="カゴに入れる" name="cart" id="cart" />
212          </a>
213        </p>
214        <!--{if 'sfGMODetailDisplay'|function_exists}--><!--{* GMOワンクリック *}-->
215          <!--{'sfGMODetailDisplay'|call_user_func}-->
216        <!--{/if}-->
217        <!--{else}-->
218        <div class="attention">申し訳ございませんが、只今品切れ中です。</div>
219        <!--{/if}-->
220      </form>
221
222    </div>
223  </div>
224  <!--{* オペビルダー用 *}-->
225  <!--{if "sfViewDetailOpe"|function_exists === TRUE}-->
226  <!--{include file=`$smarty.const.MODULE_PATH`mdl_opebuilder/detail_ope_view.tpl}-->
227  <!--{/if}-->
228  <!--詳細ここまで-->
229
230  <!--▼サブコメントここから-->
231  <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}-->
232  <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}-->
233    <!--{if $arrProduct[$key] != ""}-->
234  <div class="subarea">
235    <h3><!--★サブタイトル★--><!--{$arrProduct[$key]|escape}--></h3>
236    <!--{assign var=ckey value="sub_comment`$smarty.section.cnt.iteration`"}-->
237
238    <!--拡大写真がある場合ここから-->
239    <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}-->
240    <!--{assign var=lkey value="sub_large_image`$smarty.section.cnt.iteration`"}-->
241    <!--{if $arrFile[$key].filepath != ""}-->
242    <div class="subtext"><!--★サブテキスト★--><!--{$arrProduct[$ckey]|nl2br}--></div>
243      <div class="subphotoimg">
244      <!--{if $arrFile[$lkey].filepath != ""}-->
245        <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;" target="_blank">
246      <!--{/if}-->
247      <!--サブ画像-->
248        <img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrProduct.name|escape}-->" width="<!--{$smarty.const.NORMAL_SUBIMAGE_WIDTH}-->" height="<!--{$smarty.const.NORMAL_SUBIMAGE_WIDTH}-->" />
249      <!--{if $arrFile[$lkey].filepath != ""}-->
250        </a>
251        <p>
252          <a href="<!--{$smarty.server.PHP_SELF|escape}-->"
253             onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;"
254             onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion_on.gif','expansion02');"
255             onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion.gif','expansion02');" target="_blank">
256            <img src="<!--{$TPL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="画像を拡大する" />
257          </a>
258        </p>
259      <!--{/if}-->
260      </div>
261      <!--拡大写真がある場合ここまで-->
262    <!--{else}-->
263    <p><!--★サブテキスト★--><!--{$arrProduct[$ckey]|nl2br}--></p>
264    <!--{/if}-->
265  </div>
266  <!--{/if}-->
267  <!--{/section}-->
268  <!--▲サブコメントここまで-->
269
270
271  <!--この商品に対するお客様の声-->
272  <div id="customervoicearea">
273    <h2><img src="<!--{$TPL_DIR}-->img/products/title_voice.jpg" width="580" height="30" alt="この商品に対するお客様の声" /></h2>
274
275    <!--{if count($arrReview) < $smarty.const.REVIEW_REGIST_MAX}-->
276      <!--★新規コメントを書き込む★-->
277      <a href="./review.php"
278         onclick="win02('./review.php?product_id=<!--{$arrProduct.product_id}-->','review','580','580'); return false;"
279         onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_comment_on.gif','review');"
280         onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_comment.gif','review');" target="_blank">
281        <img src="<!--{$TPL_DIR}-->img/products/b_comment.gif" width="150" height="22" alt="新規コメントを書き込む" name="review" id="review" />
282      </a>
283    <!--{/if}-->
284
285    <!--{if count($arrReview) > 0}-->
286    <ul>
287    <!--{section name=cnt loop=$arrReview}-->
288      <li>
289        <p class="voicedate"><!--{$arrReview[cnt].create_date|sfDispDBDate:false}--> 投稿者:<!--{if $arrReview[cnt].reviewer_url}--><a href="<!--{$arrReview[cnt].reviewer_url}-->" target="_blank"><!--{$arrReview[cnt].reviewer_name|escape}--></a><!--{else}--><!--{$arrReview[cnt].reviewer_name|escape}--><!--{/if}--> おすすめレベル:<span class="price"><!--{assign var=level value=$arrReview[cnt].recommend_level}--><!--{$arrRECOMMEND[$level]|escape}--></span></p>
290        <p class="voicetitle"><!--{$arrReview[cnt].title|escape}--></p>
291        <p class="voicecomment"><!--{$arrReview[cnt].comment|escape|nl2br}--></p>
292      </li>
293    <!--{/section}-->
294    </ul>
295    <!--{/if}-->
296  </div>
297  <!--お客様の声ここまで-->
298
299
300  <!--{if $arrTrackbackView == "ON"}-->
301    <!--▼トラックバックここから-->
302    <div id="trackbackarea">
303      <h2><img src="<!--{$TPL_DIR}-->img/products/title_tb.jpg" width="580" height="30" alt="この商品に対するトラックバック" /></h2>
304      <h3>この商品のトラックバック先URL</h3>
305      <input type="text" name="trackback" value="<!--{$trackback_url}-->" size="100" class="box500" />
306
307      <!--{if $arrTrackback}-->
308        <ul>
309        <!--{section name=cnt loop=$arrTrackback}-->
310          <li><strong><!--{$arrTrackback[cnt].create_date|sfDispDBDate:false}--> <a href="<!--{$arrTrackback[cnt].url}-->" target="_blank"><!--{$arrTrackback[cnt].title|escape}--></a> from <!--{$arrTrackback[cnt].blog_name|escape}--></strong>
311            <p><!--{$arrTrackback[cnt].excerpt|escape|mb_strimwidth:0:200:"..."}--></p></li>
312        <!--{/section}-->
313        </ul>
314      <!--{/if}-->
315    <!--▲トラックバックここまで-->
316  </div>
317  <!--{/if}-->
318
319
320  <!--▼オススメ商品ここから-->
321  <!--{if $arrRecommend}-->
322  <div id="whoboughtarea">
323    <h2><img src="<!--{$TPL_DIR}-->img/products/title_recommend.jpg" width="580" height="30" alt="オススメ商品" /></h2>
324    <div class="whoboughtblock">
325
326    <!--{section name=cnt loop=$arrRecommend}-->
327      <!--{if ($smarty.section.cnt.index % 2) == 0}-->
328      <!--{if $arrRecommend[cnt].product_id}-->
329      <!-- 左列 -->
330      <div class="whoboughtleft">
331        <!--{if $arrRecommend[cnt].main_list_image != ""}-->
332          <!--{assign var=image_path value="`$arrRecommend[cnt].main_list_image`"}-->
333        <!--{else}-->
334          <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}-->
335        <!--{/if}-->
336
337        <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->">
338          <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" />
339        </a>
340
341        <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}-->
342        <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}-->
343        <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>
344
345        <p>価格<span class="mini">(税込)</span>:<span class="price">
346          <!--{if $price02_min == $price02_max}-->
347            <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
348          <!--{else}-->
349            <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
350          <!--{/if}-->円</span></p>
351        <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p>
352      </div>
353      <!-- 左列 -->
354      <!--{/if}-->
355      <!--{/if}-->
356
357      <!--{if ($smarty.section.cnt.index % 2) != 0}-->
358      <!--{* assign var=nextCnt value=$smarty.section.cnt.index+1 *}-->
359      <!--{if $arrRecommend[cnt].product_id}-->
360      <!-- 右列 -->
361      <div class="whoboughtright">
362        <!--{if $arrRecommend[cnt].main_list_image != ""}-->
363          <!--{assign var=image_path value="`$arrRecommend[cnt].main_list_image`"}-->
364        <!--{else}-->
365          <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}-->
366        <!--{/if}-->
367        <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->">
368          <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" />
369        </a>
370
371        <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}-->
372        <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}-->
373        <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>
374
375        <p>価格<span class="mini">(税込)</span>:<span class="price">
376
377         <!--{if $price02_min == $price02_max}-->
378           <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
379         <!--{else}-->
380           <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
381         <!--{/if}-->円</span></p>
382        <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p>
383      </div>
384      <!-- 右列 -->
385    <!--{/if}-->
386    <!--{/if}-->
387
388    <!--{if $smarty.section.cnt.last}-->
389    </div>
390    <!--{/if}-->
391  <!--{/section}-->
392  </div>
393<!--{/if}-->
394</div>
395<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.