mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5289 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
345bca4b2f
commit
ec684707f0
2 changed files with 16 additions and 20 deletions
|
|
@ -149,11 +149,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<div class="nav">
|
||||
<a href="{getUrl('act','favorite')}" class="button large strong"><span>{sprintf($lang->planet_whos_favorite,$planet->getNickName())}</span></a>
|
||||
<span class="button large strong"><button type="button" onclick="this.innerHTML=toggle('myFavoriteTag')=='open'?'{$lang->cmd_planet_close_interest_tag}':'{$lang->cmd_planet_show_interest_tag}'">{$lang->cmd_planet_show_interest_tag}</button></span>
|
||||
<!--//<span class="button large strong planetGreen"><button type="button">{$lang->cmd_planet_close_interest_tag}</button></span>-->
|
||||
</div>
|
||||
<ul class="nav">
|
||||
<li><a href="{getUrl('act','favorite')}">{sprintf($lang->planet_whos_favorite,$planet->getNickName())}</a></li>
|
||||
<li><button type="button" onclick="this.innerHTML=toggle('myFavoriteTag')=='open'?'{$lang->cmd_planet_close_interest_tag}':'{$lang->cmd_planet_show_interest_tag}'">{$lang->cmd_planet_show_interest_tag}</button></li>
|
||||
</ul>
|
||||
<span class="tl"></span><span class="tr"></span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue