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

Mario Gallegos mgallegos at ourproject.org
Sun Mar 11 14:53:19 CET 2012


Author: mgallegos
Date: 2012-03-11 14:53:19 +0100 (Sun, 11 Mar 2012)
New Revision: 159

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-07 23:44:16 UTC (rev 158)
+++ trunk/wp-theme/mc2-form.php	2012-03-11 13:53:19 UTC (rev 159)
@@ -34,6 +34,18 @@
 	    <input type="text" name="keywords" value="" id="keywords" />
 	  </div>
   </div>
+  <div id="mc-form-optional-boxes">
+	  <div style="position: relative;float: left;width: 420px;font-size: 16px;margin-right:23px;margin-top: 20px;">
+	    <label id="mc-optional-title"><?php _e("Choose your ...", "mc"); ?></label>	    
+	    <div id="format">
+			<input type="checkbox" id="check1" /><label for="check1">Non-Profit</label>
+			<input type="checkbox" id="check2" /><label for="check2">Reproducible</label>
+			<input type="checkbox" id="check3" /><label for="check3">Grassroots</label>
+			<input type="checkbox" id="check4" /><label for="check4">Reinforcing the Commons</label>
+		</div>
+	  </div>
+  </div>    
+  <div class="mc-clean"></div>
   <div class="mc-form-optional-info" id="mc-form-optional-location">
 	  <div class="label">
 	    <label id="mc-optional-title"><?php _e("Location", "mc"); ?></label>	    
@@ -41,6 +53,8 @@
 	  </div>
   </div>    
   <div class="mc-clean"></div>
+  
+  <!--  
   <div class="mc-cat-group-a" id="mc-cat-group-a">
   <div class="mc-form-rounded mc-form-category-group mc-form-category-group-a float-left mc-form-category-group-aa" id="mc-form-category-group-aa">
     <img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number" />
@@ -169,6 +183,7 @@
   </div>
   </div>
   <div class="mc-clean"></div>
+  -->
 <div class="mc-dia-continue-btn" id="mc-dia-continue-btn"><?php _e("Continue", "mc"); ?></div>
 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
 <script type="text/javascript" src="/mc/0.1/jquery.tagsinput.min.js"></script>
@@ -179,4 +194,5 @@
 <script type="text/javascript">
 	$j('#languages').tagsInput({width:'415px',defaultText:'Add a language'});
 	$j('#keywords').tagsInput({width:'415px',defaultText:'Add a keyword'});
+	$j( "#format" ).buttonset();
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list