summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000982.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000982.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000982.html213
1 files changed, 213 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000982.html b/zarb-ml/mageia-sysadm/2010-November/000982.html
new file mode 100644
index 000000000..c39c95367
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000982.html
@@ -0,0 +1,213 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [160] style change to look more like current www.mageia.org
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B160%5D%20style%20change%20to%20look%20more%20like%20current%0A%09www.mageia.org&In-Reply-To=%3C20101127183446.F393C3FC30%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000976.html">
+ <LINK REL="Next" HREF="000983.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [160] style change to look more like current www.mageia.org</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B160%5D%20style%20change%20to%20look%20more%20like%20current%0A%09www.mageia.org&In-Reply-To=%3C20101127183446.F393C3FC30%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [160] style change to look more like current www.mageia.org">root at mageia.org
+ </A><BR>
+ <I>Sat Nov 27 19:34:46 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000976.html">[Mageia-sysadm] [481] Fix the check on wget if server is down (thanks to rtp)
+</A></li>
+ <LI>Next message: <A HREF="000983.html">[Mageia-sysadm] [161] new style for user/index
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#982">[ date ]</a>
+ <a href="thread.html#982">[ thread ]</a>
+ <a href="subject.html#982">[ subject ]</a>
+ <a href="author.html#982">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 160
+Author: obgr_seneca
+Date: 2010-11-27 19:34:46 +0100 (Sat, 27 Nov 2010)
+Log Message:
+-----------
+style change to look more like current www.mageia.org
+
+Modified Paths:
+--------------
+ identity/CatDap/trunk/root/index.tt
+ identity/CatDap/trunk/root/static/style/ttsite.css
+
+Modified: identity/CatDap/trunk/root/index.tt
+===================================================================
+--- identity/CatDap/trunk/root/index.tt 2010-11-26 16:42:58 UTC (rev 159)
++++ identity/CatDap/trunk/root/index.tt 2010-11-27 18:34:46 UTC (rev 160)
+@@ -1,21 +1,31 @@
+ &lt;h1&gt;[% l('Login') %]&lt;/h1&gt;
+
++&lt;div id=&quot;input_form&quot;&gt;
+ &lt;form method=&quot;post&quot; action=&quot;/user&quot;&gt;
+
+- &lt;p&gt;
+- &lt;label for=&quot;username_&quot;&gt;[% l('Username') %]&lt;/label&gt;
+- &lt;input id=&quot;username_&quot; type=&quot;text&quot; name=&quot;username&quot; value=&quot;[% c.user.username %]&quot; /&gt;
+- &lt;/p&gt;
++ &lt;table&gt;
++ &lt;tr&gt;&lt;td&gt;
++ &lt;label for=&quot;username_&quot;&gt;[% l('Username') %]&lt;/label&gt;
++ &lt;/td&gt;&lt;td&gt;
++ &lt;input id=&quot;username_&quot; type=&quot;text&quot; name=&quot;username&quot; value=&quot;[% c.user.username %]&quot; /&gt;
++ &lt;/td&gt;&lt;/tr&gt;
+
+- &lt;p&gt;
+- &lt;label for=&quot;password_&quot;&gt;[% l('Password') %]&lt;/label&gt;
+- &lt;input id=&quot;password_&quot; type=&quot;password&quot; name=&quot;password&quot; /&gt;
+- &lt;/p&gt;
++ &lt;tr&gt;&lt;td&gt;
++ &lt;label for=&quot;password_&quot;&gt;[% l('Password') %]&lt;/label&gt;
++ &lt;/td&gt;&lt;td&gt;
++ &lt;input id=&quot;password_&quot; type=&quot;password&quot; name=&quot;password&quot; /&gt;
++ &lt;/td&gt;&lt;/tr&gt;
+
+- &lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;[% l('Login') %]&quot; /&gt;
+- [% l('or') %]
+- &lt;a href=&quot;/register&quot;&gt;[% l('Register') %]&lt;/a&gt;&lt;/p&gt;
+-
+- &lt;p&gt;@todo [% l('Forgotten password?') %]&lt;/p&gt;
++ &lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align:center;&quot;&gt;
++ &lt;button type=&quot;submit&quot; value=&quot;[% l('Login') %]&quot; /&gt;[% l('Login') %]&lt;/button&gt;&amp;nbsp;&amp;nbsp;
++ [% l('or') %]&amp;nbsp;&amp;nbsp;
++ &lt;a href=&quot;/register&quot;&gt;[% l('Register') %]&lt;/a&gt;
++ &lt;/td&gt;&lt;/tr&gt;
++
++ &lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;
++ @todo [% l('Forgotten password?') %]
++ &lt;/td&gt;&lt;/tr&gt;
++ &lt;/table&gt;
+
+ &lt;/form&gt;
++&lt;/div&gt;
+
+Modified: identity/CatDap/trunk/root/static/style/ttsite.css
+===================================================================
+--- identity/CatDap/trunk/root/static/style/ttsite.css 2010-11-26 16:42:58 UTC (rev 159)
++++ identity/CatDap/trunk/root/static/style/ttsite.css 2010-11-27 18:34:46 UTC (rev 160)
+@@ -1,16 +1,82 @@
++/* begin changes obgr_seneca */
+ html, body {
+- background: #ccc;
++ background: #ddd;
+ }
+
+ #doc {
+- -webkit-box-shadow: 0 0 10px #aaa;
+- -moz-box-shadow: 0 0 10px #aaa;
+- box-shadow: 0 0 10px #aaa;
+- background: #fff;
++ -webkit-box-shadow: 0 0 10px #444;
++ -moz-box-shadow: 0 0 10px #444;
++ box-shadow: 0 0 10px #444;
++ -webkit-border-radius: 10px;
++ -moz-border-radius: 10px;
++ border-radius: 10px;
++ margin-top: 20px;
+ }
+
+ #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; }
+
++#hd {
++ background: #aaa;
++ padding: 10px 20px 4px 20px;
++ text-align: center;
++ -webkit-border-radius: 10px 10px 0 0;
++ -moz-border-radius: 10px 10px 0 0;
++ border-radius: 10px 10px 0 0;
++}
++
++#bd {
++ background: #fff;
++ padding: 2px 20px 2px 20px;
++ text-align: center;
++}
++
++#bd h1 {
++ margin: 0.2em 0;
++}
++
++#ft {
++ background: #fff;
++ padding: 2px 20px 10px 20px;
++}
++
++#input_form {
++ text-align: center;
++ /*border: inset 1px;*/
++ padding: 10px;
++ -webkit-border-radius: 0.6em;
++ -moz-border-radius: 0.6em;
++}
++
++#input_form table {
++ border: 0px;
++ display: inline;
++ text-align: left;
++}
++
++#input_form td {
++ border: 0px;
++}
++
++#input_form input {
++ background: #fff;
++ border: inset 1px;
++}
++
++#input_form input:focus {
++ background: #ddf;
++}
++
++#input_form button {
++ background: #eef;
++ border: 2px outset #dde;
++ -webkit-border-radius: 0.4em;
++ -moz-border-radius: 0.4em;
++ border-radius: 0.4em;
++ padding: 4px;
++}
++
++/* End changes obgr_seneca */
++
+ .message {
+ color: #000;
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101127/ba7bb610/attachment.html&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000976.html">[Mageia-sysadm] [481] Fix the check on wget if server is down (thanks to rtp)
+</A></li>
+ <LI>Next message: <A HREF="000983.html">[Mageia-sysadm] [161] new style for user/index
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#982">[ date ]</a>
+ <a href="thread.html#982">[ thread ]</a>
+ <a href="subject.html#982">[ subject ]</a>
+ <a href="author.html#982">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>