Commit 1c3ac2be authored by Jim Fulton's avatar Jim Fulton

Added size and modification time information.

parent afa1ce77
...@@ -18,12 +18,20 @@ ...@@ -18,12 +18,20 @@
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TH ALIGN="LEFT" VALIGN="TOP"><STRONG>Content Type</STRONG></TH> <TH ALIGN="LEFT" VALIGN="TOP">Content Type</TH>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="content_type:required" SIZE="40" <INPUT TYPE="TEXT" NAME="content_type:required" SIZE="40"
VALUE="<!--#var content_type-->"> VALUE="<!--#var content_type-->">
</TD> </TD>
</TR> </TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">Size</TH>
<TD ALIGN="LEFT" VALIGN="TOP"><!--#var size thousands_commas--> bytes</TD>
</TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">Last modified</TH>
<TD ALIGN="LEFT" VALIGN="TOP"><!--#var bobobase_modification_time--></TD>
</TR>
<TR> <TR>
<TD></TD><TD><BR><INPUT TYPE="SUBMIT" VALUE="Change"></TD> <TD></TD><TD><BR><INPUT TYPE="SUBMIT" VALUE="Change"></TD>
</TR> </TR>
......
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