config.html (379B)
1 $def with (configform) 2 <div id="container"> 3 <div id="default"> 4 <br> 5 <form method="POST"> 6 $:configform.render() 7 </form> 8 <br> 9 <b>Logo</b> 10 <br> 11 <img src="/static/img/thumb/logo.png"> 12 <form method="POST" enctype="multipart/form-data" action=""> 13 <input type="file" name="imgfile"/> <br> 14 <br/> 15 <input name="upload", type="submit" value="upload" /> 16 </form> 17 </div> 18 19 </div> 20 </div> 21 </div>