Максим Червонный (fiskus_boulder) wrote in changelog,
Максим Червонный
fiskus_boulder
changelog

[ljcom] r9605: LJSUP-7051: Markup for validation email ...

Committer: mchervonniy
LJSUP-7051: Markup for validation email for twitter log in

U   trunk/templates/Identity/TwitterInterstitial.tmpl
Modified: trunk/templates/Identity/TwitterInterstitial.tmpl
===================================================================
--- trunk/templates/Identity/TwitterInterstitial.tmpl	2010-10-08 13:30:29 UTC (rev 9604)
+++ trunk/templates/Identity/TwitterInterstitial.tmpl	2010-10-11 04:59:56 UTC (rev 9605)
@@ -3,30 +3,34 @@
         <?errorbar <TMPL_VAR error> errorbar?>
     </TMPL_LOOP>
 </TMPL_IF>
-<form action="" method="post">
+<form action="" method="post" class="b-twinterstitial-form">
 <TMPL_VAR form_intro>
 <TMPL_IF step2>
-    <TMPL_VAR ml_validation>
-    <input type="submit" name="next" value="<TMPL_VAR expr="ml('.btn.next')">">
+    <p><TMPL_VAR ml_validation></p>
+    <p class="b-twinterstitial-submit"><input type="submit" name="next" value="<TMPL_VAR expr="ml('.btn.next')">"></p>
 <TMPL_ELSE>
-    <div><TMPL_VAR ml_congrats></div>
-    <TMPL_VAR expr="ml('.desc')">
-    <div><TMPL_VAR expr="ml('.heading.subscribe')"></div>
-    <div>
-    <input type="radio" name="subscribe" value="1" id="subscribe_yes" checked="checked">
-    <label for="subscribe_yes"><TMPL_VAR expr="ml('.label.subscribe.yes')"></label>
-    </div>
-    <div>
-    <input type="radio" name="subscribe" value="0" id="subscribe_no">
-    <label for="subscribe_no"><TMPL_VAR expr="ml('.label.subscribe.no')"></label>
-    </div>
-    <div>
-    <label for="email"><TMPL_VAR expr="ml('.label.email')"></label>
-    <input type="text" name="email" id="email" value="<TMPL_VAR form_email>">
-    <TMPL_VAR expr="ml('.tip.email')">
-    </div>
-    <div>
-    <button type="submit"><TMPL_VAR expr="ml('.btn.proceed')"></button>
-    </div>
+    <h4><TMPL_VAR ml_congrats></h4>
+    <p><TMPL_VAR expr="ml('.desc')"></p>
+    <h4><TMPL_VAR expr="ml('.heading.subscribe')"></h4>
+    <ul>
+        <li>
+            <input type="radio" name="subscribe" value="1" id="subscribe_yes" checked="checked">
+            <label for="subscribe_yes"><TMPL_VAR expr="ml('.label.subscribe.yes')"></label>
+        </li>
+        <li>
+            <input type="radio" name="subscribe" value="0" id="subscribe_no">
+            <label for="subscribe_no"><TMPL_VAR expr="ml('.label.subscribe.no')"></label>
+        </li>
+    </ul>
+    <h4><TMPL_VAR expr="ml('.tip.email')"></h4>
+    <ul>
+        <li>
+            <label for="email"><strong><TMPL_VAR expr="ml('.label.email')"></strong></label>
+            <input type="text" name="email" id="email" value="<TMPL_VAR form_email>">
+        </li>
+    </ul>
+    <p class="b-twinterstitial-submit">
+        <button type="submit"><TMPL_VAR expr="ml('.btn.proceed')"></button>
+    </p>
 </TMPL_IF>
 </form>

Tags: fiskus_boulder, ljcom, tmpl
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments