Commit 52e147a8 authored by 's avatar

Fixed grey bgs

parent 9537ded9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<HEAD> <HEAD>
<TITLE>New HTML Document</TITLE> <TITLE>New HTML Document</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>New HTML Document</H2> <H2>New HTML Document</H2>
<P> <P>
You can create a new html document using the form below. You can create a new html document using the form below.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<HEAD> <HEAD>
<TITLE>New Folder</TITLE> <TITLE>New Folder</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>New Folder</H2> <H2>New Folder</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addFolder" METHOD="POST"> <FORM ACTION="<!--#var PARENT_URL-->/manage_addFolder" METHOD="POST">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<HEAD> <HEAD>
<TITLE>New Image</TITLE> <TITLE>New Image</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>New Image</H2> <H2>New Image</H2>
<P> <P>
You can create a new image in the system using the form below. You can create a new image in the system using the form below.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<HEAD> <HEAD>
<TITLE>Edit Image</TITLE> <TITLE>Edit Image</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Edit Image</H2> <H2>Edit Image</H2>
<P> <P>
You can update image in the system using the form below. You can update image in the system using the form below.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<HEAD> <HEAD>
<TITLE>Properties</TITLE> <TITLE>Properties</TITLE>
</HEAD> </HEAD>
<BODY> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Properties</H2> <H2>Properties</H2>
<P> <P>
<!--#if propertyMap--> <!--#if propertyMap-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment