| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: webform-submission-page.tpl.php,v 1.2.2.1 2010/04/10 22:02:09 quicksketch Exp $ 3 4 /** 5 * @file 6 * Customize the navigation shown when editing or viewing submissions. 7 * 8 * Available variables: 9 * - $node: The node object for this webform. 10 * - $submission: The Webform submission array. 11 * - $submission_content: The contents of the webform submission. 12 * - $submission_navigation: The previous submission ID. 13 * - $submission_information: The next submission ID. 14 */ 15 16 drupal_add_css(drupal_get_path('module', 'webform') .'/css/webform-admin.css', 'theme', 'all', FALSE); 17 ?> 18 19 <?php print $submission_navigation; ?> 20 <?php print $submission_information; ?> 21 22 <?php print $submission_content; ?> 23 24 <?php print $submission_navigation; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |