/source/gl/mb/dy/index.html

http://prosporous.googlecode.com/ · HTML · 57 lines · 56 code · 1 blank · 0 comment · 0 complexity · ce7b504dc3fafabcb1265dde7d53a40d MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>SEVENEL</title>
  6. <{$showjs}>
  7. <link rel="stylesheet" type="text/css" href="../css/main.css" />
  8. <style>
  9. .userlist{background-image:url(../img/coins.png)!important;}
  10. .useradd{background-image:url(../img/coins_add.png)!important;}
  11. .userdel{background-image:url(../img/coins_delete.png)!important;}
  12. .usercfg{background-image:url(../img/group_gear.png)!important;}
  13. .zdpz{background-image:url(../img/list_settings.gif)!important;}
  14. .dqsx{background-image:url(../img/sucaiwcom52250hsz.png)!important;}
  15. body { background-color: #D1DDEF; }
  16. .en{background-image:url(../img/en.png) !important;}
  17. .zh{background-image:url(../img/cn.png) !important;}
  18. .kr{background-image:url(../img/kr.png) !important;}
  19. .ru{background-image:url(../img/ru.png) !important;}
  20. .jp{background-image:url(../img/jp.png) !important;}
  21. .hk{background-image:url(../img/hk.png) !important;}
  22. </style>
  23. <script language="javascript">
  24. Ext.onReady(function(){
  25. tabs = new Ext.TabPanel({
  26. renderTo: document.body,
  27. activeTab: 0,
  28. autoWidth:true,
  29. height:parent.Ext.getBody().getHeight()-136,
  30. autoShow:true,
  31. resizeTabs:true, // turn on tab resizing
  32. minTabWidth: 115,
  33. tabWidth:135,
  34. enableTabScroll:true,
  35. plain:true,
  36. frame:true,
  37. defaults:{autoScroll: true},
  38. items:[<{section name=li loop=$dy}>{
  39. title: '<{$dy[li].value}>',
  40. iconCls:'<{$dy[li].lg}>',
  41. html:'<iframe scrolling="auto" frameborder="0" width="100%" height="100%" src="./index.php?op=list&tid=<{$tid}>&lg=<{$dy[li].lg}>&bdid=<{$dy[li].bdid}>&bdtid=<{$dy[li].bdtid}>"></iframe>'
  42. },<{/section}>
  43. {
  44. title: '????',iconCls:'dqsx',
  45. listeners: {activate: handleActivate},
  46. html: "???????!."
  47. }
  48. ]
  49. });
  50. function handleActivate(tab){location.reload();}
  51. });
  52. </script>
  53. </head>
  54. <body style="width:100%">
  55. </body>
  56. </html>