mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
11 lines
429 B
Plaintext
11 lines
429 B
Plaintext
|
<div class="col-sm-6 col-md-6">
|
||
|
<div class="form-group">
|
||
|
<input type="text" name="username[]" class="form-control" value="<%- typeof username !== 'undefined' ? username : '' %>">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-sm-6 col-md-6">
|
||
|
<div class="form-group">
|
||
|
<input type="password" name="password[]" class="form-control" placeholder="<%- typeof hint !== 'undefined' ? hint : '' %>" value="">
|
||
|
</div>
|
||
|
</div>
|