我正在构建一个Web工具,我有很多窗口。截至目前,我有简单的HTML,但想要优化它。这里的代码:我有超过10个具有类似框架。
<div id="test" class="panel draggable">
<div class="titlebar">
<h3>test</h3>
<div class="close" title="Close test window">×</div>
<div class="sizing" style="display:none" title="Show the content">+</div>
<div class="sizing" title="Hide the content">-</div>
</div>
<div class="content placeholder">
// Any content here, from table,iframe,images...
</div>
</div>
我正在使用python(Google App Engine)JQuery / JS / HTML / CSS