本文整理汇总了PHP中find_accesskey函数的典型用法代码示例。如果您正苦于以下问题:PHP find_accesskey函数的具体用法?PHP find_accesskey怎么用?PHP find_accesskey使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了find_accesskey函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。
示例1: find_accesskey
* @package GetSimple
*/
?>
<ul class="snav">
<li><a href="settings.php" accesskey="<?php
echo find_accesskey(i18n_r('SIDE_GEN_SETTINGS'));
?>
" <?php
check_menu('settings');
?>
><?php
i18n('SIDE_GEN_SETTINGS');
?>
</a></li>
<li><a href="settings.php#profile" accesskey="<?php
echo find_accesskey(i18n_r('SIDE_USER_PROFILE'));
?>
" ><?php
i18n('SIDE_USER_PROFILE');
?>
</a></li>
<?php
exec_action("settings-sidebar");
?>
</ul>
<?php
if (get_filename_id() === 'settings') {
?>
<p id="js_submit_line" ></p>
<?php
开发者ID:kazu2012,项目名称:get-simple-ja,代码行数:31,代码来源:sidebar-settings.php
示例2: find_accesskey
?>
accesskey="<?php
echo find_accesskey(i18n_r('SIDE_COMPONENTS'));
?>
" ><?php
i18n('SIDE_COMPONENTS');
?>
</a></li>
<?php
if (!getDef('GSNOSITEMAP')) {
?>
<li id="sb_sitemap" class="last_sb"><a href="sitemap.php" <?php
check_menu('sitemap');
?>
accesskey="<?php
echo find_accesskey(i18n_r('SIDE_VIEW_SITEMAP'));
?>
" ><?php
i18n('SIDE_VIEW_SITEMAP');
?>
</a></li> <?php
}
?>
<?php
exec_action("theme-sidebar");
?>
</ul>
<?php
if (get_filename_id() === 'components' || get_filename_id() === 'theme-edit') {
?>
开发者ID:promil23,项目名称:GetSimpleCMS,代码行数:31,代码来源:sidebar-theme.php
示例3: i18n
i18n('ASK_RESTORE');
?>
</a> <a href="backup-edit.php?p=delete&id=<?php
echo $id;
?>
&nonce=<?php
echo get_nonce("delete", "backup-edit.php");
?>
" title="<?php
i18n('DELETEPAGE_TITLE');
?>
: <?php
echo $title;
?>
?" id="delback" accesskey="<?php
echo find_accesskey(i18n_r('ASK_DELETE'));
?>
" class="delconfirm noajax" ><?php
i18n('ASK_DELETE');
?>
</a>
<div class="clear"></div>
</div>
<table class="simple highlight" >
<tr><td class="title" ><?php
i18n('PAGE_TITLE');
?>
:</td><td><b><?php
echo cl($title);
?>
开发者ID:Emmett-Brown,项目名称:linea,代码行数:31,代码来源:backup-edit.php
示例4: getDraftPageHead
function getDraftPageHead($editing = true, $path = '')
{
global $id, $draftExists, $pageExists, $PRETTYURLS;
echo '<h3 class="floated">' . ($editing ? i18n_r('PAGE_EDIT_MODE') : i18n_r('CREATE_NEW_PAGE')) . '</h3>';
echo '<div class="title label label-draft secondary-lightest-back unselectable">' . i18n_r('LABEL_DRAFT') . '</div>';
echo '<!-- pill edit navigation -->', "\n", '<div class="edit-nav clearfix" >';
if ($editing) {
echo '<a class="draftview" href="' . $path . ($PRETTYURLS || $id == 'index' ? '?' : '&') . 'draft" target="_blank" accesskey="' . find_accesskey(i18n_r('VIEW')) . '" >' . i18n_r('VIEW') . '</a>';
echo '<a class="draftpublish" href="changedata.php?publish&id=' . $id . '" accesskey="' . find_accesskey(i18n_r('PUBLISH')) . '" >' . i18n_r('PUBLISH') . '</a>';
}
exec_action(get_filename_id() . '-edit-nav');
echo "\n</div>";
}
开发者ID:HelgeSverre,项目名称:GetSimpleCMS,代码行数:13,代码来源:edit.php
示例5: i18n
i18n('PAGE_EDIT_MODE');
} else {
i18n('CREATE_NEW_PAGE');
}
?>
</h3>
<!-- pill edit navigation -->
<div class="edit-nav" >
<?php
if (isset($id)) {
echo '<a href="', find_url($url, $parent), '" target="_blank" accesskey="', find_accesskey(i18n_r('VIEW')), '" >', i18n_r('VIEW'), ' </a>';
}
?>
<a href="#" id="metadata_toggle" accesskey="<?php
echo find_accesskey(i18n_r('PAGE_OPTIONS'));
?>
" ><?php
i18n('PAGE_OPTIONS');
?>
</a>
<div class="clear" ></div>
</div>
<form class="largeform" id="editform" action="changedata.php" method="post" accept-charset="utf-8" >
<input id="nonce" name="nonce" type="hidden" value="<?php
echo get_nonce("edit", "edit.php");
?>
" />
<input id="author" name="post-author" type="hidden" value="<?php
echo $USR;
开发者ID:hatasu,项目名称:appdroid,代码行数:31,代码来源:edit.php
示例6: exec_action
</a></li>
<?php
exec_action('nav-tab');
?>
<li id="nav_loaderimg" ><img class="toggle" id="loader" src="template/images/ajax.gif" alt="" /></li>
<li class="rightnav" ><a class="settings first" href="settings.php" accesskey="<?php
echo find_accesskey(i18n_r('TAB_SETTINGS'));
?>
" ><?php
i18n('TAB_SETTINGS');
?>
</a></li>
<li class="rightnav" ><a class="support last" href="support.php" accesskey="<?php
echo find_accesskey(i18n_r('TAB_SUPPORT'));
?>
" ><?php
i18n('TAB_SUPPORT');
?>
</a></li>
</ul>
</div>
</div>
<div class="wrapper">
<?php
include 'template/error_checking.php';
开发者ID:elephantcode,项目名称:elephantcode,代码行数:31,代码来源:include-nav.php
示例7: i18n_r
$pagetitle = i18n_r('SNIPPETS');
get_template('header');
include 'template/include-nav.php';
?>
<div id="bodycontent" class="bodycontent clearfix">
<div id="maincontent">
<div class="main">
<h3 class="floated"><?php
echo i18n_r('EDIT_SNIPPETS');
?>
</h3>
<div class="edit-nav clearfix" >
<a href="javascript:void(0)" id="addcomponent" accesskey="<?php
echo find_accesskey(i18n_r('ADD_SNIPPET'));
?>
" ><?php
i18n('ADD_SNIPPET');
?>
</a>
<!--<?php
if (!getDef('GSNOHIGHLIGHT', true)) {
echo $themeselector;
?>
<label>Theme</label>
<?php
}
?>
-->
开发者ID:HelgeSverre,项目名称:GetSimpleCMS,代码行数:31,代码来源:snippets.php
示例8: i18n_r
echo i18n_r('SIDE_VIEW_SITEMAP');
?>
</h3>
<div class="edit-nav clearfix" >
<a href="<?php
echo $sitemapfile;
?>
" target="_blank" accesskey="<?php
echo find_accesskey(i18n_r('VIEW'));
?>
" ><?php
i18n('VIEW');
?>
</a>
<a href="sitemap.php?refresh" accesskey="<?php
echo find_accesskey(i18n_r('REFRESH'));
?>
" ><?php
i18n('REFRESH');
?>
</a>
<?php
exec_action(get_filename_id() . '-edit-nav');
?>
</div>
<?php
exec_action(get_filename_id() . '-body');
?>
<div class="unformatted">
<code><?php
开发者ID:HelgeSverre,项目名称:GetSimpleCMS,代码行数:31,代码来源:sitemap.php
示例9: find_accesskey
?>
accesskey="<?php
echo find_accesskey(i18n_r('SIDE_PAGE_BAK'));
?>
" ><?php
i18n('SIDE_PAGE_BAK');
?>
</a></li>
<?php
if (get_filename_id() === 'backup-edit') {
?>
<li id="sb_viewbackup" ><a href="#" class="current"><?php
i18n('SIDE_VIEW_BAK');
?>
</a></li><?php
}
?>
<li id="sb_archives" ><a href="archive.php" <?php
check_menu('archive');
?>
accesskey="<?php
echo find_accesskey(i18n_r('SIDE_WEB_ARCHIVES'));
?>
" ><?php
i18n('SIDE_WEB_ARCHIVES');
?>
</a></li>
<?php
exec_action("backups-sidebar");
?>
</ul>
开发者ID:Foltys,项目名称:Masopust,代码行数:31,代码来源:sidebar-backups.php
示例10: i18n
<?php
include 'template/include-nav.php';
?>
<div class="bodycontent clearfix">
<div id="maincontent">
<div class="main">
<h3 class="floated"><?php
echo i18n('EDIT_COMPONENTS');
?>
</h3>
<div class="edit-nav" >
<a href="#" id="addcomponent" accesskey="<?php
echo find_accesskey(i18n_r('ADD_COMPONENT'));
?>
" ><?php
i18n('ADD_COMPONENT');
?>
</a>
<div class="clear"></div>
</div>
<form class="manyinputs" action="<?php
myself();
?>
" method="post" accept-charset="utf-8" >
<input type="hidden" id="id" value="<?php
echo $count;
?>
开发者ID:Foltys,项目名称:Masopust,代码行数:30,代码来源:components.php
示例11: i18n
?>
<div class="bodycontent clearfix">
<div id="maincontent">
<div class="main" >
<h3 class="floated"><?php
i18n('WEBSITE_ARCHIVES');
?>
</h3>
<div class="edit-nav clearfix" >
<a id="waittrigger" href="archive.php?do&nonce=<?php
echo get_nonce("create");
?>
" accesskey="<?php
echo find_accesskey(i18n_r('ASK_CREATE_ARC'));
?>
" title="<?php
i18n('CREATE_NEW_ARC');
?>
" ><?php
i18n('ASK_CREATE_ARC');
?>
</a>
</div>
<p style="display:none" id="waiting" ><?php
i18n('CREATE_ARC_WAIT');
?>
</p>
<table class="highlight paginate">
开发者ID:Emmett-Brown,项目名称:linea,代码行数:31,代码来源:archive.php
示例12: find_accesskey
* @package * @CORE
*/
?>
<ul class="snav">
<li id="sb_pages" ><a href="cpages.php" accesskey="<?php
echo find_accesskey(i18n_r('SIDE_VIEW_CONTENT'));
?>
" <?php
check_menu('cpages');
?>
><?php
i18n('SIDE_VIEW_CONTENT');
?>
</a></li>
<li id="sb_newpage" ><a href="cedit.php" accesskey="<?php
echo find_accesskey(i18n_r('SIDE_CREATE_NEW_CONTENT'));
?>
" <?php
if (!isset($_GET['id']) && get_filename_id() === 'cedit') {
echo 'class="current"';
}
?>
><?php
i18n('SIDE_CREATE_NEW_CONTENT');
?>
</a></li>
<?php
if (isset($_GET['id']) && $_GET['id'] != '' && get_filename_id() === 'cedit') {
?>
<li id="sb_pageedit" ><a href="#" class="current"><?php
i18n('EDITCONTENT_TITLE');
开发者ID:Emmett-Brown,项目名称:linea,代码行数:31,代码来源:sidebar-cpages.php
示例13: exec_action
?>
<div class="bodycontent clearfix">
<div id="maincontent">
<?php
exec_action('cpages-main');
?>
<div class="main">
<h3 class="floated"><?php
i18n('PAGE_MANAGEMENT');
?>
</h3>
<div class="edit-nav clearfix" >
<a href="#" id="filtertable" accesskey="<?php
echo find_accesskey(i18n_r('FILTER'));
?>
" ><?php
i18n('FILTER');
?>
</a>
</div>
<div id="filter-search">
<form><input type="text" autocomplete="off" class="text" id="q" placeholder="<?php
echo strip_tags(lowercase(i18n_r('FILTER')));
?>
..." />
<a href="cpages.php" class="cancel"><?php
i18n('CANCEL');
?>
开发者ID:Emmett-Brown,项目名称:linea,代码行数:31,代码来源:cpages.php
示例14: find_accesskey
* @package GetSimple
*/
?>
<ul class="snav">
<li><a href="pages.php" accesskey="<?php
echo find_accesskey(i18n_r('SIDE_VIEW_PAGES'));
?>
" <?php
check_menu('pages');
?>
><?php
i18n('SIDE_VIEW_PAGES');
?>
</a></li>
<li><a href="edit.php" accesskey="<?php
echo find_accesskey(i18n_r('SIDE_CREATE_NEW'));
?>
" <?php
if (!isset($_GET['id']) && get_filename_id() === 'edit') {
echo 'class="current"';
}
?>
><?php
i18n('SIDE_CREATE_NEW');
?>
</a></li>
<?php
if (isset($_GET['id']) && $_GET['id'] != '' && get_filename_id() === 'edit') {
?>
<li><a href="#" class="current"><?php
i18n('EDITPAGE_TITLE');
开发者ID:kazu2012,项目名称:get-simple-ja,代码行数:31,代码来源:sidebar-pages.php
示例15: i18n
<?php
i18n('LOG_FILE');
?>
: ‘<em><?php
echo $log_name;
?>
</em>’</h3>
<div class="edit-nav" >
<a href="log.php?log=<?php
echo $log_name;
?>
&action=delete&nonce=<?php
echo get_nonce("delete");
?>
" accesskey="<?php
echo find_accesskey(i18n_r('CLEAR_ALL_DATA'));
?>
" title="<?php
i18n('CLEAR_ALL_DATA');
?>
<?php
echo $log_name;
?>
?" /><?php
i18n('CLEAR_THIS_LOG');
?>
</a>
<div class="clear"></div>
</div>
<?php
if (!$log_data) {
开发者ID:Foltys,项目名称:Masopust,代码行数:31,代码来源:log.php
示例16: find_accesskey
?>
accesskey="<?php
echo find_accesskey(i18n_r('SIDE_SUPPORT_LOG'));
?>
" ><?php
i18n('SIDE_SUPPORT_LOG');
?>
</a></li>
<?php
if (get_filename_id() === 'log') {
?>
<li id="sb_log" ><a href="#" class="current" ><?php
i18n('SIDE_VIEW_LOG');
?>
</a></li><?php
}
?>
<li id="sb_healthcheck" ><a href="health-check.php" <?php
check_menu('health-check');
?>
accesskey="<?php
echo find_accesskey(i18n_r('SIDE_HEALTH_CHK'));
?>
" ><?php
i18n('SIDE_HEALTH_CHK');
?>
</a></li>
<?php
exec_action("support-sidebar");
?>
</ul>
开发者ID:Emmett-Brown,项目名称:linea,代码行数:31,代码来源:sidebar-support.php
示例17: i18n
?>
><?php
i18n('SIDE_CREATE_NEW');
?>
</a></li>
<?php
if (isset($_GET['id']) && $_GET['id'] != '' && get_filename_id() === 'edit') {
?>
<li id="sb_pageedit" ><a href="#" class="current"><?php
i18n('EDITPAGE_TITLE');
?>
</a></li><?php
}
?>
<li id="sb_menumanager" class="last_sb"><a href="menu-manager.php" accesskey="<?php
echo find_accesskey(i18n_r('MENU_MANAGER'));
?>
" <?php
check_menu('menu-manager');
?>
><?php
i18n('MENU_MANAGER');
?>
</a></li>
<?php
exec_action("pages-sidebar");
// @hook pages-sidebar sidebar list html output
?>
</ul>
<p id="js_submit_line" ></p>
开发者ID:kix23,项目名称:GetSimpleCMS,代码行数:31,代码来源:sidebar-pages.php
示例18: check_menu
<?php
/**
* Sidebar Plugins Template
*
* @package GetSimple
*/
?>
<ul class="snav">
<li id="sb_plugins" ><a href="plugins.php" <?php
check_menu('plugins');
?>
accesskey="<?php
echo find_accesskey(i18n_r('SHOW_PLUGINS'));
?>
" ><?php
i18n('SHOW_PLUGINS');
?>
</a></li>
<?php
exec_action("plugins-sidebar");
?>
<li id="sb_extend" ><a href="http://get-simple.info/extend/" target="_blank" accesskey="<?php
echo find_accesskey(i18n_r('GET_PLUGINS_LINK'));
?>
" ><?php
i18n('GET_PLUGINS_LINK');
?>
</a></li>
</ul>
开发者ID:google-code-backups,项目名称:get-simple-cms,代码行数:30,代码来源:sidebar-plugins.php
示例19: i18n
?>
<div class="main">
<h3 class="floated"><?php
i18n('PAGE_MANAGEMENT');
?>
</h3>
<div class="edit-nav clearfix" >
<a href="#" id="filtertable" accesskey="<?php
echo find_accesskey(i18n_r('FILTER'));
?>
" ><?php
i18n('FILTER');
?>
</a>
<a href="#" id="show-characters" accesskey="<?php
echo find_accesskey(i18n_r('TOGGLE_STATUS'));
?>
" ><?php
i18n('TOGGLE_STATUS');
?>
</a>
</div>
<div id="filter-search">
<form><input type="text" autocomplete="off" class="text" id="q" placeholder="<?php
echo strip_tags(lowercase(i18n_r('FILTER')));
?>
..." /> <a href="pages.php" class="cancel"><?php
i18n('CANCEL');
?>
</a></form>
</div>
开发者ID:google-code-backups,项目名称:get-simple-cms,代码行数:31,代码来源:pages.php
示例20: check_menu
<?php
/**
* Sidebar Plugins Template
*
* @package GetSimple
*/
?>
<ul class="snav">
<li><a href="plugins.php" <?php
check_menu('plugins');
?>
accesskey="<?php
echo find_accesskey(i18n_r('SHOW_PLUGINS'));
?>
" ><?php
i18n('SHOW_PLUGINS');
?>
</a></li>
<?php
exec_action("plugins-sidebar");
?>
</ul>
开发者ID:kazu2012,项目名称:get-simple-ja,代码行数:23,代码来源:sidebar-plugins.php
注:本文中的find_accesskey函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论