File: form-uploadtemplate.php

package info (click to toggle)
gforge 4.5.14-22etch13
  • links: PTS
  • area: main
  • in suites: etch
  • size: 13,004 kB
  • ctags: 11,918
  • sloc: php: 36,047; sql: 29,050; sh: 10,538; perl: 6,496; xml: 3,810; makefile: 341; python: 263; ansic: 256
file content (18 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

$ath->adminHeader(array('title'=>$Language->getText('tracker_admin_build_boxes','box_update_title',$ath->getName())));

echo '<h3>'.$Language->getText('tracker_admin_build_boxes','upload_template').'</h3>';
?>
<form action="<?php echo $PHP_SELF.'?group_id='.$group_id.'&amp;atid='.$ath->getID(); ?>" method="post" enctype="multipart/form-data">
<input type="hidden" name="uploadtemplate" value="1">

<input type="file" name="input_file" size="30" /></p>

<input type="submit" name="post_changes" value="<?php echo $Language->getText('general','submit') ?>" /></p>
</form></p>
<?php

$ath->footer(array());

?>