Source: site.view [edit]
Function name: cmdChoosePerson
Arguments: personId,skill
Description: Votes that a person is good at skill
Page type: html
Render function:  
Module: skillsrank

Page source:

<webl>     WubCall("skillsrank.incHeader", []);      </webl>
<webl>     WubCall("skillsrank.incTop", ["play"]);         </webl>



<!-- content here 
============================================================ -->
<a name="content"></a>
	
<h1>Rankings Recorded</h1>

<webl>
   // WubCall("cmdRecordVote", ["positive", personId, skill]);
</webl>

Thanks for recording your rankings.<p>

For each ranking you provide, you accumulate points, which will make it more likely that others will 
rank you. <p>

You now have <b><webl>Wub_GetVaultValue("rankpoints") ? "0";</webl></b> points!<p>

As soon as enough people rank you for us to have an accurate enough picture of your skills, we will show you your 
ranking profile (confidential, not shown to others), which highlights the skills you are best at.

<p>
<a href="webl/WubHub_DoIt?cmdline=play">Play Again!</a>



</div>

<webl>     WubCall("skillsrank.incBottom", []);      </webl>
<webl>     WubCall("skillsrank.incSidemenuNavSite", ["play"]);    </webl>
<webl>     WubCall("skillsrank.incFooter", []);      </webl>