2006/unicorn/WebContent/WEB-INF/templates index.vm,1.1.2.1,1.1.2.2

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/templates
In directory hutz:/tmp/cvs-serv2554/WebContent/WEB-INF/templates

Modified Files:
      Tag: dev2
	index.vm 
Log Message:
more actions in Framework
+ IndexAction
+ language negociation structure

Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/templates/Attic/index.vm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- index.vm	5 Aug 2009 10:26:54 -0000	1.1.2.1
+++ index.vm	13 Aug 2009 13:42:42 -0000	1.1.2.2
@@ -3,16 +3,6 @@
 #set ($js = ['scripts/mootools.js', 'scripts/w3c-validator.js'])
 #parse( 'includes/head.vm' )
 
-#macro(genTasklist $i)
-	<div>
-		$task:
-		<select name="${param_prefix}task">
-			#foreach( $task in $tasklist ) 
-				<option value="$task.getID()">$task.getLongName("${lang}")</option> 
-			#end
-		</select>
-	</div>
-#end
 	<div id="frontforms">
 		<ul id="tabset_tabs">
 			<li><a href="#validate-by-uri" class="active">$validate-by-uri</a></li><!--

Received on Thursday, 13 August 2009 13:43:00 UTC