[Astrospaces-commits] SF.net SVN: astrospaces: [10] trunk
Brought to you by:
p3net
From: <p3...@us...> - 2007-03-19 01:12:11
|
Revision: 10 http://astrospaces.svn.sourceforge.net/astrospaces/?rev=10&view=rev Author: p3net Date: 2007-03-16 23:04:26 -0700 (Fri, 16 Mar 2007) Log Message: ----------- -Add a TODO so I can remember what to do -A few blank style pages Added Paths: ----------- trunk/TODO.txt trunk/styles/default/edit_profile.tpl trunk/styles/default/space.tpl Added: trunk/TODO.txt =================================================================== --- trunk/TODO.txt (rev 0) +++ trunk/TODO.txt 2007-03-17 06:04:26 UTC (rev 10) @@ -0,0 +1,4 @@ +TODO: + +--Make space.tpl (see space.php for the variables) +--Make edit_profile.tpl (see includes/profile.php for the variables) \ No newline at end of file Added: trunk/styles/default/edit_profile.tpl =================================================================== --- trunk/styles/default/edit_profile.tpl (rev 0) +++ trunk/styles/default/edit_profile.tpl 2007-03-17 06:04:26 UTC (rev 10) @@ -0,0 +1,8 @@ +<html> + <head> + <title></title> + <meta content=""> + <style></style> + </head> + <body></body> +</html> \ No newline at end of file Added: trunk/styles/default/space.tpl =================================================================== --- trunk/styles/default/space.tpl (rev 0) +++ trunk/styles/default/space.tpl 2007-03-17 06:04:26 UTC (rev 10) @@ -0,0 +1,8 @@ +<html> + <head> + <title></title> + <meta content=""> + <style></style> + </head> + <body></body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |