象外行一样思考,象专家一样实践。
coolbean | 21 三月, 2008 22:56
1.Mambo页面布局说明
这里我们使用mambo自带的模板来举例说明,参考上图。
作为架设网站的工具mambo页面基本分为以下几个区域:
<1> 顶部:<pathway>, <user3> and <user4> 模块
<2> 左侧栏:<left>模块
<3> 中间: <banner>,<user1>, <user2> 和 <mainbody>模块
<4> 右侧栏:<right>模块
<5> 底部:<footer>模块
这些只是默认的mambo模块布局,所有模块的位置都可以通过修改模板文件index.php来定义和调整到任意位置。载入模块的php语句是:
mosLoadModules($position_name [, $style] )例如: mosLoadModules( “left”, -1 )
在Mambo4.5.2以前的版本中,对于$style的定义有0(默认),-1,1,-2, Mambo4.5.2.1版本新增了”-3”的定义。(见图1 (c))使用他们会有什么不同的效果呢。我们一起来看看吧!
I. $style=0 (默认)时,模块纵向单独显示,实例如下:
<!-- Individual module -->
<table cellpadding="0" cellspacing="0" class="moduletable[suffix]">
<tr>
<th valign="top">Module Title</th>
</tr>
<tr>
<td>
Module output
</td>
</tr>
</table>
<!-- Individual module end -->
II. $style=1时,模块横向显示。每个模块显示在一个表格栏cell内。实例如下:
<!-- Module wrapper -->
<table cellspacing="1" cellpadding="0" border="0" width="100%">
<tr>
<td align="top">
<!-- Individual module -->
<table cellpadding="0" cellspacing="0" class="moduletable[suffix]">
<tr>
<th valign="top">Module Title</th>
</tr>
<tr>
<td>
Module output
</td>
</tr>
</table>
<!-- Individual module end -->
</td>
<td align="top">
<!-- ...the next module... -->
</td>
</tr>
</table>
III. $style=-1时,模块外部没有任何边框修饰而且也没有模块标题(名称)。效果如下(本来面目):
模块1 模块2 模块3
IV. $style=-2时,模块显示格式如下:
<!-- Individual module -->
<div class="moduletable[suffix]">
<h3>Module Title</h3>
Module output
</div>
<!-- Individual module end -->
V. $style=-3时,模块全部用div来修饰,有利于给网页减肥,另外还可以实现圆角边框。
<!-- Individual module -->
<div class="module[suffix]">
<div>
<div>
<div>
<h3>Module Title</h3>
Module output
</div>
</div>
</div>
</div>
<!-- Individual module end -->
相信很多mambo fans一定喜欢 “-3”效果(圆角,cool!),现在你也可以创建自己的可爱圆角mambo模板了!如何作出圆角模块显示效果?我们将在以后的教程里介绍~,所以敬请关注!
<2> 模块的显示/隐藏技巧
在制作mambo模板时,必须为每个模块留出显示的
区域,我们经常会使用例如table,td,div标签把模块包装起来定义这个区域的宽度。所以,当模块在某些页面被设置成为隐藏状态时,包装模块的这些
table或div还在,而且会显示为空白,很影响页面的美观。而一个简单的php语句就可以解决这个问题,if {} condition +
mosCountModules (见图1 (b) )
下面的例子告诉我们如何使用 if {} 语句达到更好的效果,同时去掉了不必要的html代码。举例:
<!-- START set the width for td of user1 and user2 -->
<?php
$numblock = 0;
if (mosCountModules( "user1" )>0 && mosCountModules( "user2" )>0) {
$numblock = 2;
$blockwidth = 50;
}else if (mosCountModules( "user1" )>0 || mosCountModules( "user2" )>0) {
$numblock = 1;
$blockwidth = 100;
}
?>
<!-- END set the width for td of user1 and user2 -->
<!-- START load module user1 and user2 -->
<?php if ($numblock > 0) { ?>
<tr>
<?php if (mosCountModules( "user1" )) { ?>
<td width="<?php echo $blockwidth; ?>%" valign="top">
<div class="colorbox">
<div id="user1" class="roundblock">
<?php mosLoadModules ( "user1", -3 ); ?>
</div>
</div>
</td>
<?php } ?>
<?php if (mosCountModules( "user2" )) { ?>
<td width="<?php echo $blockwidth; ?>%">
<div id="user2" class="roundblock">
<div class="colorbox">
<?php mosLoadModules ( "user2", -3 ); ?>
</div>
</div>
<?php } ?>
</tr>
<?php } ?>
<!-- END load module user1 and user2 -->
上面代码非常有用,你一定会用到,它的效果是使uer1和user2的显示区域宽度相等,如图2,而且当其中一个(user1或user2)模块被 隐藏时,另一个模块的宽度会自动变成内容页宽度,如图3,当user1和user2都不发布时,这些区域的修饰代码都会被自动去除。


这个技巧可以用于所有模块(尤其是left,right,top,users), 但对于那些一般必须具备的模块例如查询(user4),顶部菜单(user3), 当前路径(pathway),主体内容 (mosMainBody), 只使用一个if{} 就足够了(参考图1(b))
<3> $mosConfig_sitename的使用
用来显示网站的名称,你可以把此代码放在页面顶部/网站标志的位置。php语句为:
<?php echo "$mosConfig_sitename!";?>
<4> $mosCurrentDate: 用来显示当前时间
<?php echo mosCurrentDate();?>
或者<?php echo mosFormatDate('2005-01-01 10:00:00');?>
ZXCV | 16/02/2010, 17:13
1111111111111 | 07/04/2010, 11:07
上海水泵厂-上海加油机厂主要生产各类加油机,电话:021-56081656主要产品防爆加油机,电子加油机,柴油加油机,计量油桶泵,车载加油机,手摇计量加油泵,手电二用计量加油泵,各种加油枪,上海加油枪厂,上海加油枪。
上海油桶泵厂-不锈钢油桶泵-防爆油桶泵-插桶泵-抽桶泵
上海水泵厂-上海油桶泵厂主要生产油桶泵,主要产品电动油桶泵,气动油桶泵,防爆油桶泵,手动油桶泵,手电两用油桶泵,加油机,加油枪,防爆加油机,抽桶泵,插桶泵,电话:021-56081656。
上海试压泵厂-试压泵-手动试压泵-电动试压泵-微型试压泵
上海水泵厂-上海试压泵厂主要生产试压泵,电话:021-56081556.主要产品有自控电动试压泵,电动试压泵,手动试压泵,微型试压泵,便携式试压泵,管道试压泵,高压试压泵。
上海隔膜泵厂-隔膜泵-电动隔膜泵-气动隔膜泵-微型隔膜泵
上海水泵厂-上海隔膜泵厂主要产品有隔膜泵,气动隔膜泵,电动隔膜泵,微型隔膜泵。电话:021-56081656.主要产品有电动隔膜泵,QBY型气动隔膜泵,QBY2型气动隔膜泵,QBK型气动隔膜泵,微型隔膜泵。
实验台 | 10/05/2010, 15:14
干洗加盟 | 11/05/2010, 09:30
脑萎缩 | 11/05/2010, 13:36
雪松及其他苗木已有20多年的历史,经验丰富.文明于全国的“苗木之乡 雪松基地”便是这里。汤泉位处南京西郊,有着南京市后花园之美喻.黄山山上住宿我们的交通十分便利,东有宁淮高速西靠312国道,宁连高速、京沪高速、京福高速交通十分方便。而且我场在南京市设有大型货运配载物流中心;帕金森国际中医脑病康复网是帕金森治疗机构。如何治疗帕金森 脑萎缩 ,为帕金森综合症患者提供帕金森症状概述、帕金森症状分析、帕金森治疗方法、帕金森病因分析等一系列关于帕金森综合;南京公司注册,南京注册公司专业从事注册公司、代账、审计、年检、税务咨询,政府委托招商机构,免费地址注册,享受财税扶持,快办一般纳税人,火花机快捷省心;一种机械加工设备,主要用于电火花加工。南京洗床广泛应用在各种金属模具、机械设备的制造中。
冲击试验机 | 12/05/2010, 09:25
解读建筑装饰石材质量及性能的测试方法,冲击试验机;具有球形支座的示值相对误差不超过±1%,弹簧试验机试验破坏载荷应在示值的20%~90%范围以内的材料人造板试验机。 洗地吸干机游标卡尺:读数值为0.01mm;洁百力洗地吸干机的全方位可视性设计极大的简化了操作者的操控作业,机器的各种部件的布置都是明的,便于快速进行日常维护和特殊检修;外观各不相同,有的台灯底座是透明酒盒,有的台灯是将灯泡放进大饮料瓶中,还有的灯架是不锈钢条这些都是同学们设计的作品;我首条双体穿浪海事巡逻艇交接 离心泵投入世博水上安保服务,全船采用耐腐蚀铝合金材料,耐腐蚀泵进一步减轻了船体结构重量,上层建筑采用带筋板,减少了焊接工作量和焊接变形,自吸泵保证了船体外形美观.
MCITP | 17/05/2010, 13:54
pfyvgqw | 18/05/2010, 16:03
pfyvgqw
语音室
电火花
假山
纸盒
童装
服装
服装加盟
童装加盟
加盟
服饰
岩棉板
钢构
电缆管
石膏板
轻钢龙骨
剪板机
GRC
离心机
折弯机
电采暖
地暖
格栅
PCR仪
篮球架
片碱
纯碱
缝纫机
柴油
穿孔器
碳素管
双壁波纹管
七孔梅花管
pfyvgqw
不锈钢针头
防静电蜡
不锈钢加工
宾馆太阳能热水工程
石材雕塑
纯净水设备
求购空压机
健康保险
画册印刷
通信管道
进口墙纸
大屏幕投影
LED电子显示屏
机床电器
Escort
Shanghai escort
Beijing Massage
Shanghai Massage
Massage
太阳能热水器
最好用的太阳能
空气能热泵
建筑模板
南美家具配件展
波兰家具配件展FURNICA2010
木工展
电采暖
通风管道
网站推广 | 22/07/2010, 11:43
合肥加工中心 | 23/07/2010, 13:43
w | 16/08/2010, 15:47
Christian Louboutin and set off the beautiful qualities of Pandora Jewelry, you have a heart for any man's temperament. And then combined with the Insanity DVD fitness program, put Vibram Five Fingers and NFL Jerseys, so that men are envious of your vitality.Christian Louboutin Knockoffs,Christian Louboutin Wedding Shoes,
Christian Louboutin Boots,Christian Louboutin Sandals,Christian Louboutin Wedges,Christian Louboutin Platform,Christian Louboutin SneakersChristian Louboutin Nappa Bootie,Christian Louboutin Ankle Boots,Christian Louboutin Leopard Boots,christian louboutin leopard,christian louboutin python pumps,christian louboutin black pumps,christian louboutin platform pump,Christian Louboutin Peep Toe,Christian Louboutin Declic Pumps,christian louboutin very prive pumps,Christian Louboutin Slingbacks,Christian Louboutin Cathay,Christian Louboutin High Heels,Christian Louboutin Pigalle,Christian Louboutin Mary Janes,Christian Louboutin Wedding Shoes,Christian Louboutin Declic Leather Pumps,Christian Louboutin Lace Up Boots,Christian Louboutin Robot,Christian Louboutin Peep Toe Boots,Christian Louboutin over the knee boots,christian louboutin babel boots,Christian Louboutin Bandage Boots,Christian Louboutin Bouquet Platform,Christian Louboutin Dillian Pumps,christian louboutin macarena,red sole shoes,Christian Louboutin Flats,Christian Louboutin Double Platform Sandal,Christian Louboutin Evening,christian louboutin calypso pumps,christian louboutin d'orsay,Christian Louboutin Alta Nodo,christian louboutin petal pumps,christian louboutin petal crepe satin sandal,replica christian louboutin shoes,Christian Louboutin Platform Pumps,Christian Louboutin Espadrille Wedge,Christian Louboutin Jeweled Pumps,christian louboutin cutout pump,Christian Louboutin Cutout Bootie,christian louboutin glitter pump,christian louboutin circus boots,christian louboutin sample sale,ED Hardy ED Hardy,Nike Shoes Nike Shoes,Abercrombie and Fitch Abercrombie and Fitch,Gift Ideas Gift Ideas,Tiffany Jewelry Tiffany Jewelry,Ball Bearing Ball Bearing,Christian Louboutin Christian Louboutin Discount,UGG Boots UGG Boots,EMU Boots EMU Boots,Louis Vuitton Handbags Louis Vuitton Handbags,Christian Audigier Christian Audigier
苏州火花机 | 23/08/2010, 12:30
| « | 九月 2010 | » | ||||
|---|---|---|---|---|---|---|
| 一 | 二 | 三 | 四 | 五 | 六 | 日 |
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
good
xinxin | 24/12/2009, 11:34
[url=http://www.baidu.com]good[/url]
very good
LV handbag.