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

Mario Gallegos mgallegos at ourproject.org
Tue Jun 5 18:30:21 CEST 2012


Author: mgallegos
Date: 2012-06-05 18:30:21 +0200 (Tue, 05 Jun 2012)
New Revision: 465

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-06-05 16:17:38 UTC (rev 464)
+++ trunk/wp-theme/mc2-form.php	2012-06-05 16:30:21 UTC (rev 465)
@@ -72,7 +72,7 @@
 				</div>					
 				<div style="width: 100%;float: left;margin-bottom: 20px;">
 					<div class="label2" style="margin-left: 185px;float: left;"><?php _e("2. Is your initiative Non-Profit?", "mc"); ?></div>
-					<div id="step1-radio" style="float: left;margin-left: 10px;margin-top: 10px;">
+					<div id="step2-radio" style="float: left;margin-left: 10px;margin-top: 10px;">
 						<input type="radio" id="step2-yes" name="radio" /><label for="step2-yes" style="font-size: 14px;">Yes</label>
 						<input type="radio" id="step2-no" name="radio" /><label for="step2-no" style="font-size: 14px;">No</label>					
 					</div>
@@ -140,6 +140,13 @@
 				        <div class="marker" style="background-position: -52px 0;"></div>
 				    </div>
 				</div>		  	
+				<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>					
+					</div>
+				</div>				
 			  	<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-b">				    
 				  	<img src="/mc/0.1/images/cat-selected.png" alt="selected" class="mc-cat-selected mc-cat-selected-a" id="mc-cat-selected-rp" />				  	
 				  	<div id="mc-form-rp" class="mc-form-rounded mc-form-descbox mc-form-descbox-a">
@@ -224,6 +231,13 @@
 				        <div class="marker" style="background-position: -78px 0;"></div>
 				    </div>
 				</div>
+				<div style="width: 100%;float: left;margin-bottom: 20px;">
+					<div class="label2" style="margin-left: 185px;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>					
+					</div>
+				</div>				
 			  	<div class="mc-form-rounded mc-form-category-group-v2 float-left" style="padding-top: 35px;" id="mc-form-category-group-c">				    
 				  	<img src="/mc/0.1/images/cat-selected.png" alt="selected" class="mc-cat-selected mc-cat-selected-a" id="mc-cat-selected-rc" />				  	
 				  	<div id="mc-form-rc" class="mc-form-rounded mc-form-descbox mc-form-descbox-a">
@@ -278,7 +292,14 @@
 				    <div class="complete" style="width: 386px;">
 				        <div class="marker" style="background-position: -104px 0;"></div>
 				    </div>
-				</div>		  	
+				</div>
+				<div style="width: 100%;float: left;margin-bottom: 20px;">
+					<div class="label2" style="margin-left: 185px;float: left;"><?php _e("5. Is your initiative driven by horizontal collective decisions?", "mc"); ?></div>
+					<div id="step4-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>					
+					</div>
+				</div>						  	
 			  	<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-d">			    
 				  	<img src="/mc/0.1/images/cat-selected.png" alt="selected" class="mc-cat-selected mc-cat-selected-a" id="mc-cat-selected-gr" />				  	
 				  	<div id="mc-form-gr" class="mc-form-rounded mc-form-descbox mc-form-descbox-a">
@@ -339,6 +360,7 @@
 			        <div class="marker" style="background-position: -130px 0;"></div>
 			    </div>			    
 			</div>
+			<div class="label2" style="margin-left: 185px;float: left;"><?php _e("6. Show your principles in the web", "mc"); ?></div>
 			<div style="width: 903px;height: 400px;">
 			</div>
 			<div class="clear"></div>
@@ -390,7 +412,10 @@
 	$j('#rc-checkbox').checkbox();
 	$j('#gr-checkbox').checkbox();
 	$j('button').button();
-	$j( "#step1-radio").buttonset();
+	$j( "#step2-radio").buttonset();
+	$j( "#step3-radio").buttonset();
+	$j( "#step4-radio").buttonset();
+	$j( "#step5-radio").buttonset();			
 	/*
 	$j('#slider1').bxSlider({startingSlide:0});
 	$j('#fifth').remove();




More information about the Movecommons-commits mailing list