mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
merge from 1.7.3.5(r13153:r13167)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc47d2b247
commit
2d3f149b5a
2042 changed files with 129266 additions and 126243 deletions
|
|
@ -1,16 +1,17 @@
|
|||
<load target="filter/add_friend.xml" />
|
||||
<load target="css/communication.css" />
|
||||
<load target="js/communication.js" />
|
||||
<h1 class="h1">{$lang->cmd_add_friend}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="addFriend" action="./" method="post" class="form">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationAddFriend" />
|
||||
<input type="hidden" name="target_srl" value="{$target_info->member_srl}" />
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<div class="xc">
|
||||
<h1>{$lang->cmd_add_friend}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/communication/skins/default/add_friend/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="addFriend" action="./" method="post">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationAddFriend" />
|
||||
<input type="hidden" name="target_srl" value="{$target_info->member_srl}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/communication/skins/default/add_friend/1" />
|
||||
<table class="table table-striped table-hover">
|
||||
<tr>
|
||||
<th scope="row">{$lang->nick_name}</th>
|
||||
<td>{$target_info->nick_name}</td>
|
||||
|
|
@ -22,12 +23,12 @@
|
|||
<option value="">{$lang->default_friend_group}</option>
|
||||
<option loop="$friend_group_list => $key,$val" value="{$val->friend_group_srl}">{$val->title}</option>
|
||||
</select>
|
||||
<a href="{getUrl('act','dispCommunicationAddFriendGroup')}" onclick="popopen(this.href);return false;">{$lang->cmd_add_friend_group}</a>
|
||||
<a href="{getUrl('act','dispCommunicationAddFriendGroup')}" class="btn" onclick="popopen(this.href);return false;">{$lang->cmd_add_friend_group}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_add_friend}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<div class="btnArea" style="border-top:0;padding:0">
|
||||
<input type="submit" value="{$lang->cmd_add_friend}" class="btn btn-inverse" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,28 @@
|
|||
<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" class="form">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<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">
|
||||
<div class="xc">
|
||||
<h1 style="border-bottom:1px solid #ccc">
|
||||
<!--@if($friend_group->friend_group_srl)-->
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_modify}" /></span>
|
||||
{$lang->cmd_rename_friend_group}
|
||||
<!--@else-->
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_insert}" /></span>
|
||||
{$lang->cmd_add_friend_group}
|
||||
<!--@end-->
|
||||
</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/communication/skins/default/add_friend_group/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
</form>
|
||||
<form ruleset="addFriendGroup" action="./" method="post" class="form-horizontal">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationAddFriendGroup" />
|
||||
<input type="hidden" name="friend_group_srl" value="{$friend_group->friend_group_srl}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/communication/skins/default/add_friend_group/1" />
|
||||
<div class="control-group">
|
||||
<label for="title" class="control-label">{$lang->msg_insert_group_name}</label>
|
||||
<div class="controls"><input name="title" id="title" type="text" value="{htmlspecialchars($friend_group->title)}"/></div>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<input cond="$friend_group->friend_group_srl" type="submit" value="{$lang->cmd_modify}" class="btn btn-inverse" />
|
||||
<input cond="!$friend_group->friend_group_srl" type="submit" value="{$lang->cmd_insert}" class="btn btn-inverse" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -1 +1 @@
|
|||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
<load target="css/communication.css" />
|
||||
<load target="js/communication.js" />
|
||||
<div class="xc">
|
||||
<div class="nav" cond="$is_logged && $logged_info->menu_list && (!$member_srl || $member_srl == $logged_info->member_srl)">
|
||||
<ul>
|
||||
<li loop="$logged_info->menu_list => $key,$val" class="active"|cond="$key==$act">
|
||||
<a href="{getUrl('act',$key)}"><span>{Context::getLang($val)}</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<section class="xc">
|
||||
<ul class="nav nav-tabs" cond="$is_logged && $logged_info->menu_list && (!$member_srl || $member_srl == $logged_info->member_srl)">
|
||||
<li loop="$logged_info->menu_list => $key,$val" class="active"|cond="$key==$act">
|
||||
<a href="{getUrl('act',$key)}">{Context::getLang($val)}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -1,113 +1,292 @@
|
|||
@charset "utf-8";
|
||||
/* Element Reset */
|
||||
/* Horizontal Align */
|
||||
.xc .pull-right{float:right}
|
||||
.xc .pull-left{float:left}
|
||||
/* DL Horizontal */
|
||||
.xc .dl-horizontal{*zoom:1}
|
||||
.xc .dl-horizontal:before,
|
||||
.xc .dl-horizontal:after{display:table;line-height:0;content:""}
|
||||
.xc .dl-horizontal:after{clear:both}
|
||||
.xc .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}
|
||||
.xc .dl-horizontal dd{margin-left:180px}
|
||||
/* Form Control Reset */
|
||||
.xc form{margin:0 0 20px}
|
||||
.xc fieldset{padding:0;margin:0;border:0}
|
||||
.xc label,
|
||||
.xc input,
|
||||
.xc button,
|
||||
.xc select,
|
||||
.xc textarea{font-weight:normal;line-height:20px}
|
||||
.xc label{display:block;margin-bottom:5px}
|
||||
.xc textarea,
|
||||
.xc input[type="text"],
|
||||
.xc input[type="password"],
|
||||
.xc input[type="datetime"],
|
||||
.xc input[type="datetime-local"],
|
||||
.xc input[type="date"],
|
||||
.xc input[type="month"],
|
||||
.xc input[type="time"],
|
||||
.xc input[type="week"],
|
||||
.xc input[type="number"],
|
||||
.xc input[type="email"],
|
||||
.xc input[type="url"],
|
||||
.xc input[type="search"],
|
||||
.xc input[type="tel"],
|
||||
.xc input[type="color"]{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;line-height:20px;color:#555555;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
|
||||
.xc input,
|
||||
.xc textarea{width:206px}
|
||||
.xc textarea{height:auto}
|
||||
.xc textarea,
|
||||
.xc input[type="text"],
|
||||
.xc input[type="password"],
|
||||
.xc input[type="datetime"],
|
||||
.xc input[type="datetime-local"],
|
||||
.xc input[type="date"],
|
||||
.xc input[type="month"],
|
||||
.xc input[type="time"],
|
||||
.xc input[type="week"],
|
||||
.xc input[type="number"],
|
||||
.xc input[type="email"],
|
||||
.xc input[type="url"],
|
||||
.xc input[type="search"],
|
||||
.xc input[type="tel"],
|
||||
.xc input[type="color"]{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;-moz-transition:border linear 0.2s, box-shadow linear 0.2s;-o-transition:border linear 0.2s, box-shadow linear 0.2s;transition:border linear 0.2s, box-shadow linear 0.2s}
|
||||
.xc textarea:focus,
|
||||
.xc input[type="text"]:focus,
|
||||
.xc input[type="password"]:focus,
|
||||
.xc input[type="datetime"]:focus,
|
||||
.xc input[type="datetime-local"]:focus,
|
||||
.xc input[type="date"]:focus,
|
||||
.xc input[type="month"]:focus,
|
||||
.xc input[type="time"]:focus,
|
||||
.xc input[type="week"]:focus,
|
||||
.xc input[type="number"]:focus,
|
||||
.xc input[type="email"]:focus,
|
||||
.xc input[type="url"]:focus,
|
||||
.xc input[type="search"]:focus,
|
||||
.xc input[type="tel"]:focus,
|
||||
.xc input[type="color"]:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)}
|
||||
.xc input[type="radio"],
|
||||
.xc input[type="checkbox"]{margin:0;line-height:normal}
|
||||
.xc input[type="file"],
|
||||
.xc input[type="image"],
|
||||
.xc input[type="submit"],
|
||||
.xc input[type="reset"],
|
||||
.xc input[type="button"],
|
||||
.xc input[type="radio"],
|
||||
.xc input[type="checkbox"]{width:auto}
|
||||
.xc select,
|
||||
.xc input[type="file"]{height:26px;*margin-top:4px;line-height:26px}
|
||||
.xc select{background-color:#ffffff;border:1px solid #cccccc}
|
||||
.xc select[multiple],
|
||||
.xc select[size]{height:auto}
|
||||
.xc select:focus,
|
||||
.xc input[type="file"]:focus,
|
||||
.xc input[type="radio"]:focus,
|
||||
.xc input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
|
||||
.xc input:-moz-placeholder,
|
||||
.xc textarea:-moz-placeholder {color:#999999}
|
||||
.xc input:-ms-input-placeholder,
|
||||
.xc textarea:-ms-input-placeholder {color:#999999}
|
||||
.xc input::-webkit-input-placeholder,
|
||||
.xc textarea::-webkit-input-placeholder {color:#999999}
|
||||
.xc input,
|
||||
.xc textarea{margin-left:0}
|
||||
.xc input[disabled],
|
||||
.xc select[disabled],
|
||||
.xc textarea[disabled],
|
||||
.xc input[readonly],
|
||||
.xc select[readonly],
|
||||
.xc textarea[readonly]{cursor:not-allowed;background-color:#eeeeee}
|
||||
.xc input[type="radio"][disabled],
|
||||
.xc input[type="checkbox"][disabled],
|
||||
.xc input[type="radio"][readonly],
|
||||
.xc input[type="checkbox"][readonly]{background-color:transparent}
|
||||
.xc input:focus:invalid,
|
||||
.xc textarea:focus:invalid,
|
||||
.xc select:focus:invalid {color:#b94a48;border-color:#ee5f5b}
|
||||
.xc input:focus:invalid:focus,
|
||||
.xc textarea:focus:invalid:focus,
|
||||
.xc select:focus:invalid:focus {border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}
|
||||
/* Forms */
|
||||
.xc .form-horizontal .control-group{margin-bottom:20px;*zoom:1}
|
||||
.xc .form-horizontal .control-group:before,
|
||||
.xc .form-horizontal .control-group:after{display:table;line-height:0;content:""}
|
||||
.xc .form-horizontal .control-group:after{clear:both}
|
||||
.xc .form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}
|
||||
.xc .form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}
|
||||
.xc .form-horizontal .controls:first-child{*padding-left:180px}
|
||||
.xc .form-horizontal .help-block{margin-bottom:0}
|
||||
.xc .form-horizontal input+.help-block,
|
||||
.xc .form-horizontal select+.help-block,
|
||||
.xc .form-horizontal textarea+.help-block,
|
||||
.xc .form-horizontal .input-prepend+.help-block,
|
||||
.xc .form-horizontal .input-append+.help-block{margin-top:10px}
|
||||
.xc .help-block,
|
||||
.xc .help-inline{color:#595959}
|
||||
.xc .help-block{display:block;margin-bottom:10px}
|
||||
.xc .help-inline{margin:0;display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}
|
||||
.xc .input-append,
|
||||
.xc .input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}
|
||||
.xc .input-append input,
|
||||
.xc .input-prepend input,
|
||||
.xc .input-append select,
|
||||
.xc .input-prepend select{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
|
||||
.xc .input-append input:focus,
|
||||
.xc .input-prepend input:focus,
|
||||
.xc .input-append select:focus,
|
||||
.xc .input-prepend select:focus{z-index:2}
|
||||
.xc .input-append .add-on,
|
||||
.xc .input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#eeeeee;border:1px solid #ccc}
|
||||
.xc .input-append .add-on,
|
||||
.xc .input-prepend .add-on,
|
||||
.xc .input-append .btn,
|
||||
.xc .input-prepend .btn{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
||||
.xc .input-append .active,
|
||||
.xc .input-prepend .active{background-color:#a9dba9;border-color:#46a546}
|
||||
.xc .input-prepend .add-on,
|
||||
.xc .input-prepend .btn{margin-right:-1px}
|
||||
.xc .input-prepend .add-on:first-child,
|
||||
.xc .input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
|
||||
.xc .input-append input,
|
||||
.xc .input-append select{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
|
||||
.xc .input-append input+.btn-group .btn:last-child,
|
||||
.xc .input-append select+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
|
||||
.xc .input-append .add-on,
|
||||
.xc .input-append .btn,
|
||||
.xc .input-append .btn-group{margin-left:-1px}
|
||||
.xc .input-append .add-on:last-child,
|
||||
.xc .input-append .btn:last-child,
|
||||
.xc .input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
|
||||
.xc .input-prepend.input-append input,
|
||||
.xc .input-prepend.input-append select{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
||||
.xc .input-prepend.input-append input+.btn-group .btn,
|
||||
.xc .input-prepend.input-append select+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
|
||||
.xc .input-prepend.input-append .add-on:first-child,
|
||||
.xc .input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
|
||||
.xc .input-prepend.input-append .add-on:last-child,
|
||||
.xc .input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
|
||||
.xc .input-prepend.input-append .btn-group:first-child{margin-left:0}
|
||||
.xc .form-horizontal input,
|
||||
.xc .form-horizontal textarea,
|
||||
.xc .form-horizontal select,
|
||||
.xc .form-horizontal .help-inline,
|
||||
.xc .form-horizontal .input-prepend,
|
||||
.xc .form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}
|
||||
.xc .form-horizontal .hide{display:none}
|
||||
.xc .control-group{margin-bottom:10px}
|
||||
/* Tabs */
|
||||
.xc .nav{margin:0 0 20px 0;padding:0;list-style:none}
|
||||
.xc .nav>li>a{display:block}
|
||||
.xc .nav>li>a:hover,
|
||||
.xc .nav>li>a:focus{text-decoration:none;background-color:#eeeeee}
|
||||
.xc .nav-tabs{*zoom:1}
|
||||
.xc .nav-tabs:before,
|
||||
.xc .nav-tabs:after{display:table;line-height:0;content:""}
|
||||
.xc .nav-tabs:after{clear:both}
|
||||
.xc .nav-tabs>li{float:left}
|
||||
.xc .nav-tabs>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}
|
||||
.xc .nav-tabs{border-bottom:1px solid #ddd}
|
||||
.xc .nav-tabs>li{margin-bottom:-1px}
|
||||
.xc .nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
|
||||
.xc .nav-tabs>li>a:hover,
|
||||
.xc .nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #dddddd}
|
||||
.xc .nav-tabs>.active>a,
|
||||
.xc .nav-tabs>.active>a:hover,
|
||||
.xc .nav-tabs>.active>a:focus{color:#555555;cursor:default;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent}
|
||||
/* Table */
|
||||
.xc .table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}
|
||||
.xc .table th,
|
||||
.xc .table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}
|
||||
.xc .table th{font-weight:bold}
|
||||
.xc .table thead th{vertical-align:bottom}
|
||||
.xc .table caption+thead tr:first-child th,
|
||||
.xc .table caption+thead tr:first-child td,
|
||||
.xc .table colgroup+thead tr:first-child th,
|
||||
.xc .table colgroup+thead tr:first-child td,
|
||||
.xc .table thead:first-child tr:first-child th,
|
||||
.xc .table thead:first-child tr:first-child td{border-top:0}
|
||||
.xc .table tbody+tbody{border-top:2px solid #dddddd}
|
||||
.xc .table-striped tbody>tr:nth-child(odd)>td,
|
||||
.xc .table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}
|
||||
.xc .table-hover tbody tr:hover>td,
|
||||
.xc .table-hover tbody tr:hover>th{background-color:#f5f5f5}
|
||||
/* Pangination */
|
||||
.xc .pagination{margin:20px 0}
|
||||
.xc .pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05)}
|
||||
.xc .pagination ul>li{display:inline}
|
||||
.xc .pagination ul>li>a,
|
||||
.xc .pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;border-left-width:0}
|
||||
.xc .pagination ul>li>a:hover,
|
||||
.xc .pagination ul>li>a:focus,
|
||||
.xc .pagination ul>.active>a,
|
||||
.xc .pagination ul>.active>span{background-color:#f5f5f5}
|
||||
.xc .pagination ul>.active>a,
|
||||
.xc .pagination ul>.active>span{color:#999999;cursor:default}
|
||||
.xc .pagination ul>.disabled>span,
|
||||
.xc .pagination ul>.disabled>a,
|
||||
.xc .pagination ul>.disabled>a:hover,
|
||||
.xc .pagination ul>.disabled>a:focus{color:#999999;cursor:default;background-color:transparent}
|
||||
.xc .pagination ul>li:first-child>a,
|
||||
.xc .pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}
|
||||
.xc .pagination ul>li:last-child>a,
|
||||
.xc .pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}
|
||||
.xc .pagination-centered{text-align:center}
|
||||
/* Button */
|
||||
.xc .btn{font-size:12px;font-family:inherit;display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;line-height:20px;height:auto;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;border:1px solid #cccccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)}
|
||||
.xc .btn:hover,
|
||||
.xc .btn:focus,
|
||||
.xc .btn:active,
|
||||
.xc .btn.active,
|
||||
.xc .btn.disabled,
|
||||
.xc .btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}
|
||||
.xc .btn:active,
|
||||
.xc .btn.active{background-color:#cccccc \9}
|
||||
.xc .btn:first-child{*margin-left:0}
|
||||
.xc .btn:hover,
|
||||
.xc .btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear}
|
||||
.xc .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
|
||||
.xc .btn.active,
|
||||
.xc .btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)}
|
||||
.xc .btn.disabled,
|
||||
.xc .btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
|
||||
.xc .btn-inverse.active{color:rgba(255, 255, 255, 0.75)}
|
||||
.xc .btn-inverse{color:#ffffff!important;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;*background-color:#222222;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
|
||||
.xc .btn-inverse:hover,
|
||||
.xc .btn-inverse:focus,
|
||||
.xc .btn-inverse:active,
|
||||
.xc .btn-inverse.active,
|
||||
.xc .btn-inverse.disabled,
|
||||
.xc .btn-inverse[disabled]{color:#ffffff;background-color:#222222;*background-color:#151515}
|
||||
.xc .btn-inverse:active,
|
||||
.xc .btn-inverse.active{background-color:#080808 \9}
|
||||
.xc button.btn,
|
||||
.xc input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}
|
||||
.xc button.btn::-moz-focus-inner,
|
||||
.xc input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}
|
||||
.xc .btn-group{position:relative;display:inline-block;*display:inline;*margin-left:.3em;font-size:0;white-space:nowrap;vertical-align:middle;*zoom:1}
|
||||
.xc .btn-group:first-child{*margin-left:0}
|
||||
.xc .btn-group+.btn-group{margin-left:5px}
|
||||
.xc .btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
||||
.xc .btn-group>.btn+.btn{margin-left:-1px}
|
||||
.xc .btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}
|
||||
.xc .btn-group>.btn:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}
|
||||
.xc .btn-group>.btn:hover,
|
||||
.xc .btn-group>.btn:focus,
|
||||
.xc .btn-group>.btn:active,
|
||||
.xc .btn-group>.btn.active{z-index:2}
|
||||
/* Communication Module Customize */
|
||||
.xc,
|
||||
.xc table,
|
||||
.xc input,
|
||||
.xc textarea,
|
||||
.xc select,
|
||||
.xc button{font-family:Tahoma,Geneva,sans-serif;font-size:12px;color:#333}
|
||||
.xc button,
|
||||
.xc input[type=submit],
|
||||
.xc input[type=reset],
|
||||
.xc input[type=button]{cursor:pointer;overflow:visible}
|
||||
.xc img{border:0}
|
||||
.xc p{line-height:1.5}
|
||||
/* Heading */
|
||||
.xc .h1,
|
||||
.xc .h2,
|
||||
.xc .h3,
|
||||
.xc .h4{position:relative;border-bottom-style:solid;border-bottom-color:#ccc;zoom:1}
|
||||
.xc .h1{border-bottom-width:4px;font-size:24px}
|
||||
.xc .h2{border-bottom-width:3px;font-size:20px}
|
||||
.xc .h3{border-bottom-width:2px;font-size:16px}
|
||||
.xc .h4{border-bottom-width:1px;font-size:12px}
|
||||
/* Lined Tab Navigation */
|
||||
.xc .nav{padding:0;margin:1em 0}
|
||||
.xc .nav ul{position:relative;margin:0;padding:0;list-style:none;border-bottom:1px solid #ccc;zoom:1}
|
||||
.xc .nav ul:after{content:"";display:block;clear:both}
|
||||
.xc .nav li{float:left;margin-bottom:-1px}
|
||||
.xc .nav li a{position:relative;float:left;text-decoration:none;border:1px solid #eee;border-bottom-color:#ccc;background:#fafafa;color:#333}
|
||||
.xc .nav li a span{display:inline-block;height:14px;padding:6px 15px 6px 15px;letter-spacing:-1px;cursor:pointer}
|
||||
.xc .nav li.active a{border:1px solid #ccc;border-bottom:1px solid #fff;margin-top:-1px;background:transparent}
|
||||
.xc .nav li.active a span{padding-top:7px;font-weight:bold}
|
||||
/* Form */
|
||||
.xc .form{margin:1em 0;padding:0}
|
||||
.xc .form fieldset{margin:0 0 2em 0;padding:0;border:0}
|
||||
.xc .form em{font-style:normal;color:#e00}
|
||||
.xc .form label{margin-right:1em;line-height:1;vertical-align:middle}
|
||||
.xc .form input[type=checkbox]+label,
|
||||
.xc .form input[type=radio]+label,
|
||||
.xc .form input[type=file]{cursor:pointer}
|
||||
.xc .form ul{position:relative;margin:0;padding:0;list-style:none;border-top:2px solid #ccc;border-bottom:1px solid #ccc;zoom:1}
|
||||
.xc .form li{list-style:none;border:1px solid #ddd;border-left:0;border-right:0;margin:-1px 0;padding:8px 0;vertical-align:top;zoom:1}
|
||||
.xc .form li:first-child{border-top:0}
|
||||
.xc .form li>label:first-child{display:block;font-weight:bold}
|
||||
.xc .form li label em{font-weight:normal}
|
||||
.xc .form label.overlap{position:absolute;color:#aaa}
|
||||
.xc .form input[type=text],
|
||||
.xc .form input[type=password],
|
||||
.xc .form input[type=file],
|
||||
.xc .form textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.xc .form input[type=text],
|
||||
.xc .form input[type=password],
|
||||
.xc .form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.xc .form input[type=text].loading,
|
||||
.xc .form input.loading[type=password]{padding-right:24px;width:260px;background:transparent url(../img/preLoader16.gif) no-repeat 265px center}
|
||||
.xc .form input[type=checkbox],
|
||||
.xc .form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.xc .form input[type=text][disabled=disabled],
|
||||
.xc .form input[type=password][disabled=disabled],
|
||||
.xc .form input[type=checkbox][disabled=disabled],
|
||||
.xc .form input[type=radio][disabled=disabled],
|
||||
.xc .form input[type=file][disabled=disabled],
|
||||
.xc .form textarea[disabled=disabled],
|
||||
.xc .form select[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
||||
.xc .form textarea{padding:3px 4px;vertical-align:top}
|
||||
.xc .form span.desc,
|
||||
.xc .form em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.xc .form p.desc{margin:.25em 0;line-height:1.4}
|
||||
.xc .form .q{font-weight:bold;margin:0 0 5px 0}
|
||||
.xc .form .a{margin:0 0 5px 0}
|
||||
.xc .form .tgForm{margin-right:1em}
|
||||
.xc .form .h1 + ul,
|
||||
.xc .form .h2 + ul,
|
||||
.xc .form .h3 + ul,
|
||||
.xc .form .h4 + ul{border-top:0}
|
||||
/* Table */
|
||||
.xc .table{margin:1em 0}
|
||||
.xc .table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
|
||||
.xc .table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
|
||||
.xc .table caption:after{content:"";display:block;clear:both}
|
||||
.xc .table caption a{font-weight:normal}
|
||||
.xc .table caption em{float:right;margin-left:1em}
|
||||
.xc .table caption strong{color:#e00}
|
||||
.xc .table caption .side{float:right;font-weight:normal;margin-left:1em}
|
||||
.xc .table th,
|
||||
.xc .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap}
|
||||
.xc .table th{background:#f8f8f8}
|
||||
.xc .table thead th{border-bottom:1px solid #999}
|
||||
.xc .table tfoot td{font-weight:bold;background:#f8f8f8}
|
||||
.xc .table.even tbody tr:nth-of-type(even) td{background-color:#fafafa}
|
||||
.xc .table td>input[type=text]{margin:-1px 0 -3px 0 !important;vertical-align:middle}
|
||||
.xc .table img{vertical-align:middle}
|
||||
.xc .table em{font-style:normal;font-weight:normal;color:#e00}
|
||||
.xc .table .title,
|
||||
.xc .table .text{white-space:normal}
|
||||
/* Pagination */
|
||||
.xc .pagination{margin:1em 0;text-align:center;line-height:normal}
|
||||
.xc .pagination *{vertical-align:middle}
|
||||
.xc .pagination a,
|
||||
.xc .pagination strong{position:relative;display:inline-block;padding:2px 4px;font-weight:bold;text-decoration:none;line-height:normal;color:#333 !important;vertical-align:middle}
|
||||
.xc .pagination a:hover,
|
||||
.xc .pagination a:active,
|
||||
.xc .pagination a:focus{border:1px solid #ddd;margin:0 -1px}
|
||||
.xc .pagination strong{color:#e00 !important;font-size:20px}
|
||||
.xc .pagination .direction{font-weight:normal;white-space:nowrap}
|
||||
.xc .pagination .direction:hover,
|
||||
.xc .pagination .direction:active,
|
||||
.xc .pagination .direction:focus{border:0;margin:0;text-decoration:underline}
|
||||
.xc .pagination input{width:30px;text-align:center}
|
||||
.xc .pagination button{overflow:visible}
|
||||
/* Text Button */
|
||||
.xc input.text,
|
||||
.xc button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline}
|
||||
.xc table{font-size:13px}
|
||||
.xc h1{font-size:22px}
|
||||
.xc .nav a,
|
||||
.xc .btn{text-decoration:none}
|
||||
.xc .table{border-top:1px solid #ddd;border-bottom:1px solid #ddd}
|
||||
.xc .table>caption{text-align:left;font-weight:bold}
|
||||
.xc .table>caption>.pull-right{position:relative;top:-8px}
|
||||
.xc .control-group:first-child,
|
||||
.xc .control-group:first-of-type{border-top:0}
|
||||
|
|
@ -1,77 +1,75 @@
|
|||
<include target="./common_header.html" />
|
||||
<load target="filter/delete_friend_group.xml" />
|
||||
<load target="filter/move_friend.xml" />
|
||||
<h1 class="h1">{$member_title = $lang->cmd_view_friend }</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<h1>{$member_title = $lang->cmd_view_friend }</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/communication/skins/default/frineds/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="deleteCheckedFriend" id="fo_friend_list" action="./" method="post" class="form">
|
||||
<form ruleset="deleteCheckedFriend" id="fo_friend_list" action="./" method="post">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationDeleteFriend" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/communication/skins/default/frineds/1" />
|
||||
|
||||
<div class="btnArea">
|
||||
<span class="etc">
|
||||
<select name="jumpMenu" id="jumpMenu">
|
||||
<select name="jumpMenu" id="jumpMenu" style="margin:0">
|
||||
<option value="">{$lang->default_friend_group}</option>
|
||||
<!--@foreach($friend_group_list as $key => $val)-->
|
||||
<option value="{$val->friend_group_srl}" <!--@if($val->friend_group_srl == $friend_group_srl)-->selected="selected"<!--@end--> >{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<button type="button" onclick="doJumpFriendGroup()">{$lang->cmd_move}</button>
|
||||
<button type="button" class="btn" onclick="doJumpFriendGroup()">{$lang->cmd_move}</button>
|
||||
</span>
|
||||
<select name="friend_group_list" id="friend_group_list">
|
||||
<!--@foreach($friend_group_list as $key => $val)-->
|
||||
<option value="{$val->friend_group_srl}" <!--@if($val->friend_group_srl == $friend_group_srl)-->selected="selected"<!--@end--> >{$val->title}</option>
|
||||
<!--@end-->
|
||||
<select name="friend_group_list" id="friend_group_list" style="margin:0">
|
||||
<option loop="$friend_group_list => $key,$val" value="{$val->friend_group_srl}" selected="selected"|cond="$val->friend_group_srl == $friend_group_srl">{$val->title}</option>
|
||||
</select>
|
||||
<button type="button" onclick="doRenameFriendGroup();return false;">{$lang->cmd_modify}...</button>
|
||||
<button type="button" onclick="doDeleteFriendGroup();return false;">{$lang->cmd_delete}</button>
|
||||
<a href="{getUrl('','module','communication','act','dispCommunicationAddFriendGroup')}" onclick="popopen(this.href);return false;">{$lang->cmd_add_friend_group}</a>
|
||||
<span class="btn-group">
|
||||
<button type="button" class="btn" onclick="doRenameFriendGroup();return false;">{$lang->cmd_modify}</button>
|
||||
<button type="button" class="btn" onclick="doDeleteFriendGroup();return false;">{$lang->cmd_delete}</button>
|
||||
<a href="{getUrl('','module','communication','act','dispCommunicationAddFriendGroup')}" class="btn" onclick="popopen(this.href);return false;">{$lang->cmd_add_friend_group}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<caption>Total: {$total_count}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lang->friend_group}</th>
|
||||
<th>{$lang->nick_name}</th>
|
||||
<th>{$lang->regdate}</th>
|
||||
<th><input name="check_all" type="checkbox" onclick="XE.checkboxToggleAll('friend_srl_list[]', { wrap:'fo_friend_list' });" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$friend_list => $no,$val">
|
||||
<td>{$val->group_title?$val->group_title:" "}</td>
|
||||
<td><a href="#popup_menu_area" class="member_{$val->target_srl}">{$val->nick_name}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td><input type="checkbox" name="friend_srl_list[]" value="{$val->friend_srl}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table class="table table-striped table-hover">
|
||||
<caption>Total: {$total_count}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lang->friend_group}</th>
|
||||
<th>{$lang->nick_name}</th>
|
||||
<th>{$lang->regdate}</th>
|
||||
<th><input name="check_all" type="checkbox" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$friend_list => $no,$val">
|
||||
<td>{$val->group_title?$val->group_title:" "}</td>
|
||||
<td><a href="#popup_menu_area" class="member_{$val->target_srl}">{$val->nick_name}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td><input type="checkbox" name="friend_srl_list[]" value="{$val->friend_srl}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<select name="target_friend_group_srl">
|
||||
<!--@foreach($friend_group_list as $key => $val)-->
|
||||
<option value="{$val->friend_group_srl}">{$val->title}</option>
|
||||
<!--@end-->
|
||||
<select name="target_friend_group_srl" style="margin:0">
|
||||
<option loop="$friend_group_list => $key,$val" value="{$val->friend_group_srl}">{$val->title}</option>
|
||||
</select>
|
||||
<button type="submit" name="act" value="procCommunicationMoveFriend">{$lang->cmd_move}</button>
|
||||
<button type="submit" name="act" value="procCommunicationDeleteFriend">{$lang->cmd_delete}</button>
|
||||
<span class="btn-group __submit_group">
|
||||
<button type="submit" name="act" class="btn" value="procCommunicationMoveFriend">{$lang->cmd_move}</button>
|
||||
<button type="submit" name="act" class="btn" value="procCommunicationDeleteFriend">{$lang->cmd_delete}</button>
|
||||
</span>
|
||||
</div>
|
||||
<div class="pagination">
|
||||
<a href="{getUrl('page','','document_srl','')}" class="direction">‹ {$lang->first_page}</a>
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
<!--@if($page == $page_no)-->
|
||||
<strong>{$page_no}</strong>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('page',$page_no,'document_srl','')}">{$page_no}</a>
|
||||
<div class="pagination pagination-centered">
|
||||
<ul>
|
||||
<li><a href="{getUrl('page','','document_srl','')}" class="direction">« {$lang->first_page}</a></li>
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
<li class="active"|cond="$page == $page_no"><a href="{getUrl('page',$page_no,'document_srl','')}">{$page_no}</a></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="direction">{$lang->last_page} ›</a>
|
||||
<li><a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="direction">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</form>
|
||||
<form action="./" method="get" id="for_delete_group">
|
||||
<input type="hidden" name="friend_group_srl" value="" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/communication/skins/default/frineds/1" />
|
||||
</form>
|
||||
<include target="./common_footer.html" />
|
||||
|
|
|
|||
|
|
@ -88,5 +88,16 @@ function doMoveFriend() {
|
|||
/* 친구 그룹 선택 */
|
||||
function doJumpFriendGroup() {
|
||||
var sel_val = jQuery('#jumpMenu option:selected').val();
|
||||
location.href = current_url.setQuery('friend_group_srl', sel_val);
|
||||
location.href = current_url.setQuery('friend_group_srl', sel_val);
|
||||
}
|
||||
|
||||
jQuery(function($){
|
||||
$('.__submit_group button[type=submit]').click(function(e){
|
||||
var sel_val = $('input[name="friend_srl_list[]"]:checked').length;
|
||||
if(sel_val == 0)
|
||||
{
|
||||
e.preventDefault();
|
||||
return false;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,98 +2,92 @@
|
|||
<load target="filter/delete_checked_message.xml" />
|
||||
<load target="filter/update_allow_message.xml" />
|
||||
<div class="btnArea">
|
||||
<form action="./" method="GET" class="etc" onsubmit="location.href=current_url.setQuery('message_srl','').setQuery('message_type',this.message_box.options[this.message_box.selectedIndex].value); return false;">
|
||||
<select name="message_box">
|
||||
<form action="./" method="GET" style="margin:0;display:inline-block;*display:inline;zoom:1" onsubmit="location.href=current_url.setQuery('message_srl','').setQuery('message_type',this.message_box.options[this.message_box.selectedIndex].value); return false;">
|
||||
<select name="message_box" style="margin:0">
|
||||
<option loop="$lang->message_box => $key,$val" selected="selected"|cond="$key==$message_type" value="{$key}" >{$val}</option>
|
||||
</select>
|
||||
<input type="submit" value="{$lang->cmd_select}" />
|
||||
<input type="submit" value="{$lang->cmd_select}" class="btn" />
|
||||
</form>
|
||||
<form action="./" method="POST" class="setupMessage">
|
||||
<form action="./" method="POST" style="margin:0;display:inline-block;*display:inline;zoom:1">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationUpdateAllowMessage" />
|
||||
<input type="hidden" name="message_type" value="{$message_type}" />
|
||||
<select name="allow_message">
|
||||
<select name="allow_message" style="margin:0">
|
||||
<option loop="$lang->allow_message_type => $key,$val" value="{$key}" selected="selected"|cond="$logged_info->allow_message==$key">{$val}</option>
|
||||
</select>
|
||||
<input type="submit" value="{$lang->cmd_save}">
|
||||
<input type="submit" value="{$lang->cmd_save}" class="btn">
|
||||
</form>
|
||||
</div>
|
||||
<div class="table even" cond="$message">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr>
|
||||
<th class="title">{$message->title}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="popup_menu_area" class="member_{$message->member_srl}">{$message->nick_name}</a>
|
||||
{zdate($message->regdate, "Y.m.d H:i")}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<div class="xe_content">{$message->content}</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<button cond="$message->message_type != 'S' && $message->member_srl != $logged_info->member_srl" type="button" onclick="doSendMessage('{$message->sender_srl}','{$message->message_srl}');">{$lang->cmd_reply_message}</button>
|
||||
<button cond="$message->message_type == 'R'" type="button" onclick="doStoreMessage('{$message->message_srl}');">{$lang->cmd_store}</button>
|
||||
<button type="button" onclick="doDeleteMessage('{$message->message_srl}');">{$lang->cmd_delete}</button>
|
||||
</div>
|
||||
<table class="table table-striped table-hover" cond="$message">
|
||||
<tr>
|
||||
<th>{$message->title}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="popup_menu_area" class="member_{$message->member_srl}">{$message->nick_name}</a>
|
||||
{zdate($message->regdate, "Y.m.d H:i")}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="xe_content">
|
||||
{$message->content}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="btnArea btn-group" cond="$message" style="margin-bottom:20px">
|
||||
<button class="btn" cond="$message->message_type != 'S' && $message->member_srl != $logged_info->member_srl" type="button" onclick="doSendMessage('{$message->sender_srl}','{$message->message_srl}');">{$lang->cmd_reply_message}</button>
|
||||
<button class="btn" cond="$message->message_type == 'R'" type="button" onclick="doStoreMessage('{$message->message_srl}');">{$lang->cmd_store}</button>
|
||||
<button class="btn" type="button" onclick="doDeleteMessage('{$message->message_srl}');">{$lang->cmd_delete}</button>
|
||||
</div>
|
||||
|
||||
<form action="./" method="get" id="fo_message_list">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationDeleteMessages" />
|
||||
<input type="hidden" name="message_type" value="{$message_type}" />
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col">
|
||||
<!--@if($message_type == "S")-->
|
||||
{$lang->receiver}
|
||||
<!--@else-->
|
||||
{$lang->sender}
|
||||
<!--@end-->
|
||||
</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->readed_date}</th>
|
||||
<th scope="col"><input name="check_all" type="checkbox" onclick="XE.checkboxToggleAll('message_srl_list[]', { wrap:'fo_message_list' });" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$message_list => $no,$val">
|
||||
<td class="title">
|
||||
<a cond="$val->readed=='Y'" href="{getUrl('message_srl',$val->message_srl)}">{$val->title}</a>
|
||||
<a cond="$val->readed!='Y'" href="{getUrl('message_srl',$val->message_srl)}"><strong>{$val->title}</strong></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#popup_menu_area" class="member_{$val->member_srl}">{$val->nick_name}</a>
|
||||
</td>
|
||||
<td>
|
||||
{zdate($val->regdate,"Y-m-d")}
|
||||
</td>
|
||||
<td><block cond="$val->readed=='Y'">{zdate($val->readed_date,"Y-m-d H:i")}</block> </td>
|
||||
<td><input name="message_srl_list[]" type="checkbox" value="{$val->message_srl}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col">
|
||||
<!--@if($message_type == "S")-->
|
||||
{$lang->receiver}
|
||||
<!--@else-->
|
||||
{$lang->sender}
|
||||
<!--@end-->
|
||||
</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->readed_date}</th>
|
||||
<th scope="col"><input name="check_all" type="checkbox" onclick="XE.checkboxToggleAll('message_srl_list[]', {wrap:'fo_message_list'})"/></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$message_list => $no,$val">
|
||||
<td class="title">
|
||||
<a cond="$val->readed=='Y'" href="{getUrl('message_srl',$val->message_srl)}">{$val->title}</a>
|
||||
<a cond="$val->readed!='Y'" href="{getUrl('message_srl',$val->message_srl)}"><strong>{$val->title}</strong></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#popup_menu_area" class="member_{$val->member_srl}">{$val->nick_name}</a>
|
||||
</td>
|
||||
<td>
|
||||
{zdate($val->regdate,"Y-m-d")}
|
||||
</td>
|
||||
<td><block cond="$val->readed=='Y'">{zdate($val->readed_date,"Y-m-d H:i")}</block> </td>
|
||||
<td><input name="message_srl_list[]" type="checkbox" value="{$val->message_srl}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<input type="submit" value="{$lang->cmd_delete}" />
|
||||
<input type="submit" class="btn" value="{$lang->cmd_delete}" />
|
||||
</div>
|
||||
</form>
|
||||
<div class="pagination">
|
||||
<a href="{getUrl('page','','document_srl','')}" class="direction">‹ {$lang->first_page}</a>
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
<!--@if($page == $page_no)-->
|
||||
<strong>{$page_no}</strong>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('page',$page_no,'document_srl','')}">{$page_no}</a>
|
||||
<div class="pagination pagination-centered">
|
||||
<ul>
|
||||
<li><a href="{getUrl('page','','document_srl','')}" class="direction">« {$lang->first_page}</a></li>
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
<li class="active"|cond="$page == $page_no"><a href="{getUrl('page',$page_no,'document_srl','')}">{$page_no}</a></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="direction">{$lang->last_page} ›</a>
|
||||
<li><a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="direction">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<include target="./common_footer.html" />
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<load target="css/communication.css" />
|
||||
<load target="js/communication.js" />
|
||||
<!--@if($message)-->
|
||||
<h1 class="h1">{$lang->message_received}</h1>
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<div class="xc" cond="$message">
|
||||
<h1>{$lang->message_received}</h1>
|
||||
<table class="table table-striped table-hover">
|
||||
<!--@if($message->member_srl != $logged_info->member_srl)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->sender}</th>
|
||||
|
|
@ -11,19 +11,17 @@
|
|||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
<td class="title">{htmlspecialchars($message->title)}</td>
|
||||
<td>{htmlspecialchars($message->title)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="xe_content">{$message->content}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<span class="btn-group">
|
||||
<button cond="$message->member_srl != $logged_info->member_srl" class="btn" type="button" onclick="doSendMessage('{$message->sender_srl}','{$message->message_srl}');return false;">{$lang->cmd_reply_message}</button>
|
||||
<button type="button" class="btn" onclick="doStoreMessage('{$message->message_srl}');return false;">{$lang->cmd_store}</button>
|
||||
<button type="button" class="btn" onclick="doDeleteMessage('{$message->message_srl}');return false;">{$lang->cmd_delete}</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<span class="etc"><button type="button" onclick="location.href=location.href;return false;">{$lang->cmd_next}</button></span>
|
||||
<!--@if($message->member_srl != $logged_info->member_srl)-->
|
||||
<button type="button" onclick="doSendMessage('{$message->sender_srl}','{$message->message_srl}');return false;">{$lang->cmd_reply_message}</button>
|
||||
<!--@end-->
|
||||
<button type="button" onclick="doStoreMessage('{$message->message_srl}');return false;">{$lang->cmd_store}</button>
|
||||
<button type="button" onclick="doDeleteMessage('{$message->message_srl}');return false;">{$lang->cmd_delete}</button>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -1,22 +1,24 @@
|
|||
<load target="css/communication.css" />
|
||||
<load target="js/communication.js" />
|
||||
<h1 class="h1">{$lang->cmd_send_message}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="sendMessage" action="./" method="post">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationSendMessage" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($source_message->content)}" />
|
||||
<input type="hidden" name="receiver_srl" value="{$receiver_info->member_srl}" />
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0" class="form">
|
||||
<div class="xc">
|
||||
<h1>{$lang->cmd_send_message}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/communication/skins/default/send_message/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="sendMessage" action="./" method="post">
|
||||
<input type="hidden" name="module" value="communication" />
|
||||
<input type="hidden" name="act" value="procCommunicationSendMessage" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($source_message->content)}" />
|
||||
<input type="hidden" name="receiver_srl" value="{$receiver_info->member_srl}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/communication/skins/default/send_message/1" />
|
||||
<table class="table table-striped table-hover">
|
||||
<tr>
|
||||
<th scope="row"><label for="textfield1">{$lang->receiver}</label></th>
|
||||
<td>{$receiver_info->nick_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
<td><input type="text" name="title" id="message_title" value="{$source_message->title}"/></td>
|
||||
<td><input type="text" name="title" id="message_title" value="{$source_message->title}" style="width:90%" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->cmd_option}</th>
|
||||
|
|
@ -24,8 +26,8 @@
|
|||
</tr>
|
||||
</table>
|
||||
{$editor}
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_send_message}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<div class="btnArea">
|
||||
<input type="submit" value="{$lang->cmd_send_message}" class="btn btn-inverse" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -50,73 +50,4 @@
|
|||
<name xml:lang="zh-TW">NHN</name>
|
||||
<name xml:lang="tr">NHN</name>
|
||||
</author>
|
||||
|
||||
<colorset>
|
||||
<color name="white" src="screenshot/white.gif">
|
||||
<title xml:lang="ko">기본</title>
|
||||
<title xml:lang="zh-CN">默认</title>
|
||||
<title xml:lang="jp">デフォルト</title>
|
||||
<title xml:lang="en">default</title>
|
||||
<title xml:lang="vi">Mặc định</title>
|
||||
<title xml:lang="es">Por defecto</title>
|
||||
<title xml:lang="ru">умолчанию</title>
|
||||
<title xml:lang="zh-TW">預設</title>
|
||||
<title xml:lang="tr">varsayılan</title>
|
||||
</color>
|
||||
<color name="cyan" src="screenshot/cyan.gif">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">青緑</title>
|
||||
<title xml:lang="zh-CN">青绿色</title>
|
||||
<title xml:lang="en">cyan</title>
|
||||
<title xml:lang="vi">Cyan</title>
|
||||
<title xml:lang="es">Cian</title>
|
||||
<title xml:lang="ru">бирюзовый</title>
|
||||
<title xml:lang="zh-TW">青綠色</title>
|
||||
<title xml:lang="tr">Deniz Mavisi</title>
|
||||
</color>
|
||||
<color name="green" src="screenshot/green.gif">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">緑</title>
|
||||
<title xml:lang="zh-CN">绿色</title>
|
||||
<title xml:lang="en">green</title>
|
||||
<title xml:lang="vi">Green</title>
|
||||
<title xml:lang="es">Verde</title>
|
||||
<title xml:lang="ru">зеленый</title>
|
||||
<title xml:lang="zh-TW">綠色</title>
|
||||
<title xml:lang="tr">Yeşil</title>
|
||||
</color>
|
||||
<color name="red" src="screenshot/red.gif">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">赤</title>
|
||||
<title xml:lang="zh-CN">红色</title>
|
||||
<title xml:lang="en">red</title>
|
||||
<title xml:lang="vi">Red</title>
|
||||
<title xml:lang="es">Roja</title>
|
||||
<title xml:lang="ru">красный</title>
|
||||
<title xml:lang="zh-TW">紅色</title>
|
||||
<title xml:lang="tr">Kırmızı</title>
|
||||
</color>
|
||||
<color name="purple" src="screenshot/purple.gif">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">紫</title>
|
||||
<title xml:lang="zh-CN">紫色</title>
|
||||
<title xml:lang="en">purple</title>
|
||||
<title xml:lang="vi">Purple</title>
|
||||
<title xml:lang="es">Púrpura</title>
|
||||
<title xml:lang="ru">Лиловый</title>
|
||||
<title xml:lang="zh-TW">紫色</title>
|
||||
<title xml:lang="tr">Mor</title>
|
||||
</color>
|
||||
<color name="black" src="screenshot/black.gif">
|
||||
<title xml:lang="ko">검은색</title>
|
||||
<title xml:lang="jp">黒</title>
|
||||
<title xml:lang="en">Black</title>
|
||||
<title xml:lang="vi">Black</title>
|
||||
<title xml:lang="ru">Черного</title>
|
||||
<title xml:lang="es">Negro</title>
|
||||
<title xml:lang="zh-CN">黑色</title>
|
||||
<title xml:lang="zh-TW">黑色</title>
|
||||
<title xml:lang="tr">Siyah</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue