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


PHP smarty_function_t_url函数代码示例

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


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

示例1: smarty_modifier_t_escape

<?php 
    if (@OPENPNE_USE_FILEUPLOAD) {
        ?>
<tr>
<th>ファイル</th>
<td>
<?php 
        if ($this->_tpl_vars['event']['filename']) {
            ?>
<p>
<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['event']['original_filename']);
            ?>
<br />
<a href="<?php 
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_c_event_edit_delete_c_commu_topic_comment_file'), $this);
            ?>
&amp;target_c_commu_topic_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['event']['c_commu_topic_id']);
            ?>
&amp;sessid=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
            ?>
">削除</a>
</p>
<?php 
        }
        ?>
<input type="file" class="input_file" name="filename4" size="40" />
<p class="caution">※ファイルサイズは<?php 
        echo smarty_modifier_t_escape(@FILE_MAX_FILESIZE);
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%EE^EE6^EE628725%%c_event_edit.tpl.php

示例2: is_array

</ul>
<?php 
}
?>
<p class="text"><?php 
echo is_array($_tmp = is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['c_message']['body'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'message', smarty_modifier_t_escape($this->_tpl_vars['c_message']['c_member_id_from'])) : smarty_modifier_t_url2cmd($_tmp, 'message', smarty_modifier_t_escape($this->_tpl_vars['c_message']['c_member_id_from']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'message') : smarty_modifier_t_cmd($_tmp, 'message');
?>
</p>
</div>

<?php 
if ($this->_tpl_vars['c_message']['filename'] && @OPENPNE_USE_FILEUPLOAD) {
    ?>
<div class="block attachFile"><ul>
<li><a href="<?php 
    echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_h_message_file_download'), $this);
    ?>
&amp;target_c_message_id=<?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['c_message']['c_message_id']);
    ?>
&amp;sessid=<?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
    ?>
&amp;<?php 
    echo smarty_modifier_t_escape(time());
    ?>
"><?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['c_message']['original_filename']);
    ?>
</a></li>
</ul></div>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%7D^7D6^7D6AC367%%h_message.tpl.php

示例3: smarty_modifier_t_escape

<div class="msg lh_130">
<input type="checkbox" class="input_checkbox" name="is_save" id="is_save" value="1" tabindex="3" /><label for="is_save">次回から自動的にログイン</label><br />
<?php 
    if (@OPENPNE_AUTH_MODE == 'slavepne') {
        if (@SLAVEPNE_PASSWORD_QUERY_URL_PC) {
            ?>
<span class="password_query"><a href="<?php 
            echo smarty_modifier_t_escape(@SLAVEPNE_PASSWORD_QUERY_URL_PC);
            ?>
">&gt;パスワードを忘れた方はこちらへ</a></span>
<?php 
        }
    } else {
        ?>
<span class="password_query"><a href="<?php 
        echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_o_help_login_error'), $this);
        ?>
">&gt;ログインできない方はこちら</a></span>
<?php 
    }
    if ($this->_tpl_vars['SSL_SELECT_URL']) {
        ?>
<br /><a href="<?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['SSL_SELECT_URL']);
        ?>
"><?php 
        if ($this->_tpl_vars['HTTPS']) {
            ?>
標準(http)<?php 
        } else {
            ?>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%35^357^35714F8F%%o_login.tpl.php

示例4: smarty_modifier_t_escape

    ?>
説明文</th><td><textarea name="info" rows="6" cols="50"><?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['c_commu']['info']);
    ?>
</textarea></td></tr>
<tr><th>写真</th><td>
<?php 
    if ($this->_tpl_vars['c_commu']['image_filename']) {
        ?>
<p>
<img src="<?php 
        echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['c_commu']['image_filename']), 'w' => 76, 'h' => 76), $this);
        ?>
" alt="" /><br />
<a href="<?php 
        echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_c_edit_image_delete_c_commu_image'), $this);
        ?>
&amp;target_c_commu_id=<?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['c_commu']['c_commu_id']);
        ?>
&amp;sessid=<?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
        ?>
">削除</a>
</p>
<?php 
    }
    ?>
<input type="file" size="40" name="image_filename" />
</td></tr>
<?php 
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%E4^E4D^E4D1F26E%%c_edit.tpl.php

示例5: smarty_function_t_url

<li><a href="<?php 
echo smarty_function_t_url(array('m' => 'portal', 'a' => 'page_preview'), $this);
?>
" target="_blank">プレビュー</a></li>
</ul>
</dd>

<dt><strong class="title">携帯設定</strong></dt>
<dd>
<ul>
<li><a href="<?php 
echo smarty_function_t_url(array('m' => 'portal', 'a' => 'page_edit_contents_ktai'), $this);
?>
">コンテンツ設定</a></li>
<li><a href="<?php 
echo smarty_function_t_url(array('m' => 'portal', 'a' => 'page_edit_free_area_ktai'), $this);
?>
">フリーエリア設定</a></li>
<li><a href="<?php 
echo smarty_function_t_url(array('m' => 'portal', 'a' => 'page_edit_portal_use_ktai'), $this);
?>
">使用設定</a></li>
<li><a href="<?php 
echo smarty_function_t_url(array('m' => 'portal', 'a' => 'page_preview_ktai'), $this);
?>
" target="_blank">プレビュー</a></li>
</ul>
</dd>

</dl>
</td>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_portal_templates^%%47^476^476DFDA2%%inc_menu_adminPortalConfig.tpl.php

示例6: smarty_modifier_t_escape

    if ($this->_tpl_vars['diary']['image_filename_3'] && !($this->_tpl_vars['del_img'] & 0x4)) {
        ?>
<p>
<input type="hidden" name="pre_image_filename_3" value="<?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['diary']['image_filename_3']);
        ?>
" />
<a href="<?php 
        echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['diary']['image_filename_3'])), $this);
        ?>
" target="_blank"><img src="<?php 
        echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['diary']['image_filename_3']), 'w' => 120, 'h' => 120), $this);
        ?>
" alt="" /></a><br />
<a href="<?php 
        echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_h_diary_edit_delete_image'), $this);
        ?>
&amp;target_c_diary_id=<?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['diary']['c_diary_id']);
        ?>
&amp;del_img=3&amp;sessid=<?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
        ?>
">削除</a>
</p>
<?php 
    }
    ?>
<input type="file" class="input_file" name="upfile_3" size="40" />
</td>
</tr>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%E8^E8D^E8D5D8C2%%h_diary_edit.tpl.php

示例7: smarty_modifier_t_escape

&amp;target_c_commu_id=<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_commu_id']);
                ?>
&amp;target_is_display_topic_home=0&amp;sessid=<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
                ?>
">
<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['WORD_COMMUNITY']);
                ?>
最新書き込みを表示しない
<?php 
            } else {
                ?>
<a href="<?php 
                echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_h_commu_update_is_display_topic_home', 'page' => smarty_modifier_t_escape($this->_tpl_vars['page'])), $this);
                ?>
&amp;target_c_commu_id=<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_commu_id']);
                ?>
&amp;target_is_display_topic_home=1&amp;sessid=<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
                ?>
">
<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['WORD_COMMUNITY']);
                ?>
最新書き込みを表示する
<?php 
            }
            ?>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%9B^9BB^9BB3A4CD%%h_manage_commu.tpl.php

示例8: smarty_modifier_t_escape

<dd>
<table><tr class="title">
<th>タイトル</th>
<td><?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['title']);
            ?>
</td>
</tr><tr>
<th>最新レビュー</th>
<td>
<?php 
            echo is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['item']['body'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp);
            ?>

<p class="operation"><a href="<?php 
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_h_review_list_product'), $this);
            ?>
&amp;c_review_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_review_id']);
            ?>
">全てのレビューを見る (<?php 
            echo is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['item']['write_num'])) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0);
            ?>
)</a></p>
</td>
</tr><tr>
<th>作成日時</th>
<td><?php 
            echo is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['item']['r_datetime2'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%Y年%m月%d日 %H:%M") : smarty_modifier_date_format($_tmp, "%Y年%m月%d日 %H:%M");
            ?>
</td>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%7D^7D2^7D2C0698%%h_review_search.tpl.php

示例9: smarty_function_t_url

</td>
</tr><tr class="operation">
<th>&nbsp;</th><td><span class="moreInfo"><a href="<?php 
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_h_confirm_list_update_c_commu_sub_admin_confirm'), $this);
            ?>
&amp;target_c_commu_sub_admin_confirm_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_commu_sub_admin_confirm_id']);
            ?>
&amp;sessid=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
            ?>
"><img src="<?php 
            echo smarty_function_t_img_url_skin(array('filename' => 'button_shonin'), $this);
            ?>
" alt="承認" /></a> <a href="<?php 
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_h_confirm_list_delete_c_commu_sub_admin_confirm'), $this);
            ?>
&amp;target_c_commu_sub_admin_confirm_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_commu_sub_admin_confirm_id']);
            ?>
&amp;sessid=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
            ?>
"><img src="<?php 
            echo smarty_function_t_img_url_skin(array('filename' => 'button_kyohi'), $this);
            ?>
" alt="拒否" /></a></span></td>
</tr></table></div></div>
<?php 
        }
    }
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%9F^9FB^9FB24675%%h_confirm_list.tpl.php

示例10: smarty_modifier_t_escape

<td class="type1">
<input type="checkbox" name="del" value="<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_album_id']);
            ?>
" />
<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_album_id']);
            ?>

</td>
</tr>
<tr>
<th>タイトル</th>
<td>
<a href="<?php 
            echo smarty_function_t_url(array('_absolute' => 1, 'm' => 'pc', 'a' => 'page_fh_album'), $this);
            ?>
&amp;target_c_album_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_album_id']);
            ?>
" target="_blank"><?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['item']['subject']);
            ?>
</a>
(<?php 
            if ($this->_tpl_vars['item']['count_images']) {
                ?>
<a href="?m=<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['module_name']);
                ?>
&amp;a=page_<?php 
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_admin_templates^%%28^289^289CA31B%%edit_album_list.tpl.php

示例11: smarty_function_t_url

            echo '<p class="prev"><a href="';
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_c_topic_list'), $this);
            echo '&amp;target_c_commu_id=';
            echo smarty_modifier_t_escape($this->_tpl_vars['c_commu']['c_commu_id']);
            echo '&amp;page=';
            echo smarty_modifier_t_escape($this->_tpl_vars['page'] - 1);
            echo '">前を表示</a></p>';
        }
        echo '<p class="number">';
        echo smarty_modifier_t_escape($this->_tpl_vars['start_num']);
        echo '件~';
        echo smarty_modifier_t_escape($this->_tpl_vars['end_num']);
        echo '件を表示</p>';
        if ($this->_tpl_vars['is_next']) {
            echo '<p class="next"><a href="';
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_c_topic_list'), $this);
            echo '&amp;target_c_commu_id=';
            echo smarty_modifier_t_escape($this->_tpl_vars['c_commu']['c_commu_id']);
            echo '&amp;page=';
            echo smarty_modifier_t_escape($this->_tpl_vars['page'] + 1);
            echo '">次を表示</a></p>';
        }
        echo '';
        ?>

</div>
</div></div>
<?php 
    }
    ?>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:30,代码来源:dft_pc_templates^%%82^826^826AB8E5%%c_topic_list.tpl.php

示例12: smarty_modifier_t_escape

</td>
</tr><tr class="operation">
<th>最終ログイン</th><td><span class="text"><?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['c_member']['last_login']);
            ?>
</span> <span class="moreInfo"><a href="<?php 
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_f_home'), $this);
            ?>
&amp;target_c_member_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['c_member']['c_member_id']);
            ?>
"><img src="<?php 
            echo smarty_function_t_img_url_skin(array('filename' => 'button_shosai'), $this);
            ?>
" alt="詳細を見る" /></a> <a href="<?php 
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_f_bookmark_delete'), $this);
            ?>
&amp;target_c_member_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['c_member']['c_member_id']);
            ?>
&amp;sessid=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
            ?>
"><img src="<?php 
            echo smarty_function_t_img_url_skin(array('filename' => 'button_sakujo'), $this);
            ?>
" alt="削除する" /></a></span></td>
</tr></table></div></div>
<?php 
        }
    }
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%6E^6EE^6EE21E48%%h_bookmark_list.tpl.php

示例13: smarty_core_load_plugins

<?php

/* Smarty version 2.6.18, created on 2012-06-19 21:44:42
   compiled from file:/homepage/OPENPNESAAJ/ossi_pne/webapp/modules/setup/templates/setup_done.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'ext_include', 'file:/homepage/OPENPNESAAJ/ossi_pne/webapp/modules/setup/templates/setup_done.tpl', 1, false), array('function', 't_url', 'file:/homepage/OPENPNESAAJ/ossi_pne/webapp/modules/setup/templates/setup_done.tpl', 7, false), array('modifier', 't_escape', 'file:/homepage/OPENPNESAAJ/ossi_pne/webapp/modules/setup/templates/setup_done.tpl', 8, false))), $this);
echo smarty_function_ext_include(array('file' => "inc_header.tpl"), $this);
?>


<p>セットアップが完了しました。</p>
<p>より詳細なサイトの初期設定は、管理画面の「SNS設定変更」メニューから行うことができます。</p>

<ul>
<li><a href="<?php 
echo smarty_function_t_url(array('m' => 'pc'), $this);
?>
">ログインページへ</a></li>
<li><a href="<?php 
echo smarty_function_t_url(array('m' => smarty_modifier_t_escape(@ADMIN_MODULE_NAME)), $this);
?>
">管理画面へ</a></li>
</ul>

<?php 
echo smarty_function_ext_include(array('file' => "inc_footer.tpl"), $this);
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:26,代码来源:dft_setup_templates^%%17^17E^17E3E414%%setup_done.tpl.php

示例14: smarty_function_t_url

     echo '';
     if ($this->_tpl_vars['before_after'] == 'after') {
         echo '<a href="';
         echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_h_click_banner'), $this);
         echo '&amp;target_c_banner_id=';
         echo smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['c_banner_id']);
         echo '&amp;sessid=';
         echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
         echo '" target="_blank"><img src="';
         echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['image_filename'])), $this);
         echo '" alt="';
         echo smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['nickname']);
         echo '" /></a>';
     } else {
         echo '<a href="';
         echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_o_click_banner'), $this);
         echo '&amp;target_c_banner_id=';
         echo smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['c_banner_id']);
         echo '" target="_blank"><img src="';
         echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['image_filename'])), $this);
         echo '" alt="';
         echo smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['nickname']);
         echo '" /></a>';
     }
     echo '';
 } else {
     echo '<img src="';
     echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['image_filename'])), $this);
     echo '" alt="';
     echo smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['nickname']);
     echo '" />';
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%0D^0D4^0D40A1E2%%layout.tpl.php

示例15: smarty_function_t_url

                ?>
<li><a href="<?php 
                echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_c_event_add'), $this);
                ?>
&amp;target_c_commu_id=<?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['c_commu']['c_commu_id']);
                ?>
">イベントを作成</a></li>
<?php 
            }
        }
    }
    if ($this->_tpl_vars['is_c_commu_admin']) {
        ?>
<li><a href="<?php 
        echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_c_edit'), $this);
        ?>
&amp;target_c_commu_id=<?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['c_commu']['c_commu_id']);
        ?>
"><?php 
        echo smarty_modifier_t_escape($this->_tpl_vars['WORD_COMMUNITY']);
        ?>
設定変更</a></li>
<?php 
    }
    ?>
</ul></td></tr>
<?php 
}
?>
开发者ID:KimuraYoichi,项目名称:PukiWiki,代码行数:31,代码来源:dft_pc_templates^%%BB^BBC^BBC24F61%%c_home.tpl.php


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