view.py
brancholdstable
changeset 5993 50e1a6ad3e98
parent 5668 7bd6a8a126b8
child 5679 0f2ded880d01
equal deleted inserted replaced
5487:3ab2682a4b37 5993:50e1a6ad3e98
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """abstract views and templates classes for CubicWeb web client
    18 """abstract views and templates classes for CubicWeb web client"""
    19 
    19 
    20 
       
    21 """
       
    22 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    23 _ = unicode
    21 _ = unicode
    24 
    22 
    25 from cStringIO import StringIO
    23 from cStringIO import StringIO
    26 from warnings import warn
    24 from warnings import warn
    51   title       CDATA         #IMPLIED
    49   title       CDATA         #IMPLIED
    52 
    50 
    53  cubicweb:accesskey         CDATA   #IMPLIED
    51  cubicweb:accesskey         CDATA   #IMPLIED
    54  cubicweb:actualrql         CDATA   #IMPLIED
    52  cubicweb:actualrql         CDATA   #IMPLIED
    55  cubicweb:dataurl           CDATA   #IMPLIED
    53  cubicweb:dataurl           CDATA   #IMPLIED
    56  cubicweb:displayactions    CDATA   #IMPLIED
       
    57  cubicweb:facetName         CDATA   #IMPLIED
    54  cubicweb:facetName         CDATA   #IMPLIED
    58  cubicweb:facetargs         CDATA   #IMPLIED
    55  cubicweb:facetargs         CDATA   #IMPLIED
    59  cubicweb:fallbackvid       CDATA   #IMPLIED
    56  cubicweb:fallbackvid       CDATA   #IMPLIED
    60  cubicweb:fname             CDATA   #IMPLIED
    57  cubicweb:fname             CDATA   #IMPLIED
    61  cubicweb:initfunc          CDATA   #IMPLIED
    58  cubicweb:initfunc          CDATA   #IMPLIED
    72  cubicweb:sortvalue         CDATA   #IMPLIED
    69  cubicweb:sortvalue         CDATA   #IMPLIED
    73  cubicweb:target            CDATA   #IMPLIED
    70  cubicweb:target            CDATA   #IMPLIED
    74  cubicweb:tindex            CDATA   #IMPLIED
    71  cubicweb:tindex            CDATA   #IMPLIED
    75  cubicweb:tlunit            CDATA   #IMPLIED
    72  cubicweb:tlunit            CDATA   #IMPLIED
    76  cubicweb:type              CDATA   #IMPLIED
    73  cubicweb:type              CDATA   #IMPLIED
       
    74  cubicweb:unselimg          CDATA   #IMPLIED
    77  cubicweb:uselabel          CDATA   #IMPLIED
    75  cubicweb:uselabel          CDATA   #IMPLIED
    78  cubicweb:value             CDATA   #IMPLIED
    76  cubicweb:value             CDATA   #IMPLIED
    79  cubicweb:variables         CDATA   #IMPLIED
    77  cubicweb:variables         CDATA   #IMPLIED
    80  cubicweb:vid               CDATA   #IMPLIED
    78  cubicweb:vid               CDATA   #IMPLIED
    81  cubicweb:wdgtype           CDATA   #IMPLIED
    79  cubicweb:wdgtype           CDATA   #IMPLIED