| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html lang=zh-cn>
- <head>
- <meta charset=utf-8>
- <title>CLD.System</title>
- <link rel="shortcut icon" href="images/favicon.ico">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <meta name=copyright content=smartcost.com.cn>
- <link rel=stylesheet href=css/global.css>
- </head>
- <body>
- <div class="warpContent">
- <legend><a href="mainIndex.html" class="fR">首页</a>通讯录</legend>
- <div class="control-group">
- <label class="control-label">输入客户名/单位名</label>
- <div class="controls">
- <input type="text">
- </div>
- </div>
- <div class="control-group">
- <div class="controls">
- <button class="button" type="submit">搜索</button>
- </div>
- </div>
- </div>
- </body>
|