☆user_profile
页面中birthday不是必须字段,后面的*去掉,
它的value不在使用原来的year month date写很多个option来完成,而是使用
<input id="birthday" name="birthday" class="date" value="<?php echo (strtotime($data['birthday']) > 0)?date('Y-m-d',strtotime($data['birthday'])):'';?>"/>
在页面尾部加上下面的script
<script type="text/javascript" src="/js/jquery-ui-"></script>
<link href='/js/plugins/jquery-ui/flick/jquery-ui-' type="text/css" rel="stylesheet"/>
<script type="text/javascript">
$(function() {
$('#birthday').datepicker({
changeMonth: true,
changeYear: true,
dateFormat: 'yy-mm-dd'
});
});
</script>
来完成。
☆b2c3中的user_profile页面全部没有加*
如果login页面中有<span class="text_red"> *</span>这样的标签,那么直接复制过来,否则的参照login页面的*样式写。
与此同时,需要注意下*和:的位置,查看是否有两个:,并且:是否在*之前。
☆按钮的边框总是去不掉的问题,暂时不会解决
☆step1页面中有个Shop with Confidence 注意不要连在一起,套站,或者检查的时候都需要留一下。
☆step1页面中Items SubTotal的问题,有些站点中是使用的Items
☆product页面中的用户留言那里有一段话,首字母没有大写,应该是各个站都存在的问题。
☆以后template页面中的search文本框中的内容应该写上如下的内容:
Item # or Keyword
http://us./family/?categoryId=2765293&cp=&s=D-ReviewRating-LEVI
这个是里维斯的官网,他们的seach框中写的是:KEY WORD OR NUMBER
☆cart_register,register,login页面中的
Your Account
和Why Create An Account?必须每个单词的首字母都大写
https://quality-s./qic//.|UniversalLogin|UniversalLogin,.|cshtml|cshome,asp
产考这个站点得到
☆Index、product、search、categorys
项目总结 来自淘豆网m.daumloan.com转载请标明出处.