[LON-CAPA-cvs] cvs: loncom /publisher publisher.html
bisitz
bisitz@source.lon-capa.org
Mon, 14 Dec 2009 15:37:39 -0000
bisitz Mon Dec 14 15:37:39 2009 EDT
Modified files:
/loncom/publisher publisher.html
Log:
Quick intermediate layout fix: CSTR header for remote control on mode
- Lighter background color and border
Index: loncom/publisher/publisher.html
diff -u loncom/publisher/publisher.html:1.40 loncom/publisher/publisher.html:1.41
--- loncom/publisher/publisher.html:1.40 Thu Mar 10 03:50:49 2005
+++ loncom/publisher/publisher.html Mon Dec 14 15:37:38 2009
@@ -113,23 +113,32 @@
}
//-->
</script>
+<style>
+table.LC_publisher {
+ border-collapse:collapse;
+}
+.LC_publisher td {
+ border: 1px solid #C0C0C0;
+ padding: 2px;
+}
+</style>
</head>
- <body bgcolor="#ccffdd" text='#002200' link='#003333' vlink='#006666'>
- <table border="0" align="center"><tr><th bgcolor="#004400" height="20">
- <table border="0" cellspacing="2" cellpadding="2"><tr valign="middle">
- <td bgcolor="#ccddaa" align="center">
+ <body>
+ <table class="LC_publisher">
+ <tr valign="middle">
+ <td align="center">
<form name="publisher" action="/adm/publish" target="_parent" method="post">
<input type="hidden" name="filename" value="" />
<input type="button" value="MT{Publish this Resource}" onclick="getfilename();" />
</form>
</td>
- <td bgcolor="#ccddaa" align="center">
+ <td align="center">
<form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" method="post">
<input type="hidden" name="filename" value="" />
<input type="button" value="MT{List Directory}" onclick="getdfilename();" />
</form>
</td>
- <td bgcolor="#ccddaa" valign="top" align="center">
+ <td valign="top" align="center">
<form name="upublisher" action="/adm/upload" target="_parent"
method="post" enctype="multipart/form-data">
<input type="hidden" name="filename" value="" />
@@ -137,7 +146,7 @@
<input type="button" value="MT{Upload file}" onclick="getufilename();" />
</form>
</td>
- <td rowspan="2" bgcolor="#ccddaa" align="center">
+ <td rowspan="2" align="center">
<form name="printout" target="_parent" action="/adm/printout" method="post" onsubmit="getpostdata();">
<input type="hidden" name="postdata" value="" />
<input type="hidden" name="curseed" value="" />
@@ -148,20 +157,20 @@
</tr>
<tr valign="middle">
- <td bgcolor="#ccddaa" align="center">
+ <td align="center">
<form name="rpublisher" action="/adm/retrieve" target="_parent" method="post">
<input type="hidden" name="filename" value="" />
<input type="button" value="MT{Retrieve Old Version}" onclick="getrfilename();" />
</form>
</td>
- <td bgcolor="#ccddaa">
+ <td>
<form name="del" action="/adm/cfile" target="_parent" method="post">
<input type="hidden" name="filename" value="" />
<input type="hidden" name="action" value="delete" />
<input type="button" value="MT{Delete}" onclick="getdelfilename();" />
</form>
</td>
- <td bgcolor="#ccddaa" align="center">
+ <td align="center">
<form name="fileaction" action="/adm/cfile" target="_parent" method="post" onsubmit="getactionfilename();">
<nobr>
<input type="hidden" name="filename" value="" />
@@ -184,9 +193,6 @@
</form>
</td>
</tr>
- </table>
- </th>
- </tr>
- </table>
+ </table>
</body>
</html>