Merge branch 'master' into gnome-desktop
Conflicts: branding.spec indexhtml/index-en.html.in indexhtml/index-ru.html.in indexhtml/index-uk.html.in indexhtml/index.css.in
@ -15,4 +15,4 @@ all:
|
||||
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
|
||||
|
||||
include components.mk
|
||||
install: browser-qt ahttpd boot
|
||||
install: browser-qt ahttpd boot indexhtml
|
||||
|
@ -284,16 +284,6 @@ popd
|
||||
mkdir -p %buildroot/usr/share/install2/slideshow
|
||||
install slideshow/* %buildroot/usr/share/install2/slideshow/
|
||||
|
||||
#indexhtml
|
||||
%define _indexhtmldir %_defaultdocdir/indexhtml
|
||||
pushd indexhtml
|
||||
mkdir -p %buildroot{%_indexhtmldir/,%_desktopdir/}
|
||||
cp -r * %buildroot%_indexhtmldir/
|
||||
rm -f %buildroot%_indexhtmldir/*.in %buildroot%_indexhtmldir/indexhtml.desktop
|
||||
touch %buildroot%_indexhtmldir/index.html
|
||||
install -m644 indexhtml.desktop %buildroot%_desktopdir/
|
||||
popd
|
||||
|
||||
#bootloader
|
||||
%pre bootloader
|
||||
[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||:
|
||||
@ -372,10 +362,14 @@ echo $lang > lang
|
||||
%files slideshow
|
||||
/usr/share/install2/slideshow
|
||||
|
||||
%define indexhtmldir %_defaultdocdir/indexhtml
|
||||
|
||||
%files indexhtml
|
||||
%ghost %_indexhtmldir/index.html
|
||||
%_indexhtmldir/*
|
||||
%_desktopdir/*
|
||||
%ghost %indexhtmldir/index.html
|
||||
%indexhtmldir/index-*.html
|
||||
%indexhtmldir/index.css
|
||||
%indexhtmldir/img
|
||||
%_desktopdir/indexhtml.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt22
|
||||
|
@ -12,11 +12,16 @@ browser-qt:components/browser-qt/design/bg.png
|
||||
# ahttpd
|
||||
|
||||
ahttpd:
|
||||
for i in components/ahttpd/images/*.svg; do \
|
||||
image=$${i%.svg}; \
|
||||
convert -background none $$image.svg $$image.png ; \
|
||||
done
|
||||
install -d $(datadir)/alterator/design/styles
|
||||
cp -a components/ahttpd/images $(datadir)/alterator/design
|
||||
[ ! -f images/logo.png ] || convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "$(VERSION) $(NAME)"' $(datadir)/alterator/design/images/logo.png
|
||||
install -Dpm644 images/product-logo.png $(datadir)/alterator/design/images/product-logo.png
|
||||
cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles
|
||||
|
||||
|
||||
# bootloader and bootsplash
|
||||
boot:
|
||||
cp -a /usr/src/design-bootloader-source ./
|
||||
@ -39,3 +44,14 @@ boot:
|
||||
install -d -m 755 $(datadir)/gfxboot/$(THEME)
|
||||
install -m 644 design-bootloader-source/message $(sysconfdir)/../boot/splash/$(THEME)
|
||||
install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME)
|
||||
|
||||
# index html page, start page for all local browsers
|
||||
INDEXHTML_DIR=$(datadir)/doc/indexhtml
|
||||
indexhtml:
|
||||
for i in notes/index*.html components/indexhtml/*.css;do \
|
||||
install -Dpm644 $$i $(INDEXHTML_DIR)/`basename $$i`; \
|
||||
done
|
||||
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
|
||||
cp -a components/indexhtml/img $(INDEXHTML_DIR)
|
||||
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/img/product-logo.png
|
||||
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
|
||||
|
BIN
components/ahttpd/images/clock-face.png
Normal file
After Width: | Height: | Size: 20 KiB |
472
components/ahttpd/images/close-dialog-button.svg
Normal file
@ -0,0 +1,472 @@
|
||||
<?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://creativecommons.org/ns#"
|
||||
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="22.088934"
|
||||
height="22.084892"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
version="1.0"
|
||||
sodipodi:docname="dialog_close.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svgz.inkscape"
|
||||
inkscape:export-filename="/home/pinheiro/pics/oxygen/scalable/actions/dialog-close.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 64 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="128 : 64 : 1"
|
||||
inkscape:persp3d-origin="64 : 42.666667 : 1"
|
||||
id="perspective62" />
|
||||
<linearGradient
|
||||
id="linearGradient4296">
|
||||
<stop
|
||||
id="stop4298"
|
||||
offset="0"
|
||||
style="stop-color:#ff0000;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop4300"
|
||||
offset="1"
|
||||
style="stop-color:#650000;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient4272"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
id="linearGradient7321">
|
||||
<stop
|
||||
style="stop-color:#8c0000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop7323" />
|
||||
<stop
|
||||
style="stop-color:#650000;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop7325" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6740">
|
||||
<stop
|
||||
style="stop-color:#4d0000;stop-opacity:0;"
|
||||
offset="0"
|
||||
id="stop6742" />
|
||||
<stop
|
||||
id="stop6748"
|
||||
offset="0.5"
|
||||
style="stop-color:#4d0000;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#4d0000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop6744" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
y2="-383.9971"
|
||||
x2="-12.0029"
|
||||
y1="-383.9971"
|
||||
x1="-84.002403"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient5958">
|
||||
<stop
|
||||
id="stop5960"
|
||||
style="stop-color:#8c0000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop5962"
|
||||
style="stop-color:#bf0000;stop-opacity:1;"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
y2="-383.9971"
|
||||
x2="-12.0029"
|
||||
y1="-383.9971"
|
||||
x1="-84.002403"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient4770">
|
||||
<stop
|
||||
id="stop4772"
|
||||
style="stop-color:#ffbe00;stop-opacity:1"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4774"
|
||||
style="stop-color:#f5d600;stop-opacity:0;"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
y2="-383.9975"
|
||||
x2="-23.516129"
|
||||
y1="-383.9971"
|
||||
x1="-84.002403"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient3711">
|
||||
<stop
|
||||
id="stop3713"
|
||||
style="stop-color:white;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3715"
|
||||
style="stop-color:white;stop-opacity:0;"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3290">
|
||||
<stop
|
||||
style="stop-color:yellow;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3292" />
|
||||
<stop
|
||||
style="stop-color:#ffb66d;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3294" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient1563">
|
||||
<stop
|
||||
id="stop1565"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop1567"
|
||||
offset="1"
|
||||
style="stop-color:white;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3273">
|
||||
<stop
|
||||
id="stop3275"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0.55035973;" />
|
||||
<stop
|
||||
id="stop3277"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath5163">
|
||||
<circle
|
||||
sodipodi:ry="36"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:cx="343.99899"
|
||||
style="fill:url(#linearGradient5167);fill-opacity:1"
|
||||
r="36"
|
||||
rx="8.0010004"
|
||||
cx="343.99899"
|
||||
cy="92"
|
||||
ry="8.0010004"
|
||||
id="circle5165" />
|
||||
</clipPath>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter5943"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="1.04"
|
||||
id="feGaussianBlur5945" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter7317"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.8805897"
|
||||
id="feGaussianBlur7319" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient7321"
|
||||
id="linearGradient8922"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="351.02234"
|
||||
y1="65.788521"
|
||||
x2="309.21854"
|
||||
y2="82.680611" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient2390"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient2997"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3711"
|
||||
id="linearGradient3003"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1.3460321,-1.3460321,0,-112.6741,119.24399)"
|
||||
x1="-80.00296"
|
||||
y1="-131.93112"
|
||||
x2="-45.096584"
|
||||
y2="-131.93112" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient6740"
|
||||
id="linearGradient3008"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(20.000035,-56.000003)"
|
||||
x1="117.81589"
|
||||
y1="103.01254"
|
||||
x2="90.537666"
|
||||
y2="76.633896" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient3010"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4770"
|
||||
id="radialGradient3012"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cx="345.80753"
|
||||
cy="85.250488"
|
||||
fx="345.80753"
|
||||
fy="85.250488"
|
||||
r="36"
|
||||
gradientTransform="matrix(0.6662862,-0.6560105,0.9893764,1.0048737,31.05592,226.43791)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5958"
|
||||
id="linearGradient3014"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
x1="-86.120354"
|
||||
y1="-381.09921"
|
||||
x2="-56.357521"
|
||||
y2="-373.1243" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3138"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="5.6513927"
|
||||
id="feGaussianBlur3140" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3162"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.96794009"
|
||||
id="feGaussianBlur3164" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5958"
|
||||
id="linearGradient2878"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
x1="-86.120354"
|
||||
y1="-381.09921"
|
||||
x2="-56.357521"
|
||||
y2="-373.1243" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4770"
|
||||
id="radialGradient2880"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.6662862,-0.6560105,0.9893764,1.0048737,31.05592,226.43791)"
|
||||
cx="345.80753"
|
||||
cy="85.250488"
|
||||
fx="345.80753"
|
||||
fy="85.250488"
|
||||
r="36" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient2882"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3711"
|
||||
id="linearGradient2884"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1.3460321,-1.3460321,0,-112.6741,119.24399)"
|
||||
x1="-80.00296"
|
||||
y1="-131.93112"
|
||||
x2="-45.096584"
|
||||
y2="-131.93112" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient6740"
|
||||
id="linearGradient2886"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(20.000035,-56.000003)"
|
||||
x1="117.81589"
|
||||
y1="103.01254"
|
||||
x2="90.537666"
|
||||
y2="76.633896" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="9.01806"
|
||||
inkscape:cy="12.37148"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:window-width="1024"
|
||||
inkscape:window-height="697"
|
||||
inkscape:window-x="107"
|
||||
inkscape:window-y="70"
|
||||
showgrid="true"
|
||||
inkscape:grid-points="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="0">
|
||||
<inkscape:grid
|
||||
id="GridFromPre046Settings"
|
||||
type="xygrid"
|
||||
originx="0px"
|
||||
originy="0px"
|
||||
spacingx="4px"
|
||||
spacingy="4px"
|
||||
color="#0000ff"
|
||||
empcolor="#0000ff"
|
||||
opacity="0.2"
|
||||
empopacity="0.4"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<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:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-3.2427146,-50.107128)">
|
||||
<g
|
||||
id="g2868"
|
||||
transform="matrix(0.17079235,0,0,0.17076092,3.2683312,49.899927)">
|
||||
<path
|
||||
transform="matrix(0.5662048,0,0,0.5662048,55.73989,54.555422)"
|
||||
d="m 115.5,20 c 0,55.228475 -44.771525,100 -100,100 -55.228475,0 -100,-44.771525 -100,-100 0,-55.228475 44.771525,-100 100,-100 55.228475,0 100,44.771525 100,100 z"
|
||||
sodipodi:ry="100"
|
||||
sodipodi:rx="100"
|
||||
sodipodi:cy="20"
|
||||
sodipodi:cx="15.5"
|
||||
id="path2396"
|
||||
style="opacity:0.50271738;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13749999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:4.15;filter:url(#filter3138)"
|
||||
sodipodi:type="arc" />
|
||||
<circle
|
||||
transform="matrix(-1.5639433,0.4190574,-0.4190574,-1.5639433,641.54821,62.027543)"
|
||||
id="circle3581_2_"
|
||||
ry="8.0010004"
|
||||
cy="92"
|
||||
cx="343.99899"
|
||||
rx="8.0010004"
|
||||
r="36"
|
||||
style="fill:url(#linearGradient2878);fill-opacity:1"
|
||||
sodipodi:cx="343.99899"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:ry="36"
|
||||
d="m 379.99899,92 c 0,19.88225 -16.11775,36 -36,36 -19.88225,0 -36,-16.11775 -36,-36 0,-19.882251 16.11775,-36 36,-36 19.88225,0 36,16.117749 36,36 z" />
|
||||
<circle
|
||||
sodipodi:ry="36"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:cx="343.99899"
|
||||
style="fill:url(#radialGradient2880);fill-opacity:1;filter:url(#filter3162)"
|
||||
r="36"
|
||||
rx="8.0010004"
|
||||
cx="343.99899"
|
||||
cy="92"
|
||||
ry="8.0010004"
|
||||
id="circle4383"
|
||||
transform="matrix(-1.1729576,0.3142929,-0.3142929,-1.1729576,497.41122,62.095683)"
|
||||
d="m 379.99899,92 c 0,19.88225 -16.11775,36 -36,36 -19.88225,0 -36,-16.11775 -36,-36 0,-19.882251 16.11775,-36 36,-36 19.88225,0 36,16.117749 36,36 z" />
|
||||
<circle
|
||||
sodipodi:ry="36"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:cx="343.99899"
|
||||
style="opacity:0.8;fill:none;stroke:url(#linearGradient2882);stroke-width:6.75138187;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7317)"
|
||||
r="36"
|
||||
rx="8.0010004"
|
||||
cx="343.99899"
|
||||
cy="92"
|
||||
ry="8.0010004"
|
||||
id="circle4776"
|
||||
transform="matrix(-1.5639433,-0.4190574,-0.4190574,1.5639433,641.54821,62.572542)"
|
||||
clip-path="url(#clipPath5163)"
|
||||
d="m 379.99899,92 c 0,19.88225 -16.11775,36 -36,36 -19.88225,0 -36,-16.11775 -36,-36 0,-19.882251 16.11775,-36 36,-36 19.88225,0 36,16.117749 36,36 z" />
|
||||
<path
|
||||
id="circle16776"
|
||||
d="m 65.000079,11.557516 c -20.67048,0 -37.942548,14.596148 -42.105568,34.029379 8.298024,7.735491 24.043093,12.955554 42.105568,12.955554 18.062496,0 33.807544,-5.220063 42.105561,-12.955554 -4.163,-19.433231 -21.435087,-34.029379 -42.105561,-34.029379 z"
|
||||
style="opacity:0.8;fill:url(#linearGradient2884);fill-opacity:1" />
|
||||
<g
|
||||
transform="matrix(1.2882604,1.2882604,-1.2882604,1.2882604,-45.790405,-141.24514)"
|
||||
id="g6850">
|
||||
<path
|
||||
id="path4123"
|
||||
d="m 118.00003,15.999997 0,16 -16,0 0,8 16,0 0,16 8,0 0,-16 16,0 0,-8 -16,0 0,-16 -8,0 z"
|
||||
style="fill:none;stroke:url(#linearGradient2886);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter5943)"
|
||||
sodipodi:nodetypes="ccccccccccccc" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
d="m 118.00003,15.999997 0,16 -16,0 0,8 16,0 0,16 8,0 0,-16 16,0 0,-8 -16,0 0,-16 -8,0 z"
|
||||
id="rect3232"
|
||||
sodipodi:nodetypes="ccccccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 15 KiB |
121
components/ahttpd/images/first-page-button.svg
Normal file
@ -0,0 +1,121 @@
|
||||
<?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://creativecommons.org/ns#"
|
||||
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="25.163"
|
||||
height="20.163"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="first-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3595">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.4325"
|
||||
id="feGaussianBlur3597" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="6.4719397"
|
||||
inkscape:cy="12.058399"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(5.25272,-2084.818)">
|
||||
<g
|
||||
id="g4551"
|
||||
transform="translate(-100.54622,1652.5558)">
|
||||
<rect
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none"
|
||||
id="rect3719-6"
|
||||
width="25"
|
||||
height="20"
|
||||
x="95.375"
|
||||
y="432.34937"
|
||||
rx="3.8469892"
|
||||
ry="3.8469892" />
|
||||
<path
|
||||
d="m 99.21875,432.78125 c -1.896868,0 -3.40625,1.50938 -3.40625,3.40625 l 0,12.3125 c 0,1.89687 1.509382,3.40625 3.40625,3.40625 l 17.3125,0 c 1.89687,0 3.40625,-1.50938 3.40625,-3.40625 l 0,-12.3125 c 0,-1.89687 -1.50938,-3.40625 -3.40625,-3.40625 l -17.3125,0 z"
|
||||
inkscape:href="#rect3719-6"
|
||||
id="path3791-1"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3595)"
|
||||
xlink:href="#rect3719-6"
|
||||
inkscape:original="M 99.21875 432.34375 C 97.087518 432.34375 95.375 434.05627 95.375 436.1875 L 95.375 448.5 C 95.375 450.63123 97.087518 452.34375 99.21875 452.34375 L 116.53125 452.34375 C 118.66248 452.34375 120.375 450.63123 120.375 448.5 L 120.375 436.1875 C 120.375 434.05627 118.66248 432.34375 116.53125 432.34375 L 99.21875 432.34375 z "
|
||||
inkscape:radius="-0.4375"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
id="path3721-0"
|
||||
d="m 114.375,437.34936 0,10 -10,-5 10,-5 z"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
inkscape:label="Triangle" />
|
||||
<rect
|
||||
y="437.34937"
|
||||
x="102.375"
|
||||
height="10.000001"
|
||||
width="2.0000136"
|
||||
id="rect3715-6"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.2 KiB |
143
components/ahttpd/images/last-page-button.svg
Normal file
@ -0,0 +1,143 @@
|
||||
<?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://creativecommons.org/ns#"
|
||||
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="25.163"
|
||||
height="20.163"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="last-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4711"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4769"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4827"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3602">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.4325"
|
||||
id="feGaussianBlur3604" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="6.2525407"
|
||||
inkscape:cy="9.4532616"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(34.78794,-2065.2186)">
|
||||
<g
|
||||
id="g4567"
|
||||
transform="translate(-219.70644,1632.9251)">
|
||||
<rect
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none"
|
||||
id="rect3719"
|
||||
width="25"
|
||||
height="20"
|
||||
x="185"
|
||||
y="432.36218"
|
||||
rx="3.8469892"
|
||||
ry="3.8469892" />
|
||||
<path
|
||||
d="m 188.84375,432.8125 c -1.89687,0 -3.40625,1.50938 -3.40625,3.40625 l 0,12.28125 c 0,1.89687 1.51366,3.4375 3.40625,3.4375 l 17.3125,0 c 1.89259,0 3.40625,-1.54063 3.40625,-3.4375 l 0,-12.28125 c 0,-1.89687 -1.50938,-3.40625 -3.40625,-3.40625 l -17.3125,0 z"
|
||||
inkscape:href="#rect3719"
|
||||
id="path3791"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3602)"
|
||||
xlink:href="#rect3719"
|
||||
inkscape:original="M 188.84375 432.375 C 186.71252 432.375 185 434.08752 185 436.21875 L 185 448.5 C 185 450.63123 186.71252 452.375 188.84375 452.375 L 206.15625 452.375 C 208.28748 452.375 210 450.63123 210 448.5 L 210 436.21875 C 210 434.08752 208.28748 432.375 206.15625 432.375 L 188.84375 432.375 z "
|
||||
inkscape:radius="-0.4375"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
id="path3721"
|
||||
d="m 192,437.36218 0,10 10,-5 -10,-5 z"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
inkscape:label="Triangle" />
|
||||
<rect
|
||||
transform="scale(-1,1)"
|
||||
y="437.36218"
|
||||
x="-204"
|
||||
height="10.000001"
|
||||
width="2.0000136"
|
||||
id="rect3715"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
128
components/ahttpd/images/next-page-button.svg
Normal file
@ -0,0 +1,128 @@
|
||||
<?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://creativecommons.org/ns#"
|
||||
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="25.02"
|
||||
height="20.022818"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="next-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4711"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4769"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3596">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.43"
|
||||
id="feGaussianBlur3598" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="10.329226"
|
||||
inkscape:cy="5.3197997"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(21.03808,-2078.2196)">
|
||||
<g
|
||||
id="g4562"
|
||||
transform="translate(-176.02808,1645.8574)">
|
||||
<rect
|
||||
ry="3.8469892"
|
||||
rx="3.8469892"
|
||||
y="432.36218"
|
||||
x="155"
|
||||
height="20"
|
||||
width="25"
|
||||
id="rect2849"
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
d="m 158.84375,432.875 c -1.86901,0 -3.34375,1.47474 -3.34375,3.34375 l 0,12.28125 c 0,1.86901 1.47952,3.375 3.34375,3.375 l 17.3125,0 c 1.86423,0 3.34375,-1.50599 3.34375,-3.375 l 0,-12.28125 c 0,-1.86901 -1.47474,-3.34375 -3.34375,-3.34375 l -17.3125,0 z"
|
||||
inkscape:href="#rect2849"
|
||||
id="path3785"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3596)"
|
||||
xlink:href="#rect2849"
|
||||
inkscape:original="M 158.84375 432.375 C 156.71252 432.375 155 434.08752 155 436.21875 L 155 448.5 C 155 450.63123 156.71252 452.375 158.84375 452.375 L 176.15625 452.375 C 178.28748 452.375 180 450.63123 180 448.5 L 180 436.21875 C 180 434.08752 178.28748 432.375 176.15625 432.375 L 158.84375 432.375 z "
|
||||
inkscape:radius="-0.48949021"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
inkscape:label="Triangle"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
d="m 163,437.36218 0,10 10,-5 -10,-5 z"
|
||||
id="path2828" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
121
components/ahttpd/images/prev-page-button.svg
Normal file
@ -0,0 +1,121 @@
|
||||
<?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://creativecommons.org/ns#"
|
||||
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="25.032"
|
||||
height="20.032"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="prev-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4711"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3595">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.43"
|
||||
id="feGaussianBlur3597" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="16.33258"
|
||||
inkscape:cy="6.4077993"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(15.11336,-2079.2984)">
|
||||
<g
|
||||
id="g4557"
|
||||
transform="translate(-140.09736,1646.9394)">
|
||||
<rect
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none"
|
||||
id="rect3707"
|
||||
width="25"
|
||||
height="20"
|
||||
x="125"
|
||||
y="432.36218"
|
||||
rx="3.8469892"
|
||||
ry="3.8469892" />
|
||||
<path
|
||||
d="m 128.84375,432.875 c -1.86338,0 -3.34375,1.48037 -3.34375,3.34375 l 0,12.28125 c 0,1.86338 1.48525,3.375 3.34375,3.375 l 17.3125,0 c 1.8585,0 3.34375,-1.51162 3.34375,-3.375 l 0,-12.28125 c 0,-1.86338 -1.48037,-3.34375 -3.34375,-3.34375 l -17.3125,0 z"
|
||||
inkscape:href="#rect3707"
|
||||
id="path3725"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3595)"
|
||||
xlink:href="#rect3707"
|
||||
inkscape:original="M 128.84375 432.375 C 126.71252 432.375 125 434.08752 125 436.21875 L 125 448.5 C 125 450.63123 126.71252 452.375 128.84375 452.375 L 146.15625 452.375 C 148.28748 452.375 150 450.63123 150 448.5 L 150 436.21875 C 150 434.08752 148.28748 432.375 146.15625 432.375 L 128.84375 432.375 z "
|
||||
inkscape:radius="-0.5"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
id="path3709"
|
||||
d="m 142,437.36218 0,10 -10,-5 10,-5 z"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
inkscape:label="Triangle" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.2 KiB |
BIN
components/ahttpd/images/right.gif
Normal file
After Width: | Height: | Size: 59 B |
@ -45,7 +45,7 @@ textarea, select, input.text {
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
.btn, button {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
color: #@MIDDLE_LABELS_HEX@;
|
||||
border: 1px solid #@MIDDLE_LABELS_HEX@;
|
||||
@ -54,21 +54,22 @@ textarea, select, input.text {
|
||||
padding: 0px 3px;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
.btn:hover, button:hover {
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.box {
|
||||
position: relative;
|
||||
width: 780px;
|
||||
margin-top: 10px;
|
||||
|
||||
.frame-table {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
margin: 3px;
|
||||
}
|
||||
background: #FFFFFF;
|
||||
padding: 0.2em;
|
||||
padding-right: 2mm;
|
||||
padding-top: 2mm;
|
||||
padding-bottom: 2mm;
|
||||
|
||||
.frame-table td, .frame-table th {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
padding: 1px 1px 3px 3px;
|
||||
border: 1px solid #@MIDDLE_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
@ -88,6 +89,37 @@ textarea, select, input.text {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.next-page-button,.prev-page-button,.first-page-button,.last-page-button {
|
||||
width: 25px;
|
||||
height: 20px;
|
||||
vertical-align:middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.next-page-button {
|
||||
background: url(/design/images/next-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.prev-page-button {
|
||||
background: url(/design/images/prev-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.first-page-button {
|
||||
background: url(/design/images/first-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.last-page-button {
|
||||
background: url(/design/images/last-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.close-dialog-button {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
background: url(/design/images/close-dialog-button.png) no-repeat;
|
||||
}
|
||||
|
||||
/* messages */
|
||||
|
||||
.alterator-information-message {
|
||||
@ -122,6 +154,12 @@ textarea, select, input.text {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
/* clock and timeedit */
|
||||
|
||||
canvas.alterator-clock {
|
||||
background: url(/design/images/clock-face.png) no-repeat;
|
||||
}
|
||||
|
||||
/* calendar and dateedit */
|
||||
|
||||
.year {
|
||||
@ -219,14 +257,6 @@ textarea, select, input.text {
|
||||
padding-top: 3px;
|
||||
background: url(/design/images/gradient.png) 0% 0% repeat-x;
|
||||
font-weight: bold;
|
||||
-moz-border-radius-topright: 1em;
|
||||
-webkit-border-radius-topright: 1em;
|
||||
-khtml-border-radius-topright: 1em;
|
||||
border-radius-topright: 1em;
|
||||
-moz-border-radius-topleft: 1em;
|
||||
-webkit-border-radius-topleft: 1em;
|
||||
-khtml-border-radius-topleft: 1em;
|
||||
border-radius-topleft: 1em;
|
||||
}
|
||||
|
||||
.menu-group {
|
||||
@ -235,34 +265,8 @@ textarea, select, input.text {
|
||||
padding-top: 5px;
|
||||
border-collapse: collapse;
|
||||
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
|
||||
-moz-border-radius-bottomright: 1em; /* mozilla 1.5 */
|
||||
-webkit-border-radius-bottomright: 1em; /* safari 3 */
|
||||
-khtml-border-radius-bottomright: 1em; /* Konqueror */
|
||||
border-radius-bottomright: 1em; /* CSS3 */
|
||||
-moz-border-radius-bottomleft: 1em; /* mozilla 1.5 */
|
||||
-webkit-border-radius-bottomleft: 1em; /* safari 3 */
|
||||
-khtml-border-radius-bottomleft: 1em; /* Konqueror */
|
||||
border-radius-bottomleft: 1em; /* CSS3 */
|
||||
}
|
||||
|
||||
/* help popup */
|
||||
|
||||
#help-popup {
|
||||
padding-left: 10px;
|
||||
width: 95%;
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.hresizeable {
|
||||
width: 100%;
|
||||
height: 7px;
|
||||
background:#@MIDDLE_COLOR_HEX@ url(/design/images/hgrabber.gif) no-repeat scroll 45%;
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
.hresizeable:hover {
|
||||
background-color: #@DARK_COLOR_HEX@;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
|
||||
@ -287,6 +291,7 @@ table.alterator-listbox thead tr .header {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
cursor: pointer;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody td {
|
||||
@ -302,6 +307,29 @@ table.alterator-listbox tbody tr.odd td {
|
||||
background-color:#@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.selected td, table.alterator-listbox tbody tr.odd.selected td {
|
||||
background-color: #D0E1FF;
|
||||
border-top: #ffffff solid 1px;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.error td {
|
||||
background-color: #e6999b;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.odd.error td {
|
||||
background-color: #e68b8d;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.working td {
|
||||
background-color: #f2ecbd;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.odd.working td {
|
||||
background-color: #f2e88f;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .headerSortUp {
|
||||
background-image: url(/design/images/asc.gif);
|
||||
}
|
||||
@ -314,21 +342,207 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
/* accordion */
|
||||
|
||||
div.alterator-accordion h3 {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
font-size: 9pt;
|
||||
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 24px;
|
||||
|
||||
margin: 2px;
|
||||
|
||||
background-image: url(/design/images/right.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.alterator-accordion h3.ui-state-active {
|
||||
background-image: url(/design/images/asc.gif);
|
||||
}
|
||||
|
||||
/* resizeable */
|
||||
|
||||
.ui-resizable-s {
|
||||
cursor: s-resize;
|
||||
height: 7px;
|
||||
width: 100%;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
background:#@MIDDLE_COLOR_HEX@ url(/design/images/hgrabber.gif) no-repeat scroll 45%;
|
||||
}
|
||||
|
||||
.ui-resizable-s:hover {
|
||||
background-color: #@DARK_COLOR_HEX@;
|
||||
}
|
||||
|
||||
|
||||
/* corner radius */
|
||||
|
||||
.ui-corner-tl {
|
||||
-moz-border-radius-topleft: 4px;
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-tr {
|
||||
-moz-border-radius-topright: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-bl {
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-br {
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-top {
|
||||
-moz-border-radius-topleft: 4px;
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-bottom {
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-right {
|
||||
-moz-border-radius-topright: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-left {
|
||||
-moz-border-radius-topleft: 4px;
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-corner-all {
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
|
||||
/* overlays */
|
||||
|
||||
.ui-widget-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #aaaaaa;
|
||||
opacity: .3;
|
||||
filter:Alpha(Opacity=30);
|
||||
}
|
||||
|
||||
/* dialog */
|
||||
|
||||
.ui-widget-content {
|
||||
border: 1px solid #aaaaaa;
|
||||
background: #ffffff;
|
||||
color: #222222
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
border: 1px solid #aaaaaa;
|
||||
background: url(/design/images/gradient.png) 0% 0% repeat-x;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-title {
|
||||
float: left;
|
||||
margin: .1em 0 .2em;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
padding: .5em .3em .3em 1em;
|
||||
}
|
||||
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close span {
|
||||
display: block;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-content {
|
||||
border: 0;
|
||||
padding: .5em 1em;
|
||||
background: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
text-align: left;
|
||||
border-width: 1px 0 0 0;
|
||||
background-image: none;
|
||||
margin: .5em 0 0 0;
|
||||
padding: .3em 1em .5em .4em;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
float: right;
|
||||
margin: .5em .4em .5em 0;
|
||||
cursor: pointer;
|
||||
width:auto;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
.ui-icon-closethick {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
text-indent: -99999px;
|
||||
overflow: hidden;
|
||||
background: url(/design/images/close-dialog-button.png) no-repeat;
|
||||
}
|
||||
|
||||
/* layout helpers */
|
||||
|
||||
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
||||
.ui-helper-clearfix { display: inline-block; }
|
||||
/* required comment for clearfix to work in Opera \*/
|
||||
* html .ui-helper-clearfix { height:1%; }
|
||||
.ui-helper-clearfix { display:block; }
|
||||
/* end clearfix */
|
||||
|
||||
/* help button */
|
||||
|
||||
.ui-help-button {
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.ui-help-button-content {
|
||||
padding-left: 10px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
/* top line */
|
||||
|
||||
#top {
|
||||
text-align:left;
|
||||
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
|
||||
|
||||
padding: 0.25em;
|
||||
-moz-border-radius: 0.5em;
|
||||
-webkit-border-radius: 0.5em;
|
||||
-khtml-border-radius: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
#product-logo {
|
||||
background: url(/design/images/logo.png) no-repeat;
|
||||
background: url(/design/images/product-logo.png) no-repeat;
|
||||
width: 275px;
|
||||
height: 30px;
|
||||
border: 0px;
|
||||
@ -358,3 +572,20 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
|
||||
padding-right:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
#help-popup {
|
||||
padding-left: 10px;
|
||||
width: 95%;
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.hresizeable {
|
||||
width: 100%;
|
||||
height: 7px;
|
||||
background:#@MIDDLE_COLOR_HEX@ url(/design/images/hgrabber.gif) no-repeat scroll 45%;
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
.hresizeable:hover {
|
||||
background-color: #@DARK_COLOR_HEX@;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
BIN
components/indexhtml/img/gradient-top.png
Normal file
After Width: | Height: | Size: 237 B |
BIN
components/indexhtml/img/null.gif
Normal file
After Width: | Height: | Size: 43 B |
82
components/indexhtml/index-en.html.in
Normal file
@ -0,0 +1,82 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id=lang>
|
||||
<a href="index-ru.html">Русский</a> |
|
||||
<a href="index-uk.html">Українська</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<table border="0" cellspacing="10"><tr>
|
||||
<td><img src="img/altlinux-logo.png" width="95" height="84" style="margin-right: 15px;"></td>
|
||||
<td width="99%" valign="bottom"><h1 class="shadow" title="@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr></h1></td>
|
||||
</tr></table>
|
||||
|
||||
<div id="main">
|
||||
|
||||
<div id="pane">
|
||||
<div class="footer">Search on ALT Linux websites</div>
|
||||
<!-- Google CSE Search Box Begins -->
|
||||
<form action="http://www.google.com/cse" id="searchbox_014412136813254060649:m2__wfh9ajy">
|
||||
<!--table border="1" width="100%">
|
||||
<tbody><tr><td-->
|
||||
<input type="hidden" name="cx" value="014412136813254060649:m2__wfh9ajy" />
|
||||
<input type="text" name="q" size="23" />
|
||||
<input type="submit" name="sa" value="Поиск" id="button" />
|
||||
<!--/td></tr></tbody></table-->
|
||||
</form>
|
||||
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014412136813254060649%3Am2__wfh9ajy"></script>
|
||||
<!-- Google CSE Search Box Ends -->
|
||||
|
||||
<div id="team">
|
||||
<h2>ALT Linux Team</h2>
|
||||
|
||||
<img src="img/alt-linux-team.png" width="144" height="55">
|
||||
|
||||
<p align="justify" style="padding: 15px;">This distribution would never be accomplished without active efforts put by ALT Linux Team — a community of free/libre software developers.</p>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.org/">Community Wiki</a></li>
|
||||
<li><a href="http://backports.altlinux.org/">Backports</a></li>
|
||||
<li><a href="http://bugs.altlinux.org/">Report a bug</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p align="justify">Welcome to <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. The distribution is set up and ready to use, you may proceed. We hope that results of our work will be of use to you.</p>
|
||||
|
||||
<div id="documentation">
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="../@DOCDIR@/index.html">User manual</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="web">
|
||||
<h2>in Internet</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.ru/">Official ALT Linux website</a></li>
|
||||
<li><a href="http://faq.altlinux.ru/">Frequently Asked QUestion</a></li>
|
||||
<li><a href="http://search.altlinux.ru/">Search on ALT Linux websites</a></li>
|
||||
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Mailing lists</a></li>
|
||||
<li><a href="http://forum.altlinux.org/">ALT Linux Forum</a></li>
|
||||
<li><a href="http://support.altlinux.ru/">Technical support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> © ALT Linux, 2009. All rights reserved.<br />
|
||||
Address: 5th Donskoy proezd, 15/11, Moscow<br />
|
||||
Phone/Fax: +7 (495) 662-3883</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
90
components/indexhtml/index-ru.html.in
Normal file
@ -0,0 +1,90 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Альт Линукс 5.0 Ковчег Рабочая Станция</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id=lang>
|
||||
<a href="index-en.html">English</a> |
|
||||
<a href="index-uk.html">Українська</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<table border="0" cellspacing="10"><tr>
|
||||
<td><img src="img/altlinux-logo.png" width="95" height="84" style="margin-right: 15px;"></td>
|
||||
<td width="99%" valign="bottom"><h1 class="shadow" title="Альт Линукс 5.0 Ковчег Рабочая Станция"><nobr>Альт Линукс 5.0 Ковчег Рабочая Станция</nobr></h1></td>
|
||||
</tr></table>
|
||||
|
||||
<div id="main">
|
||||
|
||||
<div id="pane">
|
||||
<div class="footer">Поиск по сайтам ALT Linux</div>
|
||||
<!-- Google CSE Search Box Begins -->
|
||||
<form action="http://www.google.com/cse" id="searchbox_014412136813254060649:m2__wfh9ajy">
|
||||
<!--table border="1" width="100%">
|
||||
<tbody><tr><td-->
|
||||
<input type="hidden" name="cx" value="014412136813254060649:m2__wfh9ajy" />
|
||||
<input type="text" name="q" size="23" />
|
||||
<input type="submit" name="sa" value="Поиск" id="button" />
|
||||
<!--/td></tr></tbody></table-->
|
||||
</form>
|
||||
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014412136813254060649%3Am2__wfh9ajy"></script>
|
||||
<!-- Google CSE Search Box Ends -->
|
||||
</div>
|
||||
|
||||
|
||||
<p align="justify">Добро пожаловать в <nobr>Альт Линукс 5.0 Ковчег Рабочая Станция</nobr>. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.</p>
|
||||
|
||||
<table border="0" width="100%"><tr><td id="list">
|
||||
|
||||
|
||||
<div id="documentation">
|
||||
<h2>Документация</h2>
|
||||
<ul>
|
||||
<li><a href="../@DOCDIR@/index.html">Руководство пользователя</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="web">
|
||||
<h2>Информация в Интернете</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.ru/">Сайт компании ALT Linux</a></li>
|
||||
<li><a href="http://www.altlinux.org/FAQ">Ответы на часто задаваемые вопросы</a></li>
|
||||
<li><a href="http://www.altlinux.org/">Онлайновая документация</a></li>
|
||||
<li><a href="http://search.altlinux.ru/">Поиск информации по ALT Linux</a></li>
|
||||
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Списки рассылки</a></li>
|
||||
<li><a href="http://forum.altlinux.org/">Форум пользователей ALT Linux</a></li>
|
||||
<li><a href="http://support.altlinux.ru/">Техническая поддержка через веб-сайт</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</td><td>
|
||||
|
||||
<div id="team_new">
|
||||
<h2>ALT Linux Team</h2>
|
||||
|
||||
<img src="img/alt-linux-team.png" width="144" height="55">
|
||||
|
||||
<p align="justify">Этот дистрибутив не появился бы без активного участия ALT Linux Team — сообщества разработчиков свободного программного обеспечения.</p>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.org/">Wiki сообщества</a></li>
|
||||
<li><a href="http://sisyphus.ru/">Репозиторий Sisyphus</a></li>
|
||||
<li><a href="http://bugs.altlinux.org/">Сообщить об ошибке</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>Альт Линукс 5.0 Ковчег Рабочая Станция</nobr> © ALT Linux, 2009. Все права защищены.<br />
|
||||
Адрес: г. Москва, 5-й Донской проезд, д. 15, стр. 6<br />
|
||||
Телефон/факс: +7 (495) 662-3883</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
84
components/indexhtml/index-uk.html.in
Normal file
@ -0,0 +1,84 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id=lang>
|
||||
<a href="index-en.html">English</a> |
|
||||
<a href="index-ru.html">Русский</a>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<table border="0" cellspacing="10"><tr>
|
||||
<td><img src="img/altlinux-logo.png" width="95" height="84" style="margin-right: 15px;"></td>
|
||||
<td width="99%" valign="bottom"><h1 class="shadow" title="@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr></h1></td>
|
||||
</tr></table>
|
||||
|
||||
<div id="main">
|
||||
|
||||
<div id="pane">
|
||||
<div class="footer">Пошук по сайтах ALT Linux</div>
|
||||
<!-- Google CSE Search Box Begins -->
|
||||
<form action="http://www.google.com/cse" id="searchbox_014412136813254060649:m2__wfh9ajy">
|
||||
<!--table border="1" width="100%">
|
||||
<tbody><tr><td-->
|
||||
<input type="hidden" name="cx" value="014412136813254060649:m2__wfh9ajy" />
|
||||
<input type="text" name="q" size="23" />
|
||||
<input type="submit" name="sa" value="Пошук" id="button" />
|
||||
<!--/td></tr></tbody></table-->
|
||||
</form>
|
||||
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014412136813254060649%3Am2__wfh9ajy"></script>
|
||||
<!-- Google CSE Search Box Ends -->
|
||||
|
||||
<div id="team">
|
||||
<h2>ALT Linux Team</h2>
|
||||
|
||||
<img src="img/alt-linux-team.png" width="144" height="55">
|
||||
|
||||
<p align="justify" style="padding: 15px;">Цей дистрибутив не міг би з'явитися без активної участі ALT Linux Team — спільноти розробників вільного програмного забезпечення.</p>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.org/">Wiki спільноти</a> (<a
|
||||
href="http://uk.altlinux.org/">українською</a>)</li>
|
||||
<li><a href="http://backports.altlinux.org/">Backports</a></li>
|
||||
<li><a href="http://bugs.altlinux.org/">Повідомити про помилку</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p align="justify">Ласкаво просимо до <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. Дистрибутив налаштований та готовий до роботи, можна починати. Ми сподіваємось, що наша праця буде для Вас корисною.</p>
|
||||
|
||||
<div id="documentation">
|
||||
<h2>Документація (рос.)</h2>
|
||||
<ul>
|
||||
<li><a href="../@DOCDIR@/index.html">Посібник користувача</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="web">
|
||||
<h2>Інформація в Інтернеті</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.ru/">Сайт компанії ALT Linux</a></li>
|
||||
<li><a href="http://faq.altlinux.ru/">Відповіді на часті запитання</a></li>
|
||||
<li><a href="http://search.altlinux.ru/">Пошук інформації по ALT Linux</a></li>
|
||||
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Списки розсилання</a></li>
|
||||
<li><a href="http://forum.altlinux.org">Форум користувачів ALT Linux</a></li>
|
||||
<li><a href="http://support.altlinux.ru/">Технічна підтримка через веб-сайт</a></li>
|
||||
<li><a href="http://www.magic.kiev.ua/">Підтримка та рішення в Україні</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> © ALT Linux, 2009. Усі права застережено.<br />
|
||||
Адреса: м. Москва, 5-й Донський проїзд, 15, буд. 11<br />
|
||||
Телефон/факс: +7 (495) 662-3883</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
78
components/indexhtml/index.css.in
Normal file
@ -0,0 +1,78 @@
|
||||
/* Stylesheet for index file */
|
||||
|
||||
body {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
color: #@MIDDLE_LABELS_HEX@;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
text-decoration: none;
|
||||
color: #39c;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
ul li {
|
||||
padding-left: 3px;
|
||||
text-align: left;
|
||||
list-style: square url('img/bullet.png');
|
||||
}
|
||||
|
||||
li.spacebefore {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
div.box {
|
||||
position: relative;
|
||||
width: 780px;
|
||||
margin-top: 10px;
|
||||
|
||||
background: #FFFFFF;
|
||||
padding: 0.2em;
|
||||
padding-right: 2mm;
|
||||
padding-top: 2mm;
|
||||
padding-bottom: 2mm;
|
||||
|
||||
border: 1px solid #@MIDDLE_COLOR_HEX@;
|
||||
}
|
||||
|
||||
#lang {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
font-size: 9px;
|
||||
color: #@DARK_COLOR_HEX@;
|
||||
}
|
||||
|
||||
/* top line */
|
||||
|
||||
#top {
|
||||
text-align:left;
|
||||
background: url('img/gradient-top.png') 0% 0% repeat-x;
|
||||
|
||||
padding: 0.25em;
|
||||
-moz-border-radius: 0.5em;
|
||||
-webkit-border-radius: 0.5em;
|
||||
-khtml-border-radius: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
#product-logo {
|
||||
background: url('img/product-logo.png') no-repeat;
|
||||
width: 275px;
|
||||
height: 30px;
|
||||
border: 0px;
|
||||
}
|
10
configure.ac
@ -51,11 +51,11 @@ AC_CONFIG_FILES([
|
||||
notes/release-notes.all.html
|
||||
notes/license.ru.html
|
||||
notes/license.all.html
|
||||
indexhtml/indexhtml.desktop
|
||||
indexhtml/index-ru.html
|
||||
indexhtml/index-uk.html
|
||||
indexhtml/index-en.html
|
||||
indexhtml/index.css
|
||||
notes/index-ru.html
|
||||
notes/index-uk.html
|
||||
notes/index-en.html
|
||||
components/indexhtml/indexhtml.desktop
|
||||
components/indexhtml/index.css
|
||||
gnome-settings/gtkrc
|
||||
gnome-settings/index.theme
|
||||
gnome-settings/metacity-theme-1.xml
|
||||
|
BIN
images/logo.png
Before Width: | Height: | Size: 168 B |
BIN
images/product-logo.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 175 B |
62
notes/index-en.html.in
Normal file
@ -0,0 +1,62 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="top">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:left;width:100%"><img id="product-logo" src="img/null.gif"/></td>
|
||||
<td style="text-align:right"><img id="brand-logo" src="img/null.gif"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="box" id="lang">
|
||||
<a href="index-ru.html">Русский</a> |
|
||||
<a href="index-uk.html">Українська</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p align="justify">Welcome to <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. The distribution is set up and ready to use, you may proceed. We hope that results of our work will be of use to you.</p>
|
||||
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="../@DOCDIR@/index.html">User manual</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>In Internet</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.ru/">Official ALT Linux website</a></li>
|
||||
<li><a href="http://faq.altlinux.ru/">Frequently Asked QUestion</a></li>
|
||||
<li><a href="http://search.altlinux.ru/">Search on ALT Linux websites</a></li>
|
||||
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Mailing lists</a></li>
|
||||
<li><a href="http://forum.altlinux.org/">ALT Linux Forum</a></li>
|
||||
<li><a href="http://support.altlinux.ru/">Technical support</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>ALT Linux Team</h2>
|
||||
<p align="justify">This distribution would never be accomplished without active efforts put by ALT Linux Team — a community of free/libre software developers.</p>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.org/">Community Wiki</a></li>
|
||||
<li><a href="http://backports.altlinux.org/">Backports</a></li>
|
||||
<li><a href="http://bugs.altlinux.org/">Report a bug</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> © ALT Linux, 2008. All rights reserved.<br />
|
||||
Address: 5th Donskoy proezd, 15/11, Moscow<br />
|
||||
Phone/Fax: +7 (495) 662-3883
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
61
notes/index-ru.html.in
Normal file
@ -0,0 +1,61 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="top">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:left;width:100%"><img id="product-logo" src="img/null.gif"/></td>
|
||||
<td style="text-align:right"><img id="brand-logo" src="img/null.gif"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="box" id="lang">
|
||||
<a href="index-en.html">English</a> |
|
||||
<a href="index-uk.html">Українська</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p>Добро пожаловать в <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.</p>
|
||||
|
||||
<h2>Документация</h2>
|
||||
<ul>
|
||||
<li><a href="../@DOCDIR@/index.html">Руководство пользователя</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Информация в Интернете</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.ru/">Сайт компании ALT Linux</a></li>
|
||||
<li><a href="http://faq.altlinux.ru/">Ответы на часто задаваемые вопросы</a></li>
|
||||
<li><a href="http://search.altlinux.ru/">Поиск информации по ALT Linux</a></li>
|
||||
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Списки рассылки</a></li>
|
||||
<li><a href="http://forum.altlinux.org/">Форум пользователей ALT Linux</a></li>
|
||||
<li><a href="http://support.altlinux.ru/">Техническая поддержка через веб-сайт</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>ALT Linux Team</h2>
|
||||
<p>Этот дистрибутив не появился бы без активного участия ALT Linux Team — сообщества разработчиков свободного программного обеспечения.</p>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.org/">Wiki сообщества</a></li>
|
||||
<li><a href="http://backports.altlinux.org/">Backports</a></li>
|
||||
<li><a href="http://bugs.altlinux.org/">Сообщить об ошибке</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> © ALT Linux, 2008. Все права защищены.<br />
|
||||
Адрес: г. Москва, 5-й Донской проезд, д. 15, стр. 11<br />
|
||||
Телефон/факс: +7 (495) 662-3883
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
64
notes/index-uk.html.in
Normal file
@ -0,0 +1,64 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="top">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align:left;width:100%"><img id="product-logo" src="img/null.gif"/></td>
|
||||
<td style="text-align:right"><img id="brand-logo" src="img/null.gif"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="box" id="lang">
|
||||
<a href="index-en.html">English</a> |
|
||||
<a href="index-ru.html">Русский</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p>Ласкаво просимо до <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. Дистрибутив налаштований та готовий до роботи, можна починати. Ми сподіваємось, що наша праця буде для Вас корисною.</p>
|
||||
|
||||
<h2>Документація (рос.)</h2>
|
||||
<ul>
|
||||
<li><a href="../@DOCDIR@/index.html">Посібник користувача</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Інформація в Інтернеті</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.ru/">Сайт компанії ALT Linux</a></li>
|
||||
<li><a href="http://faq.altlinux.ru/">Відповіді на часті запитання</a></li>
|
||||
<li><a href="http://search.altlinux.ru/">Пошук інформації по ALT Linux</a></li>
|
||||
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Списки розсилання</a></li>
|
||||
<li><a href="http://forum.altlinux.org">Форум користувачів ALT Linux</a></li>
|
||||
<li><a href="http://support.altlinux.ru/">Технічна підтримка через веб-сайт</a></li>
|
||||
<li><a href="http://www.magic.kiev.ua/">Підтримка та рішення в Україні</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>ALT Linux Team</h2>
|
||||
<p>Цей дистрибутив не міг би з'явитися без активної участі ALT Linux Team — спільноти розробників вільного програмного забезпечення.</p>
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.org/">Wiki спільноти</a> (<a
|
||||
href="http://uk.altlinux.org/">українською</a>)</li>
|
||||
<li><a href="http://backports.altlinux.org/">Backports</a></li>
|
||||
<li><a href="http://bugs.altlinux.org/">Повідомити про помилку</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> © ALT Linux, 2008. Усі права застережено.<br />
|
||||
Адреса: м. Москва, 5-й Донський проїзд, 15, буд. 11<br />
|
||||
Телефон/факс: +7 (495) 662-3883
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|