Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created October 11, 2012 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/3873932 to your computer and use it in GitHub Desktop.
Save wboykinm/3873932 to your computer and use it in GitHub Desktop.
score displays
<ScoreDisplays>
<!-- For the sidebar -->
<ScoreDisplay id="council_sidebar_basic" legislativebodyref="council" type="sidebar" title="Scores">
<ScorePanel ref="panel1" />
</ScoreDisplay>
<!-- For the leaderboard -->
<ScoreDisplay id="council_leader_all" legislativebodyref="council" type="leaderboard" title="Council Leaderboard - All" cssclass="leaderboard congress">
<ScorePanel ref="panel_poptot_all" />
<ScorePanel ref="panel_compact_all" />
<ScorePanel ref="panel_contiguous_all" />
</ScoreDisplay>
<!-- For the evaluation page -->
<ScoreDisplay id="council_reports" legislativebodyref="council" type="reports" title="Council Plan Reports" cssclass="reports congress">
<ScorePanel ref="panel_poptot_all" />
<ScorePanel ref="panel_compact_all" />
<ScorePanel ref="panel_contiguous_all" />
</ScoreDisplay>
</ScoreDisplays>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment