Jump to content

Ayuda para modificar plantilla de modulo ebay


CanariShop

Recommended Posts

Hola a todos lo que necesito si alguien puede ayudarme a adaptar esta plantilla para instalarla en el modulo de ebay para que cuando la envié las fotos pequeñas se puedan ampliar y aparezcan en el recuadro grande,si alguien me echa una mano para modificar la ya que mis conocimientos no llegan a tanto 

Gracias por adelantado

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>

<body>
<div id="bg">
<div id="container">
  <div id="header">
  	<div id="headBack">
  	<!-- start of logo area -->
	  	<div id="logo" class="fltlft">
	  	 <h1>LOGO</h1>
	  	</div>
	<!-- end of logo area and start of customizable area -->
	  	<div id="customize" class="fltrt">
	  	<div style="font-size:24px"><strong>Customizable Area</strong></div>
	  	You can put images, a tag line or nothing in this area
	  	</div>
	 <!-- customizable area ends -->
  	</div>
 </div>
 <div id="contentContainer">
 <div id="title">
 {title}
 </div>
  <div id="sidebar1">
  <a name="desc"></a>
    <h3>Description:</h3>
    <div id="description">
      {desc}
  	</div>
  </div>
  <div id="mainContent">
     <div id="images">
	 	<div id="mainImage">   
			<a href="{imageurl1}" target="_blank"><img src="{imageurl1}" width="400" height="300" hspace="0" vspace="0" border="0" align="left" name="mainphoto"></a>
		</div>
	  	<div id="thumbImage">
	  	<!-- image one -->
		<a OnMouseOver="mainphoto.src='{imageurl1}';" OnMouseOut="mainphoto.src='{imageurl1}';"><img src="{imageurl1}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
   		<!-- image two -->
   		<a OnMouseOver="mainphoto.src='{imageurl2}';" OnMouseOut="mainphoto.src='{imageurl2}';"><img src="{imageurl2}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
   		<!-- image three -->
   		<a OnMouseOver="mainphoto.src='{imageurl3}';" OnMouseOut="mainphoto.src='{imageurl3}';"><img src="{imageurl3}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
    	<!-- image four -->
    	<a OnMouseOver="mainphoto.src='{imageurl4}';" OnMouseOut="mainphoto.src='{imageurl4}';"><img src="{imageurl4}" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
	    </div>
	   <div style="margin-left:200px; font-size:12px; margin-top:4px; ">Hover To Enlarge</div>  
    </div>
  </div>
  <div style="clear:both;"></div>
</div>

  <div id="sellerInfo">
	<div class="info">
	<a name="about"></a>
	<h2>About Us</h2>
	<!-- MANUALLY ADD YOUR ABOUT US TEXT BLOW THIS LINE -->
	
	<!-- MANUALLY ADD YOUR ABOUT US TEXT ABOVE THIS LINE -->
	</div>
	<div class="info">
	<a name="terms"></a>
	<h2>Shipping</h2>
	{sterms}
	</div>
	<div class="info">
	<h2>Payment</h2>
 	{pterms}
	</div>
	<div class="info">
	<a name="contact"></a>
	<h2>Contact Us</h2>
	<!-- MANUALLY ADD YOUR CONTACT US TEXT BLOW THIS LINE -->
	
	<!-- MANUALLY  ADD YOUR CONTACT US TEXT ABOVE THIS LINE -->
	</div>
  </div>
	<br class="clearfloat"/>
  <div id="footer">
  	<div id="footerLink">
    	<a href="http://www.ebayappreview.com"/>eBay Template</a> found at eBay App Review
    </div>
    <div id="footNav">
        <a href="#desc">Description</a>
        <a href="#about">About Us</a>
        <a href="#terms">Shipping</a>
        <a href="#contact">Contact</a>
    </div>
  </div>
</div>
</div>
<div id="cssParent">
            <div id="css">
                <link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen>
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/blue.css" type="text/css" media=screen>
            </div>
        </div>
        <script type="text/javascript">
var linkBack = document.getElementById('footerLink');
var addStyle = false;

if(linkBack.innerHTML.trim() == '<a href="http://www.ebayappreview.com">eBay Template</a> found at eBay App Review'){
        addStyle = true;

}
parent = document.getElementById('cssParent');
css = document.getElementById('css');
parent.removeChild(css);
</script>
        <script type ="text/javascript">
        if(addStyle){
            document.write('\
                          <link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen>\n\
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/blue.css" type="text/css" media=screen>\n\
                    \n\
                    ');
        }
    </script>
</body>
</html>
Edited by CanariShop (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...