Last active
August 29, 2015 14:14
-
-
Save qsun/afe8568e3f14bf3d5e4a to your computer and use it in GitHub Desktop.
mimo integration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="ozsharing-sidebar"> | |
<div id="ozsharing-listings-container"> | |
<h2>近期租房信息</h2> | |
<div class="refresh">换一换</div> | |
<div class="ozsharing-listings"> | |
<div id="ozsharing-featured-properties"> | |
<div class="ozsharing-featured-property-wrapper"> | |
<div class="ozsharing-featured-property"> | |
<a target="_blank" class="ozsharing-featured-property-link" href="http://ozsharing.com/r/-ultimo-480-per-week-studio-bao-jia-ju-bao-bills-532075.html"> | |
<div class="ozsharing-featured-property-title-wrapper"><span class="ozsharing-featured-property-title"> Ultimo $480 per/week studio包家具包bills</span></div> | |
</a> | |
<div class="ozsharing-featured-property-pricing">$560 每周</div> | |
</div> | |
</div> | |
<div class="ozsharing-featured-property-wrapper"> | |
<div class="ozsharing-featured-property"> | |
<a target="_blank" class="ozsharing-featured-property-link" href="http://ozsharing.com/r/-ultimo-250-per-week-shared-dan-ren-jian-532044.html"> | |
<div class="ozsharing-featured-property-title-wrapper"><span class="ozsharing-featured-property-title"> Ultimo $250 per/week Shared/单人间 </span></div> | |
</a> | |
<div class="ozsharing-featured-property-pricing">$250 每周</div> | |
</div> | |
</div> | |
<div class="ozsharing-featured-property-wrapper"> | |
<div class="ozsharing-featured-property"> | |
<a target="_blank" class="ozsharing-featured-property-link" href="http://ozsharing.com/r/-westmead-jia-ge-230-ren-260-liang-ren-zhu-ren-fang-du-li-wei-yu-532045.html"> | |
<div class="ozsharing-featured-property-title-wrapper"><span class="ozsharing-featured-property-title"> Westmead 价格 230/人 260/两人 主人房独立卫浴</span></div> | |
</a> | |
<div class="ozsharing-featured-property-pricing">$260 每周</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div id="ozsharing-suburbs-container"> | |
<h2>热门住宅区</h2> | |
<div class="ozsharing-suburbs"> | |
<div class="ozsharing-suburbs-suburb"><a target="_blank" href="http://ozsharing.com/tag/Sydney CBD">CBD</a></div> | |
<div class="ozsharing-suburbs-suburb"><a target="_blank" href="http://ozsharing.com/tag/burwood">Burwood</a></div> | |
<div class="ozsharing-suburbs-suburb"><a target="_blank" href="http://ozsharing.com/tag/ultimo">Ultimo</a></div> | |
<div class="ozsharing-suburbs-suburb"><a target="_blank" href="http://ozsharing.com/tag/chatswood">Chatswood</a></div> | |
<div class="ozsharing-suburbs-suburb"><a target="_blank" href="http://ozsharing.com/tag/marsfield">Marsfield</a></div> | |
<div class="ozsharing-suburbs-suburb"><a target="_blank" href="http://ozsharing.com/tag/hurstville">Hurstville</a></div> | |
</div> | |
</div> | |
<div id="ozsharing-search"> | |
<div id="ozsharing-search-wrapper"> | |
<form target="_blank" action="http://ozsharing.com/search" method="post" class="form-inline"><input type="text" name="keyword" placeholder="请输入租房搜索关键字" class="form-control"><input type="submit" value="搜索"></form> | |
</div> | |
</div> | |
<div id="ozsharing-powered-by">Powered by <a target="_blank" style="color: #5FB000; font-weight: bold;" href="http://www.haifanghui.com">海房汇</a></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
window._ozs = { | |
'init': true, | |
'selector': '.widgetized-small', | |
'rental_count': 3, | |
'suburb_count': 7 | |
}; | |
</script> | |
<script async="async" src="http://ozsharing.com/static/mimo/v2/mimo.js" type="text/javascript"> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment