Changeset 528

Show
Ignore:
Timestamp:
08/08/07 21:14:46 (1 year ago)
Author:
ian
Message:

Resolved ticket #28 - genshi templates were including extra/empty html/body tags... also removed DOCSTRINGs from templates, those should be put there by the template engine

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pagoda/trunk/Pagoda/pagoda/templates/admin/accounts.html

    r517 r528  
    11<html xmlns="http://www.w3.org/1999/xhtml" 
    22      xmlns:py="http://genshi.edgewall.org/" 
    3       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""
     3      xmlns:xi="http://www.w3.org/2001/XInclude"
    44 
    55<xi:include href="admin.html"/> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/admin.html

    r502 r528  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    21<html xmlns="http://www.w3.org/1999/xhtml" 
    32      xmlns:py="http://genshi.edgewall.org/" 
    4       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""> 
     3      xmlns:xi="http://www.w3.org/2001/XInclude" 
     4      py:strip=""> 
    55 
    66<xi:include href="base.html"/> 
     
    1313</head> 
    1414 
    15 <body
     15<body py:match="body" py:attrs="select('@*')"
    1616 
    1717<div id="header" py:match="div[@id='header']" py:attrs="select('@*')"> 
     
    4949</div> 
    5050 
     51${select('*|text()')} 
     52 
    5153</body> 
     54 
    5255</html> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/base.html

    r502 r528  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    21<html xmlns="http://www.w3.org/1999/xhtml" 
    32      xmlns:py="http://genshi.edgewall.org/" 
    4       xmlns:xi="http://www.w3.org/2001/XInclude"> 
     3      xmlns:xi="http://www.w3.org/2001/XInclude" 
     4      py:strip=""> 
    55 
    66<head py:match="head" py:attrs="select('@*')"> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/control_panel.html

    r502 r528  
    11<html xmlns="http://www.w3.org/1999/xhtml" 
    22      xmlns:py="http://genshi.edgewall.org/" 
    3       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""
     3      xmlns:xi="http://www.w3.org/2001/XInclude"
    44 
    55<xi:include href="admin.html"/> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/edit.html

    r487 r528  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    21<html xmlns="http://www.w3.org/1999/xhtml" 
    32      xmlns:py="http://genshi.edgewall.org/" 
    4       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""
     3      xmlns:xi="http://www.w3.org/2001/XInclude"
    54 
    65<xi:include href="admin.html"/> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/live.html

    r413 r528  
    11<html xmlns="http://www.w3.org/1999/xhtml" 
    22      xmlns:py="http://genshi.edgewall.org/" 
    3       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""
     3      xmlns:xi="http://www.w3.org/2001/XInclude"
    44 
    55<xi:include href="admin.html"/> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/login.html

    r490 r528  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    2  
    31<html xmlns="http://www.w3.org/1999/xhtml" 
    42      xmlns:py="http://genshi.edgewall.org/" 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/placeholders.html

    r417 r528  
    11<html xmlns="http://www.w3.org/1999/xhtml" 
    22      xmlns:py="http://genshi.edgewall.org/" 
    3       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""
     3      xmlns:xi="http://www.w3.org/2001/XInclude"
    44 
    55<xi:include href="admin.html"/> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/plugins.html

    r418 r528  
    11<html xmlns="http://www.w3.org/1999/xhtml" 
    22      xmlns:py="http://genshi.edgewall.org/" 
    3       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""
     3      xmlns:xi="http://www.w3.org/2001/XInclude"
    44 
    55<xi:include href="admin.html"/> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/schedule.html

    r514 r528  
    1 <html xmlns:py="http://genshi.edgewall.org/" 
    2       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""> 
     1<html xmlns="http://www.w3.org/1999/xhtml" 
     2      xmlns:py="http://genshi.edgewall.org/" 
     3      xmlns:xi="http://www.w3.org/2001/XInclude"> 
    34 
    45<xi:include href="admin.html"/> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/settings.html

    r418 r528  
    11<html xmlns="http://www.w3.org/1999/xhtml" 
    22      xmlns:py="http://genshi.edgewall.org/" 
    3       xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""
     3      xmlns:xi="http://www.w3.org/2001/XInclude"
    44 
    55<xi:include href="admin.html"/> 

Log in as guest/pagoda to create tickets