2153e6e2 by wang

init

1 parent 43c299fd
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 <div class="row cl"> 26 <div class="row cl">
27 <div class="form-group col-sm-4 col-md-2"> 27 <div class="form-group col-sm-4 col-md-2">
28 <label>设置密码</label> 28 <label>设置密码</label>
29 <input type="text" class="form-control input-text" value="" name="password" id="password"> 29 <input type="text" class="form-control input-text" value="<?=$item->password?>" name="password" id="password">
30 </div> 30 </div>
31 <div class="form-group col-sm-4 col-md-2 pt-25"> 31 <div class="form-group col-sm-4 col-md-2 pt-25">
32 <button class="btn btn-primary" onclick="random()" type="button">随机生成密码</button> 32 <button class="btn btn-primary" onclick="random()" type="button">随机生成密码</button>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!