diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-05-07 20:57:35 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-05-07 20:57:35 +0530 |
| commit | 2668c28ff8a4bb678304e73b156c34dc889aea8b (patch) | |
| tree | 8c5e3bf42b211d6212ba343645ddb86690b20d39 /src/com.gluster.storage.management.console.help/html/reference | |
| parent | 740e91a3ad585a7c9e4a58e1e9c8f01c6c85392f (diff) | |
Added new plug-in project for help, Changed title of all summary views to "Summary", modified not to show the disk usage pie chart when the storage cloud is empty.
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/reference')
3 files changed, 39 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console.help/html/reference/maintopic.html b/src/com.gluster.storage.management.console.help/html/reference/maintopic.html new file mode 100644 index 00000000..a476078a --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/reference/maintopic.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> + +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>Main Topic</title> +</head> + +<body> +<h1>Main Topic</h1> +Please enter your text here. +</body> +</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/reference/subtopic.html b/src/com.gluster.storage.management.console.help/html/reference/subtopic.html new file mode 100644 index 00000000..8a61c501 --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/reference/subtopic.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> + +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>Sub Topic</title> +</head> + +<body> +<h1>Sub Topic</h1> +Please enter your text here. +</body> +</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/reference/subtopic2.html b/src/com.gluster.storage.management.console.help/html/reference/subtopic2.html new file mode 100644 index 00000000..86bcbf9c --- /dev/null +++ b/src/com.gluster.storage.management.console.help/html/reference/subtopic2.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> + +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>Sub Topic 2</title> +</head> + +<body> +<h1>Sub Topic 2</h1> +Please enter your text here. +</body> +</html>
\ No newline at end of file |
