home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / filC562B5F44A1780373B3D9E160FF9B006 < prev    next >
Extensible Markup Language  |  2010-07-12  |  10KB  |  213 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://yasearch/skin/bookmarks/bookmarks.css" type="text/css"?>
  3. <!DOCTYPE dialog [
  4. <!ENTITY % yaBrandDTD SYSTEM "chrome://yasearch/locale/yasearch.dtd">
  5. %yaBrandDTD;
  6. <!ENTITY % yaBookmarksDTD SYSTEM "chrome://yasearch/locale/bookmarks/bookmarks.dtd">
  7. %yaBookmarksDTD;
  8. ]>
  9.  
  10. <dialog id="yasearch-bookmarks-add-dialog"
  11.         yaEnabledPanelName="bookmark"
  12.         yaShowLiveCheckbox="true"
  13.         windowtype="Yasearch:AddDialog"
  14.         onresize="YaAnimator.animate()"
  15.         onload="YaBookmarks.init();"
  16.         ondialogaccept="return YaBookmarks.onDialogAccept()"
  17.         onclick="return YaBookmarks.handleWindowClick(event)"
  18.         title=""
  19.         yaTitlebookmarks="&yasearch.bookmarks.dialog.title;"
  20.         yaTitlebookmarkEdit="&yasearch.bookmark.edit.dialog.title;"
  21.         yaTitlefolderEdit="&yasearch.folder.edit.dialog.title;"
  22.         yaTitlelivewindow="&yasearch.livewindow.dialog.title;"
  23.         style="width:54em; min-width:54em;"
  24.         yaStylebookmark="width:54em; min-width:54em;"
  25.         yaStylelivewindow="width:44em; min-width:44em;"
  26.         buttons="accept,cancel,extra1"
  27.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  28.         xmlns:html="http://www.w3.org/1999/xhtml">
  29.   
  30.   <script type="application/x-javascript" src="chrome://yasearch/content/utils.js"/>
  31.   <script type="application/x-javascript" src="chrome://yasearch/content/bookmarks/bookmarks.js"/>
  32.   
  33.   <stringbundle id="yasearch-string-bundle-bookmarks" src="chrome://yasearch/locale/bookmarks/bookmarks.properties"/>
  34.   
  35.   <tooltip id="yasearch-bookmark-links-tooltip" orient="vertical"
  36.            noautohide="true" onpopupshowing="return fillTooltip(this);"
  37.            style="max-width:40em">
  38.     <vbox flex="1">
  39.       <html:div/>
  40.     </vbox>
  41.   </tooltip>
  42.   
  43.   <vbox id="yasearch-grids-container">
  44.   
  45.   <grid flex="1" id="yasearch-bookmark-grid" yayaruState="NO-DATA">
  46.     <columns>
  47.       <column/>
  48.       <column flex="1"/>
  49.     </columns>
  50.     <rows>
  51.       <row align="center">
  52.         <label value="&yasearch.bookmarks.name.label;" control="yasearch-bookmarks-name"
  53.                accesskey="&yasearch.bookmarks.name.accesskey;" style="font-weight:bold; margin-right:1.4em;"/>
  54.         <textbox id="yasearch-bookmarks-name" maxlength="255"
  55.                  oninput="YaBookmarks.enableAcceptButton()"/>
  56.       </row>
  57.       <row align="center" id="yasearch-bookmarks-row-url">
  58.         <label value="&yasearch.bookmarks.url.label;" control="yasearch-bookmarks-url"
  59.                accesskey="&yasearch.bookmarks.url.accesskey;" style="font-weight:bold;"/>
  60.         <textbox id="yasearch-bookmarks-url" oninput="YaBookmarks.enableAcceptButton()"/>
  61.       </row>
  62.       <row>
  63.         <label value="&yasearch.bookmarks.desc.label;" control="yasearch-bookmarks-descr"
  64.                accesskey="&yasearch.bookmarks.desc.accesskey;"/>
  65.         <textbox id="yasearch-bookmarks-descr" maxlength="65536"
  66.                  multiline="true" rows="3"/>
  67.       </row>
  68.       <row id="yasearch-bookmarks-row-tags">
  69.         <label value="&yasearch.bookmarks.tags.label;" control="yasearch-bookmarks-tags"
  70.                accesskey="&yasearch.bookmarks.tags.accesskey;"/>
  71.         <vbox id="yasearch-bookmarks-tags" maxlength="65536" yatagmaxlength="255" emptytext="&yasearch.bookmarks.tags.emptytext;"/>
  72.       </row>
  73.       <row align="center">
  74.         <label value="&yasearch.bookmarks.folder.label;" control="yasearch-bookmarks-folder"
  75.                accesskey="&yasearch.bookmarks.folder.accesskey;"/>
  76.         <hbox>
  77.           <menulist id="yasearch-bookmarks-folder" disabled="true">
  78.             <menupopup>
  79.               <menuitem label="...&yasearch.bookmarks.structure.loading;..."/>
  80.             </menupopup>
  81.           </menulist>
  82.           <deck id="yasearch-bookmarks-newfolder-deck" selectedIndex="0">
  83.             <hbox align="center" pack="center">
  84.               <label value="&yasearch.bookmarks.newfolder.create.label;" class="action-link"
  85.                      onclick="this.parentNode.parentNode.selectedIndex = 1;
  86.                               document.getElementById('yasearch-bookmarks-newfolder').focus()"/>
  87.             </hbox>
  88.             <hbox align="center" pack="center">
  89.               <label value="/" style="margin:0"/>
  90.               <textbox id="yasearch-bookmarks-newfolder" maxlength="255"
  91.                        emptytext="&yasearch.bookmarks.newfolder.name.emptytext;"
  92.                        onblur="if (event.originalTarget && event.originalTarget.localName == 'input' && !this.value) this.parentNode.parentNode.selectedIndex = 0"/>
  93.             </hbox>
  94.           </deck>
  95.         </hbox>
  96.       </row>
  97.       
  98.       <row id="yaru-settings-container-1" hidden="true" yaCollapsed="true" disabled="true">
  99.         <vbox/>
  100.         <vbox>
  101.           <html:div>
  102.             <hbox align="center">
  103.               <checkbox id="yaru-settings-checkbox" disabled="true"
  104.                         label="&yasearch.yaru.checkbox.label;"
  105.                         oncommand="YaYaRu.onCommand('checkbox');"/>
  106.               <image/>
  107.             </hbox>
  108.             <html:div>
  109.               <hbox id="yaru-settings-refresh-link">
  110.                 <label value="&yasearch.yaru.request.link.label;" class="action-link small-text"/>
  111.                 <label value="&yasearch.yaru.reload.link.label;" class="action-link small-text"
  112.                        onclick="YaYaRu.requestServerData()"/>
  113.               </hbox>
  114.               <hbox yaShowOnCollapsed="true" class="bg-arrow-dn"
  115.                     onclick="YaYaRu.expandSettings(true)">
  116.                 <label value="&yasearch.yaru.expand.link.label;" class="action-link small-text"/>
  117.               </hbox>
  118.             </html:div>
  119.           </html:div>
  120.           
  121.           <deck id="yaru-settings-informer-deck" selectedIndex="0" class="small-text info-text">
  122.             <html:div yaDeckIndex="0"> </html:div>
  123.             <html:div yaDeckIndex="1">&yasearch.yaru.info.requestdata.label;.</html:div>
  124.             <html:div yaDeckIndex="2">&yasearch.yaru.info.notfound.label;.</html:div>
  125.             <html:div yaDeckIndex="3">
  126.               &yasearch.yaru.info.deletedjournal.label;
  127.               <html:a id="yaru-settings-informer-ressurect-link"
  128.                       href="http://wow.ya.ru/options_others_ressurect.xml"
  129.                       yaLinkAction="1960">
  130.                 &yasearch.yaru.info.deletedjournal.link.label;</html:a>.
  131.             </html:div>
  132.             <html:div yaDeckIndex="4">&yasearch.yaru.info.hasnojournal.label;</html:div>
  133.             <html:div yaDeckIndex="5">&yasearch.yaru.info.hasjournal.label;</html:div>
  134.           </deck>
  135.         </vbox>
  136.       </row>
  137.       
  138.       <row id="yaru-settings-container-2" hidden="true" yaCollapsed="true">
  139.         <label value="&yasearch.yaru.note.label;"/>
  140.         <radiogroup id="yaru-settings-communities-group" disabled="true"
  141.                     oncommand="YaYaRu.onCommand('communities-radio')"
  142.                     yaHasClubs="false">
  143.           <radio label="&yasearch.yaru.note.where.journal.label;" selected="true"/>
  144.           <hbox align="center">
  145.             <radio label="&yasearch.yaru.note.where.community.label;"/>
  146.             <menulist id="yaru-settings-communities-menulist" disabled="true"
  147.                       oncommand="YaYaRu.onCommand('communities-menulist')">
  148.               <menupopup flex="0" id="yaru-settings-communities-menupopup">
  149.                 <menuitem label=" " hidden="true"/>
  150.               </menupopup>
  151.             </menulist>
  152.           </hbox>
  153.           <html:div class="small-text">(&yasearch.yaru.info.hasnocommunities.1.label; <html:a href="http://wow.ya.ru/clubs.xml" yaLinkAction="1920">&yasearch.yaru.info.hasnocommunities.2.label;</html:a><html:br/>&yasearch.yaru.info.hasnocommunities.3.label;)</html:div>
  154.         </radiogroup>
  155.       </row>
  156.       
  157.       <row id="yaru-settings-container-3" hidden="true" yaCollapsed="true">
  158.         <label value="&yasearch.yaru.public.label;"/>
  159.         <hbox>
  160.           <radiogroup id="yaru-settings-public-group" flex="1" disabled="true">
  161.             <radio label="&yasearch.yaru.public.all.label;" value="10"/>
  162.             <radio label="&yasearch.yaru.public.friends.label;" selected="true" value="5"/>
  163.             <radio label="&yasearch.yaru.public.me.label;" value="0"/>
  164.           </radiogroup>
  165.           
  166.           <hbox pack="end" align="end">
  167.             <hbox onclick="YaYaRu.expandSettings(false)" class="bg-arrow-up">
  168.               <label value="&yasearch.yaru.collapse.link.label;" class="action-link small-text"/>
  169.             </hbox>
  170.           </hbox>
  171.         </hbox>
  172.       </row>
  173.       
  174.     </rows>
  175.   </grid>
  176.   
  177.   <grid flex="1" id="yasearch-livewindow-grid" hidden="true">
  178.     <columns>
  179.       <column flex="1"/>
  180.     </columns>
  181.     <rows>
  182.       <row>
  183.         <vbox>
  184.           <html:h3>&yasearch.livewindow.posted.title;.</html:h3>
  185.           <html:h3 class="on-journal-create">&yasearch.livewindow.journal.created.title;.</html:h3>
  186.           
  187.           <html:p class="on-journal-create">
  188.             <html:strong>&yasearch.livewindow.yaru.label;</html:strong> — &yasearch.livewindow.yaru.description;
  189.           </html:p>
  190.           
  191.           <html:div id="yasearch-livewindow-post">
  192.             <html:h3>&yasearch.livewindow.actions.title;:</html:h3>
  193.             <html:ul id="yasearch-livewindow-post-props"/>
  194.           </html:div>
  195.           
  196.           <html:div id="yasearch-livewindow-friends-block">
  197.             <html:h3>&yasearch.livewindow.lastfriends.title;</html:h3>
  198.             
  199.             <deck id="yasearch-livewindow-deck" selectedIndex="0">
  200.               <html:div>
  201.                 <html:p><image class="throbber"/></html:p>
  202.                 <html:p>&yasearch.livewindow.lastfriends.getdata.label;</html:p>
  203.               </html:div>
  204.               <html:div id="yasearch-livewindow-firends-links"/>
  205.             </deck>
  206.           </html:div>
  207.         </vbox>
  208.       </row>
  209.     </rows>
  210.   </grid>
  211.   
  212.   </vbox>
  213. </dialog>