diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -321,7 +321,8 @@ class page echo ' '. PHP_EOL . '' . PHP_EOL; $this->pageGenTime = round(microtime() - $this->pageGenTime,4); - echo ''; + echo '' . PHP_EOL; + } /** diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -498,7 +498,8 @@ class Schedule . ' ' . PHP_EOL; echo '
' . PHP_EOL - . '

[fb] Share on Facebook

You can also share your schedule with the URL below:
' . htmlentities($outputPage->gen_share_url($this->id_get())) . '

' . PHP_EOL + . '

[fb] Share on Facebook

+

[sp]Share with URL

Copy the share URL below:
' . htmlentities($outputPage->gen_share_url($this->id_get())) . '

' . PHP_EOL . '
' . PHP_EOL . '

' . PHP_EOL . ' Edit' . PHP_EOL diff --git a/scripts/displayTables.js b/scripts/displayTables.js --- a/scripts/displayTables.js +++ b/scripts/displayTables.js @@ -147,6 +147,10 @@ jQuery(document).ready( function() at: 'top center', } }); + + jQuery(".clicktoclipboard").click( function() { + jQuery('.toclipboard', this).toggle(); + }); } ); diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -1,5 +1,5 @@ /* - * Copyright 2010 Nathan Gelderloos, Ethan Zonca, Nathan Phillip Brink + * Copyright 2011 Nathan Gelderloos, Ethan Zonca, Nathan Phillip Brink * * This file is part of SlatePermutate. * @@ -87,7 +87,7 @@ td{ } /* Class Coloring */ - +.multi { } .class0 { background: #69c76f; } .class1 { background: #c5c769; } .class2 { background: #c76b69; }