Jaunākie ieraksti Lietotāji Noteikumi Meklēt
  • Lappuse 1 no 1
  • 1
Forums » Datorlietas » Mājaslapu Izstrāde - Lietotāju Jautājumi » Izpalīdzi man ar menu! (sml[Important])
Izpalīdzi man ar menu!
vieshsa007
Date: Otrdiena, 11 Okt 2011, 5:35 PM | Ieraksts # 1


Pakāpe:

Ieraksti: 9
Čau te atkal es! man ir nelielas problēmas ar manu menu no Komo.ez.lv apskaties un tad tu redzēsi kāda ir problēma. es vēlētos lai viņš ir pa virsu beckground image, lai viņš ir tur kur tagad ir. Es visādi izmēģinājos bet nevaru nekādi to izlabot.
[cut noguest=Menu kods]<!-- <horizontal menu> -->
<style type="text/css">
.menu2 {}
.menu2 { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; align:center; list-style:none;width:955px; height:48px;border-radius:10px; background:#585858 url(http://komo.ez.lv/menu-background.png); border:3px groove #000000;}
.menu2 li {float:center;}
.menu2 li a {display: block; float:left; height:35px; line-height:35px; color: #ffffff; text-decoration:none;text-transform: uppercase; font-size:15px; font-family:impact; text-align:center; padding:5 20 0 20px; cursor:pointer;}
.menu2 li a b {float:center; display:block; padding:0 16px 0 3px;}
.menu2 li.current a {color:#fff; background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif);}
.menu2 li.current a b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}
.menu2 li a:hover {color:#a1a1a1;border-width:3px;}
.menu2 li a:hover b {background:url(http://myphoto.nnov.ru/img/7d80b34d140d09a05f5f394b075a4ccb.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}
</style>
<div align="center">
<ul class="menu2">
<li><a href="$HOME_PAGE_LINK$"><span style="color:white; align:center"><img src="http://komo.ez.lv/Conteiner/home-icon.png"></span></a></li>
<li><a href="/forum/"><span style="color:orange">Forum</span></a></li>
<li><a href="/index/movie/0-4"><span style="color:orange">filmu Katalogs</span></a></li>
<li><a href="/index/0-3"><span style="color:orange">CONTACT US</span></a></li>
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$PERSONAL_PAGE_LINK$"><?else?><a href="$REGISTER_LINK$"><?endif?><?endif?><span style="color:orange">Reģistrācija / Profils</span></a></li>
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$LOGOUT_LINK$"><?else?><a href="$LOGIN_LINK$"><?endif?><?endif?><span style="color:orange">ieeja/izeja</a></span></li>
</ul>
</div>
<!-- <horizontal menu> --> [/cut]
 
jackass
Date: Otrdiena, 11 Okt 2011, 5:52 PM | Ieraksts # 2


Pakāpe:

Ieraksti: 194
vieshsa007, ja es tevi pareizi sapratu, tad tu gribi lai ikona iekš izvēlnes nav pāri malām!

Tādā gadījumā tai ikonai ir vienkārši jāpieliek height parametrs, konkrētā gadījumā derēs 40px

Code
    <!-- <horizontal menu> -->
  <style type="text/css">
  .menu2 {}
   .menu2 { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left:  0; align:center; list-style:none;width:955px;  height:48px;border-radius:10px; background:#585858  url(http://komo.ez.lv/menu-background.png); border:3px groove #000000;}
  .menu2 li {float:center;}
   .menu2 li a {display: block; float:left; height:35px; line-height:35px;  color: #ffffff; text-decoration:none;text-transform: uppercase;  font-size:15px; font-family:impact; text-align:center; padding:5 20 0  20px; cursor:pointer;}
  .menu2 li a b {float:center; display:block; padding:0 16px 0 3px;}
  .menu2 li.current a {color:#fff; background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif);}
  .menu2 li.current a b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}
  .menu2 li a:hover {color:#a1a1a1;border-width:3px;}
  .menu2 li a:hover b {background:url(http://myphoto.nnov.ru/img/7d80b34d140d09a05f5f394b075a4ccb.gif) no-repeat right top;}
   .menu2 li.current a:hover {color:#fff; background:#000  url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif);  cursor:default;}
  .menu2 li.current a:hover b  {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif)  no-repeat right top;}
  </style>
  <div align="center">
  <ul class="menu2">
   <li><a href="$HOME_PAGE_LINK$"><span style="color:white;  align:center"><img  src="http://komo.ez.lv/Conteiner/home-icon.png" height="40px"></span></a></li>   
  <li><a href="/forum/"><span style="color:orange">Forum</span></a></li>
  <li><a href="/index/movie/0-4"><span style="color:orange">filmu Katalogs</span></a></li>
  <li><a href="/index/0-3"><span style="color:orange">CONTACT US</span></a></li>
   <li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a  href="$PERSONAL_PAGE_LINK$"><?else?><a  href="$REGISTER_LINK$"><?endif?><?endif?><span  style="color:orange">Reģistrācija /  Profils</span></a></li>
   <li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a  href="$LOGOUT_LINK$"><?else?><a  href="$LOGIN_LINK$"><?endif?><?endif?><span  style="color:orange">ieeja/izeja</a></span></li>
  </ul>
  </div>
  <!-- <horizontal menu> -->


Ja tomēr nesapratu tad paskaidro sīkāk smile

 
vieshsa007
Date: Trešdiena, 12 Okt 2011, 3:08 PM | Ieraksts # 3


Pakāpe:

Ieraksti: 9
Nu jā arī tas bet lielakaā problēma ir ar tiem baltajiem sāniem tam MENU! Es nekādi nevaru tur dabūt apakšā to background image.

un menu kodu esmu ielicis "top part of the website" pašā augšā.
 
jackass
Date: Trešdiena, 12 Okt 2011, 5:41 PM | Ieraksts # 4


Pakāpe:

Ieraksti: 194
aaa es sapratu! biggrin

Iedod man top part of the website kodu un varbūt arī idex lapas kodu...
Paskatīsimies ko var darīt smile

Man izskatās ok http://prntscr.com/3gdni
būsi ko nepareizi izdarījis

 
vieshsa007
Date: Trešdiena, 12 Okt 2011, 5:51 PM | Ieraksts # 5


Pakāpe:

Ieraksti: 9
NU te būs "site pages" un "top part of the website" kodi:
Code
<html>
<head>
<!--[if IE]>
<center>
<div class="middle-block">
<table>
<tr>
<td>
<div class="middle-block3"><center><font color="red"><b>KĻŪDA - JŪS IZMANTOJIET NESADERĪGU

PĀRLŪKPROGRAMMU</b></font></center></div><br/>
<div class="middle-block2"><font color="blue">Pārlūks, kuru izmantojat, nav saderīgs ar mūsdienās pieejamo interneta saturu!<br>
Lai korekti apskatītu šo lapu, nepieciešama modernāka pārrlūkprogramma!</font></div><br/>

<div class="middle-block2">Kāpēc nav ieteicams izmantot Internet Explorer:<br>
♠ Nekorekti / nepilnīgi ielādē lapu<br>
♠ Atpaliek no mūsdienu Web tehnoloģijām<br>
♠ Pārlūkprogramma ir nedroša
</div><br/>
<div class="middle-block2"><center><b>Lūgums lejupielādēt kādu no zemāk redzamajiem pārlūkiem!</b></center>
</div><br/>
<div class="middle-block2">
<a href="http://www.google.lv/chrome/"

/>Google Chrome</a> |

<a href="http://www.mozilla.com/lv/firefox/" />Mozilla Firefox</a>

</td>
</tr>
</table>
</div>
<center>
<![endif]-->

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<?$META_DESCRIPTION$?>

<link type="text/css" rel="StyleSheet" href="/_st/my.css" />
</head>
<body>
$ADMIN_BAR$

$GLOBAL_AHEADER$

<!-- <horizontal menu> -->

<!-- <horizontal menu> -->

<!-- <middle> -->
<div id="maincol">

<!-- <body> -->$CONTENT$<!-- </body> -->

</div>
<div id="sidebar">
<div id="soc">
<?if($RSS_LINK$)?><a href="$RSS_LINK$" target="_blank" title="RSS" class="soc-rss"></a><?endif?>
<a href="http://del.icio.us/post?url=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Del.icio.us" class="soc-del"></a>
<a href="http://www.facebook.com/share.php?u=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="FaceBook" class="soc-facebook"></a>
<a href="http://memori.ru/link/?sm=1&u_data[url]=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Memori" class="soc-memori"></a>
<a href="http://vkontakte.ru/share.php?url=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Vkontakte" class="soc-vkontakte"></a>
<a href="http://twitter.com/share?url=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Twitter" class="soc-twitter"></a>
</div>

$GLOBAL_CLEFTER$
</div>
<div class="clear"></div>
<!-- </middle> -->

</div>
</div>
<?if($USER_LOGGED_IN$)?><?else?><script type="text/javascript">window.onload = function () {new _uWnd('site','',-275,-70,{align:'center',header:0,resize:0,nomove:1,modal:0},'<div>Apnikusi "uzlecošā" reklāma?<br>Reģistrējies & aizmirsīsi par to!!</div><hr><a href="/index/3">Reģistrācija</a> | <a href="javascript://" onclick="_uWnd.close(\'site\');new _uWnd(\'LF\',\' \',-250,-110,{autosize:0,closeonesc:1,resize:1},{url:\'/index/40\'});return false;">Ātrā ieeja</a> | <a href="javascript://" onclick="_uWnd.close(\'site\')">Aizvērt logu</a><hr>Sveicināti @ <a href="http://kommo.ucoz.lv/">K.o.M.o.</a><hr>');}</script><?endif?>
$GLOBAL_BFOOTER$
</div>
</div>
</div>
</body>
</html>


Top part of the website
Code

<!-- <horizontal menu> -->
<style type="text/css">
.menu2 {}
.menu2 { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; align:center; list-style:none;width:955px; height:48px;border-radius:10px; background:#585858 url(http://komo.ez.lv/menu-background.png); border:3px groove #000000;}
.menu2 li {float:center;}
.menu2 li a {display: block; float:left; height:35px; line-height:35px; color: #ffffff; text-decoration:none;text-transform: uppercase; font-size:15px; font-family:impact; text-align:center; padding:5 20 0 20px; cursor:pointer;}
.menu2 li a b {float:center; display:block; padding:0 16px 0 3px;}
.menu2 li.current a {color:#fff; background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif);}
.menu2 li.current a b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}
.menu2 li a:hover {color:#a1a1a1;border-width:3px;}
.menu2 li a:hover b {background:url(http://myphoto.nnov.ru/img/7d80b34d140d09a05f5f394b075a4ccb.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}
</style>
<div align="center">
<ul class="menu2">
<li><a href="$HOME_PAGE_LINK$"><span style="color:white; align:center"><img src="http://komo.ez.lv/Conteiner/home-icon.png"></span></a></li>
<li><a href="/forum/"><span style="color:orange">Forum</span></a></li>
<li><a href="/index/movie/0-4"><span style="color:orange">filmu Katalogs</span></a></li>
<li><a href="/index/0-3"><span style="color:orange">CONTACT US</span></a></li>
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$PERSONAL_PAGE_LINK$"><?else?><a href="$REGISTER_LINK$"><?endif?><?endif?><span style="color:orange">Reģistrācija / Profils</span></a></li>
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$LOGOUT_LINK$"><?else?><a href="$LOGIN_LINK$"><?endif?><?endif?><span style="color:orange">ieeja/izeja</a></span></li>
</ul>
</div>
<!-- <horizontal menu> -->
<!-- <čats> -->

<style>
#contactable { background-image:url(http://komo.ez.lv/Pamacibas2/mini-chat-up.gif.png); color:#FFFFFF; background-color:#333333; cursor:pointer; height:122px; right:0; margin-right:-6px; overflow:hidden; position:fixed; text-indent:-100000px; top:100px; width:40px; z-index:100000; }
#contactForm { background-color:#222; border:1px solid #444; color:#FFFFFF;right:0; overflow:hidden; margin-right:-390px; margin-top:80px;padding:10px; position:fixed; top:20px;width:360px; z-index:99; }
.holder { margin:0 auto; padding-top:10px; text-align: left; }
#mchatIfm2 {height:350px !important}
</style>

<script type='text/javascript' src='http://komo.ez.lv/Pamacibas2/jquery.js'></script>

<div id="xs_contact" style="display: none;">
<div id="contactable"></div>
<div id="contactForm" action="">
<div class="holder">
$CHAT_BOX$
</div>
</div>
<script type="text/javascript" src="http://komo.ez.lv/Pamacibas2/xscape.js"></script>

<script type="text/javascript">
//<![CDATA[

jQuery(document).ready(function() {
jQuery('.xswdg-styles select').change(xscape_change_style);
jQuery("#slider li div.button").corner("round all 5px")
jQuery("#mainmenu").corner("round top 6px")
jQuery(".xsstop-icons").corner("round bottom 6px")
jQuery(".back-footer-compact").corner("round bottom 6px")
jQuery("#title h1.title a").css("text-shadow", "0 0 8px #000")
jQuery('ul.xs-mainmenu-superfish').superfish({ dropShadows: false, delay: 100, animation: {opacity:'show', height:'show'} });
jQuery('#xs_contact').show();
jQuery('#xs_contact').contactable();

});

// ]]>
</script>

<!-- <čats> -->

<div id="wrap0">
<div id="wrap">
<div id="container">
<div id="top">
<div id="usermenu">
<!--<s5212>-->Welcome<!--</s>-->, $USERNAME$!
<?if($USER_LOGGED_IN$)?>
<a title="My profile" href="$PERSONAL_PAGE_LINK$" class="profile-link"><!--<s5214>-->My profile<!--</s>--></a>
<a href="$LOGOUT_LINK$" title="Log out" class="logout-link"><!--<s5164>-->Log out<!--</s>--></a>
<?else?>
<a href="$REGISTER_LINK$" title="Registration" class="register-link"><!--<s3089>-->Registration<!--</s>--></a>
<a href="$LOGIN_LINK$" title="Login" class="login-link"><!--<s3087>-->Login<!--</s>--></a>
<?endif?>
<?if($RSS_LINK$)?>
<a href="$RSS_LINK$" title="RSS" class="rss-link">RSS</a>
<?endif?>
</div>
<div id="usermenu-corner"></div>
<div class="clear"></div>
<div id="logo-block">
<h1><!-- <logo> --><!-- </logo> --></h1>
</div>
<div id="top-right">
<?if($SEARCH_FORM$)?>
<div id="top-search">
<div class="searchForm">
<form action="/search/" style="margin: 0pt;" method="get" onsubmit="this.sfSbm.disabled=true">
<input type="text" id="topQueryField" size="20" maxlength="30" name="q"/>
<input type="submit" value="Find" name="sfSbm" id="topSearchSbmFl" />
</form>
</div>
</div>
<?endif?>
<div id="date">
<div id="date-right"></div>
<div id="date-mid">$WDAY$, $DATE$</div>
<div id="date-left"></div>
</div>
</div>
</div>
<div id="content">
<div id="content-inside">


Ierakstu laboja vieshsa007 - Trešdiena, 12 Okt 2011, 5:50 PM
 
jackass
Date: Trešdiena, 12 Okt 2011, 6:12 PM | Ieraksts # 6


Pakāpe:

Ieraksti: 194
Tev jāliek viss kods iekš

Code
<div id="wrap0">
<div id="wrap">


Te būs, Izstāj savu top parts of the website kodu ar šo

Code

<div id="wrap0">
<div id="wrap">
<!-- <horizontal menu> -->
<style type="text/css">
.menu2 {}
.menu2 { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; align:center; list-style:none;width:955px; height:48px;border-radius:10px; background:#585858 url(http://komo.ez.lv/menu-background.png); border:3px groove #000000;}
.menu2 li {float:center;}
.menu2 li a {display: block; float:left; height:35px; line-height:35px; color: #ffffff; text-decoration:none;text-transform: uppercase; font-size:15px; font-family:impact; text-align:center; padding:5 20 0 20px; cursor:pointer;}
.menu2 li a b {float:center; display:block; padding:0 16px 0 3px;}
.menu2 li.current a {color:#fff; background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif);}
.menu2 li.current a b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}
.menu2 li a:hover {color:#a1a1a1;border-width:3px;}
.menu2 li a:hover b {background:url(http://myphoto.nnov.ru/img/7d80b34d140d09a05f5f394b075a4ccb.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}
</style>
<div align="center">
<ul class="menu2">
<li><a href="$HOME_PAGE_LINK$"><span style="color:white; align:center"><img src="http://komo.ez.lv/Conteiner/home-icon.png"></span></a></li>
<li><a href="/forum/"><span style="color:orange">Forum</span></a></li>
<li><a href="/index/movie/0-4"><span style="color:orange">filmu Katalogs</span></a></li>
<li><a href="/index/0-3"><span style="color:orange">CONTACT US</span></a></li>
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$PERSONAL_PAGE_LINK$"><?else?><a href="$REGISTER_LINK$"><?endif?><?endif?><span style="color:orange">Reģistrācija / Profils</span></a></li>
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$LOGOUT_LINK$"><?else?><a href="$LOGIN_LINK$"><?endif?><?endif?><span style="color:orange">ieeja/izeja</a></span></li>
</ul>
</div>
<!-- <horizontal menu> -->
<!-- <čats> -->

<style>
#contactable { background-image:url(http://komo.ez.lv/Pamacibas2/mini-chat-up.gif.png); color:#FFFFFF; background-color:#333333; cursor:pointer; height:122px; right:0; margin-right:-6px; overflow:hidden; position:fixed; text-indent:-100000px; top:100px; width:40px; z-index:100000; }
#contactForm { background-color:#222; border:1px solid #444; color:#FFFFFF;right:0; overflow:hidden; margin-right:-390px; margin-top:80px;padding:10px; position:fixed; top:20px;width:360px; z-index:99; }
.holder { margin:0 auto; padding-top:10px; text-align: left; }
#mchatIfm2 {height:350px !important}
</style>

<script type='text/javascript' src='http://komo.ez.lv/Pamacibas2/jquery.js'></script>

<div id="xs_contact" style="display: none;">
<div id="contactable"></div>
<div id="contactForm" action="">
<div class="holder">
$CHAT_BOX$
</div>
</div>
<script type="text/javascript" src="http://komo.ez.lv/Pamacibas2/xscape.js"></script>

<script type="text/javascript">
//<![CDATA[

jQuery(document).ready(function() {
jQuery('.xswdg-styles select').change(xscape_change_style);
jQuery("#slider li div.button").corner("round all 5px")
jQuery("#mainmenu").corner("round top 6px")
jQuery(".xsstop-icons").corner("round bottom 6px")
jQuery(".back-footer-compact").corner("round bottom 6px")
jQuery("#title h1.title a").css("text-shadow", "0 0 8px #000")
jQuery('ul.xs-mainmenu-superfish').superfish({ dropShadows: false, delay: 100, animation: {opacity:'show', height:'show'} });
jQuery('#xs_contact').show();
jQuery('#xs_contact').contactable();

});

// ]]>
</script>

<!-- <čats> -->

<div id="container">
<div id="top">
<div id="usermenu">
<!--<s5212>-->Welcome<!--</s>-->, $USERNAME$!
<?if($USER_LOGGED_IN$)?>
<a title="My profile" href="$PERSONAL_PAGE_LINK$" class="profile-link"><!--<s5214>-->My profile<!--</s>--></a>
<a href="$LOGOUT_LINK$" title="Log out" class="logout-link"><!--<s5164>-->Log out<!--</s>--></a>
<?else?>
<a href="$REGISTER_LINK$" title="Registration" class="register-link"><!--<s3089>-->Registration<!--</s>--></a>
<a href="$LOGIN_LINK$" title="Login" class="login-link"><!--<s3087>-->Login<!--</s>--></a>
<?endif?>
<?if($RSS_LINK$)?>
<a href="$RSS_LINK$" title="RSS" class="rss-link">RSS</a>
<?endif?>
</div>
<div id="usermenu-corner"></div>
<div class="clear"></div>
<div id="logo-block">
<h1><!-- <logo> --><!-- </logo> --></h1>
</div>
<div id="top-right">
<?if($SEARCH_FORM$)?>
<div id="top-search">
<div class="searchForm">
<form action="/search/" style="margin: 0pt;" method="get" onsubmit="this.sfSbm.disabled=true">
<input type="text" id="topQueryField" size="20" maxlength="30" name="q"/>
<input type="submit" value="Find" name="sfSbm" id="topSearchSbmFl" />
</form>
</div>
</div>
<?endif?>
<div id="date">
<div id="date-right"></div>
<div id="date-mid">$WDAY$, $DATE$</div>
<div id="date-left"></div>
</div>
</div>
</div>
<div id="content">
<div id="content-inside">

 
vieshsa007
Date: Ceturtdiena, 13 Okt 2011, 7:27 AM | Ieraksts # 7


Pakāpe:

Ieraksti: 9
O super vienkārši super! Nu ko mēs bez tevis darītu! friends
 
jackass
Date: Ceturtdiena, 13 Okt 2011, 8:09 AM | Ieraksts # 8


Pakāpe:

Ieraksti: 194
Man ir atbildes uz visiem taviem jautājumiem biggrin

 
Forums » Datorlietas » Mājaslapu Izstrāde - Lietotāju Jautājumi » Izpalīdzi man ar menu! (sml[Important])
  • Lappuse 1 no 1
  • 1
Meklēšana:
Uz augšu