『聴く力』をつけるLecture.8
The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
// Values that can be used in other PHP code on the page
$paginate_num_pages = 1;
$paginate_num_sections = 1;
$paginate_page_selector = 'page';
$paginate_current_page = @$_GET['page'];
// Pin page selector to a valid number (or 'all')
if($paginate_current_page=='')
$paginate_current_page = '1';
if($paginate_current_page != 'all') {
if($paginate_current_page == 'first')
$paginate_current_page = 1;
elseif($paginate_current_page == 'last')
$paginate_current_page = 1;
elseif($paginate_current_page < 1)
$paginate_current_page = 1;
elseif($paginate_current_page > 1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 1);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 1;
}
if(isset($_SERVER['QUERY_STRING'])) {
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
} else {
$paginate_self = '';
}
$paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page";
?>
体全体を聴くためのモードに切り替えていく
コーチング★商店主専門コーチング
会社や家で、自分が何かをしているとき、
誰かに話しかけられたときのことを思い起こしてみてください。
例えば、会社で締切り間近の書類をパソコンで作っているときに
同僚や部下から話しかけられたとき…
大好きなTVドラマを見ているとき
家族から、話し掛けられたとき…
あなたは、どんな態度で相手の話しを聞いていますか?
この質問に対して、多くの人は、
「パソコンのモニターやテレビの方に顔を向けて
耳だけ相手の方に向けて聞いている」と答えます。
あなた自身は、そういう聞き方をしていないでしょうか?
逆に、そういう態度で話しを聞かれたら、
どういう気持ちになるでしょうか?
あなた自身の経験として、顔や体を他の方に向けたまま
話しを聞かれたという経験はお持ちではないですか?
もし、普段、慕っている上司や友人にそういう態度をとられたら、
どういう気持ちになるのかを考えてみてください。
コーチングを商売に活かしてモチベーションアップを実現し、
業績アップさせたい方はこちらもお読みください。
コーチング★商店主専門コーチング