|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<h3>Get by ID</h3>
|
|
|
|
|
<div class="p1">
|
|
|
|
|
<form action="/account/getbyid" method="GET">
|
|
|
|
|
<input type="text" id="account_id" name="account_id" value="[% account_id %]" />
|
|
|
|
|
<input type="text" id="account_id" name="account_id" value="[% refill_account_id %]" />
|
|
|
|
|
<input type="submit" value="Get »" class="but" />
|
|
|
|
|
</form>
|
|
|
|
|
[% IF messages.accsearcherr %]<div class="errormsg">[% messages.accsearcherr %]</div>[% END %]
|
|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<h3>Search by subscriber</h3>
|
|
|
|
|
<div class="p1">
|
|
|
|
|
<form action="/subscriber/search" method="post">
|
|
|
|
|
<input type="text" id="search_subscriber" name="search_user" value="[% search_string %]" />
|
|
|
|
|
<input type="text" id="search_subscriber" name="search_username" value="[% search_string %]" />
|
|
|
|
|
<input type="submit" value="Search »" class="but" />
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|