cloudindex1View.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  5. <title>上海永天科技股份有限公司</title>
  6. <?php $this->load->view('_resource', array('link' => 'platform')); ?>
  7. </head>
  8. <body>
  9. <?php $this->load->view('_header1', array('navi' => 'cloud')); ?>
  10. <div class="top1" style="background: #0083CC;">
  11. <img src="<?php echo STYLE_PATH; ?>/images/eg3.png" alt="" />
  12. </div>
  13. <div class="top2">
  14. <img src="<?php echo STYLE_PATH; ?>/images/eg4.png" alt="" />
  15. </div>
  16. <div class="box1">
  17. <h1>USKY CLOUD Video</h1>
  18. <div class="c1"></div>
  19. <div class="video">
  20. <embed src='http://player.youku.com/player.php/sid/XMjYxMDcwNzMzNg==/v.swf' allowFullScreen='true' autoplay="true" quality='high' width='614' height='360' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash'></embed>
  21. </div>
  22. </div>
  23. <!-- 永天云特点 -->
  24. <div class="box1 box2">
  25. <h1>The Characteristics Of USKY CLOUD</h1>
  26. <span>Four key features, to solve the pain points </span>
  27. <span>of intelligent systems in many aspects</span>
  28. <div class="c1"></div>
  29. <ul>
  30. <li>
  31. <img src="<?php echo STYLE_PATH; ?>/images/eg67.png" alt="" />
  32. </li>
  33. <li>
  34. <img src="<?php echo STYLE_PATH; ?>/images/eg68.png" alt="" />
  35. </li>
  36. <li>
  37. <img src="<?php echo STYLE_PATH; ?>/images/eg69.png" alt="" />
  38. </li>
  39. <li class="none">
  40. <img src="<?php echo STYLE_PATH; ?>/images/eg70.png" alt="" />
  41. </li>
  42. </ul>
  43. </div>
  44. <!-- 永天云特点 -->
  45. <!-- 永天云架构 -->
  46. <div class="box1 box4">
  47. <h1>USKY CLOUD Architecture</h1>
  48. <div class="c1"></div>
  49. <div class="img">
  50. <img src="<?php echo STYLE_PATH; ?>/images/eg7.png" alt="" />
  51. </div>
  52. <div class="box4_1">
  53. <h1>The intelligent systems of USKY CLOUD (optional)</h1>
  54. <div class="box4_img">
  55. <img src="<?php echo STYLE_PATH; ?>/images/eg5.png" alt="" />
  56. <a href="http://www.chinausky.com/assets/v1/images/es6.png" target="_blank" class="spc_img">
  57. <img src="<?php echo STYLE_PATH; ?>/images/eg71_on.png" alt="" />
  58. </a>
  59. </div>
  60. </div>
  61. </div>
  62. <!-- 永天云架构 -->
  63. <!-- 永天智慧楼宇 -->
  64. <div class="box1 box2">
  65. <h1>USKY Intelligent Building Industry Alliance</h1>
  66. <span>The establishment of industrial union is based on USKY CLOUD.</span>
  67. <span>We make different vendors of smart devices or their own cloud access to the cloud.</span>
  68. <span> In the same time, USKY CLOUD opens source to other system so that it realizes </span>
  69. <span>the linkage across the different system, which provides more freely intelligent solutions to the owner</span>
  70. <div class="c1"></div>
  71. <!-- 合作客户 -->
  72. <div class="box1 box3">
  73. <ul>
  74. <?php
  75. if(is_array($items)):
  76. $i = 1;
  77. foreach ($items as $key => $value):
  78. ?>
  79. <li <?php if(($i++) % 5 === 0) echo 'class="none"'; ?>>
  80. <img src="<?php echo $value['url'] ?>" alt="" />
  81. </li>
  82. <?php
  83. endforeach;
  84. endif;
  85. ?>
  86. </ul>
  87. </div>
  88. <!-- 合作客户 -->
  89. </div>
  90. <!-- 永天智慧楼宇 -->
  91. <?php $this->load->view('_footer1'); ?>
  92. </body>
  93. </html>