You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

116 lines
6.4 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
  2. <meta name="viewport" content="width=device-width, initial-scale=1"><link href="<?php echo sysconfig('CMS_BASEHOST'); ?>/favicon.ico" type="image/x-icon" rel="shortcut icon">
  3. <title><?php echo sysconfig('CMS_WEBNAME'); ?></title>
  4. <link rel="stylesheet" href="<?php echo sysconfig('CMS_BASEHOST'); ?>/css/bootstrap.min.css"><link rel="stylesheet" href="<?php echo sysconfig('CMS_BASEHOST'); ?>/css/style.css"><script src="<?php echo sysconfig('CMS_BASEHOST'); ?>/js/jquery.min.js"></script><script src="<?php echo sysconfig('CMS_BASEHOST'); ?>/js/bootstrap.min.js"></script><script src="<?php echo sysconfig('CMS_BASEHOST'); ?>/js/ad.js"></script></head><body>
  5. @include('home.common.header')
  6. <div class="container marketing">
  7. <div class="row">
  8. <div class="col-lg-4">
  9. <img class="img-circle" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/images/1.jpg" alt="Generic placeholder image" width="140" height="140">
  10. <h2>网页搜索</h2>
  11. <p>作为全球最大的中文搜索引擎公司,百度一直致力于让网民更便捷地获取信息,</p>
  12. <p><a class="btn btn-default" href="<?php echo get_front_url(array("id"=>1,"type"=>'content')); ?>" role="button">更多详情 &raquo;</a></p>
  13. </div><!-- /.col-lg-4 -->
  14. <div class="col-lg-4">
  15. <img class="img-circle" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/images/3.jpg" alt="Generic placeholder image" width="140" height="140">
  16. <h2>社区产品</h2>
  17. <p>信息获取的最快捷方式是人与人直接交流,为了让那些对同一个话题感兴趣的人们聚集在一起。</p>
  18. <p><a class="btn btn-default" href="<?php echo get_front_url(array("id"=>2,"type"=>'content')); ?>" role="button">更多详情 &raquo;</a></p>
  19. </div><!-- /.col-lg-4 -->
  20. <div class="col-lg-4">
  21. <img class="img-circle" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/images/4.jpg" alt="Generic placeholder image" width="140" height="140">
  22. <h2>电子商务</h2>
  23. <p>基于百度独有的搜索技术和强大社区资源,百度有啊突破性实现了网络交易和网络社区的无缝结合。</p>
  24. <p><a class="btn btn-default" href="<?php echo get_front_url(array("id"=>3,"type"=>'content')); ?>" role="button">更多详情 &raquo;</a></p>
  25. </div><!-- /.col-lg-4 -->
  26. </div><!-- /.row -->
  27. <!-- START THE FEATURETTES -->
  28. <hr class="featurette-divider">
  29. <div class="row featurette">
  30. <div class="col-md-7">
  31. <h2 class="featurette-heading"> <span class="text-muted">主营业务</span></h2>
  32. <p class="lead">作为全球最大的中文搜索引擎公司,百度一直致力于让网民更便捷地获取信息,找到所求。用户通过百度主页,可以瞬间找到相关的搜索结果,
  33. 这些结果来自于百度超过百亿的中文网页数据库。</p>
  34. </div>
  35. <div class="col-md-5">
  36. <img class="featurette-image img-responsive center-block" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/images/applead.png" alt="Generic placeholder image">
  37. </div>
  38. </div>
  39. <hr class="featurette-divider">
  40. <div class="row featurette">
  41. <div class="col-md-7 col-md-push-5">
  42. <h2 class="featurette-heading">人才理念 <span class="text-muted"></span></h2>
  43. <p class="lead">对于一个人才,我们更多注重的是,你能不能够创造,为自身创造价值,给用户带来更好的体验,这是百度所关心的,所看重的。——李彦宏</p>
  44. </div>
  45. <div class="col-md-5 col-md-pull-7">
  46. <img class="featurette-image img-responsive center-block" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/images/applead.png" alt="Generic placeholder image">
  47. </div>
  48. </div>
  49. <hr class="featurette-divider">
  50. <div class="row featurette">
  51. <div class="col-md-7">
  52. <h2 class="featurette-heading">联系我们 <span class="text-muted"></span></h2>
  53. <p class="lead">地址:北京市海淀区上地十街10号百度大厦,邮编:100085,总机:(+86 10) 5992 8888</p>
  54. </div>
  55. <div class="col-md-5">
  56. <img class="featurette-image img-responsive center-block" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/images/applead.png" alt="Generic placeholder image">
  57. </div>
  58. </div>
  59. <hr class="featurette-divider">
  60. <div class="row">
  61. <?php $posts=arclist(array("row"=>3,"tuijian"=>1,"typeid"=>4));foreach($posts as $row){ ?>
  62. <div class="col-lg-4">
  63. <h2><?php echo $row['title']; ?></h2>
  64. <p><?php echo mb_strcut($row['description'],0,150,'UTF-8'); ?></p>
  65. <p><a class="btn btn-primary" href="<?php echo get_front_url(array("id"=>$row['id'],"catid"=>$row['typeid'],"type"=>'content')); ?>" role="button">View details &raquo;</a></p>
  66. </div><?php } ?>
  67. </div>
  68. <div class="bs-docs-featurette">
  69. <div class="container">
  70. <h2 class="bs-docs-featurette-title">案例中心 / Case Show</h2>
  71. <p class="lead">我们在这里展示了许多精美的案例,欢迎欣赏。</p>
  72. <hr class="half-rule">
  73. <div class="row">
  74. <?php $posts=arclist(array("row"=>4,"tuijian"=>1,"typeid"=>2,"expression"=>[["litpic","<>","''"]]));foreach($posts as $row){ ?>
  75. <div class="col-xs-6 col-sm-3" style="margin-bottom:15px;">
  76. <a href="<?php echo get_front_url(array("id"=>$row['id'],"catid"=>$row['typeid'],"type"=>'content')); ?>">
  77. <img src="<?php echo $row['litpic']; ?>" alt="<?php echo $row['title']; ?>" class="imgzsy">
  78. </a>
  79. </div>
  80. <?php } ?>
  81. </div>
  82. </div>
  83. </div>
  84. <!-- <div class="searchbox row" style="text-align:center;padding-bottom:50px;">
  85. <form class="form-inline" method="get" action="/search" role="form">
  86. <div class="form-group">
  87. <input type="text" class="form-control" id="keyword" name="keyword" placeholder="请输入关键词...">
  88. </div>
  89. <button type="submit" class="btn btn-success">搜索一下</button>
  90. </form>
  91. </div> -->
  92. <div class="row">
  93. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;友情链接:
  94. <?php $posts=arclist(array("table"=>"friendlink","row"=>5));foreach($posts as $row){ ?>
  95. <a href="<?php echo $row['url']; ?>"><?php echo $row['webname']; ?></a>&nbsp;
  96. <?php } ?></div>
  97. </div><!-- /.container -->
  98. <script>
  99. $(function(){
  100. $(".imgzsy").height(function(){return $(this).width()*2/3;});
  101. });
  102. </script>
  103. @include('home.common.footer')</body></html>