| 12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
- <link href="{{rootUrl}}global/css/globalLayout.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div class="warpBody">
- <div class="header">
- <a href="{{rootUrl}}" title="返回首页" class="logoLink"><div class="logo"></div></a>
- </div>
- <div class="formItem">
- <div class="formBgTop"></div>
- <div class="formBgMiddle clearfix">
- <h2>通行证</h2>
- <div class="successItem">
- <p>{{title}}</p>
- <p>{{content}}</p>
- <div class="navButton">
- <a class="btn-wd" href="http://zhzdwd.com">问答</a>
- <a class="btn-wk" href="http://zhzdwk.com">文库</a>
- <a class="btn-jg"href="http://zhzdjg.com">价格信息</a>
- </div>
- </div>
- </div>
- <div class="formBgBottom"></div>
- </div>
- <!-- include 'footer' -->
- </div>
- </body>
- </html>
|