- Timestamp:
- Nov 27, 2009, 3:27:01 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/for_wordpressme2011/ja_EUC/language/japanese/blocks.php
r429 r463 26 26 define("_MB_XP2_LIST","¥ê¥¹¥È"); 27 27 define("_MB_XP2_FILE_NAME","¥Õ¥¡¥¤¥ë̾"); 28 define("_MB_XP2_THISTEMPLATE","¤³¤Î¥Ö¥í¥Ã¥¯¤Î¥Æ¥ó¥×¥ì¡¼¥È"); 28 29 29 30 // recent comment block -
trunk/extras/for_wordpressme2011/ja_UTF/language/ja_utf8/blocks.php
r429 r463 26 26 define("_MB_XP2_LIST","リスト"); 27 27 define("_MB_XP2_FILE_NAME","ファイル名"); 28 define("_MB_XP2_THISTEMPLATE","このブロックのテンプレート"); 28 29 29 30 // recent comment block -
trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php
r429 r463 26 26 define("_MB_XP2_LIST","Lista"); 27 27 define("_MB_XP2_FILE_NAME","Nome do arquivo"); 28 define("_MB_XP2_THISTEMPLATE","Modelo"); 28 29 29 30 // recent comment block -
trunk/xpressme_integration_kit/blocks/archives_block.php
r232 r463 28 28 29 29 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 30 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";30 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 31 31 $form .= "<br />"; 32 32 $a_month = _MB_XP2_ARC_MONTH ; … … 62 62 $form .= "</select><br/>"; 63 63 64 $form .= "<br />" . _MB_XP2_COUNT_ZERO_ALL . " <input type='text' name='options[3]' value='" . $limit . "' />";64 $form .= "<br />" . _MB_XP2_COUNT_ZERO_ALL . " <input type='text' size='3' name='options[3]' value='" . $limit . "' />"; 65 65 $form .= "<br />" . yes_no_radio_option('options[4]', _MB_XP2_SHOW_NUM_OF_POST , $show_post_count); 66 66 $form .= "<br />" . yes_no_radio_option('options[5]', _MB_XP2_SHOW_DROP_DOWN , $drop_down); -
trunk/xpressme_integration_kit/blocks/authors_block.php
r232 r463 28 28 29 29 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 30 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";30 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 31 31 $form .= "<br />"; 32 32 $form .= yes_no_radio_option('options[2]', _MB_XP2_SHOW_NUM_OF_POST , $optioncount); -
trunk/xpressme_integration_kit/blocks/calender_block.php
r232 r463 26 26 27 27 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />\n"; 28 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";28 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 29 29 $form .= "<br />"; 30 30 $form .= _MB_XP2_SUN_COLOR .": <input type='text' name='options[2]' value='" . $sun_color . "' /><br />\n"; -
trunk/xpressme_integration_kit/blocks/category_block.php
r232 r463 35 35 36 36 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' />"; 37 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";37 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 38 38 $form .= "<br />"; 39 39 $form .= _MB_XP2_CAT_ALL_STR . " <input type='text' name='options[2]' value='" . $show_option_all . "' /><br />"; -
trunk/xpressme_integration_kit/blocks/enhanced_block.php
r232 r463 19 19 $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 20 20 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_enhanced_block.html' : trim( $options[1] ); 21 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 21 22 $include_file = empty( $options[2] ) ? '' : $options[2] ; 22 23 -
trunk/xpressme_integration_kit/blocks/meta_block.php
r232 r463 31 31 32 32 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 33 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";33 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 34 34 $form .= "<br />"; 35 35 $form .= yes_no_radio_option('options[2]', _MB_XP2_META_WP_LINK , $wp_link) . "<br />\n"; -
trunk/xpressme_integration_kit/blocks/page_block.php
r386 r463 35 35 36 36 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 37 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";37 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 38 38 $form .= "<br />"; 39 39 $form .= _MB_XP2_PAGE_ORDERBY .": "; -
trunk/xpressme_integration_kit/blocks/popular_posts_block.php
r435 r463 30 30 31 31 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />\n"; 32 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />\n";32 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 33 33 $form .= "<br />\n"; 34 34 $form .= _MB_XP2_COUNT .": <input type='text' name='options[2]' value='" . $disp_count . "' /><br />\n"; -
trunk/xpressme_integration_kit/blocks/recent_comments_block.php
r436 r463 30 30 31 31 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />\n"; 32 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />\n";32 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 33 33 $form .= "<br />"; 34 $form .= _MB_XP2_COUNT .": <input type='text' name='options[2]' value='" . $disp_count . "' /><br />\n";35 $form .= _MB_XP2_LENGTH .": <input type='text' name='options[3]' value='" . $disp_length . "' /><br />\n";34 $form .= _MB_XP2_COUNT .": <input type='text' size='3' name='options[2]' value='" . $disp_count . "' /><br />\n"; 35 $form .= _MB_XP2_LENGTH .": <input type='text' size='3' name='options[3]' value='" . $disp_length . "' /><br />\n"; 36 36 $form .= _MB_XP2_DATE_FORMAT .": <input type='text' name='options[4]' value='" . $date_format . "' /><br />\n"; 37 37 $form .= _MB_XP2_TIME_FORMAT .": <input type='text' name='options[5]' value='" . $time_format . "' /><br />\n"; -
trunk/xpressme_integration_kit/blocks/recent_posts_content_block.php
r435 r463 34 34 35 35 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />\n"; 36 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";37 $form .= _MB_XP2_COUNT .": <input type='text' name='options[2]' value='" . $disp_count . "' /><br />\n";36 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 37 $form .= _MB_XP2_COUNT .": <input type='text' size='3' name='options[2]' value='" . $disp_count . "' /><br />\n"; 38 38 $form .= yes_no_radio_option('options[3]', _MB_XP2_P_EXCERPT , $excerpt) . "<br />\n"; 39 39 $form .= _MB_XP2_P_EXCERPT_SIZE .": <input type='text' name='options[4]' value='" . $excerpt_size . "' /><br />\n"; -
trunk/xpressme_integration_kit/blocks/recent_posts_list_block.php
r435 r463 31 31 32 32 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />\n"; 33 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />\n";33 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 34 34 $form .= "<br />\n"; 35 $form .= _MB_XP2_COUNT .": <input type='text' name='options[2]' value='" . $disp_count . "' /><br />\n";36 $form .= _MB_XP2_REDNEW_DAYS .": <input type='text' name='options[3]' value='" . $disp_red . "' /><br />\n";37 $form .= _MB_XP2_GREENNEW_DAYS .": <input type='text' name='options[4]' value='" . $disp_green . "' /><br />\n";35 $form .= _MB_XP2_COUNT .": <input type='text' size='3' name='options[2]' value='" . $disp_count . "' /><br />\n"; 36 $form .= _MB_XP2_REDNEW_DAYS .": <input type='text' size='3' name='options[3]' value='" . $disp_red . "' /><br />\n"; 37 $form .= _MB_XP2_GREENNEW_DAYS .": <input type='text' size='3' name='options[4]' value='" . $disp_green . "' /><br />\n"; 38 38 $form .= _MB_XP2_DATE_FORMAT .": <input type='text' name='options[5]' value='" . $date_format . "' /><br />\n"; 39 39 $form .= _MB_XP2_TIME_FORMAT .": <input type='text' name='options[6]' value='" . $time_format . "' /><br />\n"; -
trunk/xpressme_integration_kit/blocks/search_block.php
r232 r463 25 25 26 26 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 27 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";27 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 28 28 $form .= "<br />"; 29 $form .= _MB_XP2_SEARCH_LENGTH .": <input type='text' name='options[2]' value='" . $disp_count . "' /><br />";29 $form .= _MB_XP2_SEARCH_LENGTH .": <input type='text' size='3' name='options[2]' value='" . $disp_count . "' /><br />"; 30 30 // $form .="<br /><input type='text' size='60' name='options[2]' value='".htmlspecialchars($this_template,ENT_QUOTES)."' />"; 31 31 -
trunk/xpressme_integration_kit/blocks/tag_cloud_block.php
r232 r463 32 32 33 33 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 34 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";34 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 35 35 $form .= "<br />"; 36 36 $form .= _MB_XP2_CLOUD_SMALLEST .": <input type='text' size='4' name='options[2]' value='" . $smallest . "' /><br />"; -
trunk/xpressme_integration_kit/blocks/widget_block.php
r437 r463 46 46 47 47 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 48 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";48 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 49 49 $form .= "<br />" . yes_no_radio_option('options[2]', _MB_XP2_WIDGET_TITLE_SHOW , $title_show); 50 50 $form .= "<br />"; -
trunk/xpressme_integration_kit/include/xpress_block_render.php
r456 r463 52 52 } 53 53 return $block_id; 54 } 55 56 function get_block_mid($mydirname) 57 { 58 $xoopsDB =& Database::getInstance(); 59 $modules_tbl = $xoopsDB->prefix('modules'); 60 61 $sql = "SELECT mid FROM $modules_tbl WHERE dirname = '$mydirname'"; 62 $result = $xoopsDB->query($sql, 0, 0); 63 if ($xoopsDB->getRowsNum($result) > 0){ 64 $row = $xoopsDB->fetchArray($result); 65 $mid = $row['mid']; 66 } 67 return $mid; 54 68 } 55 69 … … 190 204 $option = explode('|' , $block['options']); 191 205 192 if (isset($option[1])) 206 if (isset($option[1])) { 193 207 $templates_file = $option[1]; 194 else208 } else { 195 209 $templates_file = 'db:'.$mydirname. '_' . str_replace(".php", ".html", $block_function_name); 210 } 211 196 212 $tpl =& new XoopsTpl() ; 213 $tpl->template_dir = $xoops_config->module_path . '/templates'; 214 if (!$tpl->template_exists($templates_file)){ 215 $src_file_path = $xoops_config->module_path . '/templates/' .$mydirname. '_' . str_replace(".php", ".html", $block_function_name); 216 add_xpress_tpl($mydirname,$templates_file,$src_file_path); 217 } 197 218 $tpl->assign( 'block' , $block ) ; 198 219 $ret['content'] = $tpl->fetch( $templates_file ) ; 199 220 return $ret ; 221 } 222 223 function add_xpress_tpl($mydirname,$templates='',$src_file_path){ 224 global $wpdb,$xoops_config , $xoops_db; 225 226 $mid = get_block_mid($mydirname); 227 228 $temp_parm = explode(':' , $templates); 229 if (empty($temp_parm[1])) { 230 $filename=$temp_parm[0]; 231 $type = 'db'; 232 } else { 233 $filename=$temp_parm[1]; 234 $type = $temp_parm[0]; 235 } 236 $temp_file_path = $xoops_config->module_path . '/templates/'. $filename; 237 $pattern = '^' . $mydirname . '_'; 238 if (preg_match('/' . $pattern . '/' , $filename, $match)){ // file prefix check 239 if (!file_exists($temp_file_path)){ // Repetition check 240 if (file_exists($src_file_path)){ // source file check 241 $rcd = copy($src_file_path, $temp_file_path); 242 } 243 } 244 } 200 245 } 201 246 … … 250 295 { 251 296 global $xoops_db,$xoops_config; 297 252 298 $mid = get_xpress_modid(); 253 299 $sql = "SELECT bid,options,func_file FROM " . get_xoops_prefix() . "newblocks WHERE mid = $mid AND visible = 1"; … … 294 340 return $xu_row['conf_value']; 295 341 } 296 } 297 342 } 298 343 } 299 344 ?> -
trunk/xpressme_integration_kit/language/english/blocks.php
r429 r463 26 26 define("_MB_XP2_LIST","List"); 27 27 define("_MB_XP2_FILE_NAME","Files Name"); 28 define("_MB_XP2_THISTEMPLATE","Template"); 28 29 29 30 // recent comment block -
trunk/xpressme_integration_kit/language/ja_utf8/blocks.php
r429 r463 26 26 define("_MB_XP2_LIST","リスト"); 27 27 define("_MB_XP2_FILE_NAME","ファイル名"); 28 define("_MB_XP2_THISTEMPLATE","このブロックのテンプレート"); 28 29 29 30 // recent comment block
Note: See TracChangeset
for help on using the changeset viewer.