Strana 1 z 2
N: Template pre rockovú kapelu
Napísané: St Nov 30, 2005 7:40 am
od používateľa grabo
Nájde sa niekto? Farebné rozpoloženie podľa:
http://brightsix.tk
(to modré menu je hnusné)
Budem moc vďačný.

Napísané: Ut Dec 06, 2005 2:47 am
od používateľa _rasel^
Nieco easy urobim, ked si nato najdem cas... potom napisem.
Napísané: Ut Dec 06, 2005 9:11 am
od používateľa grabo
Verry thanx. Mozem aj nieco malo zaplatit alebo poskytnut protisluzbu.

Napísané: Ut Jan 31, 2006 9:14 pm
od používateľa grabo
_rasel^ nemá čas.

Napísané: St Feb 01, 2006 12:23 pm
od používateľa _rasel^
2 grabo: Neboj sa... mysim nato. (ale to zatial nestaci)
Napísané: St Mar 15, 2006 3:24 am
od používateľa grabo
Napísané: Št Mar 16, 2006 2:46 pm
od používateľa _rasel^
grabo napísal:
Uplne by stacilo ak by si upravil zakladny temnplate Etomite
AlexisPro Redux. V '../templates/AlexisPro Redux/style.css' farbu pozadia zmenis na ciernu, farbu pisma na bielu... a mas to.
Bude lepsie ak to urobis ty (budes mat z toho dobry pocit a rozumiet tomu co urobis). Len sa pytaj - ak bude mat nahodu problemy. Otazky a posty tomuto foru pomozu. Niekto si to potom precita a bude to ties vediet urobit... neskor z postov na
http://wiki.etomite.sk/ urobim navod...
Napísané: Št Apr 06, 2006 11:45 pm
od používateľa grabo
A čo
TOTO? Dalo by sa to narvať do Etomite? Nemám tušenie, ako na to.
Download
Napísané: Št Apr 06, 2006 11:54 pm
od používateľa _rasel^
To nebude tazke prerobit.

Jedine co treba urobit je namiesto vsetkeho nahadzat snippety a trocha sa pohrat s CSS. Chvilku to potrva... zajtra rano sa ti nato pozriem.

(do obeda by to malo byt na 4re). Mozno sa mi podari splacat aj neaky tutorial.
Napísané: Št Apr 06, 2006 11:58 pm
od používateľa grabo

Ten tutorial by pomohol moc. Aspoň na nakopnutie.

Ďakujem.
Napísané: Pi Apr 07, 2006 11:47 am
od používateľa _rasel^
Tak som splacal narychlo nemplat The Gig do Etomite CMS.
Este pred upravou templatu vytvorime adresarovu strukturu: '../templates/the_gig/' v roote sa budu nachadzat subory templatu a chunku a v priecinku 'the_gig' vsetku ostatne subory templatu ako su obrazky a css subory.
Uprava templatu The Gig:- Najprv z predchadzajuceho templatu vymazeme zbytocnosti:
Kód: Vybrať všetko
<h2>What's the point?</h2>
<span class="updated">Last Updated: 24-09-05</span>
<div class="paragraphblock">
<p>The point of this template is best summarised as a list of key features and goals:</p>
<ul>
<li>To have valid CSS and XHTML coding</li>
<li>Original appearance</li>
<li>Highly functional and accessible</li>
<li>Contribute something to the web design community who have taught me so much</li>
</ul>
</div> <!-- End of this paragraph block -->
<h2>Working with "the gig"</h2>
<span class="updated">Last Updated: 24-09-05</span>
<div class="paragraphblock">
<p>I have tried to make it as easy as possible to work with this template. Editing can be done in a text editor such as Notepad and viewed in a browser (as the XHTML and CSS is fully commented) or you can use the excellent free NVU editor which can be downloaded <a href="http://www.nvu.com/download.html">here</a></p>
<p>You could also use Dreamweaver, but it does seem to display things in a slightly odd way</p>
<p>If you get really stuck then please don't hesitate to <a href="mailto:dave@davereederdesign.com">email me.</a><br/>
Alternatively you can use the form on the contact page of my website. <a href="http://www.davereederdesign.com/contact.htm">Here</a></p>
<p>I hope you enjoy the template.</p>
</div> <!-- End of this paragraph block -->
<h2>Other tags</h2>
<span class="updated">Last Updated: 24-09-05</span>
<div class="paragraphblock">
<p>Here are some other older tags I've added to the stylesheet:</p>
<pre>This is text using the pre tag<br />you could use this for showing code etc<br />Remember, pre text doesn't word wrap!<br />So you need to use line breaks.</pre>
<blockquote><p>This is text using the blockquote tag. It's probably better just to use a style with higher left and right margin values.</p></blockquote>
<p><acronym title="acronym text">acronym text</acronym></p>
<p><strong>strong text</strong></p>
<p><b>bold text</b></p>
<p><i>italic text</i></p>
</div> <!-- End of this paragraph block -->
Kód: Vybrať všetko
<p><strong>18-11-05</strong><br />Queen's Head, Woking</p>
<p><strong>02-12-05</strong><br />The Star, Guildford</p>
<h2>Photos</h2>
<p><strong>03-08-05</strong><br /><a href="">The Cricketers, Horsell</a></p>
<p><strong>14-06-04</strong><br /><a href="">Horseshoe, Chobham</a></p>
<br /><!-- Keep this break here, it seems to fix a wierd overflow in IE -->
- Klucove slova:
Vymazeme:Kód: Vybrať všetko
<meta name="keywords" content="Add keywords here" />
A za tag <body> pridame:
- Upravime cestu k CSS suboru:
Riadok:Kód: Vybrať všetko
<link rel="stylesheet" type="text/css" href="thegig.css" media="screen" />
Nahradime za:Kód: Vybrať všetko
<link rel="stylesheet" type="text/css" href="templates/the_gig/thegig.css" media="screen" />
- Titulok:
Nahradit za:
Kód: Vybrať všetko
<title>[(site_name)] » [*pagetitle*]</title>
- Hlavny nadpis stranky:
Riadok:
Nahradit za:
- Menu:
Riadky:Kód: Vybrať všetko
<ul>
<li><a href="#">home<br />
<span class="comment">home page</span></a>
</li>
<li><a href="#">about<br />
<span class="comment">about "the gig"</span></a>
</li>
<li><a href="#">images<br />
<span class="comment">photos from various gigs</span></a></li>
<li><a href="#">contact<br />
<span class="comment">contact "the gig"</span></a></li>
<li><a href="#">links<br />
<span class="comment">links relating to gigs</span></a></li>
</ul>
Nahradime za:
- Hlavny obsah stranky:
Riadky:Kód: Vybrať všetko
<h1>Welcome to "the gig"</h1>
<span class="updated">Last Updated: 24-09-05</span>
<div class="paragraphblock"><!-- Beginning of first paragraph block which houses the paragraph text -->
<p>Hello and welcome to "the gig" by <a href="http://www.oswd.org/userinfo.phtml?user=drd">drd</a> I've always wanted to do a "light on dark" design but never got the look right, but I think this works ok. </p>
<p>I decided a gig was a good theme for a template with a dark background, but of course the template can easily be modified for any theme/colour sheme.</p>
Nahradime za:Kód: Vybrať všetko
<h1>[*longtitle*]</h1>
<span class="updated">[[PageTrail]]</span>
<div class="paragraphblock"><!-- Beginning of first paragraph block which houses the paragraph text -->
<p>[*content*]</p>
- Blok Informacii:
Riadky:Kód: Vybrať všetko
<h1>Gig Info:</h1>
<p><strong>15-11-05</strong><br />The Cricketers, Horsell</p>
Nahradime za:... a vytvorime tak chunk s informaciami
- Copyright:
Riadok:
Nahradime za:
- A nakoniec upravime subor thegig.css - vymazeme v nom cesty 'images/'
That's All Folks! 
Napísané: Pi Apr 07, 2006 5:04 pm
od používateľa grabo
Krásna práca! Ďakujem. Idem naladiť PeC ... a vrhnem sa na to. Ak sa podarí, dám vedieť.

Napísané: Pi Apr 07, 2006 5:21 pm
od používateľa _rasel^
To co som pridal na stiahnutie je uz prerobene... staci ak to nahodis do Etomite.

Napísané: Pi Apr 07, 2006 5:23 pm
od používateľa grabo
To by bolo moc jednoduché. Radšej sa niečo od Teba naučím.

Napísané: So Apr 08, 2006 2:22 pm
od používateľa grabo
Prosím, kde sa dá zmeniť (zmenšiť) písmo pre vetu: Content managed by the Etomite Content Management System. Nehodi sa tam:
http://b6.muzika.cz
Ďakujem