编辑模板 drag_demo/cms/footer.html
创建模板备份
<!--{php168}--> <div id="footer" class="common_mtop"> <ul> <li>{$core.CONFIG['copyright']}</li> <!--{if !empty($core->CONFIG['statistics'])}--> <li>{$core.CONFIG[statistics]}</li> <!--{/if}--> </ul> </div> </div> <script type="text/javascript"> var loginbox = new P8_Dialog({ title_text: '登录', button: false, zIndex:10000, width: 300, height: 150, position:'absolute', show: function(){ this.content.html("<div class='loginbox'><form action='"+P8CONFIG['U_controller']+"/core/member-login' method='post'>帐号:<input type='text' name='username' /><br />密码:<input type='password' name='password' /><br><input type='submit' value='登 录' class='submit_btn'/><input type='button' value='取 消' onclick='loginbox.close()' class='submit_btn'></form></div>"); } }); </script> $plugin[contact] </body> </html> <!--{/php168}-->