Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.23 KB | None | 0 0
  1.     <item>
  2.             <!--1 this first level till 2 is the same accross all templates and no subnodes for each item-->
  3.             <label>Our Clients</label>
  4.             <address>Our Clients</address>
  5.             <title>Our Clients</title>
  6.             <content>
  7.                 <path>slideshow.swf</path>
  8.                 <align>tl</align>
  9.                 <width></width>
  10.                 <height></height>
  11.                 <offset_x>0</offset_x>
  12.                 <offset_y>-15</offset_y>
  13.             </content>
  14.            
  15.             <!-- 2 here the background "nodes" or children go it is multilevel.This is for image rotation when you click the item-->
  16.             <backgrounds     interval = "5"     loop = "true">
  17.                 <background>
  18.                     <type>image</type>
  19.                     <smooth>true</smooth>
  20.                     <radial_shade_alpha>0</radial_shade_alpha>
  21.                     <noise_type>0</noise_type>
  22.                     <noise_alpha>0</noise_alpha>
  23.                     <loop></loop>
  24.                     <target>Images/Gallery/Files/2.jpg</target>
  25.                 </background>
  26.                 <background>
  27.                     <type>image</type>
  28.                     <smooth>true</smooth>
  29.                     <radial_shade_alpha>0</radial_shade_alpha>
  30.                     <noise_type>0</noise_type>
  31.                     <noise_alpha>0</noise_alpha>
  32.                     <loop></loop>
  33.                     <target>Images/Gallery/Files/2.jpg</target>
  34.                 </background>
  35.                
  36.             </backgrounds>
  37.             <!-- 3 here the menu starts which can have multiple items with subitems -->
  38.             <!-- and we add the copy of the above item for example-->
  39.             <sub_menu>
  40.          <item>
  41.            
  42.             <label>Our Clients</label>
  43.             <address>Our Clients</address>
  44.             <title>Our Clients</title>
  45.             <content>
  46.                 <path>slideshow.swf</path>
  47.                 <align>tl</align>
  48.                 <width></width>
  49.                 <height></height>
  50.                 <offset_x>0</offset_x>
  51.                 <offset_y>-15</offset_y>
  52.             </content>
  53.            
  54.             <backgrounds     interval = "5"     loop = "true">
  55.                 <background>
  56.                     <type>image</type>
  57.                     <smooth>true</smooth>
  58.                     <radial_shade_alpha>0</radial_shade_alpha>
  59.                     <noise_type>0</noise_type>
  60.                     <noise_alpha>0</noise_alpha>
  61.                     <loop></loop>
  62.                     <target>Images/Gallery/Files/2.jpg</target>
  63.                 </background>
  64.                 <background>
  65.                     <type>image</type>
  66.                     <smooth>true</smooth>
  67.                     <radial_shade_alpha>0</radial_shade_alpha>
  68.                     <noise_type>0</noise_type>
  69.                     <noise_alpha>0</noise_alpha>
  70.                     <loop></loop>
  71.                     <target>Images/Gallery/Files/2.jpg</target>
  72.                 </background>
  73.                
  74.             </backgrounds>
  75.            
  76.         </sub_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement