Changeset 3023 in products for quintagroup.analytics/trunk/quintagroup


Ignore:
Timestamp:
Nov 17, 2010 2:26:14 PM (14 years ago)
Author:
fenix
Message:

added overview page, added some info into views

Location:
quintagroup.analytics/trunk/quintagroup/analytics/browser
Files:
7 edited

Legend:

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

    r2907 r3023  
    22           xmlns:browser="http://namespaces.zope.org/browser" 
    33           i18n_domain="quintagroup.analytics"> 
     4 
     5    <browser:page 
     6        name="qa_overview" 
     7        for="Products.CMFPlone.interfaces.IPloneSiteRoot" 
     8        permission="zope2.ViewManagementScreens" 
     9        template="qa_overview.pt" 
     10        /> 
    411 
    512    <browser:page 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/legacy_portlets.pt

    r2893 r3023  
    1212            <h1>Legacy portlets</h1> 
    1313            <ul class="formTabs" id="navigation"> 
     14                <li class="formTab"><a href="@@qa_overview">Overview</a></li> 
    1415                <li class="formTab"><a href="@@ownership_by_type">Ownership by type</a></li> 
    1516                <li class="formTab"><a href="@@ownership_by_state">Ownership by state</a></li> 
     
    1920                <li class="formTab"><a href="@@portlets_stats">Portlets stats</a></li> 
    2021            </ul> 
     22            <p>Info comming soon</p> 
    2123            <form action="" method="get"> 
    2224                Walk through site up to this level (type -1 for no limits): 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/ownership_by_state.pt

    r2999 r3023  
    1111            <h1>Content ownership by state</h1> 
    1212            <ul class="formTabs" id="navigation"> 
     13                <li class="formTab"><a href="@@qa_overview">Overview</a></li> 
    1314                <li class="formTab"><a href="@@ownership_by_type">Ownership by type</a></li> 
    1415                <li class="formTab"><a class="selected" href="@@ownership_by_state">Ownership by state</a></li> 
     
    1920            </ul> 
    2021        </div> 
     22        <p>Here you can see information about workflow states that content objects are in and owners of those objects. 
     23           Below you can see chart that shows workflow states to users map. Also there is a table 
     24           under the chart. That table displays all workflow states and how many objects are in certain state and who 
     25           is owner of those objects. 
     26         </p> 
    2127        <div id="chart" tal:content="structure view/getChart"> 
    2228            Chart will be here 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/ownership_by_type.pt

    r2961 r3023  
    1111            <h1>Content ownership by type</h1> 
    1212            <ul class="formTabs" id="navigation"> 
     13                <li class="formTab"><a href="@@qa_overview">Overview</a></li> 
    1314                <li class="formTab"><a class="selected" href="@@ownership_by_type">Ownership by type</a></li> 
    1415                <li class="formTab"><a href="@@ownership_by_state">Ownership by state</a></li> 
     
    1920            </ul> 
    2021        </div> 
     22        <p>This page provides information about content objects added to your site and their creators. 
     23           Below you can see chart that shows 10 most freaquently created content types and owners of that types 
     24           objects. Also there is a table under the chart. This table displays all content types and how many 
     25           objects of them was created and by whom. 
     26        </p> 
    2127        <div id="chart" tal:content="structure view/getChart"> 
    2228            Chart will be here 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/portlets_stats.pt

    r2893 r3023  
    1313            <h1>Properties stats</h1> 
    1414            <ul class="formTabs" id="navigation"> 
     15                <li class="formTab"><a href="@@qa_overview">Overview</a></li> 
    1516                <li class="formTab"><a href="@@ownership_by_type">Ownership by type</a></li> 
    1617                <li class="formTab"><a href="@@ownership_by_state">Ownership by state</a></li> 
     
    2021                <li class="formTab"><a class="selected" href="@@portlets_stats">Portlets stats</a></li> 
    2122            </ul> 
     23            <p>Info comming soon</p> 
    2224            <form action="" method="get"> 
    2325                Walk through site up to this level (type -1 for no limits): 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/properties_stats.pt

    r2893 r3023  
    1313            <h1>Properties stats</h1> 
    1414            <ul class="formTabs" id="navigation"> 
     15                <li class="formTab"><a href="@@qa_overview">Overview</a></li> 
    1516                <li class="formTab"><a href="@@ownership_by_type">Ownership by type</a></li> 
    1617                <li class="formTab"><a href="@@ownership_by_state">Ownership by state</a></li> 
     
    2021                <li class="formTab"><a href="@@portlets_stats">Portlets stats</a></li> 
    2122            </ul> 
     23            <p>Info comming soon</p> 
    2224            <form action="" method="get"> 
    2325                Walk through site up to this level (type -1 for no limits): 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/type_by_state.pt

    r2999 r3023  
    1111            <h1>Content type by state</h1> 
    1212            <ul class="formTabs" id="navigation"> 
     13                <li class="formTab"><a href="@@qa_overview">Overview</a></li> 
    1314                <li class="formTab"><a href="@@ownership_by_type">Ownership by type</a></li> 
    1415                <li class="formTab"><a href="@@ownership_by_state">Ownership by state</a></li> 
     
    1920            </ul> 
    2021        </div> 
     22        <p>Info comming soon.</p> 
    2123        <div id="chart" tal:content="structure view/getChart"> 
    2224            Chart will be here 
Note: See TracChangeset for help on using the changeset viewer.