mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
링크중 href에 #을 주고 onclick에 url을 추가한 부분의 코드를 href에 url을, onclick에 window.open(this.href).. 로 모두 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2105 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cb5d14d0ad
commit
12af1fdf18
55 changed files with 113 additions and 113 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<option value="{$val->friend_group_srl}">{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<span class="fr"><a href="#" onclick="popopen('{getUrl('act','dispMemberAddFriendGroup')}');return false;" class="button"><span>{$lang->cmd_add_friend_group}</span></a></span>
|
||||
<span class="fr"><a href="{getUrl('act','dispMemberAddFriendGroup')}" onclick="popopen(this.href);return false;" class="button"><span>{$lang->cmd_add_friend_group}</span></a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</select>
|
||||
<a href="#" onclick="doRenameFriendGroup();return false;" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<a href="#" onclick="doDeleteFriendGroup();return false;" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
<a href="#" onclick="popopen('{getUrl('module','member','act','dispMemberAddFriendGroup')}');return false;" class="button"><span>{$lang->cmd_add_friend_group}</span></a>
|
||||
<a href="{getUrl('module','member','act','dispMemberAddFriendGroup')}" onclick="popopen(this.href);return false;" class="button"><span>{$lang->cmd_add_friend_group}</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<td class="userName">{$val->user_name}</td>
|
||||
<td class="userNick"><div class="member_{$val->target_srl}">{$val->nick_name}</div></td>
|
||||
<td class="registDate">{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td class="sendMessage"><a href="#" onclick="popopen('{getUrl('module','member','act','dispMemberSendMessage','receiver_srl',$val->target_srl)}','sendMessage');return false" class="button"><span>{$lang->cmd_send_message}</span></a></td>
|
||||
<td class="sendMessage"><a href="{getUrl('module','member','act','dispMemberSendMessage','receiver_srl',$val->target_srl)}" onclick="popopen(this.href,'sendMessage');return false" class="button"><span>{$lang->cmd_send_message}</span></a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<div class="help tCenter">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_leave}" accesskey="s" /></span>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
<a href="{getUrl('act','dispMemberInfo','member_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
</div>
|
||||
</form>
|
||||
<!--#include("./common_footer.html")-->
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</form>
|
||||
|
||||
<div class="help tCenter">
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispMemberSignUpForm')}'" class="button"><span>{$lang->cmd_signup}</span></a>
|
||||
<a href="{getUrl('act','dispMemberSignUpForm')}" class="button"><span>{$lang->cmd_signup}</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@
|
|||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->homepage}</th>
|
||||
<td><!--@if($member_info->homepage)--><a href="#" onclick="winopen('{htmlspecialchars($member_info->homepage)}'); return false;">{htmlspecialchars($member_info->homepage)}</a><!--@else--> <!--@end--></td>
|
||||
<td><!--@if($member_info->homepage)--><a href="{htmlspecialchars($member_info->homepage)}" onclick="window.open(this.href); return false;">{htmlspecialchars($member_info->homepage)}</a><!--@else--> <!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->blog}</th>
|
||||
<td><!--@if($member_info->blog)--><a href="#" onclick="winopen('{htmlspecialchars($member_info->blog)}'); return false;">{htmlspecialchars($member_info->blog)}</a><!--@else--> <!--@end--></td>
|
||||
<td><!--@if($member_info->blog)--><a href="{htmlspecialchars($member_info->blog)}" onclick="window.open(this.href); return false;">{htmlspecialchars($member_info->blog)}</a><!--@else--> <!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->birthday}</th>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<div class="help tCenter">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
<a href="{getUrl('act','dispMemberInfo','member_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -72,11 +72,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->homepage}</th>
|
||||
<td><!--@if($member_info->homepage)--><a href="#" onclick="winopen('{$member_info->homepage}'); return false;">{htmlspecialchars($member_info->homepage)}</a><!--@end--></td>
|
||||
<td><!--@if($member_info->homepage)--><a href="{$member_info->homepage}" onclick="winopen(this.href); return false;">{htmlspecialchars($member_info->homepage)}</a><!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->blog}</th>
|
||||
<td><!--@if($member_info->blog)--><a href="#" onclick="winopen('{$member_info->blog}'); return false;">{htmlspecialchars($member_info->blog)}</a><!--@end--></td>
|
||||
<td><!--@if($member_info->blog)--><a href="{$member_info->blog}" onclick="windopen(this.href); return false;">{htmlspecialchars($member_info->blog)}</a><!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->birthday}</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue