|
From: mdw c. <myd...@li...> - 2001-10-23 22:07:57
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: box.html main.html Log Message: *** SLASHDOT THEME IS FINISHED *** Ok, I'm proud to annouce that the slashdot theme is now OK. It really looks like slashdot and its really funny to see mydynaweb dressed like every geeks would want it to be ;) After the CVS commit, I'll release a tarball to submit it in the sourceforge file section. sukria - Wed Oct 24 22:09:12 GMT 2001 =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/box.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- box.html 2001/10/04 21:20:43 1.3 +++ box.html 2001/10/23 22:07:56 1.4 @@ -1,7 +1,7 @@ <!-- BLOCK:HEAD --> <table border="0" width="100%"> <tr> - <td align="left"><b>~TITLE~</b></td> + <td align="center"><b>~TITLE~</b></td> </tr> <tr><td align="right"> <p class="items"> @@ -10,5 +10,5 @@ <!-- BLOCK:FOOT --> </p></td></tr> </table> -<p> +<br> =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- main.html 2001/10/17 20:10:47 1.10 +++ main.html 2001/10/23 22:07:56 1.11 @@ -32,14 +32,22 @@ <td align="right" background="templates/enlightened/img/linevert.gif" valign="middle"> ~TOPBAR~ </td> +<td> </td> +</tr> +</table> -<td> - -</td> +<table> + +<tr> + <td>~CONTROL_PANNEL~</td> + <td>~SEARCH~</td> + <td>~CALENDAR~</td> </tr> + </table> + <table border="0" width="90%" cellspacing="0" align="center"> <tr> <td valign="top"><table border="0" cellpadding="0" @@ -109,18 +117,6 @@ <td class="border-r" width="25"><img src="images/pixel.gif" height="1" width="25" alt="" /></td> - -<td valign="top" align="center"> - - - -~LOGIN~ -<p> -~CONTROL_PANNEL~ -<p> -~CALENDAR~ - -</td> </tr> <tr> |