mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2171 201d5d3c-b55e-5fd7-737f-ddc643e51545
30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!--#include("./common_header.html")-->
|
|
<!--%import("filter/add_friend_group.xml")-->
|
|
|
|
<div class="memberSmallBox w500pop">
|
|
<form action="./" method="get" onsubmit="return procFilter(this, add_friend_group)">
|
|
<input type="hidden" name="friend_group_srl" value="{$friend_group->friend_group_srl}" />
|
|
|
|
<div class="header">
|
|
<h3>
|
|
<!--@if($friend_group->friend_group_srl)-->
|
|
{$lang->cmd_rename_friend_group}
|
|
<!--@else-->
|
|
{$lang->cmd_add_friend_group}
|
|
<!--@end-->
|
|
</h3>
|
|
</div>
|
|
|
|
<div class="text">
|
|
<p>{$lang->msg_insert_group_name}</p>
|
|
<input name="title" type="text" class="inputTypeText" value="{htmlspecialchars($friend_group->title)}"/>
|
|
</div>
|
|
|
|
<ul class="help">
|
|
<li class="first-child"><input type="image" src="./images/common/btn_ok.gif" title="{$lang->cmd_add_friend}" /></li>
|
|
<li><a href="#" onclick="window.close();return false;"><img src="./images/common/btn_cancel2.gif" alt="{$lang->cmd_close}" /></a></li>
|
|
</ul>
|
|
</form>
|
|
</div>
|
|
|
|
<!--#include("./common_footer.html")-->
|