} </script> </head> <body onload="viewMs();"> <form method="post" action="send_message.php" enctype="multipart/form-data"> <input type="hidden" value="1" name="send_method" id="send_method"/> <div class="container"> <header> <h1>Send a new subject</h1> <h2>Total Users : <?php include_once './db_functions.php'; $db = new DB_Functions(); echo $db->getUsersCount(); ?> </h2> <br><br><br><br> </header> <section class="tabs"> <input id="tab-1" style="opacity: 0;" type="radio" name="radio-set" class="tab-selector-1" checked="checked" /> <label for="tab-1" class="tab-label-1">Info</label> <input id="tab-2" style="opacity: 0;" type="radio" name="radio-set" class="tab-selector-2" /> <label for="tab-2" class="tab-label-2">Images</label> <input id="tab-3" style="opacity: 0;" type="radio" name="radio-set" class="tab-selector-3" /> <label for="tab-3" class="tab-label-3">Users</label> <div class="clear-shadow"></div>
} } </script> </head> <body onload="pageLoaded();"> <form method="post" action="send_message.php" enctype="multipart/form-data"> <div class="container"> <header> <h1>Send a new subject</h1> <br><br> <h3>Users Count <?php include_once './db_functions.php'; $db = new DB_Functions(); print $db->getUsersCount(); $db->close(); ?> </h3> <br> <h3>Total of bytes : <span id="bytesView">0</span> / 4096 <i> <a style="color:#267;text-decoration: underline;" onclick="calculate();"> Refresh</a></i></h3> <input type="text" name="users_ids" value="" size="60" placeholder="enter ids separate them with sime colon (;)"/> <br><br><br> </header> <section class="tabs"> <input id="tab-1" style="opacity: 0;" type="radio" name="radio-set" class="tab-selector-1" checked="checked" /> <label for="tab-1" class="tab-label-1">Info</label> <input id="tab-2" style="opacity: 0;" type="radio" name="radio-set" class="tab-selector-2" /> <label for="tab-2" class="tab-label-2">Images</label>