mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
started working on the pkgsearch
This commit is contained in:
parent
252855ad9c
commit
9c6ec26c32
5 changed files with 230 additions and 7 deletions
|
@ -133,9 +133,11 @@ function display_account_form($UTYPE,$A,$U="",$T="",$S="",
|
|||
print "<td> </td>";
|
||||
print "<td align='left'>";
|
||||
if ($A == "UpdateAccount") {
|
||||
print "<input type='submit' value='".__("Update")."'> ";
|
||||
print "<input type='submit' class='button'";
|
||||
print " value='".__("Update")."'> ";
|
||||
} else {
|
||||
print "<input type='submit' value='".__("Create")."'> ";
|
||||
print "<input type='submit' class='button'";
|
||||
print " value='".__("Create")."'> ";
|
||||
}
|
||||
print "<input type='reset' value='".__("Reset")."'>";
|
||||
print "</td>";
|
||||
|
@ -372,8 +374,10 @@ function search_accounts_form() {
|
|||
print "<tr>";
|
||||
print "<td> </td>";
|
||||
print "<td align='left'> <br/> ";
|
||||
print "<input type='submit' value='".__("Search'")."> ";
|
||||
print "<input type='reset' value='".__("Reset")."'></td>";
|
||||
print "<input type='submit' class='button'";
|
||||
print " value='".__("Search'")."> ";
|
||||
print "<input type='reset' class='button'";
|
||||
print " value='".__("Reset")."'></td>";
|
||||
print "</tr>\n";
|
||||
|
||||
print "</table>\n";
|
||||
|
@ -546,7 +550,8 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
|
|||
print "<input type='hidden' name='".$ind."'";
|
||||
print " value='".${$ind}."'>\n";
|
||||
}
|
||||
print "<input type='submit' value='<-- ".__("Less")."'>";
|
||||
print "<input type='submit' class='button'";
|
||||
print " value='<-- ".__("Less")."'>";
|
||||
print "</form>\n";
|
||||
print "</td>";
|
||||
print "<td align='right'>";
|
||||
|
@ -559,7 +564,8 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
|
|||
print "<input type='hidden' name='".$ind."'";
|
||||
print " value='".${$ind}."'>\n";
|
||||
}
|
||||
print "<input type='submit' value='".__("More")." -->'>";
|
||||
print "<input type='submit' class='button'";
|
||||
print " value='".__("More")." -->'>";
|
||||
print "</form>\n";
|
||||
print "</td>";
|
||||
print "</tr>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue