Skip to content

Commit

Permalink
Small updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
andru committed Mar 21, 2013
1 parent 0c15473 commit ba1bedf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion cgi-bin/top_polls.pm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ sub find_top_polls {
print FULL @line;
}
print OUT "</ul>\r\n";
print FULL "</ul>\r\n";
close(OUT);
close(FULL);
close(NEWLOG);
Expand All @@ -116,7 +117,7 @@ sub find_top_polls {
}

sub standard_refresh {
find_top_polls(10, 1000, 0.00001);
find_top_polls(10, 1000, 0.000001);
}

1; # ok!
4 changes: 2 additions & 2 deletions civs_hdr.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// requires ezdom.js
function create_header(title) {
return table({className: "banner", width: "100%", cellSpacing: 0, cellPadding: 0},
tbody(tr(td(h1(" Condorcet Internet Voting Service")),
return table({className: "banner", width: "100%", cellSpacing: 0, cellPadding: 7},
tbody(tr(td(h1("Condorcet Internet Voting Service")),
td({width: "0%", nowrap: true, vAlign: "top", align: "right"},
a({href: "@CIVSHOME@"}, "About CIVS"), br(),
a({href: "@CIVSURL@/publicized_polls.html"}, "Public polls"), br(),
Expand Down
4 changes: 2 additions & 2 deletions install-civs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ TestAndCreateDir $CIVSDATADIR/elections;
rm $CIVSDATADIR/elections/admission_control $CIVSDATADIR/lockserv

for f in civs_create.html* index.html* public_elections.html* \
proportional.html* sec_priv.html* acks.html* changelog.html* \
proportional.html* sec_priv.html* acks.html.en changelog.html* \
rp.html* publicized_polls.html* faq.html* style.css results.js vote.js ajax.js \
check123b.png sample-ballot.png vertstrip.png hebrew.css
ezdom.js civs_hdr.js check123b.png sample-ballot.png vertstrip.png hebrew.css
do
case "$f" in
*.html.*) dest="${HTMLDIR}/${f}${UTF8_SUFFIX}";;
Expand Down

0 comments on commit ba1bedf

Please sign in to comment.