Added a more friendy incoming text
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
<messages>
|
<messages>
|
||||||
<message id="welcome">
|
<message id="welcome">
|
||||||
<header>
|
<header>
|
||||||
<h1>Welcome to Our Website - Your Premier Destination for Chat, Single Chat, and Image Exchange</h1>
|
<h2>Welcome to Our Website - Your Premier Destination for Chat, Single Chat, and Image Exchange</h2>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<h2>Why Choose Us?</h2>
|
<h3>Why Choose Us?</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<li><strong>Chat:</strong> Dive into our dynamic chat rooms where you can converse with individuals from around the globe. Whether you're seeking casual conversations or meaningful connections, our chat feature offers a seamless and enjoyable experience.</li>
|
<li><strong>Chat:</strong> Dive into our dynamic chat rooms where you can converse with individuals from around the globe. Whether you're seeking casual conversations or meaningful connections, our chat feature offers a seamless and enjoyable experience.</li>
|
||||||
<li><strong>Single Chat:</strong> Searching for that special someone? Our single chat option provides a tailored environment for singles to mingle, flirt, and potentially find their perfect match. With advanced search filters and interactive features, meeting new people has never been easier.</li>
|
<li><strong>Single Chat:</strong> Searching for that special someone? Our single chat option provides a tailored environment for singles to mingle, flirt, and potentially find their perfect match. With advanced search filters and interactive features, meeting new people has never been easier.</li>
|
||||||
@@ -16,9 +16,17 @@
|
|||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>Join Us Today!</h2>
|
<h3>Join Us Today!</h3>
|
||||||
<p>Ready to embark on your journey of discovery and connection? Sign up now and experience the ultimate chat, single chat, and image exchange platform. Join our vibrant community and unlock endless possibilities today!</p>
|
<p>Ready to embark on your journey of discovery and connection? Sign up now and experience the ultimate chat, single chat, and image exchange platform. Join our vibrant community and unlock endless possibilities today!</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</message>
|
</message>
|
||||||
|
<message id="introduction">
|
||||||
|
<main>
|
||||||
|
<h2>Welcome aboard!</h2>
|
||||||
|
<p>We're thrilled to have you join our community. Here, honesty, friendliness, and respect are our guiding principles.</p>
|
||||||
|
<p>As you explore, remember to be yourself and treat others with kindness. We have zero tolerance for insults, harassment, or unauthorized content.</p>
|
||||||
|
<p>Let's make this a welcoming space where everyone feels valued and safe. Welcome, and enjoy your time with us!</p>
|
||||||
|
</main>
|
||||||
|
</message>
|
||||||
</messages>
|
</messages>
|
||||||
|
|||||||
@@ -1104,14 +1104,7 @@ void App::incomingBroadcast() {
|
|||||||
void App::startChat() {
|
void App::startChat() {
|
||||||
createMenu();
|
createMenu();
|
||||||
contentContainer_->clear();
|
contentContainer_->clear();
|
||||||
contentContainer_->addNew<Wt::WText>("A warm welcome. We wish you lots of fun.<br /><br />"
|
contentContainer_->addNew<Wt::WText>(Wt::WString::tr("introduction"), Wt::TextFormat::UnsafeXHTML);
|
||||||
"Please note the following:<br/><ul>"
|
|
||||||
"<li>Be honest</li>"
|
|
||||||
"<li>Be friendly</li>"
|
|
||||||
"<li>Do not insult</li>"
|
|
||||||
"<li>Do not be sexually assaultive</li>"
|
|
||||||
"<li>Do not send unauthorized content</li>"
|
|
||||||
"<li>Do not harass anyone</li></ul>", Wt::TextFormat::UnsafeXHTML);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void App::createUserListContainer(Wt::WHBoxLayout *layout) {
|
void App::createUserListContainer(Wt::WHBoxLayout *layout) {
|
||||||
|
|||||||
Reference in New Issue
Block a user