Html 库未打开弹出视图无效 {$gallery_title} {section name=menuimg loop=$loop}{if$smarty.section.menuimg.index>0&&$smarty.section.menuimg.index%

Html 库未打开弹出视图无效 {$gallery_title} {section name=menuimg loop=$loop}{if$smarty.section.menuimg.index>0&&$smarty.section.menuimg.index%,html,Html,库未打开弹出视图无效 {$gallery_title} {section name=menuimg loop=$loop}{if$smarty.section.menuimg.index>0&&$smarty.section.menuimg.index%4==0} {/if}{if$smarty.section.menuimg.index==0} {else} {/if}{/section} 您能否向我们展示一些处理弹出窗口的javascript代码?你已经试过什么了你能做一个工作吗?有5个

库未打开弹出视图无效

{$gallery_title}
{section name=menuimg loop=$loop}{if$smarty.section.menuimg.index>0&&$smarty.section.menuimg.index%4==0}
{/if}{if$smarty.section.menuimg.index==0}
{else}
{/if}{/section}


您能否向我们展示一些处理弹出窗口的javascript代码?你已经试过什么了你能做一个工作吗?有5个javascript你想要什么..我已经创建了动态画廊..画廊照片上传在管理面板..我照片添加和显示在前面..我已经设置了javascript和css nd在href我已经设置了所有的值“'单击图像时,仅打开图像的大拇指..没有缩放效果或按钮
<head>
    <link rel="stylesheet" href="{$Templates_CSS}backbox.css" type="text/css" />
    <script type="text/javascript" src="{$Templates_JS}prototype.compressed.js"></script>
    <script type="text/javascript" src="{$Templates_JS}scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="{$Templates_JS}lightbox.js"></script>
    <script type="text/javascript" src="{$Templates_JS}dhtmlHistory.js"></script>
    <script type="text/javascript" src="{$Templates_JS}customsignsheader.js"></script>
</head>
<table width="1000" border="0" align="center" cellpadding="20" cellspacing="0">
    <tr>
        <td class="heading">
            <table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#FF9900">
                <tr>
                    <td>
                        <table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
                            <tr>
                                <td>
                                    <table width="100%" border="0" cellpadding="7" cellspacing="0" background="{$Templates_Image}header_bg.jpg">
                                        <tr>
                                            <td class="heading"><span>{$gallery_title}</span>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td>
            <table width="100%" border="0" align="center" cellpadding="3" style="border-collapse: collapse;">
                <tr>
                    <td>
                        <table style="border-collapse: collapse;" border="0" bordercolor="#666666" cellpadding="3" cellspacing="0" width="100%">
                            <tr>
                                <td valign="top" width="4">
                                    <table style="border-collapse: collapse;" border="0" cellpadding="2" width="100%">{section name=menuimg loop=$Loop} {if $smarty.section.menuimg.index > 0 && $smarty.section.menuimg.index%4 == 0 }</table>
                                </td>
                                <td valign="top" width="947">
                                    <table style="border-collapse: collapse;" border="0" cellpadding="2" width="100%">{/if} {if $smarty.section.menuimg.index == 0}
                                        <tr>
                                            <td align="center" valign="top">
                                                <div align="center">
                                                    <table class="stdTableBorder" width="3%">
                                                        <tr>
                                                            <td><a href="{$img_path_pro}big_thumb_{$gallery_images}" rel="lightbox[slide]">
        <img src="{$img_path_pro}medium_thumb_{$image_name[menuimg]}" width="198" height="135" border="0" class="imgAction"/></a>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </div>
                                            </td>
                                        </tr>{else}
                                        <tr>
                                            <td align="center" valign="top">
                                                <div align="center">
                                                    <table class="stdTableBorder" width="3%">
                                                        <tr>
                                                            <td><a href="{$img_path1}big_thumb_{$image_name[menuimg]}" rel="lightbox[slide]">
            <img src="{$img_path1}thumb_{$image_name[menuimg]}" width="198" height="135" class="imgAction"  /></a>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </div>
                                            </td>
                                        </tr>{/if} {/section}</table>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
            <p class="bodytextblack">&nbsp;</p>
        </td>
    </tr>
</table>
<script type="text/javascript" src="{$Templates_JS}customsignsfooter.js"></script>