OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / admin_main / include / help / help_pagedef.php
1 <?php
2 /**
3  * ヘルプリソースファイル
4  * index.php
5  *
6  * PHP versions 5
7  *
8  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
9  *
10  * @package    Magic3 Framework
11  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
12  * @copyright  Copyright 2006-2010 Magic3 Project.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: help_pagedef.php 3866 2010-11-29 09:02:05Z fishbone $
15  * @link       http://www.magic3.org
16  */
17 require_once($gEnvManager->getCommonPath()                              . '/helpConv.php' );
18
19 class help_pagedef extends HelpConv
20 {
21         /**
22          * ヘルプ用データを設定
23          *
24          * @return array                                ヘルプ用データ
25          */
26         function _setData()
27         {
28                 // ########## 画面作成 ##########
29                 $helpData = array(
30                         'pagedef_page_id' => array(     
31                                 'title' =>      $this->_('Page Id'),                    // ページID
32                                 'body'  =>      $this->_('Page is identified by page id. Page id is added to url as parameter. Unpublish page is not published to users without site administration.')          // ページを定義するためのIDです。IDはURLに付加されます。非公開項目は管理権限のない一般ユーザには公開されないページです。
33                         ),
34                         'pagedef_page_sub_id' => array( 
35                                 'title' =>      $this->_('Page Sub Id'),                        // ページサブID
36                                 'body'  =>      $this->_('Page is identified by page id. Page id is added to url as parameter.')                // ページを定義するための補助IDです。IDはURLに付加されます。
37                         ),
38                         'pagedef_preview_url' => array( 
39                                 'title' =>      $this->_('URL'),                        // URL
40                                 'body'  =>      $this->_('URL in preview tab.')         // プレビューに表示しているページへのURLです。
41                         ),
42                         'pagedef_detail_btn' => array(  
43                                 'title' =>      $this->_('Detail Button'),                      // 詳細ボタン
44                                 'body'  =>      $this->_('Show page definition detail.')                // ページ定義の詳細を表示します。
45                         ),
46                         'pagedef_maximize_btn' => array(        
47                                 'title' =>      $this->_('Maximize Button'),                    // 最大化ボタン
48                                 'body'  =>      $this->_('Maximize layout tab. If go back to minimized tab, push down ESC key. If maximize, push down ESC key.')                // レイアウト画面を最大化します。画面を元に戻すにはESCキーを押します。ESCキーでも最大化できます。
49                         ),
50                         'pagedef_preview_btn' => array( 
51                                 'title' =>      $this->_('Preview in other window'),                    // 別画面でプレビュー
52                                 'body'  =>      $this->_('Preview page in other window.')               // 実際に表示される画面を別ウィンドウで表示します。
53                         ),
54                         'pagedef_default_template' => array(    
55                                 'title' =>      $this->_('Default Template'),                   // デフォルトテンプレート
56                                 'body'  =>      $this->_('Select default template for site.')           // デフォルトで設定されるデザインテンプレートを指定します。
57                         ),
58                         'pagedef_change_template_btn' => array( 
59                                 'title' =>      $this->_('Change Template'),                    // テンプレート変更
60                                 'body'  =>      $this->_('Change template.')            // デフォルトのテンプレートを変更します。
61                         ),
62                         'pagedef_template_img' => array(        
63                                 'title' =>      $this->_('Template Image'),                     // テンプレート表示イメージ
64                                 'body'  =>      $this->_('The template image if site on window.')               // テンプレートを設定した場合の画面の表示イメージです。
65                         ),
66                         'pagedef_layout' => array(      
67                                 'title' =>      $this->_('Page Layout'),                        // 画面レイアウト
68                                 'body'  =>      $this->_('<strong>Widget Layout</strong> - Create page with layouting widgets. Get widgets from widget list by mouse drag & drops. Layout widgets by dropping on any position. If you click on close box on the top right position, you can delete widget from layout page. The widget on layout page can move between any positions. If you click on miximize button or push down ESC key, you can maximize layout page. If pushing down ESC key, go back to former state.<br /><strong>Widget Context Menu</strong> - If clicking on the widget by mouse right button, Widget context menu shows. You can configure widgets and delete widgets by using the context menu. The widget with shared attribute always shows on every page. The shared widget shows with red color.')              // (ウィジェットの配置)<br />テンプレートにウィジェットを配置し、画面を作成します。ウィジェット一覧からマウスドラッグでウィジェットを取り出します。レイアウト画面の任意のポジション位置にドロップするとウィジェットが配置できます。レイアウト画面からウィジェットを削除するには、削除するウィジェットの右上のクローズボックスをクリックします。一度ドロップしたウィジェットは、ドラッグドロップでページ上の移動が可能です。最大化ボタンまたはESCキーでレイアウト画面が最大化できます。最大化状態から元に戻るにはESCキーを押します。<br />(ウィジェットコンテキストメニュー)<br />ウィジェットをマウス右クリックするとコンテキストメニューが表示されます。ウィジェットの設定を行ったり、ウィジェットの削除を行います。「ページ共通」属性を設定したウィジェットは、ページに関わらず常に表示されます。(赤色表示)
69                         ),
70                         'pagedef_refresh' => array(     
71                                 'title' =>      $this->_('Refresh Window'),                     // 画面再表示
72                                 'body'  =>      $this->_('Refresh layout page or preview.')             // レイアウトまたはプレビュー画面を再表示します。
73                         ),
74                         'pagedef_position_block' => array(      
75                                 'title' =>      $this->_('Position'),                   // ポジション名
76                                 'body'  =>      $this->_('The position is block name for layouting widgets in design template.')                // デザインテンプレート内でのウィジェットの配置ブロックを指定します。
77                         ),
78                         'pagedef_position_index' => array(      
79                                 'title' =>      $this->_('Order'),                      // 表示順
80                                 'body'  =>      $this->_('The order is the widget order in position block.')            // ポジションブロック内でのウィジェットの表示順を指定します。
81                         ),
82                         'pagedef_widget_config_id' => array(    
83                                 'title' =>      $this->_('Config ID'),                  // 定義ID
84                                 'body'  =>      $this->_('The Config ID is used for widget if needed.')         // 個別のウィジェットの設定IDです。設定が必要な場合のみ設定可能になります。
85                         ),
86                         'pagedef_widget_visible' => array(      
87                                 'title' =>      $this->_('Visible'),                    // ウィジェット表示制御
88                                 'body'  =>      $this->_('Control widget visible status.')              // ウィジェットの表示、非表示を制御します。
89                         ),
90                         'pagedef_widget_common' => array(       
91                                 'title' =>      $this->_('Shared'),                     // ページ共通属性
92                                 'body'  =>      $this->_('The Shared means widget shared status by pages. If widget has shared attribute, it always shows on evey page.')               // 同ページIDで、サブページIDに関わらずウィジェットを表示するかどうかを指定します。
93                         ),
94                 );
95                 return $helpData;
96         }
97 }
98 ?>