www/adium.im 382:47fbaa04c4f2: Add a way to quickly navigate to ...
commits at adium.im
commits at adium.im
Mon Mar 14 03:20:01 UTC 2011
details: http://hg.adium.im/www/adium.im/rev/47fbaa04c4f2
revision: 382:47fbaa04c4f2
branch: adiumx.com
author: Robert Vehse
date: Mon Mar 14 04:19:30 2011 +0100
Add a way to quickly navigate to different sections on the Sparkle statistics apge. Code from paulwilde.
Also includes a minor AdiumHelp fix I already added to 1.5hg and 1.4.2hg.
diffs (57 lines):
diff -r dadb7d6bd786 -r 47fbaa04c4f2 help/pgs/Accounts-iTunesIntegration.html
--- a/help/pgs/Accounts-iTunesIntegration.html Tue Mar 01 01:54:16 2011 +0100
+++ b/help/pgs/Accounts-iTunesIntegration.html Mon Mar 14 04:19:30 2011 +0100
@@ -108,8 +108,8 @@
<td>The track name of the current song.</td>
</tr>
<tr>
- <td>%%_composer</td>
- <td>The track name of the current song.</td>
+ <td>%_composer</td>
+ <td>The composer of the current song.</td>
</tr>
<tr>
<td>%_iTMS</td>
diff -r dadb7d6bd786 -r 47fbaa04c4f2 sparkle/templates/header.tpl
--- a/sparkle/templates/header.tpl Tue Mar 01 01:54:16 2011 +0100
+++ b/sparkle/templates/header.tpl Mon Mar 14 04:19:30 2011 +0100
@@ -22,4 +22,22 @@
<a class="navtab" href="http://www.adiumxtras.com/">Xtras</a>
</div>
<div id="content">
- <p><strong>Note:</strong> Results prior to 1.0.2 are inaccurate. If you're viewing the current week, remember that all the results are not yet in for it.</p>
\ No newline at end of file
+ <p><strong>Note:</strong> Results prior to 1.0.2 are inaccurate. If you're viewing the current week, remember that all the results are not yet in for it.</p>
+ </div>
+ <div id="subnavcontainer">
+ <h2>Jump to section:</h2>
+ <a class="subnavlink" href="#appVersion">Version</a> /
+ <a class="subnavlink" href="#cpu64bit">CPU 64 bitness</a> /
+ <a class="subnavlink" href="#cpuFreqMHz">CPU Speed</a> /
+ <a class="subnavlink" href="#cpusubtype">CPU SubType</a> /
+ <a class="subnavlink" href="#cputype">CPU Type</a> /
+ <a class="subnavlink" href="#detailedcputype">Detailed CPU Type</a> /
+ <a class="subnavlink" href="#FirstSubmission">First Submission</a><br />
+ <a class="subnavlink" href="#IMServices">IM Services</a> /
+ <a class="subnavlink" href="#IMServicesWeighted">IM Services (Weighted)</a> /
+ <a class="subnavlink" href="#lang">Language</a> /
+ <a class="subnavlink" href="#model">Model</a> /
+ <a class="subnavlink" href="#ncpu">CPU Count</a> /
+ <a class="subnavlink" href="#osVersion">OS Version</a> /
+ <a class="subnavlink" href="#ramMB">RAM Size</a>
+ </div>
\ No newline at end of file
diff -r dadb7d6bd786 -r 47fbaa04c4f2 styles/layoutstyle.css
--- a/styles/layoutstyle.css Tue Mar 01 01:54:16 2011 +0100
+++ b/styles/layoutstyle.css Mon Mar 14 04:19:30 2011 +0100
@@ -53,6 +53,10 @@
clear: both;
}
+#subnavcontainer {
+ padding: 0 0 20px 0;
+}
+
/* Powered by icons */
#powered, #bloggerpowered {
float: right;
More information about the commits
mailing list