/source/gl/mb/program/info.html

http://prosporous.googlecode.com/ · HTML · 58 lines · 57 code · 1 blank · 0 comment · 0 complexity · 50fa66ddeba5c79e68599e93de576641 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. body { background-color: #D1DDEF; }
  15. .en{background-image:url(../img/en.png) !important;}
  16. .zh{background-image:url(../img/cn.png) !important;}
  17. .kr{background-image:url(../img/kr.png) !important;}
  18. .ru{background-image:url(../img/ru.png) !important;}
  19. .jp{background-image:url(../img/jp.png) !important;}
  20. .dqxz{background-image:url(../img/add.gif) !important;}
  21. </style>
  22. <script language="javascript">
  23. Ext.onReady(function(){
  24. tabs = new Ext.TabPanel({
  25. renderTo: document.body,
  26. activeTab: 0,
  27. autoWidth:true,
  28. height:parent.Ext.getBody().getHeight(),
  29. autoShow:true,
  30. resizeTabs:true, // turn on tab resizing
  31. minTabWidth: 115,
  32. tabWidth:135,
  33. enableTabScroll:true,
  34. plain:true,
  35. frame:true,
  36. defaults:{autoScroll: true},
  37. items:[<{section name=li loop=$dy}>{
  38. title: '<{$dy[li].value}>',
  39. iconCls:'<{$dy[li].lg}>',
  40. id:'<{$dy[li].lg}>',
  41. html:'<iframe scrolling="auto" frameborder="0" width="100%" height="100%" src="./index.php?op=add&tid=<{$tid}>&id=<{$dy[li].id}>&lg=<{$dy[li].lg}>&bdid=<{$bdid}>&bdtid=<{$bdtid}>&gid=<{$dy[li].gid}>"></iframe>'
  42. },<{/section}>
  43. {
  44. title: '????',iconCls:'dqxz',
  45. listeners: {activate: handleActivate},
  46. html: "?????????"
  47. }
  48. ]
  49. });
  50. tabs.setActiveTab('<{$lg}>');
  51. function handleActivate(tab){location.href="./index.php?op=loaddata&tid=<{$tid}>&lg=<{$lg}>&bdid=<{$bdid}>&bdtid=<{$bdtid}>"}
  52. });
  53. </script>
  54. </head>
  55. <body style="width:100%">
  56. </body>
  57. </html>