Guest User

Untitled

a guest
Sep 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.85 KB | None | 0 0
  1.  
  2. <!-- SKIN0 through SKIN39 are required unless JavaScript in the file "ZoomifyImageViewer.js" is
  3.      changed.  SKIN0 through SKIN51 are required if using Edit Mode (implemented with zEditMode
  4.      and zSaveHandlerPath parameters). Skin file names such as "toolbarBackground.png" may be
  5.      changed in this file as long as they match the names of the skin graphic files.  This is useful, for
  6.      example, for international localization.  Supported file formats include those commonly supported
  7.      by popular browsers: PNG, GIF, and JPG.  SKINMODE can be used to enable an alternative
  8.      graphics fileset and is useful for supporting mobile devices with small screens. SKINMODE
  9.      values include: 0 = auto-select folder based on mobile device detection (default);  1 = always
  10.      use FOLDERSTANDARD files; 2 = always use FOLDERLARGE files. Filenames within the
  11.      folders are assumed to be the same, as listed in the XML FILES tag.  Overrides note: toolbar
  12.      contents will be automatically validated as fitting within the toolbar width. If it does not, toolbar
  13.      elements will be hidden, beginning with the toolbar slider, then the progress display, and lastly
  14.      the logo and minimize / expand buttons. -->
  15.  
  16. <SKINDATA> 
  17.     <SETUP
  18.         SKINMODE="0"
  19.         FOLDERSTANDARD="large"
  20.         FOLDERLARGE="large" />
  21. <!--
  22.     <SETUP
  23.         SKINMODE="0"
  24.         FOLDERSTANDARD="standard"
  25.         FOLDERLARGE="large" />
  26. -->
  27.     <SIZESSTANDARD
  28.         TOOLBARW="-1"
  29.         TOOLBARH="40"
  30.         LOGOW="60"
  31.         LOGOH="50"
  32.         DIVIDERW="9"
  33.         DIVIDERH="35"
  34.         BUTTONW="30"
  35.         BUTTONH="30"
  36.         BUTTONSPAN="42"
  37.         SLIDERBUTTONW="23"
  38.         SLIDERBUTTONH="29"
  39.         SLIDERTRACKW="180"
  40.         SLIDERTRACKH="45"
  41.         SLIDERSPAN="184"
  42.         PROGRESSW="80"
  43.         PROGRESSH="30"
  44.         PROGRESSFONTSIZE="24" />
  45. <!--
  46.     <SIZESSTANDARD
  47.         TOOLBARW="-1"
  48.         TOOLBARH="20"
  49.         LOGOW="24"
  50.         LOGOH="20"
  51.         DIVIDERW="4"
  52.         DIVIDERH="18"
  53.         BUTTONW="15"
  54.         BUTTONH="15"
  55.         BUTTONSPAN="22"
  56.         SLIDERBUTTONW="13"
  57.         SLIDERBUTTONH="13"
  58.         SLIDERTRACKW="116"
  59.         SLIDERTRACKH="15"
  60.         SLIDERSPAN="120"
  61.         PROGRESSW="40"
  62.         PROGRESSH="20"
  63.         PROGRESSFONTSIZE="12" />
  64. -->
  65.     <SIZESLARGE
  66.         TOOLBARW="-1"
  67.         TOOLBARH="40"
  68.         LOGOW="60"
  69.         LOGOH="50"
  70.         DIVIDERW="9"
  71.         DIVIDERH="35"
  72.         BUTTONW="30"
  73.         BUTTONH="30"
  74.         BUTTONSPAN="42"
  75.         SLIDERBUTTONW="23"
  76.         SLIDERBUTTONH="29"
  77.         SLIDERTRACKW="180"
  78.         SLIDERTRACKH="45"
  79.         SLIDERSPAN="184"
  80.         PROGRESSW="80"
  81.         PROGRESSH="30"
  82.         PROGRESSFONTSIZE="24" />
  83.     <FILES
  84.         SKIN0="toolbarBackground.png"
  85.         SKIN1="toolbarLogo.png"
  86.         SKIN2="logoDivider.png"
  87.         SKIN3="toolbarMinimizeUp.png"
  88.         SKIN4="toolbarMinimizeOver.png"
  89.         SKIN5="toolbarMinimizeDown.png"
  90.         SKIN6="toolbarExpandUp.png"
  91.         SKIN7="toolbarExpandOver.png"
  92.         SKIN8="toolbarExpandDown.png"
  93.         SKIN9="zoomOutUp.png"
  94.         SKIN10="zoomOutOver.png"
  95.         SKIN11="zoomOutDown.png"
  96.         SKIN12="sliderTrack.png"
  97.         SKIN13="sliderTick.png"
  98.         SKIN14="sliderThumbUp.png"
  99.         SKIN15="sliderThumbOver.png"
  100.         SKIN16="sliderThumbDown.png"
  101.         SKIN17="zoomInUp.png"
  102.         SKIN18="zoomInOver.png"
  103.         SKIN19="zoomInDown.png"
  104.         SKIN20="zoomPanDivider.png"
  105.         SKIN21="panLeftUp.png"
  106.         SKIN22="panLeftOver.png"
  107.         SKIN23="panLeftDown.png"
  108.         SKIN24="panUpUp.png"
  109.         SKIN25="panUpOver.png"
  110.         SKIN26="panUpDown.png"
  111.         SKIN27="panDownUp.png"
  112.         SKIN28="panDownOver.png"
  113.         SKIN29="panDownDown.png"
  114.         SKIN30="panRightUp.png"
  115.         SKIN31="panRightOver.png"
  116.         SKIN32="panRightDown.png"
  117.         SKIN33="resetUp.png"
  118.         SKIN34="resetOver.png"
  119.         SKIN35="resetDown.png"
  120.         SKIN36="fullPageDivider.png"
  121.         SKIN37="fullPageUp.png"
  122.         SKIN38="fullPageOver.png"
  123.         SKIN39="fullPageDown.png"
  124.         SKIN40="editModeUp.png"
  125.         SKIN41="editModeOver.png"
  126.         SKIN42="editModeDown.png"
  127.         SKIN43="cancelUp.png"
  128.         SKIN44="cancelOver.png"
  129.         SKIN45="cancelDown.png"
  130.         SKIN46="deleteUp.png"
  131.         SKIN47="deleteOver.png"
  132.         SKIN48="deleteDown.png"
  133.         SKIN49="saveUp.png"
  134.         SKIN50="saveOver.png"
  135.         SKIN51="saveDown.png" />
  136. </SKINDATA>
Add Comment
Please, Sign In to add comment