Changeset 2880 in products


Ignore:
Timestamp:
Oct 19, 2010 7:03:41 AM (13 years ago)
Author:
fenix
Message:

wrapped views into plone layout.

Location:
quintagroup.analytics/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/quintagroup/analytics/configure.zcml

    r2870 r2880  
    33    xmlns:five="http://namespaces.zope.org/five" 
    44    xmlns:browser="http://namespaces.zope.org/browser" 
    5     i18n_domain="quintagroup.contentstats"> 
     5    i18n_domain="quintagroup.analytics"> 
    66 
    77    <!-- make plone site object traversable --> 
  • quintagroup.analytics/trunk/quintagroup/analytics/legacy_portlets.pt

    r2870 r2880  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 
     1    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 
    42      xmlns:tal="http://xml.zope.org/namespaces/tal" 
    5       tal:define="infos view/getPortlets"> 
    6     <head> 
    7         <title>Legacy portlets</title> 
    8         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    9         <link rel="stylesheet" type="text/css" href="++resource++stats_style.css" /> 
    10     </head> 
    11     <body> 
     3      xmlns:metal="http://xml.zope.org/namespaces/metal" 
     4      xmlns:i18n="http://xml.zope.org/namespaces/i18n" 
     5      lang="en" 
     6      metal:use-macro="context/prefs_main_template/macros/master"> 
     7 
     8<metal:main metal:fill-slot="prefs_configlet_main" i18n:domain="quintagroup.analytics" 
     9            tal:define="infos view/getPortlets"> 
     10 <body> 
    1211        <div id="wrapper"> 
    1312            <h1>Legacy portlets</h1> 
     
    4847            </nobr> 
    4948        </div> 
    50         <table style="margin: 0 auto;" tal:condition="not:request/csv|nothing"> 
     49        <table class="listing" 
     50               tal:condition="not:request/csv|nothing"> 
    5151            <tr> 
    5252                <th></th> 
     
    8383        </table> 
    8484    </body> 
     85  </metal:main> 
    8586</html> 
  • quintagroup.analytics/trunk/quintagroup/analytics/ownership_by_state.pt

    r2870 r2880  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    31<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 
    4       xmlns:tal="http://xml.zope.org/namespaces/tal"> 
    5     <head> 
    6         <title>Content ownership by state</title> 
    7         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    8         <link rel="stylesheet" type="text/css" href="++resource++stats_style.css" /> 
    9     </head> 
     2      xmlns:tal="http://xml.zope.org/namespaces/tal" 
     3      xmlns:metal="http://xml.zope.org/namespaces/metal" 
     4      xmlns:i18n="http://xml.zope.org/namespaces/i18n" 
     5      lang="en" 
     6      metal:use-macro="context/prefs_main_template/macros/master"> 
     7 
     8<metal:main metal:fill-slot="prefs_configlet_main" i18n:domain="quintagroup.analytics"> 
    109    <body> 
    1110        <div id="wrapper"> 
     
    2322            Chart will be here 
    2423        </div> 
    25         <table style="margin: 0 auto;"> 
     24        <table class="listing"> 
    2625            <tr> 
    2726                <th></th> 
     
    3837        </table> 
    3938    </body> 
     39  </metal:main> 
    4040</html> 
  • quintagroup.analytics/trunk/quintagroup/analytics/ownership_by_type.pt

    r2870 r2880  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    31<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 
    4       xmlns:tal="http://xml.zope.org/namespaces/tal"> 
    5     <head> 
    6         <title>Content ownership by type</title> 
    7         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    8         <link rel="stylesheet" type="text/css" href="++resource++stats_style.css" /> 
    9     </head> 
     2      xmlns:tal="http://xml.zope.org/namespaces/tal" 
     3      xmlns:metal="http://xml.zope.org/namespaces/metal" 
     4      xmlns:i18n="http://xml.zope.org/namespaces/i18n" 
     5      lang="en" 
     6      metal:use-macro="context/prefs_main_template/macros/master"> 
     7 
     8<metal:main metal:fill-slot="prefs_configlet_main" i18n:domain="quintagroup.analytics"> 
    109    <body> 
    1110        <div id="wrapper"> 
     
    2322            Chart will be here 
    2423        </div> 
    25         <table style="margin: 0 auto;"> 
     24        <table class="listing"> 
    2625            <tr> 
    2726                <th></th> 
     
    4241        </table> 
    4342    </body> 
     43  </metal:main> 
    4444</html> 
  • quintagroup.analytics/trunk/quintagroup/analytics/portlets_stats.pt

    r2870 r2880  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    31<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 
    42      xmlns:tal="http://xml.zope.org/namespaces/tal" 
    5       tal:define="infos view/getPropsList"> 
    6     <head> 
    7         <title>Properties stats</title> 
    8         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    9         <link rel="stylesheet" type="text/css" href="++resource++stats_style.css" /> 
    10     </head> 
     3      xmlns:metal="http://xml.zope.org/namespaces/metal" 
     4      xmlns:i18n="http://xml.zope.org/namespaces/i18n" 
     5      lang="en" 
     6      metal:use-macro="context/prefs_main_template/macros/master"> 
     7 
     8<metal:main metal:fill-slot="prefs_configlet_main" 
     9            i18n:domain="quintagroup.analytics" 
     10            tal:define="infos view/getPropsList"> 
    1111    <body> 
    1212        <div id="wrapper"> 
     
    4646            </nobr> 
    4747        </div> 
    48         <table style="margin: 0 auto;" tal:condition="not:request/csv|nothing"> 
     48        <table class="listing" tal:condition="not:request/csv|nothing"> 
    4949            <tr> 
    5050                <th></th> 
     
    9191        </table> 
    9292    </body> 
     93  </metal:main> 
    9394</html> 
  • quintagroup.analytics/trunk/quintagroup/analytics/properties_stats.pt

    r2870 r2880  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    31<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 
    42      xmlns:tal="http://xml.zope.org/namespaces/tal" 
    5       tal:define="infos view/getPropsList"> 
    6     <head> 
    7         <title>Properties stats</title> 
    8         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    9         <link rel="stylesheet" type="text/css" href="++resource++stats_style.css" /> 
    10     </head> 
     3      xmlns:metal="http://xml.zope.org/namespaces/metal" 
     4      xmlns:i18n="http://xml.zope.org/namespaces/i18n" 
     5      lang="en" 
     6      metal:use-macro="context/prefs_main_template/macros/master"> 
     7 
     8<metal:main metal:fill-slot="prefs_configlet_main" 
     9            i18n:domain="quintagroup.analytics" 
     10            tal:define="infos view/getPropsList"> 
    1111    <body> 
    1212        <div id="wrapper"> 
     
    4242                <span tal:replace="info/path"> 
    4343                    path 
    44                 </span>,<span  
     44                </span>,<span 
    4545                tal:condition="info/slots">"<span 
    4646                tal:condition="python:not isinstance(info['slots'],basestring)" 
    47                 tal:repeat="slot info/slots"><span  
     47                tal:repeat="slot info/slots"><span 
    4848                tal:replace="slot" />;</span><span 
    4949                tal:condition="python:isinstance(info['slots'],basestring)" 
     
    5252            </nobr> 
    5353        </div> 
    54         <table style="margin: 0 auto;" tal:condition="not:request/csv|nothing"> 
     54        <table class="listing" 
     55               tal:condition="not:request/csv|nothing"> 
    5556            <tr> 
    5657                <th></th> 
     
    8182        </table> 
    8283    </body> 
     84  </metal:main> 
    8385</html> 
  • quintagroup.analytics/trunk/quintagroup/analytics/type_by_state.pt

    r2870 r2880  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    31<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 
    4       xmlns:tal="http://xml.zope.org/namespaces/tal"> 
    5     <head> 
    6         <title>Content state by state</title> 
    7         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    8         <link rel="stylesheet" type="text/css" href="++resource++stats_style.css" /> 
    9     </head> 
     2      xmlns:tal="http://xml.zope.org/namespaces/tal" 
     3      xmlns:metal="http://xml.zope.org/namespaces/metal" 
     4      xmlns:i18n="http://xml.zope.org/namespaces/i18n" 
     5      lang="en" 
     6      metal:use-macro="context/prefs_main_template/macros/master"> 
     7 
     8<metal:main metal:fill-slot="prefs_configlet_main" i18n:domain="quintagroup.analytics"> 
    109    <body> 
    1110        <div id="wrapper"> 
     
    2322            Chart will be here 
    2423        </div> 
    25         <table style="margin: 0 auto;"> 
     24        <table class="listing"> 
    2625            <tr> 
    2726                <th></th> 
     
    3837        </table> 
    3938    </body> 
     39  </metal:main> 
    4040</html> 
  • quintagroup.analytics/trunk/setup.py

    r2870 r2880  
    44version = '1.0' 
    55 
    6 setup(name='quintagroup.contentstats', 
     6setup(name='quintagroup.analytics', 
    77      version=version, 
    8       description="Plone site's content statistics", 
     8      description="Plone site's statistics", 
    99      long_description=open("README.txt").read() + "\n" + 
    1010                       open(os.path.join("docs", "HISTORY.txt")).read(), 
     
    1818      author='Quintagroup', 
    1919      author_email='support@quintagroup.com', 
    20       url='http://svn.quintagroup.com/eubusiness/packages/quintagroup.contentstats', 
     20      url='http://svn.quintagroup.com/products/quintagroup.analytics', 
    2121      license='GPL', 
    2222      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.