diff --git a/trunk/locale/en-US.xml b/trunk/locale/en-US.xml index 99babfe..5adf40f 100755 --- a/trunk/locale/en-US.xml +++ b/trunk/locale/en-US.xml @@ -44,8 +44,13 @@ register login + + file + upload + title + description author uploader diff --git a/trunk/site/gnutube.xml b/trunk/site/gnutube.xml index bf1e4b6..57b7506 100755 --- a/trunk/site/gnutube.xml +++ b/trunk/site/gnutube.xml @@ -22,6 +22,7 @@ register.pl search.pl?query= upload.pl + uploader.pl diff --git a/trunk/style/gnutube.css b/trunk/style/gnutube.css index a480316..935464f 100755 --- a/trunk/style/gnutube.css +++ b/trunk/style/gnutube.css @@ -61,13 +61,13 @@ div vertical-align: text-top; } - div.loginform, div.registerform + div.loginform, div.registerform, div.uploadform { padding: 1.5em; text-align: center; } - div.loginform form, div.registerform form + div.loginform form, div.registerform form, div.uploadform form { margin: 1.5em; } diff --git a/trunk/xsl/xhtml.xsl b/trunk/xsl/xhtml.xsl index bd63295..70dd939 100755 --- a/trunk/xsl/xhtml.xsl +++ b/trunk/xsl/xhtml.xsl @@ -290,7 +290,7 @@ -v + @@ -351,4 +351,37 @@ + + + + + + + + + + : + + + + : + + + + : + + + + + + + + + + + + + + +