[aur-dev] [PATCH] fixed indention + xhtml in search_accounts_form.php
Michael Klier
chi at chimeric.de
Sat Jun 7 14:14:37 EDT 2008
---
web/template/search_accounts_form.php | 122 ++++++++++++++++++---------------
1 files changed, 66 insertions(+), 56 deletions(-)
diff --git a/web/template/search_accounts_form.php b/web/template/search_accounts_form.php
index d5665e9..17be75e 100644
--- a/web/template/search_accounts_form.php
+++ b/web/template/search_accounts_form.php
@@ -1,68 +1,78 @@
<br />
<form action='account.php' method='post'>
-<input type='hidden' name='Action' value='SearchAccounts'>
-<center>
-<table border='0' cellpadding='0' cellspacing='0' width='80%'>
+ <input type='hidden' name='Action' value='SearchAccounts' />
+ <center>
+ <table border='0' cellpadding='0' cellspacing='0' width='80%'>
-<tr>
- <td align='left'><?php print __("Username"); ?>:</td>
-<td align='left'><input type='text' size='30' maxlength='64'
- name='U'></td>
-</tr>
+ <tr>
+ <td align='left'><?php print __("Username"); ?>:</td>
+ <td align='left'>
+ <input type='text' size='30' maxlength='64' name='U' />
+ </td>
+ </tr>
-<tr>
-<td align='left'><?php print __("Account Type"); ?>:</td>
-<td align='left'><select name=T>
-<option value=''><?php print __("Any type"); ?>
-<option value='u'><?php print __("Normal user"); ?>
-<option value='t'><?php print __("Trusted user"); ?>
-<option value='d'><?php print __("Developer"); ?>
-</select></td>
-</tr>
+ <tr>
+ <td align='left'><?php print __("Account Type"); ?>:</td>
+ <td align='left'>
+ <select name=T>
+ <option value=''><?php print __("Any type"); ?></option>
+ <option value='u'><?php print __("Normal user"); ?></option>
+ <option value='t'><?php print __("Trusted user"); ?></option>
+ <option value='d'><?php print __("Developer"); ?></option>
+ </select>
+ </td>
+ </tr>
-<tr>
-<td align='left'><?php print __("Account Suspended"); ?>:</td>
-<td align='left'><input type='checkbox' name='S'>
-</tr>
+ <tr>
+ <td align='left'><?php print __("Account Suspended"); ?>:</td>
+ <td align='left'>
+ <input type='checkbox' name='S' />
+ </td>
+ </tr>
-<tr>
-<td align='left'><?php print __("Email Address"); ?>:</td>
-<td align='left'><input type='text' size='30' maxlength='64'
- name='E'></td>
-</tr>
+ <tr>
+ <td align='left'><?php print __("Email Address"); ?>:</td>
+ <td align='left'>
+ <input type='text' size='30' maxlength='64'name='E' />
+ </td>
+ </tr>
-<tr>
-<td align='left'><?php print __("Real Name"); ?>:</td>
-<td align='left'><input type='text' size='30' maxlength='32'
- name='R'></td>
-</tr>
+ <tr>
+ <td align='left'><?php print __("Real Name"); ?>:</td>
+ <td align='left'>
+ <input type='text' size='30' maxlength='32' name='R' />
+ </td>
+ </tr>
-<tr>
-<td align='left'><?php print __("IRC Nick"); ?>:</td>
-<td align='left'><input type='text' size='30' maxlength='32'
- name='I'></td>
-</tr>
+ <tr>
+ <td align='left'><?php print __("IRC Nick"); ?>:</td>
+ <td align='left'>
+ <input type='text' size='30' maxlength='32' name='I' />
+ </td>
+ </tr>
-<tr>
-<td align='left'><?php print __("Sort by"); ?>:</td>
-<td align='left'><select name=SB>
-<option value='u'><?php print __("Username"); ?>
-<option value='t'><?php print __("Account Type"); ?>
-<option value='r'><?php print __("Real Name"); ?>
-<option value='i'><?php print __("IRC Nick"); ?>
-<option value='v'><?php print __("Last vote"); ?>
-</select></td>
-</tr>
+ <tr>
+ <td align='left'><?php print __("Sort by"); ?>:</td>
+ <td align='left'>
+ <select name=SB>
+ <option value='u'><?php print __("Username"); ?></option>
+ <option value='t'><?php print __("Account Type"); ?></option>
+ <option value='r'><?php print __("Real Name"); ?></option>
+ <option value='i'><?php print __("IRC Nick"); ?></option>
+ <option value='v'><?php print __("Last vote"); ?></option>
+ </select>
+ </td>
+ </tr>
-<tr>
-<td> </td>
-<td align='left'> <br/>
-<input type='submit' class='button'
- value="<?php print __("Search"); ?>">
-<input type='reset' class='button'
- value="<?php print __("Reset"); ?>"></td>
-</tr>
+ <tr>
+ <td> </td>
+ <td align='left'>
+ <br />
+ <input type='submit' class='button' value="<?php print __("Search"); ?>" />
+ <input type='reset' class='button' value="<?php print __("Reset"); ?>" />
+ </td>
+ </tr>
-</table>
-</center>
+ </table>
+ </center>
</form>
--
1.4.4.4
--
Michael Klier
www: http://www.chimeric.de
jabber: chi at jabber.shipdown.de
key: http://downloads.chimeric.de/chi.asc
key-id: 0x8308F551
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://archlinux.org/pipermail/aur-dev/attachments/20080607/9414fcea/attachment.pgp>
More information about the aur-dev
mailing list