"
<?php 
            if ($this->_tpl_vars['option_obj']['advanced']) {
                ?>
class="advanced-option-input"<?php 
            }
            ?>
>

    <?php 
            if ($this->_tpl_vars['option_obj']['type'] == 'text_element') {
                ?>
        <input type="text" 
        value="<?php 
                if (isset($this->_tpl_vars['option_obj']['value'])) {
                    echo is_array($_tmp = $this->_tpl_vars['option_obj']['value']) ? $this->_run_mod_handler('filter_xss', true, $_tmp) : smarty_modifier_filter_xss($_tmp);
                }
                ?>
"
            name="plugin_options_<?php 
                echo $this->_tpl_vars['option_obj']['name'];
                ?>
" id="plugin_options_<?php 
                echo $this->_tpl_vars['option_obj']['name'];
                ?>
"
            <?php 
                if (isset($this->_tpl_vars['option_obj']['size'])) {
                    ?>
size="<?php 
                    echo $this->_tpl_vars['option_obj']['size'];
</small></span>
           <?php 
            if ($this->_tpl_vars['o']->instances != null) {
                ?>
           <br><br>Service users:
           <span style="color:#666"><br><small>
            <?php 
                $_from = $this->_tpl_vars['o']->instances;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                if (count($_from)) {
                    foreach ($_from as $this->_tpl_vars['iid'] => $this->_tpl_vars['i']) {
                        ?>
                <?php 
                        echo is_array($_tmp = $this->_tpl_vars['i']->network_username) ? $this->_run_mod_handler('filter_xss', true, $_tmp) : smarty_modifier_filter_xss($_tmp);
                        ?>
 | <?php 
                        echo is_array($_tmp = $this->_tpl_vars['i']->network) ? $this->_run_mod_handler('capitalize', true, $_tmp) : smarty_modifier_capitalize($_tmp);
                        ?>

                <?php 
                        if (!$this->_tpl_vars['i']->is_active) {
                            ?>
 (paused)<?php 
                        }
                        ?>
<br>
            <?php 
                    }
                }
            <form name="login-form" method="post" action="<?php 
echo $this->_tpl_vars['site_root_path'];
?>
session/login.php" class="login form-horizontal">

                <fieldset style="background-color : white; padding-top : 30px;">

                    <div class="control-group input-prepend">
                        <label class="control-label" for="email">Email</label>
                        <div class="controls">
                            <span class="add-on"><i class="icon-envelope"></i></span>
                            <input class="input-xlarge" type="email" name="email" id="email"<?php 
if (isset($this->_tpl_vars['email'])) {
    ?>
 value="<?php 
    echo is_array($_tmp = $this->_tpl_vars['email']) ? $this->_run_mod_handler('filter_xss', true, $_tmp) : smarty_modifier_filter_xss($_tmp);
    ?>
"<?php 
}
?>
 autofocus="autofocus">
                        </div>
                    </div>

                    <div class="control-group input-prepend">
                        <label class="control-label" for="pwd">Password</label>
                        <div class="controls">
                            <span class="add-on"><i class="icon-key"></i></span>
                            <input class="input-xlarge" type="password" name="pwd" id="pwd">
                        </div>
                    </div>