您的位置:软件测试 > 开源软件测试 > 开源测试管理工具 > Testlink
testlink&mantis系列:Mantis安装配置jpgraph
作者:网络转载 发布时间:[ 2013/12/17 10:00:16 ] 推荐标签:

1.3. 修改mantispluginsMantisGraphpagesconfig.php

(1)增加字体simsun

$t_current_font_selected = array(

'arial' => false,

=》

$t_current_font_selected = array(

//2013-01-09 luly 解决jpgraph中文乱码问题

'simsun' => false,

'arial' => false,

(2)配置页面显示新增加的simsun(宋体)

<td style="vertical-align: top">

Sans-serif:<br />

<label><input type="radio" name="font" value="arial"<?php echo print_font_checked( 'arial' )?>/>Arial</label><br />

=》

<td style="vertical-align: top">

Sans-serif:<br />

<!--2013-01-09 luly 解决jpgraph中文乱码问题 -->

<label><input type="radio" name="font" value="simsun"<?php echo print_font_checked( 'simsun' )?>/>宋体</label><br />

<label><input type="radio" name="font" value="arial"<?php echo print_font_checked( 'arial' )?>/>Arial</label><br />

注:因直接使用中文,为不显示为乱码,需要把该代码文件,转换成UTF-8编码格式,文件另存为时选择即可;


1.4. 修改mantispluginsMantisGraphpagesconfig_edit.php

if ( plugin_config_get( 'font' ) != $f_font ) {

switch ( $f_font ) {

case 'arial':

=》

if ( plugin_config_get( 'font' ) != $f_font ) {

switch ( $f_font ) {

//2013-01-09 luly 解决jpgraph中文乱码问题

case 'simsun';

case 'arial':


1.5. 修改mantispluginsMantisGraphcoregraph_api.php

$t_font_map = array(

'arial' => FF_ARIAL,

=》

$t_font_map = array(

//2013-01-09 luly 解决jpgraph中文乱码问题

'simsun' => FF_SIMSUN,

'arial' => FF_ARIAL,


1.6. 修改MantisGraph插件配置

管理-插件管理-MantisGraph插件

编辑配置,修改字体为“宋体”

上一页12下一页
软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd