header_video.html 1.5 KB

12345678910111213141516171819202122232425262728
  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">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  6. <title>{if isset($SEO['title']) && !empty($SEO['title'])}{$SEO['title']}{/if}{$SEO['site_title']}</title>
  7. <meta name="keywords" content="{$SEO['keyword']}">
  8. <meta name="description" content="{$SEO['description']}">
  9. <link href="{CSS_PATH}vms/reset.css" rel="stylesheet" type="text/css" />
  10. <link href="{CSS_PATH}vms/sty.css" rel="stylesheet" type="text/css" />
  11. <link href="{CSS_PATH}vms/vms2.css" rel="stylesheet" type="text/css" />
  12. <!--[if lt IE 9]><link href="statics/css/vms/ielt9.css" rel="stylesheet" type="text/css" /><![endif]-->
  13. <script language="javascript" type="text/javascript" src="{JS_PATH}jquery.min.js"></script>
  14. <script language="javascript" type="text/javascript" src="{JS_PATH}jquery.sgallery.js"></script>
  15. </head>
  16. <body>
  17. <div class="hd2">
  18. <div class="clr w960">
  19. <span class="logo"><a href="{APP_PATH}" ></a></span>
  20. <span class="up_btn"><a href="{APP_PATH}index.php?m=member&c=content&a=upload_video" ><img src="{IMG_PATH}vms/upload_btn.jpg" width="81" height="27"></a></span>
  21. <span class="l">
  22. <a href="{APP_PATH}" title="text">首页</a>
  23. {pc:content action="category" catid="0" num="25" order="listorder ASC"}
  24. {loop $data $r} | <a href="{$r[url]}">{$r[catname]}</a>{/loop}
  25. {/pc}
  26. </span>
  27. </div>
  28. </div>