Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFCORE-3029: Update and revisit HTML resources #2594

Merged
merged 2 commits into from
Jul 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
45 changes: 22 additions & 23 deletions domain-http/error-context/src/main/resources/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,35 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Welcome to WildFly Application Server 8</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Welcome to WildFly Application Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="normalize.min.css">
<link rel="stylesheet" href="wildfly.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="StyleSheet" href="wildfly.css" type="text/css"/>
</head>

<body>
<div class="wrapper">
<div class="content">
<div class="logo">
<img src="wildfly_logo.png" alt="WildFly 8... it's here."/>
</div>
<h1>Welcome to WildFly</h1>
<div class="wrapper">
<div class="content">
<div class="logo">
<img src="wildfly_logo.png" alt="Logo" title="Logo"/>
</div>
<h1>Welcome to WildFly</h1>
<h3>Your WildFly Application Server is running.</h3>

<h3>Your WildFly Application Server is running.</h3>
<p>However you have <strong>not</strong> yet <strong>added any users</strong> to be able to access the admin console.</p>

<p>However you have not yet added any users to be able to access the admin console.</p>

<p>To add a new user execute the add-user.sh script within the bin folder of your WildFly installation
and enter the requested information.</p>

<p>By default the realm name used by WildFly is &quot;ManagementRealm&quot; this is already selected by default.</p>
<p>To add a new user execute the <code>add-user.sh</code> script within the bin folder of your WildFly installation and enter the requested information.</p>

<img alt="Add User" src="linux_add.PNG"/>
<p>By default the realm name used by WildFly is &quot;ManagementRealm&quot; this is already selected by default.</p>

<p>After you have added the user follow this link to <a href="/">Try Again</a>.</p>
</div>
</div>
<p>After you have added the user follow this link to <a href="/">Try Again</a>.</p>
</div>
</div>
</body>
</html>
25 changes: 12 additions & 13 deletions domain-http/error-context/src/main/resources/index_win.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,33 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Welcome to WildFly Application Server 8</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Welcome to WildFly Application Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="normalize.min.css">
<link rel="stylesheet" href="wildfly.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="StyleSheet" href="wildfly.css" type="text/css"/>
</head>

<body>
<div class="wrapper">
<div class="content">
<div class="logo">
<img src="wildfly_logo.png" alt="WildFly 8... it's here."/>
<img src="wildfly_logo.png" alt="Logo" title="Logo"/>
</div>
<h1>Welcome to WildFly</h1>

<h3>Your WildFly Application Server is running.</h3>

<p>However you have not yet added any users to be able to access the admin console.</p>
<p>However you have <strong>not</strong> yet <strong>added any users</strong> to be able to access the admin console.</p>

<p>To add a new user execute the add-user.bat script within the bin folder of your WildFly installation
and enter the requested information.</p>
<p>To add a new user execute the <code>add-user.bat</code> script within the bin folder of your WildFly installation and enter the requested information.</p>

<p>By default the realm name used by WildFly is &quot;ManagementRealm&quot; this is already selected by default.</p>

<img alt="Add User" src="windows_add.png"/>

<p>After you have added the user follow this link to <a href="/">Try Again</a>.</p>
</div>
</div>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,30 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Welcome to WildFly Application Server 8</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Welcome to WildFly Application Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="normalize.min.css">
<link rel="stylesheet" href="wildfly.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="StyleSheet" href="wildfly.css" type="text/css"/>
</head>

<body>
<div class="wrapper">
<div class="content">
<div class="logo">
<img src="wildfly_logo.png" alt="WildFly 8... it's here."/>
<img src="wildfly_logo.png" alt="Logo" title="Logo"/>
</div>
<h1>Welcome to WildFly</h1>

<h3>Your WildFly Application Server is running.</h3>

<p>You may not access the admin console as this server/host is currenty in admin-only mode.</p>
<p>You may not access the admin console as <strong>this server/host</strong> is currently in <strong>admin-only mode</strong>.</p>
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,30 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Welcome to WildFly Application Server 8</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Welcome to WildFly Application Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="normalize.min.css">
<link rel="stylesheet" href="wildfly.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="StyleSheet" href="wildfly.css" type="text/css"/>
</head>

<body>
<div class="wrapper">
<div class="content">
<div class="logo">
<img src="wildfly_logo.png" alt="WildFly 8... it's here."/>
<img src="wildfly_logo.png" alt="Logo" title="Logo"/>
</div>
<h1>Welcome to WildFly</h1>

<h3>Your WildFly Application Server is running.</h3>

<p>You may not access the admin console on this node, all access must come via the master host controller.</p>
<p>You may not access the admin console on <strong>this node</strong>, all access must come via the <strong>master host controller</strong>.</p>
</div>
</div>
</body>
Expand Down