Metinfo后台,做网页模板常用到的,我的总结第一次和大家分享哟!

$methtml_sethome 设为首页
$methtml_addfavorite 收藏
{$lang_position}:{$lang_home} > {$nav_x[name]}当前位置
methtml_lang(‘-’)语言切换
$methtml_now 当前时间
methtml_login()会员登陆标签函数
methtml_search() 简洁搜索条标签函数
$otherinfo[info10] 其它信息
methtm_link() 友情链接
{$class_list[$classnow][name]} 当前栏目名称
$show[title] 当前栏目标题 (简介模块用到)
$show[content] 当前栏目内容 (简介模块用到)
$download[content]当前栏目内容(下载模块用到)
$download[title]当前栏目标题(下载模块用到)
(其它栏目一样只有数组名换一下)
$methtml_flash 中间部分显示图片
methtml_footnav(‘) 底部显示导航栏
$page_list 翻页
$methtml_head包含头部部分信息
$methtml_foot 包含尾部部分信息
methtml_online() 在线交流
产品模块列表:
$met_product=methtml_product(‘img’,‘all’,’‘,‘0’);
部分:$metproduct=methtml_list(‘img’,’‘,’‘,’‘,‘product’,’‘,’',‘4’);
调用:

$met_product

样式:.product2 ul li a{color:#2F2F2F;}
.product2 ul li .info_img{ width:auto; height:auto; margin:5px 10px 5px 0px; }
.product2 ul li .info_img img{ width:150px; height:150px; border:1px solid #F3F3F3;}
.product2 ul li .info_title{ width:100%; text-align:center; float:left; margin:5px 0px 0px 0px;}

头导航:
$metnavtop=methtml_topnav(‘1’,‘’);
调用:

$metnavtop
样式:.nav{ width:100%; height:40px; background:#F33; margin:0 auto;} .nav1{height:40px; width:800px; background:#0F9; float:left; text-align:left; line-height:40px; font-size:14px;} .nav1 a{ color:#000;padding:0px 21px 0px 21px; text-decoration:none; height:40px; display:block; float:left} .nav1 a:hover{ color:#003366; background-color:#ffffff;}

左导航:
$metleft=methtml_classlist(‘1’);
调用:


$metleft

样式: .li_class2{ margin:0;background:#09F; height:30px; line-height:30px; border:1px solid #999} .li_class2 a{ display:block; width:100%; height:30px; line-height:30px; text-decoration:none} .li_class2 a:hover{ background:#FC0; display:block; width:100%; height:30px; line-height:30px} .span_class3 a{ background:#F60; display:block; width:100%; height:30px; line-height:30px; text-decoration:none} .span_class3 a:hover{ background:#FC0; display:block; width:100%; height:30px; line-height:30px} .fleft{ margin:0 auto; padding:0;} .classnow {width:100%; height:30px; line-height:30px; background:#F00;} .classnow a{ width:100%; height:30px; line-height:30px; text-decoration:none} .fleft ul{ margin:0 auto;padding:0;}

新闻列表:
$metnews=methtml_list(‘text’,‘news’,‘’,‘’,‘’,‘’,‘red’,‘8’,‘1’,‘0’,‘1’,‘1’,‘1’);
调用:$metnews
样式:
.f_center1_right li{ list-style-image:url(…/g1.gif)}
.f_center1_right .info_class{ background:#F00}
.f_center1_right .info_updatetime{ float:right; margin-right:30px; color:#999}
.f_center1_right ul li .info_class a{ color:#000066;}

下载模块:
methtml_download()
内容块:methtml_showdownload

图片模块:
$metimglist=methtml_img(‘img’,‘’,‘$lang_imgtitle’);
调用:

$metimglist

样式:
.img2 ul li a{color:#2F2F2F;}
.img2 ul li .info_img{ width:auto; height:auto; margin:5px 10px 5px 0px; }
.img2 ul li .info_img img{ width:130px; height:100px; border:1px solid #F3F3F3;}
.img2 ul li .info_title{ width:100%; text-align:center; float:left; margin:5px 0px 0px 0px; font-weight:bold; font-size:14px;}

招聘模块: