Can we have the following links at the bottom of every question, along with answer, comment, etc. ?
It is not enough to make this for the navbar only.
This can be done through a few lines of javascript/jquery.
$(".qa-q-view-buttons").append("<a class='qa-form-light-button qa-form-light-button-close' href='./index.php?qa=4533&qa_1=requests-for-close-votes-close-review-queue'>vote to close</a>");
$(".qa-q-closed .qa-q-view-buttons").append("<a class='qa-form-light-button qa-form-light-button-reopen' href='./index.php?qa=4532&qa_1=requests-for-reopen-votes-reopen-review-queue'>vote to reopen</a>");
$(".qa-q-closed .qa-form-light-button-close").css({"display":"none"});
From the last time I have suggested it, I have made improvements to the script so that it does not display "Vote to close" on closed questions or "Vote to reopen" on open questions. Here is a screenshot of this question with this script enabled: