当前位置: 首页>>代码示例>>PHP>>正文


PHP smarty_function_label函数代码示例

本文整理汇总了PHP中smarty_function_label函数的典型用法代码示例。如果您正苦于以下问题:PHP smarty_function_label函数的具体用法?PHP smarty_function_label怎么用?PHP smarty_function_label使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了smarty_function_label函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: content_548e679c4fdb18_85227550

    function content_548e679c4fdb18_85227550($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.error.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        if (!is_callable('smarty_block_block_decorator')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.block_decorator.php';
        }
        if (!is_callable('smarty_function_text')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.text.php';
        }
        ?>

<div class="ow_stdmargin">
    <?php 
        echo $_smarty_tpl->tpl_vars['menu']->value;
        ?>

</div>

<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'settingsForm'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'settingsForm'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

    <table class="ow_table_1 ow_form">
        <tbody>
            <tr class="ow_alt1'">
                <td width="1" class="ow_label">
                    <?php 
            echo smarty_function_label(array('name' => 'themeList'), $_smarty_tpl);
            ?>

                </td>
                <td class="ow_value">
                    <?php 
            echo smarty_function_input(array('name' => 'themeList'), $_smarty_tpl);
            ?>

                    <?php 
            echo smarty_function_error(array('name' => 'themeList'), $_smarty_tpl);
            ?>

                </td>
            </tr>

            <tr class="ow_tr_last ow_center">
                <td colspan="2">
                    <?php 
            echo smarty_function_submit(array('name' => 'save'), $_smarty_tpl);
            ?>

                </td>
            </tr>
        </tbody>
    </table>

    <?php 
            $_smarty_tpl->smarty->_tag_stack[] = array('block_decorator', array('name' => 'box', 'addClass' => 'ow_stdmargin', 'langLabel' => 'profileprogressbar+preview'));
            $_block_repeat = true;
            echo smarty_block_block_decorator(array('name' => 'box', 'addClass' => 'ow_stdmargin', 'langLabel' => 'profileprogressbar+preview'), null, $_smarty_tpl, $_block_repeat);
            while ($_block_repeat) {
                ob_start();
                ?>

        <table class="ow_table_1 ow_form ow_stdmargin" style="margin: 0">
            <tr class="ow_alt1">
                <td class="ow_label">
                    <?php 
                echo smarty_function_text(array('key' => 'profileprogressbar+progressbar_label'), $_smarty_tpl);
                ?>

                </td>
                <td class="ow_value">
                    <div id="profile_progressbar" class="profile-progressbar clearfix">
                        <span class="profile-progressbar-caption">60%</span>
                        <div class="profile-progressbar-complete" style="width: 60%"></div>
                    </div>
                </td>
            </tr>
            <tr class="ow_alt1">
                <td colspan="2">
                    <div id="slider"></div>
                </td>
            </tr>
//.........这里部分代码省略.........
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:101,代码来源:c9eebddc5b5d52907ae37be033359be3ddb99f95.file.admin_index.html.php

示例2: content_5349e0e505d416_94689138

    function content_5349e0e505d416_94689138($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/block.form.php';
        }
        if (!is_callable('smarty_function_text')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.text.php';
        }
        if (!is_callable('smarty_function_label')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.error.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.submit.php';
        }
        echo $_smarty_tpl->tpl_vars['menu']->value;
        ?>


<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'cacheControlForm'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'cacheControlForm'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>


<table class="ow_table_1 ow_form ow_stdmargin">
    <tr class="ow_tr_first">
        <th class="ow_name ow_txtleft" colspan="3">
            <span class="ow_section_icon ow_ic_gear_wheel"><?php 
            echo smarty_function_text(array('key' => 'cacheextreme+cache_settings'), $_smarty_tpl);
            ?>
</span>
        </th>
    </tr>
    <tr class="ow_alt1">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'templateCache'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value">
            <?php 
            echo smarty_function_input(array('name' => 'templateCache', 'class' => 'ow_settings_input'), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_error(array('name' => 'templateCache'), $_smarty_tpl);
            ?>

        </td>
        <td class="ow_desc ow_small"><?php 
            echo smarty_function_text(array('key' => 'cacheextreme+templateCache_setting_desc'), $_smarty_tpl);
            ?>
</td>
    </tr>
    <tr class="ow_alt1">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'backendCache'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value">
            <?php 
            echo smarty_function_input(array('name' => 'backendCache', 'class' => 'ow_settings_input'), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_error(array('name' => 'backendCache'), $_smarty_tpl);
            ?>

        </td>
        <td class="ow_desc ow_small"><?php 
            echo smarty_function_text(array('key' => 'cacheextreme+backendCache_setting_desc'), $_smarty_tpl);
            ?>
</td>
    </tr>
    <tr class="ow_alt1">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'themeStatic'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value">
            <?php 
            echo smarty_function_input(array('name' => 'themeStatic', 'class' => 'ow_settings_input'), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_error(array('name' => 'themeStatic'), $_smarty_tpl);
            ?>

        </td>
        <td class="ow_desc ow_small"><?php 
            echo smarty_function_text(array('key' => 'cacheextreme+themeStatic_setting_desc'), $_smarty_tpl);
            ?>
</td>
    </tr>
    <tr class="ow_alt1">
//.........这里部分代码省略.........
开发者ID:vazahat,项目名称:dudex,代码行数:101,代码来源:1ce44065759f02b1b9d73fe522ffd7b763da7128.file.admin_index.html.php

示例3: content_5349e2547321d5_66189812

    function content_5349e2547321d5_66189812($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/block.form.php';
        }
        if (!is_callable('smarty_function_input')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.input.php';
        }
        if (!is_callable('smarty_block_block_decorator')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/block.block_decorator.php';
        }
        if (!is_callable('smarty_function_text')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.text.php';
        }
        if (!is_callable('smarty_function_label')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.label.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include '/home/agilekod/domains/baksmaker.com/public_html/fulfill/ow_smarty/plugin/function.submit.php';
        }
        ?>
<div class="questions-add clearfix" id="<?php 
        echo $_smarty_tpl->tpl_vars['uniqId']->value;
        ?>
">
    <?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => "questions_add"));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => "questions_add"), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

    <div class="form_auto_click">
        <div class="questions-add-question">
            <?php 
            echo smarty_function_input(array('name' => "question", 'class' => "questions-input"), $_smarty_tpl);
            ?>

        </div>
        <div class="ow_submit_auto_click" style="display: none;">

            <?php 
            if ($_smarty_tpl->tpl_vars['configs']->value['attachments']) {
                ?>
            <div class="eq-attachments">
                <?php 
                echo $_smarty_tpl->tpl_vars['attachments']->value;
                ?>

            </div>
            <?php 
            }
            ?>

            <div class="questions-add-answers" style="display: none;">
                <?php 
            $_smarty_tpl->smarty->_tag_stack[] = array('block_decorator', array('name' => 'tooltip', 'addClass' => 'qaa-tooltip ow_small '));
            $_block_repeat = true;
            echo smarty_block_block_decorator(array('name' => 'tooltip', 'addClass' => 'qaa-tooltip ow_small '), null, $_smarty_tpl, $_block_repeat);
            while ($_block_repeat) {
                ob_start();
                ?>

                    <div class="eq-add-answers-field">
                        <div class="ow_smallmargin">
                            <div class="qaa-label-c">
                                <span class="qaa-label"><strong><?php 
                echo smarty_function_text(array('key' => "equestions+question_add_answers_label"), $_smarty_tpl);
                ?>
</strong></span>
                            </div>
                        </div>


                        <?php 
                echo smarty_function_input(array('name' => "answers"), $_smarty_tpl);
                ?>

                    </div>
                <?php 
                $_block_content = ob_get_clean();
                $_block_repeat = false;
                echo smarty_block_block_decorator(array('name' => 'tooltip', 'addClass' => 'qaa-tooltip ow_small '), $_block_content, $_smarty_tpl, $_block_repeat);
            }
            array_pop($_smarty_tpl->smarty->_tag_stack);
            ?>

            </div>



            <div class="clearfix qa-submit-c ow_border">
                <div class="ow_left questions-add-answers-btn-c">
                    <a href="javascript://" class="questions-add-answers-btn"><?php 
            echo smarty_function_text(array('key' => "equestions+question_add_show_options_btn"), $_smarty_tpl);
            ?>
</a>
                    <div class="questions-add-answers-options" style="display: none;">
                        <?php 
//.........这里部分代码省略.........
开发者ID:vazahat,项目名称:dudex,代码行数:101,代码来源:8df743a01893d5fc1c96e10d4ac6c52b0d736ca7.file.question_add.html.php

示例4: content_548fa9ca841891_23807637

    function content_548fa9ca841891_23807637($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_block_block_decorator')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.block_decorator.php';
        }
        if (!is_callable('smarty_function_text')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.text.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        ?>
<div class="questions-add clearfix" id="<?php 
        echo $_smarty_tpl->tpl_vars['uniqId']->value;
        ?>
">
    <?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => "questions_add"));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => "questions_add"), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

    <div class="form_auto_click">
        <div class="questions-add-question">
            <?php 
            echo smarty_function_input(array('name' => "question", 'class' => "questions-input"), $_smarty_tpl);
            ?>

        </div>
        <div class="ow_submit_auto_click" style="display: none;">

            <div class="questions-add-answers" style="display: none;">
                <?php 
            $_smarty_tpl->smarty->_tag_stack[] = array('block_decorator', array('name' => 'tooltip', 'addClass' => 'qaa-tooltip ow_small '));
            $_block_repeat = true;
            echo smarty_block_block_decorator(array('name' => 'tooltip', 'addClass' => 'qaa-tooltip ow_small '), null, $_smarty_tpl, $_block_repeat);
            while ($_block_repeat) {
                ob_start();
                ?>

                    <div class="q-add-answers-field">
                        <div class="ow_smallmargin">
                            <div class="qaa-label-c">
                                <span class="qaa-label"><strong><?php 
                echo smarty_function_text(array('key' => "questions+question_add_answers_label"), $_smarty_tpl);
                ?>
</strong></span>
                            </div>
                        </div>

                        <?php 
                echo smarty_function_input(array('name' => "answers"), $_smarty_tpl);
                ?>

                    </div>
                <?php 
                $_block_content = ob_get_clean();
                $_block_repeat = false;
                echo smarty_block_block_decorator(array('name' => 'tooltip', 'addClass' => 'qaa-tooltip ow_small '), $_block_content, $_smarty_tpl, $_block_repeat);
            }
            array_pop($_smarty_tpl->smarty->_tag_stack);
            ?>

            </div>

            <div class="clearfix qa-submit-c ow_border">
                <div class="ow_left questions-add-answers-btn-c">
                    <a href="javascript://" class="questions-add-answers-btn"><?php 
            echo smarty_function_text(array('key' => "questions+question_add_show_options_btn"), $_smarty_tpl);
            ?>
</a>
                    <div class="questions-add-answers-options" style="display: none;">
                        <?php 
            echo smarty_function_input(array('name' => "allowAddOprions"), $_smarty_tpl);
            echo smarty_function_label(array('name' => "allowAddOprions"), $_smarty_tpl);
            ?>

                    </div>
                </div>

                <div class="ow_right q-save-c">
                    <span class="ow_attachment_btn"><?php 
            echo smarty_function_submit(array('name' => "save"), $_smarty_tpl);
            ?>
</span>
                </div>
                
                <div class="ow_inprogress q-status-preloader Q_StatusPreloader"></div>
            </div>
//.........这里部分代码省略.........
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:101,代码来源:8aa6386f5942af37b7b68fc4dc9bb0d965e2d42a.file.question_add.html.php

示例5: content_549696ae43b3c2_65732145

    function content_549696ae43b3c2_65732145($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.error.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        ?>
<div class="ow_automargin ow_superwide">
    <?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'adminForm'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'adminForm'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

         <table class="ow_table_1 ow_form">

           <tr> 
               <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => "autoclick"), $_smarty_tpl);
            ?>
</td>
               <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => "autoclick"), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_error(array('name' => 'autoclick'), $_smarty_tpl);
            ?>
</td>
           </tr>

          

           <tr>
               <td colspan="2" class="ow_submit"><?php 
            echo smarty_function_submit(array('name' => "saveSettings", 'class' => 'ow_ic_save'), $_smarty_tpl);
            ?>
</td>
           </tr>
         </table>
    <?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_form(array('name' => 'adminForm'), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>

</div>
<?php 
    }
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:63,代码来源:386a40b66acc590d63e472c52e5d182ce4f87d44.file.admin_settings.html.php

示例6: content_5552085ba84a87_66037757

    function content_5552085ba84a87_66037757($_smarty_tpl)
    {
        if (!is_callable('smarty_block_style')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.style.php';
        }
        if (!is_callable('smarty_block_form')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.form.php';
        }
        if (!is_callable('smarty_function_label')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.error.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.submit.php';
        }
        $_smarty_tpl->smarty->_tag_stack[] = array('style', array());
        $_block_repeat = true;
        echo smarty_block_style(array(), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>


table.ow_table_1 td.ow_label
{
    width: 35%;
}

.contact_send{ line-height: 0px !important; padding: 23px 26px !important; font-size: 18px !important; margin-left: 110px !important; color: #5a5a5a !important; border:1px solid #6e6e6e !important; }
.cont_texarea{ background: #fff; border: solid 1px #8a8a8a; border-radius: 5px; height:126px !important; width: 326px;
               padding:15px 0 0 15px; margin: 0 0 0 0;
               -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3);
               -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3);
               box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3);
}
.cap_input{ background: #fff !important; border: solid 1px #8a8a8a !important; border-radius: 5px !important; height: 48px !important; width: 115px !important;
            padding: 0 0 0 15px !important; margin: 0 0 0 0 !important;
            -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3) !important;
            -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3) !important;
            box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3) !important;
}
.cont_inputright img{ position: relative; left: -58px; }
.cont_inputright #siimage_refresh{ position: relative; left: -37px; }
.cont_inputleft{ padding-right: 20px !important; }

<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_style(array(), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>

<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'contact_form'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'contact_form'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

<table class="ow_table_1 ow_form ow_automargin">
    <tr class="ow_alt1 ow_tr_first cont_input" style="background: none; display: none;">
        <td class="ow_label cont_inputleft" style="background: none;"><?php 
            echo smarty_function_label(array('name' => 'to'), $_smarty_tpl);
            ?>
</td>
		<td class="ow_value cont_inputright" style="background: none;"><?php 
            echo smarty_function_input(array('name' => 'to', 'class' => 'contact_input'), $_smarty_tpl);
            echo smarty_function_error(array('name' => 'to'), $_smarty_tpl);
            ?>
</td>
	</tr>
    <tr class="ow_alt2 cont_input cont_input" style="background: none;">
		<td class="ow_label cont_inputleft" style="background: none;"><?php 
            echo smarty_function_label(array('name' => 'from'), $_smarty_tpl);
            ?>
</td>
		<td class="ow_value cont_inputright" style="background: none;"><?php 
            echo smarty_function_input(array('name' => 'from', 'class' => 'contact_input'), $_smarty_tpl);
            echo smarty_function_error(array('name' => 'from'), $_smarty_tpl);
            ?>
</td>
	</tr>
        <tr class="ow_alt1 cont_input" style="background: none;">
		<td class="ow_label cont_inputleft" style="background: none;"><?php 
            echo smarty_function_label(array('name' => 'subject'), $_smarty_tpl);
            ?>
</td>
		<td class="ow_value cont_inputright" style="background: none;"><?php 
            echo smarty_function_input(array('name' => 'subject', 'class' => 'contact_input'), $_smarty_tpl);
            echo smarty_function_error(array('name' => 'subject'), $_smarty_tpl);
            ?>
</td>
	</tr>
//.........这里部分代码省略.........
开发者ID:bhushansonar,项目名称:hammu,代码行数:101,代码来源:9a6baaee279ba99840abe858ed766ce4e2ffa236.file.contact_index.html.php

示例7: content_5497c9f7706ea3_47851366

    function content_5497c9f7706ea3_47851366($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_text')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.text.php';
        }
        if (!is_callable('smarty_function_cycle')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_libraries\\smarty3\\plugins\\function.cycle.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.error.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        ?>
<div class="clearfix">
    <div class="ow_right ow_stdmargin"><a href="http://oxcandystore.com/?pk=ocsguests"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['logo']->value;
        ?>
" /></a></div>
</div>

<?php 
        echo $_smarty_tpl->tpl_vars['menu']->value;
        ?>


<div class="ow_automargin ow_wide">
<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'config-form'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'config-form'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>


<table class="ow_table_1 ow_form">
    <tr>
        <th class="ow_name ow_txtleft" colspan="2">
            <span class="ow_section_icon ow_ic_forum"><?php 
            echo smarty_function_text(array('key' => 'ocsguests+general_settings'), $_smarty_tpl);
            ?>
</span>
        </th>
    </tr>
    <tr class="ow_alt<?php 
            echo smarty_function_cycle(array('values' => '1,2'), $_smarty_tpl);
            ?>
">
        <td class="ow_label" style="width: 50%;"><?php 
            echo smarty_function_label(array('name' => 'months'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value">
            <?php 
            echo smarty_function_input(array('name' => 'months', 'class' => 'ow_settings_input'), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_text(array('key' => 'ocsguests+months'), $_smarty_tpl);
            ?>
<br /><?php 
            echo smarty_function_error(array('name' => 'months'), $_smarty_tpl);
            ?>

        </td>
    </tr>
    <tr><td colspan="2" class="ow_submit"><?php 
            echo smarty_function_submit(array('name' => 'save'), $_smarty_tpl);
            ?>
</td></tr>
</table>

<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_form(array('name' => 'config-form'), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>

</div><?php 
    }
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:92,代码来源:032eb20767034e41880a1db9afdff9fee3eeebf9.file.admin_index.html.php

示例8: content_548e71e18b2436_05705884

    function content_548e71e18b2436_05705884($_smarty_tpl)
    {
        if (!is_callable('smarty_block_style')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.style.php';
        }
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_text')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.text.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        $_smarty_tpl->smarty->_tag_stack[] = array('style', array());
        $_block_repeat = true;
        echo smarty_block_style(array(), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>


.q-extended-tab
{

}

<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_style(array(), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>


<?php 
        echo $_smarty_tpl->tpl_vars['menu']->value;
        ?>


<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'QUESTIONS_ConfigSaveForm'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'QUESTIONS_ConfigSaveForm'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

<table class="ow_table_1 ow_form">
    <tr>
        <th class="ow_name ow_txtleft" colspan="3">
            <span class="ow_section_icon ow_ic_gear_wheel"><?php 
            echo smarty_function_text(array('key' => 'questions+admin_main_settings_title'), $_smarty_tpl);
            ?>
</span>
        </th>
    </tr>

    <tr class="ow_alt1">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'enable_follow'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => 'enable_follow'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_desc ow_small"><?php 
            echo smarty_function_text(array('key' => "questions+admin_enable_follow_desc"), $_smarty_tpl);
            ?>
</td>
    </tr>

    <tr class="ow_alt2">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'allow_comments'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => 'allow_comments'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_desc ow_small"></td>
    </tr>

    <tr class="ow_alt1">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'list_order'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => 'list_order'), $_smarty_tpl);
            ?>
//.........这里部分代码省略.........
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:101,代码来源:8ad679b13f81b1a5817a811142531f6e5ee80019.file.admin_main.html.php

示例9: content_55b8905ec86344_20764495

    function content_55b8905ec86344_20764495($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.form.php';
        }
        if (!is_callable('smarty_function_label')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.error.php';
        }
        if (!is_callable('smarty_function_desc')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.desc.php';
        }
        if (!is_callable('smarty_function_text')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.text.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.submit.php';
        }
        echo $_smarty_tpl->tpl_vars['menu']->value;
        ?>

<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'page_settings'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'page_settings'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

<table class="ow_table_1 ow_form">
   <tr class="ow_alt2 ow_tr_first">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'head_code'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => 'head_code'), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_error(array('name' => 'head_code'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_desc ow_small">
            <?php 
            echo smarty_function_desc(array('name' => 'head_code'), $_smarty_tpl);
            ?>

        </td>
    </tr>
    <tr class="ow_alt1">
        <td class="ow_label"><?php 
            echo smarty_function_label(array('name' => 'bottom_code'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => 'bottom_code'), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_error(array('name' => 'bottom_code'), $_smarty_tpl);
            ?>
</td>
        <td class="ow_desc ow_small">
            <?php 
            echo smarty_function_desc(array('name' => 'bottom_code'), $_smarty_tpl);
            ?>

        </td>
    </tr>
    <tr class="ow_alt2 ow_tr_last">
        <td class="ow_label"><label><?php 
            echo smarty_function_label(array('name' => 'favicon'), $_smarty_tpl);
            ?>
 <?php 
            echo smarty_function_input(array('name' => 'enable_favicon'), $_smarty_tpl);
            ?>
</label></td>
        <td class="ow_value">
            <div id="favicon_desabled"<?php 
            if (!empty($_smarty_tpl->tpl_vars['faviconEnabled']->value)) {
                ?>
 style="display:none;"<?php 
            }
            ?>
><?php 
            echo smarty_function_text(array('key' => 'admin+page_settings_no_favicon_label'), $_smarty_tpl);
            ?>
</div>
            <div id="favicon_enabled"<?php 
            if (empty($_smarty_tpl->tpl_vars['faviconEnabled']->value)) {
                ?>
 style="display:none;"<?php 
            }
            ?>
><img src="<?php 
            echo $_smarty_tpl->tpl_vars['faviconSrc']->value;
//.........这里部分代码省略.........
开发者ID:hardikamutech,项目名称:hammu,代码行数:101,代码来源:eb529c4f3df078a91575d4a84c39a1a6f8e8bc72.file.settings_page.html.php

示例10: content_548e782c659f19_58531384

    function content_548e782c659f19_58531384($_smarty_tpl)
    {
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_cycle')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_libraries\\smarty3\\plugins\\function.cycle.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.error.php';
        }
        if (!is_callable('smarty_function_desc')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.desc.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        echo $_smarty_tpl->tpl_vars['contentMenu']->value;
        ?>

<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'questionSettings'));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => 'questionSettings'), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

    <table class="ow_form ow_full ow_automargin ow_center ow_table_1">
        <tr class="<?php 
            echo smarty_function_cycle(array('values' => 'ow_alt2,alt1'), $_smarty_tpl);
            ?>
 ow_tr_first ow_tr_last">
            <td class="ow_label" ><?php 
            echo smarty_function_label(array('name' => 'user_view_presentation'), $_smarty_tpl);
            ?>
</td>
            <td class="ow_value" style="text-align:left;padding-left:40px;"><?php 
            echo smarty_function_input(array('name' => 'user_view_presentation'), $_smarty_tpl);
            ?>
<br/><?php 
            echo smarty_function_error(array('name' => 'user_view_presentation'), $_smarty_tpl);
            ?>
</td>
            <td class="ow_desc ow_small" style="text-align:left"><?php 
            echo smarty_function_desc(array('name' => 'user_view_presentation'), $_smarty_tpl);
            ?>
</td>
        </tr>
    </table>
    <div class="clearfix ow_stdmargin">
       <div class="ow_right">
            <?php 
            echo smarty_function_submit(array('name' => 'save', 'class' => "ow_ic_save"), $_smarty_tpl);
            ?>

       </div>
   </div>
<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_form(array('name' => 'questionSettings'), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
    }
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:71,代码来源:99fcebf1fd31fda14b474bcebc7f6996c76cb272.file.questions_settings.html.php

示例11: content_548e6b37853651_69791140

    function content_548e6b37853651_69791140($_smarty_tpl)
    {
        if (!is_callable('smarty_block_block_decorator')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.block_decorator.php';
        }
        if (!is_callable('smarty_function_text_edit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.text_edit.php';
        }
        if (!is_callable('smarty_function_url_for')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.url_for.php';
        }
        if (!is_callable('smarty_function_text')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.text.php';
        }
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        echo $_smarty_tpl->tpl_vars['menu']->value;
        ?>


<div class="ow_wide ow_automargin">
    <?php 
        if ($_smarty_tpl->tpl_vars['categories']->value) {
            ?>
    <?php 
            $_smarty_tpl->smarty->_tag_stack[] = array('block_decorator', array('name' => 'box', 'type' => 'empty', 'iconClass' => 'ow_ic_folder', 'langLabel' => 'virtualgifts+category_list'));
            $_block_repeat = true;
            echo smarty_block_block_decorator(array('name' => 'box', 'type' => 'empty', 'iconClass' => 'ow_ic_folder', 'langLabel' => 'virtualgifts+category_list'), null, $_smarty_tpl, $_block_repeat);
            while ($_block_repeat) {
                ob_start();
                ?>

    <table class="ow_table_2" id="categories_tbl">
        <tbody>
        <?php 
                $_smarty_tpl->tpl_vars['cat'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['cat']->_loop = false;
                $_smarty_tpl->tpl_vars['catId'] = new Smarty_Variable();
                $_from = $_smarty_tpl->tpl_vars['categories']->value;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                $_smarty_tpl->tpl_vars['cat']->total = $_smarty_tpl->_count($_from);
                $_smarty_tpl->tpl_vars['cat']->iteration = 0;
                $_smarty_tpl->tpl_vars['cat']->index = -1;
                foreach ($_from as $_smarty_tpl->tpl_vars['cat']->key => $_smarty_tpl->tpl_vars['cat']->value) {
                    $_smarty_tpl->tpl_vars['cat']->_loop = true;
                    $_smarty_tpl->tpl_vars['catId']->value = $_smarty_tpl->tpl_vars['cat']->key;
                    $_smarty_tpl->tpl_vars['cat']->iteration++;
                    $_smarty_tpl->tpl_vars['cat']->index++;
                    $_smarty_tpl->tpl_vars['cat']->first = $_smarty_tpl->tpl_vars['cat']->index === 0;
                    $_smarty_tpl->tpl_vars['cat']->last = $_smarty_tpl->tpl_vars['cat']->iteration === $_smarty_tpl->tpl_vars['cat']->total;
                    $_smarty_tpl->tpl_vars['smarty']->value['foreach']['cat']['first'] = $_smarty_tpl->tpl_vars['cat']->first;
                    $_smarty_tpl->tpl_vars['smarty']->value['foreach']['cat']['last'] = $_smarty_tpl->tpl_vars['cat']->last;
                    ?>
        <tr rel="<?php 
                    echo $_smarty_tpl->tpl_vars['catId']->value;
                    ?>
" class="ow_alt1 <?php 
                    if ($_smarty_tpl->getVariable('smarty')->value['foreach']['cat']['first']) {
                        ?>
ow_tr_first<?php 
                    }
                    ?>
 <?php 
                    if ($_smarty_tpl->getVariable('smarty')->value['foreach']['cat']['last']) {
                        ?>
ow_tr_last<?php 
                    }
                    ?>
" onmouseover="$('span.del-cont', this).show();" onmouseout="$('span.del-cont', this).hide();">
            <td style="width: 90%;">
                <div class="ow_txtleft" style="padding: 2px 0px;"><?php 
                    echo smarty_function_text_edit(array('key' => "virtualgifts+category_" . (string) $_smarty_tpl->tpl_vars['catId']->value), $_smarty_tpl);
                    ?>
</div>
            </td>
            <td class="ns-hover-block">
                <div style="width: 50px;">
                    <span class="del-cont" style="display: none;">
                        <a class="ow_lbutton ow_red" href="<?php 
                    echo smarty_function_url_for(array('for' => "VIRTUALGIFTS_CTRL_Admin:categories"), $_smarty_tpl);
                    ?>
?catId=<?php 
                    echo $_smarty_tpl->tpl_vars['catId']->value;
                    ?>
"
                            onclick="return(confirm('<?php 
                    echo smarty_function_text(array('key' => "admin+are_you_sure"), $_smarty_tpl);
                    ?>
//.........这里部分代码省略.........
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:101,代码来源:7abe42430db2fdad651c6a1e03da29e95c3058e6.file.admin_categories.html.php

示例12: content_55b2389f416a81_37172809

    function content_55b2389f416a81_37172809($_smarty_tpl)
    {
        if (!is_callable('smarty_block_style')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.style.php';
        }
        if (!is_callable('smarty_block_block_decorator')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.block_decorator.php';
        }
        if (!is_callable('smarty_function_text')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.text.php';
        }
        if (!is_callable('smarty_block_form')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.form.php';
        }
        if (!is_callable('smarty_function_label')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.error.php';
        }
        if (!is_callable('smarty_function_cycle')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_libraries/smarty3/plugins/function.cycle.php';
        }
        if (!is_callable('smarty_function_question_description_lang')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.question_description_lang.php';
        }
        if (!is_callable('smarty_function_decorator')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.decorator.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.submit.php';
        }
        $_smarty_tpl->smarty->_tag_stack[] = array('style', array());
        $_block_repeat = true;
        echo smarty_block_style(array(), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>


.edit_info_left{ background:none !important; border:none !important; color:#6a6a6a !important; text-align:left !important; }
.edit_info_right{background:none !important; border:none !important; color:#6a6a6a !important; }
.edit_info_right input[type=checkbox]{ height: auto !important; width: auto !important; }
.edit_info_right select{ width: auto !important; }
.ow_tr_first{ display:none !important; }
.profile_box{ width: 496px !important; float:left;}
.save_edit{ width: 405px !important;}
.save_edit input[type=submit]{ height: auto !important; border: 1px solid #6e6e6e !important; padding: 6px 32px !important; color: #5a5a5a !important;}
.main_right{ width: 736px !important;}
.green_title{ width: 476px !important; }
.status_box{ float:left; margin-left: 24px; margin-top: -33px; }
.unregister_profile_button{ border-color:#6e6e6e !important; color: #5a5a5a !important; height: 50px !important; }
.edit_info_right input[type="radio"] { height: auto !important; width: auto !important; }

<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_style(array(), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>



<script language="javascript" type="text/javascript">
    $(function(){
        $(".unregister_profile_button").click(
            function() { window.location = "<?php 
        echo $_smarty_tpl->tpl_vars['unregisterProfileUrl']->value;
        ?>
" }
        );
   });
</script>


<?php 
        if ($_smarty_tpl->tpl_vars['user_sex']->value == '808aa8ca354f51c5a3868dad5298cd72') {
            ?>
    <?php 
            $_smarty_tpl->smarty->_tag_stack[] = array('style', array());
            $_block_repeat = true;
            echo smarty_block_style(array(), null, $_smarty_tpl, $_block_repeat);
            while ($_block_repeat) {
                ob_start();
                ?>

        .main_joinarea{ background: url(men-bg.png)no-repeat center 256px !important; }
    <?php 
                $_block_content = ob_get_clean();
                $_block_repeat = false;
                echo smarty_block_style(array(), $_block_content, $_smarty_tpl, $_block_repeat);
            }
            array_pop($_smarty_tpl->smarty->_tag_stack);
            ?>

<?php 
//.........这里部分代码省略.........
开发者ID:hardikamutech,项目名称:hammu,代码行数:101,代码来源:149c4b31d4a1fe0c18471b50f6d9e5bb3aac99eb.file.edit_index.html.php

示例13: content_55b2389f24b191_01492916

    function content_55b2389f24b191_01492916($_smarty_tpl)
    {
        if (!is_callable('smarty_block_script')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.script.php';
        }
        if (!is_callable('smarty_function_text')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.text.php';
        }
        if (!is_callable('smarty_function_decorator')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.decorator.php';
        }
        if (!is_callable('smarty_block_form')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.form.php';
        }
        if (!is_callable('smarty_function_label')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.error.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.submit.php';
        }
        $_smarty_tpl->smarty->_tag_stack[] = array('script', array());
        $_block_repeat = true;
        echo smarty_block_script(array(), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>



        $(function(){
            $("#change_password_button").click(
                function() { 
                    window.oldPassword.floatBox = new OW_FloatBox({$title: '<?php 
            echo smarty_function_text(array('key' => 'base+change_password'), $_smarty_tpl);
            ?>
', $contents: $('#change-password-div'), width: 480});
                    window.owForms['change-user-password'].resetForm();
                    window.owForms['change-user-password'].removeErrors();
                }
            );
       });


<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_script(array(), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>


<?php 
        echo smarty_function_decorator(array('name' => "button", 'id' => "change_password_button", 'langLabel' => 'base+change_password'), $_smarty_tpl);
        ?>

<div style="display:none;">
    <div id="change-password-div">
        <?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => "change-user-password"));
        $_block_repeat = true;
        echo smarty_block_form(array('name' => "change-user-password"), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

                <table class="ow_table_1 ow_form">
                    <tr class="ow_alt2 ow_tr_first">
                        <td class="ow_label" style="width:40%;"><?php 
            echo smarty_function_label(array('name' => 'oldPassword'), $_smarty_tpl);
            ?>
</td>
                        <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => "oldPassword"), $_smarty_tpl);
            ?>
<br/><?php 
            echo smarty_function_error(array('name' => "oldPassword"), $_smarty_tpl);
            ?>
</td>
                    </tr>
                    <tr class="ow_alt1" width="40">
                        <td class="ow_label" style="width:40%;"><?php 
            echo smarty_function_label(array('name' => 'password'), $_smarty_tpl);
            ?>
</td>
                        <td class="ow_value"><?php 
            echo smarty_function_input(array('name' => "password"), $_smarty_tpl);
            ?>
<br/><?php 
            echo smarty_function_error(array('name' => "password"), $_smarty_tpl);
            ?>
</td>
                    </tr>
                    <tr class="ow_alt2 ow_tr_last">
//.........这里部分代码省略.........
开发者ID:hardikamutech,项目名称:hammu,代码行数:101,代码来源:7aa8589d64b1090c4f08fa09303fe63abb37b1da.file.change_password.html.php

示例14: content_548e642b0c0475_61446068

    function content_548e642b0c0475_61446068($_smarty_tpl)
    {
        if (!is_callable('smarty_block_style')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.style.php';
        }
        if (!is_callable('smarty_block_block_decorator')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.block_decorator.php';
        }
        if (!is_callable('smarty_function_text')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.text.php';
        }
        if (!is_callable('smarty_block_form')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\block.form.php';
        }
        if (!is_callable('smarty_function_cycle')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_libraries\\smarty3\\plugins\\function.cycle.php';
        }
        if (!is_callable('smarty_function_label')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.error.php';
        }
        if (!is_callable('smarty_function_desc')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.desc.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include 'C:\\xampp\\htdocs\\havanabook\\ow_smarty\\plugin\\function.submit.php';
        }
        $_smarty_tpl->smarty->_tag_stack[] = array('style', array());
        $_block_repeat = true;
        echo smarty_block_style(array(), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>


tr.ow_preference td.ow_label{
    width:30%
}

<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_style(array(), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>


<?php 
        echo $_smarty_tpl->tpl_vars['contentMenu']->value;
        ?>


<?php 
        $_smarty_tpl->smarty->_tag_stack[] = array('block_decorator', array('name' => "box", 'type' => "empty", 'addClass' => "ow_superwide ow_automargin"));
        $_block_repeat = true;
        echo smarty_block_block_decorator(array('name' => "box", 'type' => "empty", 'addClass' => "ow_superwide ow_automargin"), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>

    <?php 
            if (empty($_smarty_tpl->tpl_vars['preferenceList']->value)) {
                ?>
        <?php 
                $_smarty_tpl->smarty->_tag_stack[] = array('block_decorator', array('name' => "box", 'type' => "empty", 'addClass' => "ow_center", 'style' => "padding:15px;"));
                $_block_repeat = true;
                echo smarty_block_block_decorator(array('name' => "box", 'type' => "empty", 'addClass' => "ow_center", 'style' => "padding:15px;"), null, $_smarty_tpl, $_block_repeat);
                while ($_block_repeat) {
                    ob_start();
                    ?>

             <?php 
                    echo smarty_function_text(array('key' => "base+preference_no_items"), $_smarty_tpl);
                    ?>

        <?php 
                    $_block_content = ob_get_clean();
                    $_block_repeat = false;
                    echo smarty_block_block_decorator(array('name' => "box", 'type' => "empty", 'addClass' => "ow_center", 'style' => "padding:15px;"), $_block_content, $_smarty_tpl, $_block_repeat);
                }
                array_pop($_smarty_tpl->smarty->_tag_stack);
                ?>

    <?php 
            } else {
                ?>
        <?php 
                $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'preferenceForm'));
                $_block_repeat = true;
                echo smarty_block_form(array('name' => 'preferenceForm'), null, $_smarty_tpl, $_block_repeat);
                while ($_block_repeat) {
                    ob_start();
                    ?>

//.........这里部分代码省略.........
开发者ID:jorgemunoz8807,项目名称:havanabook,代码行数:101,代码来源:f3337b39b1a860c316874d201dd192b1c7e14c15.file.preference_index.html.php

示例15: content_55d5751c6815e9_56225179

    function content_55d5751c6815e9_56225179($_smarty_tpl)
    {
        if (!is_callable('smarty_block_script')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.script.php';
        }
        if (!is_callable('smarty_block_form')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/block.form.php';
        }
        if (!is_callable('smarty_function_cycle')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_libraries/smarty3/plugins/function.cycle.php';
        }
        if (!is_callable('smarty_function_label')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.label.php';
        }
        if (!is_callable('smarty_function_input')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.input.php';
        }
        if (!is_callable('smarty_function_error')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.error.php';
        }
        if (!is_callable('smarty_function_text')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.text.php';
        }
        if (!is_callable('smarty_function_submit')) {
            include '/homepages/11/d222791150/htdocs/Hammulandingpage/hammu/ow_smarty/plugin/function.submit.php';
        }
        $_smarty_tpl->smarty->_tag_stack[] = array('script', array());
        $_block_repeat = true;
        echo smarty_block_script(array(), null, $_smarty_tpl, $_block_repeat);
        while ($_block_repeat) {
            ob_start();
            ?>


$(function(){
    $("form[name='MainSearchForm'] [name='match_sex']").change(
        function(){ this.form.submit(); }
    );
});

<?php 
            $_block_content = ob_get_clean();
            $_block_repeat = false;
            echo smarty_block_script(array(), $_block_content, $_smarty_tpl, $_block_repeat);
        }
        array_pop($_smarty_tpl->smarty->_tag_stack);
        ?>


<?php 
        if (isset($_smarty_tpl->tpl_vars['menu']->value)) {
            echo $_smarty_tpl->tpl_vars['menu']->value;
        }
        ?>

<?php 
        if (isset($_smarty_tpl->tpl_vars['authMessage']->value)) {
            ?>
<div class="ow_anno ow_std_margin ow_nocontent"><?php 
            echo $_smarty_tpl->tpl_vars['authMessage']->value;
            ?>
</div>
<?php 
        } else {
            ?>
<div class="clearfix">
    <div class="ow_superwide ow_automargin">
        <?php 
            $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name' => 'MainSearchForm'));
            $_block_repeat = true;
            echo smarty_block_form(array('name' => 'MainSearchForm'), null, $_smarty_tpl, $_block_repeat);
            while ($_block_repeat) {
                ob_start();
                ?>

        <table class="ow_table_1 ow_form">
            <?php 
                if ($_smarty_tpl->tpl_vars['displayAccountType']->value == true) {
                    ?>
                <?php 
                    if (!empty($_smarty_tpl->tpl_vars['displayGender']->value)) {
                        ?>
                    <tr class=" ow_tr_first ow_tr_last">
                        <?php 
                        echo smarty_function_cycle(array('assign' => 'alt', 'values' => 'ow_alt1,ow_alt2'), $_smarty_tpl);
                        ?>

                        <td class="<?php 
                        echo $_smarty_tpl->tpl_vars['alt']->value;
                        ?>
 ow_label">
                            <?php 
                        echo smarty_function_label(array('name' => 'sex'), $_smarty_tpl);
                        ?>

                        </td>
                        <td class="<?php 
                        echo $_smarty_tpl->tpl_vars['alt']->value;
                        ?>
 ow_value">
//.........这里部分代码省略.........
开发者ID:hardikamutech,项目名称:hammu,代码行数:101,代码来源:68825e4600e38158b2de1d7f4bf4e16f70c9ba82.file.search_form.html.php


注:本文中的smarty_function_label函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。