mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
communication UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9218 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
173ddca03e
commit
da1ef5ac65
10 changed files with 432 additions and 530 deletions
|
|
@ -1,33 +1,29 @@
|
|||
<!--%import("js/communication.js")-->
|
||||
|
||||
<div id="popHeader">
|
||||
<h3 class="xeAdmin">
|
||||
<!--@if($friend_group->friend_group_srl)-->
|
||||
{$lang->cmd_rename_friend_group}
|
||||
<!--@else-->
|
||||
{$lang->cmd_add_friend_group}
|
||||
<!--@end-->
|
||||
</h3>
|
||||
</div>
|
||||
<load target="css/communication.css" />
|
||||
<load target="js/communication.js" />
|
||||
<h1 class="h1">
|
||||
<!--@if($friend_group->friend_group_srl)-->
|
||||
{$lang->cmd_rename_friend_group}
|
||||
<!--@else-->
|
||||
{$lang->cmd_add_friend_group}
|
||||
<!--@end-->
|
||||
</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="addFriendGroup" action="./" method="post">
|
||||
<input type="hidden" name="act" value="procCommunicationAddFriendGroup" />
|
||||
<input type="hidden" name="friend_group_srl" value="{$friend_group->friend_group_srl}" />
|
||||
|
||||
<div id="popBody">
|
||||
|
||||
<div class="text">
|
||||
<p>{$lang->msg_insert_group_name}</p>
|
||||
<input name="title" type="text" class="inputTypeText" value="{htmlspecialchars($friend_group->title)}"/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="popFooter">
|
||||
<!--@if($friend_group->friend_group_srl)-->
|
||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_modify}" /></span>
|
||||
<!--@else-->
|
||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_insert}" /></span>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<form ruleset="addFriendGroup" action="./" method="post" class="form">
|
||||
<input type="hidden" name="act" value="procCommunicationAddFriendGroup" />
|
||||
<input type="hidden" name="friend_group_srl" value="{$friend_group->friend_group_srl}" />
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->msg_insert_group_name}</p>
|
||||
<p class="a"><input name="title" type="text" value="{htmlspecialchars($friend_group->title)}"/></p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnArea">
|
||||
<!--@if($friend_group->friend_group_srl)-->
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_modify}" /></span>
|
||||
<!--@else-->
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_insert}" /></span>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue