Added welcome page content
This commit is contained in:
@@ -68,7 +68,7 @@ App::~App() {
|
||||
}
|
||||
|
||||
void App::setMetaTags() {
|
||||
addMetaHeader("keywords", "chat, single chat, images, no registration, anonymous");
|
||||
addMetaHeader("keywords", "chat, single chat, images, no registration, anonymousp");
|
||||
}
|
||||
|
||||
void App::initApp() {
|
||||
@@ -76,6 +76,7 @@ void App::initApp() {
|
||||
setTitle("YP Direct Chat");
|
||||
setCssTheme("");
|
||||
useStyleSheet("style.css");
|
||||
messageResourceBundle().use("../docroot/text");
|
||||
}
|
||||
|
||||
void App::reSetUser() {
|
||||
@@ -136,6 +137,7 @@ void App::createLoginContainer() {
|
||||
auto age = addAgeInput(contentGrid);
|
||||
auto countrySelection = addCountrySelection(contentGrid);
|
||||
addStartChatButton(contentGrid, userName, countrySelection, age, gender);
|
||||
contentContainer_->addNew<Wt::WText>(Wt::WString::tr("welcome"));
|
||||
}
|
||||
|
||||
Wt::WLineEdit *App::addUsernameInput(Wt::WGridLayout* contentGrid) {
|
||||
|
||||
Reference in New Issue
Block a user