EliteConf
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
test
protected
views
downloadPaper
index.php
Go to the documentation of this file.
1
<?php
2
/* @var $this DownloadPaperController */
3
4
5
$this->
breadcrumbs
=array(
6
'Download Paper'
,
7
);
8
?>
9
<h1><?php echo $this->
id
.
'/'
. $this->action->id; ?></h1>
10
11
12
13
<p>
14
You may change the content of
this
page by modifying
15
the file <tt><?php echo __FILE__; ?></tt>.
16
</p>
17
18
19
20
21
22
23
<?php
24
$paper_name
= $_GET[
'paper'
];
25
$this->actionDownload(
$paper_name
);
26
?>
Generated on Sun Jun 2 2013 05:35:36 for EliteConf by
1.8.4