From e0949aa0adfdfee4f78733277ff43d850ef3582e Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 28 Nov 2008 06:09:45 +0000 Subject: New Feature: possibility to import a structure of hierarchical tags from a file git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@179 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/importStructure.tpl.php | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 templates/importStructure.tpl.php (limited to 'templates') diff --git a/templates/importStructure.tpl.php b/templates/importStructure.tpl.php new file mode 100644 index 0000000..9c54612 --- /dev/null +++ b/templates/importStructure.tpl.php @@ -0,0 +1,42 @@ +includeTemplate($GLOBALS['top_include']); +?> + +
+
+ + + + + + + + +
+
+
+ +

+
    +
  1. +

    +
      +
    • firstTagOfLevel1
    • +
    •     firstTagOfLevel2 (the line starts with two spaces)
    • +
    •     secondTagOfLevel2
    • +
    •     thirdTagOfLevel2
    • +
    • secondTagOfLevel1
    • +
    •     fourthTagOfLevel2 (included into secondTagOfLevel1)
    • +
    +
  2. +
  3. +

    +
  4. +
+
+ +includeTemplate($GLOBALS['bottom_include']); +?> \ No newline at end of file -- cgit v1.2.3