[Movecommons-commits] r559 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Thu Nov 1 06:38:14 CET 2012
Author: mgallegos
Date: 2012-11-01 06:38:14 +0100 (Thu, 01 Nov 2012)
New Revision: 559
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-11-01 05:29:49 UTC (rev 558)
+++ trunk/wp-theme/mc2-form.php 2012-11-01 05:38:14 UTC (rev 559)
@@ -413,7 +413,7 @@
<div class="mc-dia-continue-btn" id="mc-dia-continue-btn"><?php _e("Continue", "mc"); ?></div>
-->
-<map id="step1_image_map" name="step1_image_map">
+<map id="step1_image_map-all" name="step1_image_map">
<area href="#"shape="circle" coords="122,12,12"><!--2-->
<area href="#"shape="circle" coords="214,12,12"><!--3-->
<area href="#"shape="circle" coords="306,12,12"><!--4-->
@@ -424,8 +424,66 @@
<map id="step2_image_map" name="step2_image_map">
<area href="#" shape="circle" coords="30,12,12"><!--1-->
</map>
+
+<map id="step3_image_map" name="step3_image_map">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+</map>
+
+<map id="step3_image_map_all" name="step3_image_map_all">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+ <area href="#" shape="circle" coords="306,12,12"><!--4-->
+ <area href="#" shape="circle" coords="398,12,12"><!--5-->
+ <area href="#" shape="circle" coords="490,12,12"><!--6-->
+</map>
+
+<map id="step4_image_map" name="step4_image_map">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+ <area href="#" shape="circle" coords="214,12,12"><!--3-->
+</map>
+
+<map id="step4_image_map_all" name="step4_image_map_all">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+ <area href="#" shape="circle" coords="214,12,12"><!--3-->
+ <area href="#" shape="circle" coords="398,12,12"><!--5-->
+ <area href="#" shape="circle" coords="490,12,12"><!--6-->
+</map>
+
+<map id="step5_image_map" name="step5_image_map">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+ <area href="#" shape="circle" coords="214,12,12"><!--3-->
+ <area href="#" shape="circle" coords="306,12,12"><!--4-->
+</map>
+
+<map id="step5_image_map_all" name="step5_image_map_all">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+ <area href="#" shape="circle" coords="214,12,12"><!--3-->
+ <area href="#" shape="circle" coords="306,12,12"><!--4-->
+ <area href="#" shape="circle" coords="490,12,12"><!--6-->
+</map>
+
+<map id="step6_image_map" name="step6_image_map">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+ <area href="#" shape="circle" coords="214,12,12"><!--3-->
+ <area href="#" shape="circle" coords="306,12,12"><!--4-->
+ <area href="#" shape="circle" coords="398,12,12"><!--5-->
+</map>
+
+<map id="step6_image_map_all" name="step1_image_map_all">
+ <area href="#" shape="circle" coords="30,12,12"><!--1-->
+ <area href="#" shape="circle" coords="122,12,12"><!--2-->
+ <area href="#" shape="circle" coords="214,12,12"><!--3-->
+ <area href="#" shape="circle" coords="306,12,12"><!--4-->
+ <area href="#" shape="circle" coords="398,12,12"><!--5-->
+</map>
-
+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js'></script>
<script type="text/javascript" src="/mc/0.1/jquery.tagsinput.min.js"></script>
More information about the Movecommons-commits
mailing list