806 lines
17 KiB
PHP
806 lines
17 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Survey - Misdew</title>
|
|
<meta charset="UTF-8">
|
|
<meta content="We're a social network. Check us out." name="description">
|
|
<meta content="Misdew, MD, Social, Network, Communication" name="keywords">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="theme-color" content="#a64ca6">
|
|
<link rel="icon" type="image/png" href="/img/MD_logo.png">
|
|
<link rel="apple-touch-icon" href="/img/MD_logo.png">
|
|
<style type="text/css">
|
|
@import url(https://fonts.googleapis.com/css?family=Caveat+Brush);
|
|
@import url(https://fonts.googleapis.com/css?family=Schoolbell);
|
|
@font-face {
|
|
font-family: 'Dosis';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Dosis Regular'), local('Dosis-Regular'), url(/2G6sVpO-7ZhC0_ceUPvsmQ.woff2) format('woff2'), url(/tYjwoPxcNbCapURVAi2M5g.woff) format('woff');
|
|
}
|
|
textarea {
|
|
resize: none !important;
|
|
}
|
|
::-webkit-scrollbar {
|
|
display: none !important;
|
|
}
|
|
body {
|
|
margin: 0px;
|
|
font-size: 15px;
|
|
background-color: #cccccc;
|
|
font-family: 'Dosis', sans-serif;
|
|
}
|
|
.post_button1 {
|
|
font-family: 'Dosis', sans-serif;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ffc04c;
|
|
font-size: 20px;
|
|
width: 90%;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
.get_button1 {
|
|
height: 95%;
|
|
font-family: 'Dosis', sans-serif;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
.send_button1 {
|
|
font-family: 'Dosis', sans-serif;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ffc04c;
|
|
font-size: 15px;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
.settings_button1 {
|
|
font-family: 'Dosis', sans-serif;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ffc04c;
|
|
font-size: 18px;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
.staff_button1 {
|
|
font-family: 'Dosis', sans-serif;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ffc04c;
|
|
font-size: 18px;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
.staff_slct {
|
|
font-size: 18px;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
.link_now {
|
|
color: blue;
|
|
text-decoration: none;
|
|
}
|
|
.error_1 {
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
background-color: #ff4c4c;
|
|
width: 60%;
|
|
border-radius: 10px;
|
|
}
|
|
.success_1 {
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
background-color: #66b266;
|
|
width: 60%;
|
|
border-radius: 10px;
|
|
}
|
|
.inf_1 {
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
background-color: #1985db;
|
|
width: 60%;
|
|
border-radius: 10px;
|
|
padding: 5px;
|
|
}
|
|
.join_button {
|
|
font-family: 'Dosis', sans-serif;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ffc04c;
|
|
font-size: 20px;
|
|
width: 90%;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
.join_div1 {
|
|
border-radius: 8px;
|
|
background-color: #ff3c64;
|
|
text-align: center;
|
|
width: 85%;
|
|
padding-bottom: 5px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
}
|
|
.join_tables {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.login_button {
|
|
font-family: 'Dosis', sans-serif;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ffc04c;
|
|
font-size: 20px;
|
|
width: 90%;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
.login_div1 {
|
|
border-radius: 8px;
|
|
background-color: #ff3c64;
|
|
text-align: center;
|
|
width: 85%;
|
|
padding-bottom: 5px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
}
|
|
.post_div1 {
|
|
border-radius: 8px;
|
|
background-color: #ff3c64;
|
|
width: 85%;
|
|
padding-bottom: 8px;
|
|
}
|
|
.login_tables {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.status_table1 {
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.cmnt_table1 {
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.status_table2 {
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.cmnt_table2 {
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.text_box1 {
|
|
font-family: 'Dosis', sans-serif;
|
|
font-size: 20px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
background-color: #fafafa;
|
|
width: 85%;
|
|
}
|
|
.text_box2 {
|
|
font-family: 'Dosis', sans-serif;
|
|
font-size: 20px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
width: 240px;
|
|
background-color: #ffffff;
|
|
}
|
|
.text_boxn {
|
|
font-family: 'Dosis', sans-serif;
|
|
font-size: 20px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
width: 240px;
|
|
background-color: #ff3c64;
|
|
color: #fff;
|
|
}
|
|
.text_box3 {
|
|
font-family: 'Dosis', sans-serif;
|
|
font-size: 15px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
background-color: #ffffff;
|
|
}
|
|
.text_box4 {
|
|
font-family: 'Dosis', sans-serif;
|
|
font-size: 15px;
|
|
-webkit-apparance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
background-color: #e5e5e5;
|
|
}
|
|
.Misdew_top_bar {
|
|
width: 100%;
|
|
background-color: #a64ca6;
|
|
text-align: center;
|
|
color: white;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
top: 0;
|
|
z-index: 2;
|
|
position: fixed;
|
|
}
|
|
.app_top_bar {
|
|
background-color: #a64ca6;
|
|
width: 100%;
|
|
color: white;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
top: 0;
|
|
z-index: 2;
|
|
position: fixed;
|
|
}
|
|
.top_bar_td1 {
|
|
width: 33.3%;
|
|
text-align: left;
|
|
}
|
|
.top_bar_td2 {
|
|
width: 33.3%;
|
|
text-align: center;
|
|
}
|
|
.top_bar_td3 {
|
|
width: 33.3%;
|
|
text-align: right;
|
|
}
|
|
.app_top {
|
|
width: 95%;
|
|
background-color: #c081c0;
|
|
}
|
|
.panel_content {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
text-align: center;
|
|
}
|
|
.status_info {
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
}
|
|
.cmnt_info {
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
}
|
|
.status_tago {
|
|
color: #808080;
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
}
|
|
.cmnt_tago {
|
|
color: #808080;
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
}
|
|
.status_div1 {
|
|
width: 95%;
|
|
background-color: #fafafa;
|
|
border-radius: 8px;
|
|
table-layout: fixed;
|
|
}
|
|
.cmnt_div1 {
|
|
width: 85%;
|
|
background-color: #fafafa;
|
|
border-radius: 8px;
|
|
table-layout: fixed;
|
|
}
|
|
.status_post {
|
|
font-size: 15px;
|
|
padding: 5px;
|
|
word-break: break-word;
|
|
}
|
|
.cmnt_post {
|
|
font-size: 15px;
|
|
padding: 5px;
|
|
word-break: break-word;
|
|
}
|
|
.frnd_txt {
|
|
color: #000000;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
.ntop_bar {
|
|
width: 100%;
|
|
position: fixed;
|
|
z-index: 2;
|
|
background-color: #a64ca6;
|
|
font-size: 28px;
|
|
color: #fff;
|
|
text-align: center;
|
|
box-shadow:0 4px 9px -2px #232323;
|
|
-moz-box-shadow:0 4px 9px -2px #232323;
|
|
-webkit-box-shadow:0 4px 9px -2px #232323;
|
|
}
|
|
.nttop_bar {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.login_div {
|
|
border-radius: 8px;
|
|
background-color: #ff3c64;
|
|
text-align: center;
|
|
width: 80%;
|
|
padding-top: 5px;
|
|
padding-bottom: 0px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
}
|
|
.login_table {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.login_tbox {
|
|
font-family: 'Dosis', sans-serif;
|
|
font-size: 23px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
background-color: #ff3c64;
|
|
width: 85%;
|
|
color: #fff;
|
|
}
|
|
.login_tbox:active, .login_tbox:hover {
|
|
transition: .3s;
|
|
border-bottom: 2px solid #e5365a;
|
|
}
|
|
.login_sbutton {
|
|
font-family: 'Dosis', sans-serif;
|
|
padding-top: 5px;
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ffc04c;
|
|
font-size: 20px;
|
|
width: 90%;
|
|
border: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
.login_stxt {
|
|
font-size: 20px;
|
|
}
|
|
.info_div {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 5px;
|
|
padding-top: 8px;
|
|
width: 75%;
|
|
font-size: 18px;
|
|
}
|
|
.join_btn {
|
|
background-color: #e5365a;
|
|
border-bottom-left-radius: 8px;
|
|
border-bottom-right-radius: 8px;
|
|
color: #fff;
|
|
padding-top: 8px;
|
|
padding-bottom: 5px;
|
|
font-size: 13px;
|
|
}
|
|
.error_div {
|
|
background-color: #ff4c4c;
|
|
color: #fff;
|
|
border-radius: 8px;
|
|
padding: 3px;
|
|
padding-top: 5px;
|
|
width: 50%;
|
|
font-size: 18px;
|
|
}
|
|
.copyright {
|
|
font-size: 10px;
|
|
color: #808080;
|
|
}
|
|
/* the beginning of themes */
|
|
/* Stuff on Panel */
|
|
/* Apps */
|
|
.app {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
padding-left: auto;
|
|
padding-right: auto;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 18px;
|
|
border-radius: 3px;
|
|
width: 20%;
|
|
}
|
|
#profile {
|
|
background-color: #00E572;
|
|
}
|
|
#feed {
|
|
background-color: #FFA500;
|
|
}
|
|
#chat {
|
|
background-color: #00cccc;
|
|
}
|
|
#mail {
|
|
background-color: #ff4a4a;
|
|
}
|
|
#help {
|
|
background-color: #758ab6;
|
|
}
|
|
#blogs {
|
|
background-color: #6ccc9d;
|
|
}
|
|
#forums {
|
|
background-color: #198e8e;
|
|
}
|
|
#groups {
|
|
background-color: #FF8DA1;
|
|
}
|
|
#draw {
|
|
background-color: #8c66b2;
|
|
}
|
|
#market {
|
|
background-color: #c06969;
|
|
}
|
|
#notifications {
|
|
background-color: #1985db;
|
|
}
|
|
#settings {
|
|
background-color: #ff6666;
|
|
}
|
|
/* Content Divs */
|
|
.cdiv {
|
|
background-color: #fafafa;
|
|
width: 85%;
|
|
text-align: center;
|
|
padding: 5px;
|
|
border-radius: 8px;
|
|
max-width: 400px;
|
|
}
|
|
/* Footer Info */
|
|
.rules_bar {
|
|
border-radius: 8px;
|
|
padding: 3px;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
background-color: #5ea9e5;
|
|
text-align: center;"
|
|
}
|
|
/* Misdew Header */
|
|
.header_div {
|
|
width: 100%;
|
|
background-color: #a64ca6;
|
|
max-width: 600px;
|
|
color: #743574;
|
|
box-shadow: 0 4px 9px -2px #232323;
|
|
-moz-box-shadow: 0 4px 9px -2px #232323;
|
|
-webkit-box-shadow: 0 4px 9px -2px #232323;
|
|
}
|
|
#header_icon_back {
|
|
color: #743574;
|
|
}
|
|
#header_icon_theme {
|
|
color: #743574;
|
|
-webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
|
|
}
|
|
#header_icon_notif {
|
|
color: #743574;
|
|
}
|
|
#header_icon_notif_unread {
|
|
color: #ffc04c;
|
|
}
|
|
#header_icon_logout {
|
|
color: #743574;
|
|
}
|
|
|
|
body {
|
|
margin: 0px;
|
|
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
|
|
-webkit-tap-highlight-color:transparent;
|
|
}
|
|
.onoffswitch {
|
|
position: relative; width: 69px;
|
|
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
|
|
-webkit-tap-highlight-color:transparent
|
|
}
|
|
.onoffswitch-checkbox {
|
|
display: none;
|
|
}
|
|
.onoffswitch-label {
|
|
display: block; overflow: hidden; cursor: pointer;
|
|
height: 26px; padding: 0; line-height: 26px;
|
|
border: 0px solid #CCCCCC; border-radius: 36px;
|
|
background-color: #ccc;
|
|
}
|
|
.onoffswitch-label:before {
|
|
content: "";
|
|
display: block; width: 36px; margin: -5px;
|
|
background: #ccc;
|
|
position: absolute; top: 0; bottom: 0;
|
|
right: 39px;
|
|
border-radius: 36px;
|
|
box-shadow: 0 6px 12px 0px #757575;
|
|
}
|
|
.onoffswitch-checkbox:checked + .onoffswitch-label {
|
|
background-color: #C081C0;
|
|
}
|
|
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
|
|
border-color: #C081C0;
|
|
}
|
|
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
|
|
margin-left: 0;
|
|
}
|
|
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
|
|
right: 0px;
|
|
background-color: #A64CA6;
|
|
box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
|
|
.onoffswitch2 {
|
|
position: relative; width: 69px;
|
|
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
|
|
-webkit-tap-highlight-color:transparent
|
|
}
|
|
.onoffswitch-checkbox2 {
|
|
display: none;
|
|
}
|
|
.onoffswitch-label2 {
|
|
display: block; overflow: hidden; cursor: pointer;
|
|
height: 26px; padding: 0; line-height: 26px;
|
|
border: 0px solid #CCCCCC; border-radius: 36px;
|
|
background-color: #ccc;
|
|
}
|
|
.onoffswitch-label2:before {
|
|
content: "";
|
|
display: block; width: 36px; margin: -5px;
|
|
background: #ccc;
|
|
position: absolute; top: 0; bottom: 0;
|
|
right: 39px;
|
|
border-radius: 36px;
|
|
box-shadow: 0 6px 12px 0px #757575;
|
|
}
|
|
.onoffswitch-checkbox2:checked + .onoffswitch-label2 {
|
|
background-color: #C081C0;
|
|
}
|
|
.onoffswitch-checkbox2:checked + .onoffswitch-label2, .onoffswitch-checkbox2:checked + .onoffswitch-label2:before {
|
|
border-color: #C081C0;
|
|
}
|
|
.onoffswitch-checkbox2:checked + .onoffswitch-label2 .onoffswitch-inner2 {
|
|
margin-left: 0;
|
|
}
|
|
.onoffswitch-checkbox2:checked + .onoffswitch-label2:before {
|
|
right: 0px;
|
|
background-color: #A64CA6;
|
|
box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.onoffswitch3 {
|
|
position: relative; width: 69px;
|
|
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
|
|
-webkit-tap-highlight-color:transparent;
|
|
}
|
|
.onoffswitch-checkbox3 {
|
|
display: none;
|
|
}
|
|
.onoffswitch-label3 {
|
|
display: block; overflow: hidden; cursor: pointer;
|
|
height: 26px; padding: 0; line-height: 26px;
|
|
border: 0px solid #CCCCCC; border-radius: 36px;
|
|
background-color: #ccc;
|
|
}
|
|
.onoffswitch-label3:before {
|
|
content: "";
|
|
display: block; width: 36px; margin: -5px;
|
|
background: #ccc;
|
|
position: absolute; top: 0; bottom: 0;
|
|
right: 39px;
|
|
border-radius: 36px;
|
|
box-shadow: 0 6px 12px 0px #757575;
|
|
}
|
|
.onoffswitch-checkbox3:checked + .onoffswitch-label3 {
|
|
background-color: #C081C0;
|
|
}
|
|
.onoffswitch-checkbox3:checked + .onoffswitch-label3, .onoffswitch-checkbox3:checked + .onoffswitch-label3:before {
|
|
border-color: #C081C0;
|
|
}
|
|
.onoffswitch-checkbox3:checked + .onoffswitch-label3 .onoffswitch-inner3 {
|
|
margin-left: 0;
|
|
}
|
|
.onoffswitch-checkbox3:checked + .onoffswitch-label3:before {
|
|
right: 0px;
|
|
background-color: #A64CA6;
|
|
box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
::-webkit-input-placeholder {
|
|
color: #808080;
|
|
}
|
|
:-moz-placeholder {
|
|
color: #808080;
|
|
opacity: 1;
|
|
}
|
|
::-moz-placeholder {
|
|
color: #808080;
|
|
opacity: 1;
|
|
}
|
|
:-ms-input-placeholder {
|
|
color: #808080;
|
|
}
|
|
input:focus,
|
|
select:focus,
|
|
textarea:focus,
|
|
button:focus {
|
|
outline: none;
|
|
}
|
|
.app_top_bar {
|
|
background-color: #a64ca6;
|
|
width: 100%;
|
|
position: fixed;
|
|
color: #fff;
|
|
font-size: 28px;
|
|
text-align: center;
|
|
top: 0;
|
|
z-index: 2;
|
|
font-weight: normal;
|
|
box-shadow: 0 4px 9px -2px #232323;
|
|
-moz-box-shadow: 0 4px 9px -2px #232323;
|
|
-webkit-box-shadow: 0 4px 9px -2px #232323;
|
|
}
|
|
|
|
.cdiv {
|
|
box-shadow: 0 0 7px -2px #232323;
|
|
-moz-box-shadow: 0 0 7px -2px #232323;
|
|
-webkit-box-shadow: 0 0 7px -2px #232323;
|
|
}
|
|
.sdiv {
|
|
box-shadow: 0 0 5px -2px #232323;
|
|
-moz-box-shadow: 0 0 5px -2px #232323;
|
|
-webkit-box-shadow: 0 0 5px -2px #232323;
|
|
}
|
|
.inf_1 {
|
|
box-shadow: 0 0 10px -1px #232323;
|
|
-moz-box-shadow: 0 0 10px -1px #232323;
|
|
-webkit-box-shadow: 0 0 10px -1px #232323;
|
|
}
|
|
|
|
|
|
.check {
|
|
font-size: 30px;
|
|
color: #808080;
|
|
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
|
|
-webkit-tap-highlight-color:transparent;
|
|
}
|
|
.check:hover {
|
|
color: #66b266;
|
|
font-size: 35px;
|
|
}
|
|
.check:active {
|
|
color: #66b266;
|
|
font-size: 35px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<div class="ntop_bar">
|
|
<table class="nttop_bar">
|
|
<tr>
|
|
<td style="width: 15%;" onclick="window.location='/panel';" class="appm">M</td>
|
|
<td class="app_top">
|
|
Survey
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<br><br>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<div class="sdiv" style="padding-bottom: 3px; background-color: #ff3c64; font-weight: bold; width: 95%; color: #ffffff; font-size: 20px; border-top-right-radius: 8px; border-top-left-radius: 8px;">
|
|
MDv4
|
|
</div>
|
|
<div class="cdiv" style="width: 95%; background-color: #f2f2f3; color: #000000; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;">
|
|
<br>
|
|
<?php
|
|
//if ($s_count == '0') {
|
|
echo "<form action=\"\" method=\"post\" autocomplete=\"off\">
|
|
<span style=\"font-weight: bold; font-size: 18px;\">Do you believe in Misdew?</span>
|
|
<br><br>
|
|
<div class=\"onoffswitch\">
|
|
<input type=\"checkbox\" name=\"believe_md\" class=\"onoffswitch-checkbox\" id=\"myonoffswitch\">
|
|
<label class=\"onoffswitch-label\" for=\"myonoffswitch\"></label>
|
|
</div>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<span style=\"font-weight: bold; font-size: 18px;\">Do you like the \"attack\" feature in the chat?</span>
|
|
<br><br>
|
|
<div class=\"onoffswitch3\">
|
|
<input type=\"checkbox\" name=\"attack_md\" class=\"onoffswitch-checkbox3\" id=\"myonoffswitch3\">
|
|
<label class=\"onoffswitch-label3\" for=\"myonoffswitch3\"></label>
|
|
</div>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<span style=\"font-weight: bold; font-size: 18px;\">Are you excited for MDv5?</span>
|
|
<br><br>
|
|
<div class=\"onoffswitch2\">
|
|
<input type=\"checkbox\" name=\"ex_mdv5\" class=\"onoffswitch-checkbox2\" id=\"myonoffswitch2\">
|
|
<label class=\"onoffswitch-label2\" for=\"myonoffswitch2\"></label>
|
|
</div>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<span style=\"font-weight: bold; font-size: 18px;\">Do you have anything that you'd like to add?</span> <br><br>
|
|
|
|
<input type=\"text\" name=\"comments\" placeholder=\"Type here...\" style=\"border: none; font-family: 'Dosis', sans-serif;
|
|
font-size: 20px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
border-bottom: 2px solid #000;
|
|
background-color: #f2f2f2;
|
|
width: 85%;\"> <br><br>
|
|
|
|
<div class=\"check\" onclick=\"this.parentNode.submit()\">✔ I'm done!</div>
|
|
</form>";
|
|
//}
|
|
//else {
|
|
//echo "<span style=\"font-weight: bold; font-size: 20px;\">Thanks for your input, $logged_username!</span> <br>";
|
|
//}
|
|
?>
|
|
<br>
|
|
</div>
|
|
|
|
|
|
<br><br>
|
|
</center>
|
|
</body>
|
|
</html>
|