Skip to content

Commit

Permalink
IE7 & 8 fixes; CSS changes -- using fewer generic tag rules opting fo…
Browse files Browse the repository at this point in the history
…r more class based; add '#' ChordPro comment support;
  • Loading branch information
buzcarter committed Jan 20, 2013
1 parent 74a8bb5 commit d0da78c
Show file tree
Hide file tree
Showing 19 changed files with 466 additions and 347 deletions.
32 changes: 16 additions & 16 deletions Templates/ugs-song.dwt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ document.getElementsByTagName('html')[0].className = 'ie';
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script type="text/javascript" src="../js/excanvas.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="../css/yuiReset.css" />
<link rel="stylesheet" type="text/css" href="../css/basic-page-layout.css" media="all" />
<link rel="stylesheet" type="text/css" href="../css/yuiReset.css" />
<link rel="stylesheet" type="text/css" href="../css/basic-page-layout.css" media="all" />
<link rel="stylesheet" type="text/css" href="../css/ukeGeeks.music.css" media="all" />
<link rel="stylesheet" type="text/css" href="../css/ukeGeeks.musicPrint.css" media="print" />
<!-- meta UkeGeek beta .5 -->
Expand All @@ -29,30 +29,30 @@ document.getElementsByTagName('html')[0].className = 'ie';
<h1>UNTITLED</h1>
<h2>ARTIST</h2>
<!-- TemplateEndEditable -->
</hgroup>
</hgroup>
</header>
<div class="metaInfo"> <!-- TemplateBeginEditable name="metaInfo" -->
<p>Source: NA</p>
<p>Watch: NA</p>
<!-- TemplateEndEditable -->
</div>
<!--/.metaInfo-->
<div id="ukeSongContainer" class="ugsLayoutTwoColumn ">
<aside id="ukeChordsCanvas" class="ugs-diagrams-wrap ugs-grouped">
<canvas>
<p>Your browser doesn't support canvas please upgrade (FREE) to <a href="http://www.google.com/chrome">Google Chrome</a>, <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a>, or <a href="http://www.apple.com/safari/">Apple Safari</a>.</p>
</canvas>
</aside>
<article id="ukeSongText" class="ugs-source-wrap">
<pre>
<!-- TemplateBeginEditable name="ezChords" -->
<div id="ukeSongContainer" class="ugsLayoutTwoColumn ugs-song-wrap">
<aside id="ukeChordsCanvas" class="ugs-diagrams-wrap ugs-grouped">
<canvas>
<p>Your browser doesn't support canvas please upgrade (FREE) to <a href="http://www.google.com/chrome">Google Chrome</a>, <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a>, or <a href="http://www.apple.com/safari/">Apple Safari</a>.</p>
</canvas>
</aside>
<article id="ukeSongText" class="ugs-source-wrap">
<pre>
<!-- TemplateBeginEditable name="ezChords" -->
Paste [Am]your marked-up song[C]
Here... [F]
<!-- TemplateEndEditable -->
<!-- TemplateEndEditable -->
</pre>
</article>
</div>
<!-- /#ukeSongContainer -->
</article>
</div>
<!-- /#ukeSongContainer -->
</section>
<footer>
<p>Note: Standard <strong>GCEA</strong> Soprano Ukulele Tuning. <small>Powered by <a href="http://ukegeeks.com/" title="Uke Geeks for free ukulele JavaScript tools">UkeGeeks' Scriptasaurus</a> &bull; ukegeeks.com</small></p>
Expand Down
10 changes: 7 additions & 3 deletions cpm/my-little-grass-shack-in-kealakekua.cpm.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
{title:My Little Grass Shack in Kealakekua}
{subtitle:Lyrics &amp; Music: Bill Cogswell, Tommy Harrison and Johnny Noble &copy; 1933}
{artist:Lyrics &amp; Music: Bill Cogswell, Tommy Harrison and Johnny Noble &copy; 1933}

{c:Verse 1}
I want to go [G]back to my little grass shack
In Kealakekua, [A7]Hawaii
I want to [D7]be with all the kanes and wahines
That I used to [G]know... so long ago

I can [B7]hear the old guitars a-playing[E7]
On the beach at Honaunau
I can [A7]hear the old Hawaiians saying
&quot;Komo [D7]mai no kaua i ka hale welakahau&quot;

{c:Verse 2}
It won't be [G]long till my ship will be sailing
Back to [A7]Kona
A [D7]grand old place
That's always fair to [B7]see... you're telling me

I'm [E7]just a little Hawaiian and a homesick island boy
I [A7]want to go back to my fish and poi

{start_of_chorus}
{c:Chorus}
I want to go [G]back to my little grass shack
In Kealakekua, [A7]Hawaii
Where the [D7]humu-humu nuku-nuku a pua'a
Go swimming [G]by
{end_of_chorus}

{c:Outro}
Where the [D7]humu-humu nuku-nuku a pua'a
Go swimming [G]by
Loading

0 comments on commit d0da78c

Please sign in to comment.