Index: bin/testenv
===================================================================
--- bin/testenv (revision 4173)
+++ bin/testenv (working copy)
@@ -285,44 +285,128 @@
+
EOM
#print $query->start_html("TWiki Diagnostic Environment"),
+<<<<<<< .mine
+print "
TWiki Test Environment
\n
";
+=======
print "
TWiki Test Environment
\n
Please read the TWikiInstallationGuide for more information on TWiki installation.
If your TWiki site is working, the front page should be
right here.";
+>>>>>>> .r4173
# TWiki.cfg was read earlier, in BEGIN block.
# Check for broken TWiki.cfg and report any Perl error(s)
@@ -1032,10 +1116,10 @@
}
print $query->end_table();
-print "
\n";
-print $query->h1("Complete list of configuration parameters"),
+print "
\n";
+print "
Complete list of configuration parameters
",
explode(\%cfg);
-print "\n";
+print "
\n";
print $query->end_html();
# End of code
@@ -1173,7 +1257,7 @@
# both columns used to show a heading
sub BIGHEAD {
- BOTH("
-
Welcome to TWiki
-
-
Note: These pages do not need to be accessible by http. Access
- http://your.server.com/your-cgi-bin/view/Main/WebHome after you install TWiki
-
-
+ /* Topic text */
+
+ .twikiTopic {
+ padding-bottom:1.5em;
+ background-color:transparent;
+ }
+ .twikiTopic table {
+ width:auto;
+ }
+ .twikiTopic table th a:link,
+ .twikiTopic table th a:visited {
+ text-decoration:none;
+ }
+ .twikiTopic ul {
+ margin-top:0;
+ line-height:130%;
+ }
+ .twikiTopic a:link {
+ text-decoration:underline;
+ }
+ .twikiTopic a:visited {
+ text-decoration:underline;
+ color:#666;
+ }
+ .twikiTopic h1 a:link,
+ .twikiTopic h1 a:visited,
+ .twikiTopic h2 a:link,
+ .twikiTopic h2 a:visited {
+ text-decoration:none;
+ color:#1559B3; /*C1*/
+ border:none;
+ font-weight:bold;
+ }
+ .twikiTopic a:hover {
+ color:#0F47A3; /*C3*/
+ }
+
+