Changeset 1626
- Timestamp:
- 2010-07-26 09:27:59 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 10 edited
- 1 copied
- 2 moved
-
. (modified) (1 prop)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/categories/grid.html.xml (modified) (1 diff)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/index.html.xml (modified) (1 diff)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/items/all.html.xml (modified) (1 diff)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/items/{id}-edit.html.xml (modified) (1 diff)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/items/{id}.html.xml (modified) (1 diff)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/persons/{id}.html.xml (modified) (1 diff)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/templates/layout (added)
-
samples/kauri-tutorial-myblog/main-module/src/main/kauri/templates/layout/layout.xml (moved) (moved from trunk/samples/kauri-tutorial-myblog/main-module/src/main/kauri/templates/layout.xml)
-
tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/main-module/src/main/kauri/pages/index.html.xml (modified) (1 diff)
-
tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/main-module/src/main/kauri/templates/layout (added)
-
tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/main-module/src/main/kauri/templates/layout/layout.xml (moved) (moved from trunk/tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/main-module/src/main/kauri/templates/layout.xml)
-
tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/main-module/src/main/kauri/pages/index.html.xml (modified) (1 diff)
-
tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/main-module/src/main/kauri/pages/persons/{id}.html.xml (modified) (1 diff)
-
tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/main-module/src/main/kauri/templates/layout (added)
-
tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/main-module/src/main/kauri/templates/layout/layout.xml (copied) (copied from trunk/tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/main-module/src/main/kauri/templates/layout.xml)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 *.log 4 4 bin 5 6 emptyrepo.xml
-
- Property svn:ignore
-
trunk/samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/categories/grid.html.xml
r1609 r1626 1 1 <?xml version="1.0"?> 2 2 <html xmlns:t="http://kauriproject.org/template" 3 t:inherit="module:/templates/layout .xml">3 t:inherit="module:/templates/layout/layout.xml"> 4 4 5 5 <t:block name="title">All blog categories</t:block> -
trunk/samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/index.html.xml
r1609 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4 -
trunk/samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/items/all.html.xml
r1609 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4 -
trunk/samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/items/{id}-edit.html.xml
r1609 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4 -
trunk/samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/items/{id}.html.xml
r1609 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4 -
trunk/samples/kauri-tutorial-myblog/main-module/src/main/kauri/pages/persons/{id}.html.xml
r1609 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4 -
trunk/tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/main-module/src/main/kauri/pages/index.html.xml
r1615 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4 -
trunk/tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/main-module/src/main/kauri/pages/index.html.xml
r1268 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4 -
trunk/tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/main-module/src/main/kauri/pages/persons/{id}.html.xml
r911 r1626 1 1 <?xml version="1.0"?> 2 <html t:inherit="module:/templates/layout .xml"2 <html t:inherit="module:/templates/layout/layout.xml" 3 3 xmlns:t="http://kauriproject.org/template"> 4 4
Note: See TracChangeset
for help on using the changeset viewer.