]> WPIA git - gigi.git/commitdiff
Fixup dos lineendings
authorFelix Dörre <felix@dogcraft.de>
Thu, 26 Jun 2014 10:32:01 +0000 (12:32 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 26 Jun 2014 10:32:01 +0000 (12:32 +0200)
src/org/cacert/gigi/pages/wot/AssuranceForm.templ
src/org/cacert/gigi/pages/wot/AssureeSearch.templ

index a76bad069b6247a427c2c4c07a711b9796ee5673..4f67d350ff990ff62cd49ae06502eae359427883 100644 (file)
@@ -1,17 +1,17 @@
-<form method="POST">\r
-<table class="wrapper" width="600">\r
-<tr><td colspan="2" class="title"><?=_Assurance Confirmation?></td></tr>\r
-<tr><td colspan="2" class="DataTD"><?=s,$name,Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance.?>\r
-</td></tr>\r
-\r
-       <tr>\r
-               <td class="DataTD"><?=_Name?>: </td>\r
-               <td class="DataTD"><span class="accountdetail"><?=$name?></span></td>\r
-       </tr>\r
-       <tr>\r
-               <td class="DataTD"><?=_Date of Birth?>: </td>\r
-               <td class="DataTD"><span class="accountdetail dob">....</span></td>\r
-       </tr>\r
-\r
-</table>\r
+<form method="POST">
+<table class="wrapper" width="600">
+<tr><td colspan="2" class="title"><?=_Assurance Confirmation?></td></tr>
+<tr><td colspan="2" class="DataTD"><?=s,$name,Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance.?>
+</td></tr>
+
+       <tr>
+               <td class="DataTD"><?=_Name?>: </td>
+               <td class="DataTD"><span class="accountdetail"><?=$name?></span></td>
+       </tr>
+       <tr>
+               <td class="DataTD"><?=_Date of Birth?>: </td>
+               <td class="DataTD"><span class="accountdetail dob">....</span></td>
+       </tr>
+
+</table>
 </form>
\ No newline at end of file
index 915b0d3fe364e18a8289d8568240da9677927544..cd1cb28bc0c9e2cac08f8cab2d5574b9ffb9cf9a 100644 (file)
@@ -1,19 +1,19 @@
-<form method="POST">\r
-<table class="wrapper" width="300">\r
-  <tr>\r
-    <td colspan="2" class="title"><?=_Assure Someone?></td>\r
-  </tr>\r
-  <tr>\r
-    <td class="DataTD" width="125"><?=_Email?>: </td>\r
-    <td class="DataTD" width="125"><input type="text" name="email"></td>\r
-  </tr>\r
-  <tr>\r
-    <td class="DataTD" width="125"><?=_Date of Birth?><br>\r
-           (<?=_dd/mm/yyyy?>)</td>\r
-    <td class="DataTD" width="125"><?=$DoB?></td>\r
-  </tr>\r
-  <tr>\r
-    <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_Next?>"></td>\r
-  </tr>\r
-</table>\r
-</form>\r
+<form method="POST">
+<table class="wrapper" width="300">
+  <tr>
+    <td colspan="2" class="title"><?=_Assure Someone?></td>
+  </tr>
+  <tr>
+    <td class="DataTD" width="125"><?=_Email?>: </td>
+    <td class="DataTD" width="125"><input type="text" name="email"></td>
+  </tr>
+  <tr>
+    <td class="DataTD" width="125"><?=_Date of Birth?><br>
+           (<?=_dd/mm/yyyy?>)</td>
+    <td class="DataTD" width="125"><?=$DoB?></td>
+  </tr>
+  <tr>
+    <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_Next?>"></td>
+  </tr>
+</table>
+</form>