diff --git a/trunk/locale/en-us.xml b/trunk/locale/en-us.xml index 2e3288a..269872a 100755 --- a/trunk/locale/en-us.xml +++ b/trunk/locale/en-us.xml @@ -112,10 +112,12 @@ username - password + Username or OpenID + Password repeat password - register - login + No password required. + Register + Login file diff --git a/trunk/xsl/xhtml.xsl b/trunk/xsl/xhtml.xsl index 9008b36..c49794d 100755 --- a/trunk/xsl/xhtml.xsl +++ b/trunk/xsl/xhtml.xsl @@ -29,12 +29,14 @@ + + diff --git a/trunk/xsl/xhtml/loginbox.xsl b/trunk/xsl/xhtml/loginbox.xsl index 361dee3..5790fa4 100644 --- a/trunk/xsl/xhtml/loginbox.xsl +++ b/trunk/xsl/xhtml/loginbox.xsl @@ -8,57 +8,73 @@ > +
- - +
+ + + +
+ +
+ +
- - - + +
+ + + + + -
- -
- -
+ - -
- - - - - - - - -
- - - - - - - - - - +
+
+ +
diff --git a/trunk/xsl/xhtml/tagbar.xsl b/trunk/xsl/xhtml/tagbar.xsl new file mode 100644 index 0000000..0038a43 --- /dev/null +++ b/trunk/xsl/xhtml/tagbar.xsl @@ -0,0 +1,13 @@ + + + + + + + diff --git a/trunk/xsl/xhtml/video.xsl b/trunk/xsl/xhtml/video.xsl index 6419dc2..41d2fac 100644 --- a/trunk/xsl/xhtml/video.xsl +++ b/trunk/xsl/xhtml/video.xsl @@ -38,14 +38,14 @@ function hide_movie() { - document.getElementById('video').style.display = 'none'; - document.getElementById('preview').style.display = 'block'; + document.getElementById('video').style.display = 'none'; + document.getElementById('preview').style.display = 'block'; } function show_movie() { - document.getElementById('video').style.display = 'inline'; - document.getElementById('preview').style.display = 'none'; + document.getElementById('video').style.display = 'inline'; + document.getElementById('preview').style.display = 'none'; window.setTimeout("hide_movie()", ]]> diff --git a/trunk/xsl/xhtml/xhtml-body.xsl b/trunk/xsl/xhtml/xhtml-body.xsl index ad8d4e2..44d3c39 100644 --- a/trunk/xsl/xhtml/xhtml-body.xsl +++ b/trunk/xsl/xhtml/xhtml-body.xsl @@ -22,7 +22,12 @@ - + + + + + +