Date: 2007-05-31 06:36:03Written By 深喉咙
首页标签一览表 index.php
- Tags: 首页标签 , 积分 Counts:3571 次
- 评论这篇文章 »
- 站点名称<?php echo SITENAME ?>
- 站点简介<?php echo SITESUMMARY?>
- 站点模板的根路径<?php echo get_skin_root() ?>
- 网站的跟路径(绝对路径)<?php echo get_root_path() ?>
- 网站的主导航菜单<?php main_menu('','') ?> 常见用法:<?php main_menu('<li>||</li>','<li id="selected">||</li>','<span style="">') ?>
第一个参数('<li>||</li>')中的||为分割符,用来给定导航左右两边的标签;第二个参数为,选中时的代码;第三个参数可以设置主导航频道的显示样式,在这里用户可以引用设置的css样式。 - 首页调用一主栏目下的所有子栏目导行call_sub_menu($smId,$str,$select_str,$span_style),查看详情。
- 前台模糊搜索页面代码添加1,首先要求您的搜索框<input name="keyword" type="text" value="" />也就是name属性必需是[keyword];
2,其实要求您的搜索内容 <form action="<?php echo $search ?>"></form>,也就是要求[action]动作必需使用<?php echo $search ?>这个标签;
3,如果想保留搜索关键字,需要在您的搜索框<input name="keyword" value="<?php echo urldecode($request['keyword']) ?>" type="text" />,也就是为您的搜索框[value]属性加上<?php echo urldecode($request['keyword'] ?>标签 - 系统会员登录框HTML代码添加说明登录框有三个Input元素:用户名、密码和Submit。其中用户名可以这样写<input name="username" id="username" type="text"/>,密码<input name="pwd" id="pwd" type="password" maxlength="30" />,提交的地址为<?php echo get_root_path() ?>/?m=user&a=login,form表头可以这样写<form name="form1" method="post" action="<?php echo get_root_path() ?>/?m=user&a=login">,用户也可以根据需要为登录框添加自己的样式内容。
- 首页调用图文标签 dt_cn_article($channelId,$strcount=0),查看详情。
- 首页调用图文标签 dt_cn_article_pic($channelId,$strcount=0,$style=0),查看详情。
- 首页调用图文标签 dt_en_article($channelId,$strcount=0) ,查看详情。
- 首页调用图文标签 dt_en_article_pic($channelId,$strcount=0,$style=0) ,查看详情。
- 首页调用新闻标签 dt_list($channelId,$n,$strcount=0, $style=0,$isellipsis=true,$ordering='ordering') ,查看详情。
- 首页列表调用标签 dt_calllist($channelId,$n,$strcount=0, $style=0,$isellipsis=true,$ordering='ordering') ,查看详情。
- 首页调用新闻标签 dt_blog($channelId,$n,$style) ,查看详情。
- 首页调用下载标签 dt_download($channelId,$n,$strcount=0, $style=0,$isellipsis=true,$ordering='ordering'),查看详情。
- 首页调用留言标签dt_guestbook($channelId,$n,$strcount=0,$strcountl=0, $style=0,$isellipsis=true,$ordering='ordering'),查看详情。
- 首页调用招聘标签dt_jobs($channelId,$n,$strcount=0, $style=0,$isellipsis=false,$ordering='ordering'),查看详情。
- 首页调用图片标签dt_picture($channelId,$n,$strcount=0, $style=0,$isellipsis=true,$ordering='ordering'),查看详情。
- 首页调用产品标签dt_product($channelId,$n,$strcount=0,$strcountl=0, $style=0,$isellipsis=true,$categoryId=null,$ordering='ordering'),查看详情。
- 首页调用专辑标签dt_special($channelId,$n,$strcount=0,$strcountl=0, $style=0,$isellipsis=true,$ordering='ordering'),查看详情。
- 首页调用视频标签dt_video($channelId,$n,$strcount=0, $style=0,$isellipsis=true,$ordering='ordering'),查看详情。
- 首页调用活动行程标签dt_tour($channelId,$n,$strcount=0,$strcountl=0, $style=0,$isellipsis=true,$ordering='ordering'),查看详情。
