aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator/twsidebar/chrome/content/twsidebar.xul
blob: abfac9c7eb3a8e13af8d814812e5596c240f5290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
<?xml-stylesheet href="chrome://twsidebar/content/twsidebar.css" type="text/css"?>
<page id="tw-sidebar-page" title="Twitter Sidebar"
      onload="window.parent.liberator.modules.TWAnekoSB.start(true)"
      onunload="window.parent.liberator.modules.TWAnekoSB.stop(true)"
      xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
  <vbox flex="1">
    <tabbox id="tw-anekos-sb-tabbox" flex="1">
      <tabs>
        <tab label="Home"/>
        <tab label="My"/>
        <tab label="Keyword"/>
        <tab label="Filter"/>
        <tab label="Debug"/>
      </tabs>
      <tabpanels flex="1" id="tw-anekos-sb-tab-panels" style="background: transparent;">
        <tabpanel flex="1">
          <richlistbox id="tw-anekos-sb-home-list" contextmenu="contentAreaContextMenu" flex="1"/>
        </tabpanel>
        <tabpanel flex="1">
          <richlistbox id="tw-anekos-sb-my-list" contextmenu="contentAreaContextMenu" flex="1"/>
        </tabpanel>
        <tabpanel flex="1">
          <richlistbox id="tw-anekos-sb-keyword-list" contextmenu="contentAreaContextMenu" flex="1"/>
        </tabpanel>
        <tabpanel flex="1">
          <richlistbox id="tw-anekos-sb-filter-list" contextmenu="contentAreaContextMenu" flex="1"/>
        </tabpanel>
        <tabpanel flex="1">
          <richlistbox id="tw-anekos-sb-debug-list" contextmenu="contentAreaContextMenu" flex="1"/>
        </tabpanel>
      </tabpanels>
    </tabbox>
  </vbox>
</page>