updated changelog date

removed TODO file from release
tagged the v3.2 release
This commit is contained in:
lars 2007-08-15 17:39:45 +00:00
parent 4954a16acf
commit 3c02ffac2f
156 changed files with 30931 additions and 0 deletions

View file

@ -0,0 +1,120 @@
body {
color: #606760;
background-color: white;
}
#nav_bar {
color: inherit;
background-color: #c0c0b0;
}
#nav_bar * {
background-color: transparent;
}
#nav_bar li a.nav_active {
color: white;
background-color: inherit;
}
#nav_bar font.no_link {
color: #2f4860;
background-color: inherit;
}
#nav_bar a {
color: #2f4860; /* necessary: IE6 ignores 'inherit' */
background-color: inherit;
}
#nav_bar a:hover {
color: #2f4860;
background-color: #d8d8d8;
}
#top {
background-color: #2f4860;
}
#top * {
color: white;
background-color: transparent;
}
#perm_nav a {
color: white;
background-color: inherit;
}
#perm_nav a:hover {
color: #ffcc00;
background-color: inherit;
}
#top form select {
background-color: #6f88c0;
}
#top form select:hover {
background-color: #7f98ff;
}
#top form button {
border-color: #ef2929;
background-color: #acaf9e;
}
#top form button:hover {
color: #404040;
background-color: #cccfbe;
}
#main_content #info_title {
color: white;
background-color: #c0c0b0;
}
#main_content div.success {
color: #202020;
background-color: inherit; /* just to avoid css syntax warnings */
}
#main_content div.warning,
#main_content div.error {
color: #eeeeec; /* the dark red background requires a light color */
background-color: inherit; /* just to avoid css syntax warnings */
}
#main_content div.success { background-color: #40d070; }
#main_content div.warning { background-color: #e0a0a0; }
#main_content div.error { background-color: #d05050; }
#main_content button {
color: #555753;
background-color: #d8d8d8;
border-color: #555753;
}
#main_content button:hover {
color: #505050;
background-color: #d0d0d0;
border-color: #ace149;
}
#footer {
color: white;
background-color: #2f4860;
background-position: center;
}
#footer * { background-color: transparent; }
#footer a,
#footer a:visited {
color: #a0d0b0;
background-color: transparent;
}

View file

@ -0,0 +1,125 @@
body {
color: #2e3436;
background-color: white;
}
#nav_bar {
color: black;
background-color: #3465a4;
background-image: url(horiz_grad_blue.png);
}
#nav_bar * {
background-color: transparent;
}
#nav_bar li a.nav_active {
color: #eeeeec;
background-color: inherit;
}
#nav_bar font.no_link {
color: inherit;
background-color: inherit;
}
#nav_bar a {
color: black; /* necessary: IE6 ignores 'inherit' */
background-color: inherit;
}
#nav_bar a:hover {
color: #fce94f;
background-color: inherit;
}
#top {
color: #eeeeec;
background-color: #cc0000;
background-image: url(vert_grad_red.png);
background-position: center;
}
#top * {
background-color: transparent;
}
#perm_nav a {
color: #eeeeec;
background-color: inherit;
}
#perm_nav a:hover {
color: #fce94f;
background-color: inherit;
}
#top form select {
background-color: #d3d7c4;
}
#top form select:hover {
background-color: #eeeeec;
}
#top form button {
border-color: #ef2929;
background-color: #fcaf3e;
}
#top form button:hover {
background-color: #fce94f;
}
#main_content #info_title {
color: #eeeeec;
background-color: #729fcf;
background-image: url(horiz_grad_blue_long.png);
background-position: left;
}
#main_content div.success {
color: #2e3436;
background-color: inherit; /* just to avoid css syntax warnings */
}
#main_content div.warning,
#main_content div.error {
color: #eeeeec; /* the dark red background requires a light color */
background-color: inherit; /* just to avoid css syntax warnings */
}
#main_content div.success { background-color: #40d070; }
#main_content div.warning { background-color: #ef2929; }
#main_content div.error { background-color: #a40000; }
#main_content button {
color: #555753;
background-color: #d3d7cf;
border-color: #555753;
}
#main_content button:hover {
color: #555753;
background-color: #d3d7cf;
border-color: #ace149;
}
#footer {
color: #eeeeec;
background-color: #cc0000;
background-image: url(vert_grad_red.png);
background-position: center;
}
#footer * { background-color: transparent; }
#footer a,
#footer a:visited {
color: #fce94f;
background-color: transparent;
}

View file

@ -0,0 +1,238 @@
/* ezmlm-web css stylesheet for positioning
*
* all changes regarding the color scheme can be found in the
* respective 'color-*.css' file */
body {
margin: 0;
padding: 0;
font: normal 100% sans-serif;
}
a { text-decoration: none; }
button, select { cursor: pointer; }
/***************** navgation bar *************************/
#nav_bar {
clear: left;
float: left;
width: 20%;
margin: 1%;
padding: 1.5% 0;
}
#nav_bar hr {
margin: 10px 30px 10px 10px;
font-size: 0%; /* otherwise IE6 adds a huge gap above */
}
#nav_bar ul {
margin: 0;
padding-left: 7%;
list-style: none;
}
#nav_bar ul li {
margin-top: 0px;
/* small space between highest level entries */
margin-bottom: 5px;
}
#nav_bar ul li ul {
/* small space between middle level entries */
margin-bottom: 4px;
}
#nav_bar ul li ul li {
/* no space between lower level entries */
margin-bottom: 0;
}
#nav_bar font.no_link {
font-style: italic;
}
/***************************** header **************************/
#top {
width: 100%;
margin: 0;
padding: 2px 7px 2px 3px;
}
#title {
text-align: left;
}
#title * {
padding: 0;
margin: 0;
}
#title h1 {
font-weight: bold;
letter-spacing: -1px;
}
#perm_nav {
padding: 0;
margin: 0;
text-align: right;
}
#perm_nav * {
padding: 0;
margin: 0;
}
#perm_nav p {
padding: 1px 0 2px 0;
}
#perm_nav a {
font-weight: bold;
}
#top form {
font-size: 85%;
margin: 2px 0 2px 0;
}
#top form select {
margin-right: 4px;
}
#top form button {
border-style: groove;
margin-left: 3px;
}
/******************************* content ************************/
#main_content {
padding-left: 3%;
padding-right: 1%;
}
#main_content #info_title {
margin-left: 20%; /* no background coloring behind the nav bar */
margin-top: 0.5%;
margin-right: 0.2%;
margin-bottom: 0.2%;
text-align: center;
font-size: 125%;
font-style: italic;
}
#main_content li { list-style: none; }
#main_content button { margin-top: 12px; }
#main_content ul {
line-height: 1.8em;
list-style: none;
margin-left: 5px;
}
#main_content ul li {
padding-top: 2px;
padding-bottom: 2px;
}
#main_content ul li ul { font-size: 85%; }
#main_content ul li ul li {
padding-top: 0px;
padding-bottom: 0px;
}
#main_content > fieldset { /* sub-fieldsets do not need margin/padding */
padding: 5px 5px 10px 5px; /* IE6 acts weird for %-values */
}
#main_content fieldset p {
margin-left: 10px;
}
#main_content fieldset form ul { padding-left: 10px; }
#main_content fieldset form ul li ul { padding-left: 25px; }
#main_content table.list_select {
table-layout: fixed;
width: 100%;
text-align: left;
line-height: 1.2em;
border-width: 0;
padding-right: 0;
}
#main_content table.list_select td {
padding-left: 5px;
}
#main_content table.subscribe_log {
border-collapse: separate;
border-spacing: 10px 3px;
}
#main_content div.introduction {
font-size: 80%;
}
#main_content div.warning,
#main_content div.error,
#main_content div.success {
margin-left: 30%; /* we have to include the width of the nav-bar */
margin-right: 10%;
margin-top: 2%;
margin-bottom: 3%;
padding: 2%;
text-align: center;
font-style: italic;
font-weight: bold;
font-size: 90%;
}
#main_content table.gnupg_keys td {
padding-right: 10px;
}
#main_content table.subscribers {
border-width: 0;
margin: 0;
padding: 1%;
width: 100%;
}
#main_content table.subscribers tr, #main_content table.subscribers td {
margin: 0;
padding: 0;
}
#main_content button {
border-width: 1px;
border-style: dotted;
font-size: 90%;
}
#main_content button:hover {
border-width: 1px;
border-style: dotted;
font-size: 90%;
}
/************************** footer ******************************/
#footer {
clear: left; /* do not overlap with left navigation bar */
text-align: center;
font-size: 90%;
margin: 10px 0 0 0;
padding: 3px;
}

View file

@ -0,0 +1,264 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="744.09448819"
height="1052.3622047"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.44.1"
sodipodi:docbase="/home/lars/subversion/ezmlm-web/trunk/www-data"
sodipodi:docname="graphics-template.svg">
<defs
id="defs4">
<linearGradient
id="linearGradient3680">
<stop
style="stop-color:#729fcf;stop-opacity:1;"
offset="0"
id="stop3682" />
<stop
id="stop4573"
offset="0.30065361"
style="stop-color:#3465a4;stop-opacity:1;" />
<stop
style="stop-color:#729fcf;stop-opacity:1;"
offset="1"
id="stop3686" />
</linearGradient>
<linearGradient
id="linearGradient3681">
<stop
style="stop-color:#a40000;stop-opacity:1;"
offset="0"
id="stop3683" />
<stop
id="stop2786"
offset="0.38"
style="stop-color:#a40000;stop-opacity:1;" />
<stop
id="stop5459"
offset="0.63"
style="stop-color:#ef2929;stop-opacity:1;" />
<stop
style="stop-color:#ef2929;stop-opacity:1;"
offset="1"
id="stop3685" />
</linearGradient>
<linearGradient
id="linearGradient2788">
<stop
id="stop2790"
offset="0"
style="stop-color:#3465a4;stop-opacity:1;" />
<stop
style="stop-color:#729fcf;stop-opacity:1;"
offset="0.25"
id="stop2794" />
<stop
id="stop2792"
offset="1"
style="stop-color:#729fcf;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2788"
id="linearGradient2786"
x1="50.083374"
y1="624.87115"
x2="450.08337"
y2="624.87115"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2,0,0,1,-65.36665,-117.8995)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3681"
id="linearGradient3687"
x1="47.053432"
y1="123.98675"
x2="147.06433"
y2="123.98675"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4,0,0,1.25,270.9353,58.25642)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3680"
id="linearGradient2793"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2,0,0,1,-65.36662,159.3826)"
x1="50.083374"
y1="624.87115"
x2="450.08337"
y2="624.87115" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
gridtolerance="10000"
guidetolerance="10"
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.84666115"
inkscape:cx="287.3556"
inkscape:cy="380.3422"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="1014"
inkscape:window-height="688"
inkscape:window-x="0"
inkscape:window-y="26" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:title>ezmlm-web graphics</dc:title>
<dc:date>2007-04-09</dc:date>
<dc:creator>
<cc:Agent>
<dc:title>Lars Kruse &lt;devel@sumpfralle.de&gt;</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Lars Kruse &lt;devel@sumpfralle.de&gt;</dc:title>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title>Lars Kruse &lt;devel@sumpfralle.de&gt;</dc:title>
</cc:Agent>
</dc:publisher>
<dc:identifier>https://svn.systemausfall.org/svn/ezmlm-web/trunk/www-data/graphics-template.svg</dc:identifier>
<dc:source>https://svn.systemausfall.org/svn/ezmlm-web/trunk/www-data/graphics-template.svg</dc:source>
<dc:language>en</dc:language>
<dc:subject>
<rdf:Bag>
<rdf:li>ezmlm-web graphics</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:description>some web interface graphics for ezmlm-web</dc:description>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.5/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="opacity:1;fill:url(#linearGradient3687);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1890"
width="400"
height="100"
x="459.19263"
y="157.3343"
transform="matrix(0,1,-1,0,0,0)"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:export-filename="/home/lars/subversion/ezmlm-web/trunk/www-data/vert_grad_red.png" />
<rect
y="466.97165"
x="34.800106"
height="80"
width="800"
id="rect1892"
style="opacity:1;fill:url(#linearGradient2786);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/lars/subversion/ezmlm-web/trunk/www-data/horiz_grad_blue.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<text
xml:space="preserve"
style="font-size:32px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Charter"
x="-255.44891"
y="901.71283"
id="text6346"><tspan
sodipodi:role="line"
id="tspan6348"
x="-255.44891"
y="901.71283">1x400px</tspan><tspan
sodipodi:role="line"
x="-255.44891"
y="941.71283"
id="tspan6360">90dpi</tspan><tspan
sodipodi:role="line"
x="-255.44891"
y="981.71283"
id="tspan6350">vert_grad_red.png</tspan></text>
<text
id="text6352"
y="604.78076"
x="38.566536"
style="font-size:32px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Charter"
xml:space="preserve"><tspan
y="604.78076"
x="38.566536"
id="tspan6354"
sodipodi:role="line">800x1px</tspan><tspan
y="644.78076"
x="38.566536"
sodipodi:role="line"
id="tspan6358">90dpi</tspan><tspan
id="tspan6356"
y="684.78076"
x="38.566536"
sodipodi:role="line">horiz_grad_blue.png</tspan></text>
<rect
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/lars/subversion/ezmlm-web/trunk/www-data/horiz_grad_blue_long.png"
style="opacity:1;fill:url(#linearGradient2793);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2783"
width="800"
height="80"
x="34.800106"
y="744.25378" />
<text
xml:space="preserve"
style="font-size:32px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Charter"
x="38.566536"
y="882.06287"
id="text2785"><tspan
sodipodi:role="line"
id="tspan2787"
x="38.566536"
y="882.06287">800x1px</tspan><tspan
id="tspan2789"
sodipodi:role="line"
x="38.566536"
y="922.06287">90dpi</tspan><tspan
sodipodi:role="line"
x="38.566536"
y="962.06287"
id="tspan2791">horiz_grad_blue_long.png</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B