mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4226 201d5d3c-b55e-5fd7-737f-ddc643e51545
34 lines
1.3 KiB
HTML
34 lines
1.3 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>
|
|
|
|
<div class="help tCenter">
|
|
<!--@if($friend_group->friend_group_srl)-->
|
|
<span class="button"><input type="submit" value="{$lang->cmd_modify}" /></span>
|
|
<!--@else-->
|
|
<span class="button"><input type="submit" value="{$lang->cmd_insert}" /></span>
|
|
<!--@end-->
|
|
<a href="#" onclick="window.close();return false;" class="button"><span>{$lang->cmd_close}</span></a>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<!--#include("./common_footer.html")-->
|