drop shadow
This commit is contained in:
commit
93985d13c1
|
@ -37,6 +37,10 @@ $(function() {
|
|||
slider.stop();
|
||||
});
|
||||
|
||||
$('.tab').click(function() {
|
||||
var link = $(this).find(".buttonTab").attr("href");
|
||||
location.href = link;
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
</form>
|
||||
|
||||
<ul id="navMenu">
|
||||
<li id="homeList"><a href=""><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
||||
|
||||
<li id="homeList"><a href="/t/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
||||
{% for m in menus %}
|
||||
<li><a href="">{{ m.name }}</a>
|
||||
<ul>
|
||||
|
@ -83,7 +84,7 @@
|
|||
<li><a href="/accounts/register">Register</a></li>
|
||||
{% endif %}
|
||||
|
||||
<li><a href="">Contact Us</a></li>
|
||||
<li><a href="/contact">Contact Us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<option value="title">Title</option>
|
||||
<option value="mostpopular">Most popular</option>
|
||||
-->
|
||||
</select>
|
||||
</select><br />
|
||||
|
||||
<input id="page_no" name="page_no" type="hidden" value="1" />
|
||||
<input id="object_id" name="object_id" type="hidden" value="" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user