]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/answer/requests/request_node_list_answer.xml
Updated copyright year as this software has been changed in this year.
[hub.git] / application / hub / templates / xml / answer / requests / request_node_list_answer.xml
index e61ca369a1b1c69a0947ef59039e4884d433196a..9370307a5d0e3b036e42828ecfb687835dbd92b3 100644 (file)
@@ -4,7 +4,7 @@ An XML template for answering node-list requests
 
 @author                Roland Haeder <webmaster@ship-simu.org>
 @version       0.0.0
-@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
 @license       GNU GPL 3.0 or any newer version
 @link          http://www.ship-simu.org
 
@@ -29,5 +29,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!--
        List of all nodes (will be completed later)
        //-->
-       <node-list />
+       <node-list>
+               <!--
+               This will be filled with the "node-list-entry" template
+               //-->
+               {?node_list?}
+       </node-list>
+       <!--
+       Status of this answer. This can be something like OKAY if all went fine or
+       any other error code.
+       //-->
+       <answer-status>{?answer_status?}</answer-status>
 </request-node-list-answer>