[Movecommons-commits] r470 - trunk/wp-theme

Mario Gallegos mgallegos at ourproject.org
Tue Jun 5 20:04:41 CEST 2012


Author: mgallegos
Date: 2012-06-05 20:04:40 +0200 (Tue, 05 Jun 2012)
New Revision: 470

Modified:
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-06-05 18:00:12 UTC (rev 469)
+++ trunk/wp-theme/mc2-form.php	2012-06-05 18:04:40 UTC (rev 470)
@@ -142,8 +142,8 @@
 				<div style="width: 100%;float: left;margin-bottom: 20px;">
 					<div class="label2" style="margin-left: 185px;float: left;"><?php _e("3. Is your initiative Reproducible?", "mc"); ?></div>
 					<div id="step3-radio" style="float: left;margin-left: 10px;margin-top: 10px;">
-						<input type="radio" id="step3-yes" name="radio" /><label for="step3-yes" style="font-size: 14px;">Yes</label>
-						<input type="radio" id="step3-no" name="radio" /><label for="step3-no" style="font-size: 14px;">No</label>					
+						<input type="radio" id="step3-yes" name="radio" onclick="clickCheckBox('rp');"/><label for="step3-yes" style="font-size: 14px;">Yes</label>
+						<input type="radio" id="step3-no" name="radio" onclick="clickCheckBox('rp');"/><label for="step3-no" style="font-size: 14px;">No</label>					
 					</div>
 				</div>				
 			  	<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-b">				    
@@ -153,7 +153,7 @@
 				    	<div id="mc-form-more-link-rp" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
 				    	<div id="mc-form-less-link-rp" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
 				    	-->
-				    	<div class="mc-form-descbox-header"><?php _e("Reproducible", "mc"); ?><input id="rp-checkbox" name="rp-checkbox" type="checkbox" value="N" onclick="clickCheckBox('rp')"></div>
+				    	<div class="mc-form-descbox-header"><?php _e("Reproducible", "mc"); ?><input id="rp-checkbox" name="rp-checkbox" type="hidden" value="N"></div>
 				    	<div class="mc-form-descbox-intro"><?php _e("Your initiative is visible, open and transparent, which allows it to be adapted by others", "mc"); ?></div>
 					    <div id="mc-form-more-text-rp" class="mc-form-more-text-v2">
 							<?php _e("<ul> <li>The initiative is easily visible to anyone, providing the necessary online material</li> <li>The initiative has transparent procedures and results</li> <li>The initiative allows others to copy and adapt their procedures and materials, probably using <a href=\"http://creativecommons.org/\">Creative Commons</a> licenses for them</li> </ul>", "mc"); ?>
@@ -233,8 +233,8 @@
 				<div style="width: 100%;float: left;margin-bottom: 20px;">
 					<div class="label2" style="margin-left: 170px;float: left;"><?php _e("4. Does your initiative Reinforce the Commons?", "mc"); ?></div>
 					<div id="step4-radio" style="float: left;margin-left: 10px;margin-top: 10px;">
-						<input type="radio" id="step4-yes" name="radio" /><label for="step4-yes" style="font-size: 14px;">Yes</label>
-						<input type="radio" id="step4-no" name="radio" /><label for="step4-no" style="font-size: 14px;">No</label>					
+						<input type="radio" id="step4-yes" name="radio" onclick="clickCheckBox('rc');"/><label for="step4-yes" style="font-size: 14px;">Yes</label>
+						<input type="radio" id="step4-no" name="radio" onclick="clickCheckBox('rc');"/><label for="step4-no" style="font-size: 14px;">No</label>					
 					</div>
 				</div>				
 			  	<div class="mc-form-rounded mc-form-category-group-v2 float-left" style="padding-top: 35px;" id="mc-form-category-group-c">				    
@@ -244,7 +244,7 @@
 				    	<div id="mc-form-more-link-rc" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
 				    	<div id="mc-form-less-link-rc" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
 				    	-->
-				    	<div class="mc-form-descbox-header"><?php _e("Reinforcing the Commons", "mc"); ?><input id="rc-checkbox" name="rc-checkbox" type="checkbox" value="N" onclick="clickCheckBox('rc')"></div>
+				    	<div class="mc-form-descbox-header"><?php _e("Reinforcing the Commons", "mc"); ?><input id="rc-checkbox" name="rc-checkbox" type="hidden" value="N"></div>
 				    	<div class="mc-form-descbox-intro"><?php _e("Your initiative protectes/expands The Commons, resources that are collectively owned", "mc"); ?></div>
 					    <div id="mc-form-more-text-rc" class="mc-form-more-text-v2">
 					    	<?php _e("The Commons are those resources that are collectively owned or shared among populations. Thus, your initiative is promoting The Commons by focusing its work in protecting/expanding any of them in any particular area of action", "mc"); ?>
@@ -295,8 +295,8 @@
 				<div style="width: 100%;float: left;margin-bottom: 20px;">
 					<div class="label2" style="margin-left: 125px;float: left;"><?php _e("5. Is your initiative driven by horizontal collective decisions?", "mc"); ?></div>
 					<div id="step5-radio" style="float: left;margin-left: 10px;margin-top: 10px;">
-						<input type="radio" id="step5-yes" name="radio" /><label for="step5-yes" style="font-size: 14px;">Yes</label>
-						<input type="radio" id="step5-no" name="radio" /><label for="step5-no" style="font-size: 14px;">No</label>					
+						<input type="radio" id="step5-yes" name="radio" onclick="clickCheckBox('gr');"/><label for="step5-yes" style="font-size: 14px;">Yes</label>
+						<input type="radio" id="step5-no" name="radio" onclick="clickCheckBox('gr');"/><label for="step5-no" style="font-size: 14px;">No</label>					
 					</div>
 				</div>						  	
 			  	<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-d">			    
@@ -306,7 +306,7 @@
 				    	<div id="mc-form-more-link-gr" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
 				    	<div id="mc-form-less-link-gr" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
 				    	-->
-				    	<div class="mc-form-descbox-header"><?php _e("Grassroots", "mc"); ?><input id="gr-checkbox" name="gr-checkbox" type="checkbox" value="N" onclick="clickCheckBox('gr')"></div>
+				    	<div class="mc-form-descbox-header"><?php _e("Grassroots", "mc"); ?><input id="gr-checkbox" name="gr-checkbox" type="hidden" value="N"></div>
 				    	<div class="mc-form-descbox-intro"><?php _e("Your initiative is driven by horizontal collective decisions", "mc"); ?></div>
 					    <div id="mc-form-more-text-gr" class="mc-form-more-text-v2">
 							<?php _e("<ul> <li>The initiative follows collective decision-making procedures for tackling most issues</li> <li>The hierarchical structure is minimal or inexistent. That is, horizontal grassroots discussions of the members have a major weight when compared with vertical instructions from the board</li> </ul>", "mc"); ?>




More information about the Movecommons-commits mailing list