从webtool中删除重复代码

时间:2013-01-29 20:28:41

标签: jquery python jquery-ui google-app-engine

我正在构建一个Web工具,我有很多窗口。截至目前,我有简单的HTML,但想要优化它。这里的代码:我有超过10个具有类似框架。

<div id="test" class="panel draggable">
    <div class="titlebar">
        <h3>test</h3>
        <div class="close" title="Close test window">&times;</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

1 个答案:

答案 0 :(得分:1)

听起来您正在寻求开始使​​用Web框架。如果您对python感到满意,请尝试查看Django