1<?php /* Smarty version 2.6.0, created on 2006-09-06 23:24:48
2         compiled from page.tpl */ ?>
3<?php $_smarty_tpl_vars = $this->_tpl_vars;
4$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array('top3' => true)));
5$this->_tpl_vars = $_smarty_tpl_vars;
6unset($_smarty_tpl_vars);
7 ?>
8
9<h2 class="file-name"><?php echo $this->_tpl_vars['source_location']; ?>
10</h2>
11
12<a name="sec-description"></a>
13<div class="info-box">
14	<div class="info-box-title">Description</div>
15	<div class="nav-bar">
16		<?php if ($this->_tpl_vars['classes'] || $this->_tpl_vars['includes'] || $this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>
17			<span class="disabled">Description</span> |
18		<?php endif; ?>
19		<?php if ($this->_tpl_vars['classes']): ?>
20			<a href="#sec-classes">Classes</a>
21			<?php if ($this->_tpl_vars['includes'] || $this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
22		<?php endif; ?>
23		<?php if ($this->_tpl_vars['includes']): ?>
24			<a href="#sec-includes">Includes</a>
25			<?php if ($this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
26		<?php endif; ?>
27		<?php if ($this->_tpl_vars['defines']): ?>
28			<a href="#sec-constants">Constants</a>
29			<?php if ($this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
30		<?php endif; ?>
31		<?php if ($this->_tpl_vars['globals']): ?>
32			<a href="#sec-variables">Variables</a>
33			<?php if ($this->_tpl_vars['functions']): ?>|<?php endif; ?>
34		<?php endif; ?>
35		<?php if ($this->_tpl_vars['functions']): ?>
36			<a href="#sec-functions">Functions</a>
37		<?php endif; ?>
38	</div>
39	<div class="info-box-body">
40		<?php $_smarty_tpl_vars = $this->_tpl_vars;
41$this->_smarty_include(array('smarty_include_tpl_file' => "docblock.tpl", 'smarty_include_vars' => array('desc' => $this->_tpl_vars['desc'],'sdesc' => $this->_tpl_vars['sdesc'],'tags' => $this->_tpl_vars['tags'])));
42$this->_tpl_vars = $_smarty_tpl_vars;
43unset($_smarty_tpl_vars);
44 ?>
45
46		<?php if ($this->_tpl_vars['tutorial']): ?>
47			<hr class="separator" />
48			<div class="notes">Tutorial: <span class="tutorial"><?php echo $this->_tpl_vars['tutorial']; ?>
49</div>
50		<?php endif; ?>
51	</div>
52</div>
53
54<?php if ($this->_tpl_vars['classes']): ?>
55	<a name="sec-classes"></a>
56	<div class="info-box">
57		<div class="info-box-title">Classes</div>
58		<div class="nav-bar">
59			<a href="#sec-description">Description</a> |
60			<span class="disabled">Classes</span>
61			<?php if ($this->_tpl_vars['includes'] || $this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
62			<?php if ($this->_tpl_vars['includes']): ?>
63				<a href="#sec-includes">Includes</a>
64				<?php if ($this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
65			<?php endif; ?>
66			<?php if ($this->_tpl_vars['defines']): ?>
67				<a href="#sec-constants">Constants</a>
68				<?php if ($this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
69			<?php endif; ?>
70			<?php if ($this->_tpl_vars['globals']): ?>
71				<a href="#sec-variables">Variables</a>
72				<?php if ($this->_tpl_vars['functions']): ?>|<?php endif; ?>
73			<?php endif; ?>
74			<?php if ($this->_tpl_vars['functions']): ?>
75				<a href="#sec-functions">Functions</a>
76			<?php endif; ?>
77		</div>
78		<div class="info-box-body">
79			<table cellpadding="2" cellspacing="0" class="class-table">
80				<tr>
81					<th class="class-table-header">Class</th>
82					<th class="class-table-header">Description</th>
83				</tr>
84				<?php if (isset($this->_sections['classes'])) unset($this->_sections['classes']);
85$this->_sections['classes']['name'] = 'classes';
86$this->_sections['classes']['loop'] = is_array($_loop=$this->_tpl_vars['classes']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
87$this->_sections['classes']['show'] = true;
88$this->_sections['classes']['max'] = $this->_sections['classes']['loop'];
89$this->_sections['classes']['step'] = 1;
90$this->_sections['classes']['start'] = $this->_sections['classes']['step'] > 0 ? 0 : $this->_sections['classes']['loop']-1;
91if ($this->_sections['classes']['show']) {
92    $this->_sections['classes']['total'] = $this->_sections['classes']['loop'];
93    if ($this->_sections['classes']['total'] == 0)
94        $this->_sections['classes']['show'] = false;
95} else
96    $this->_sections['classes']['total'] = 0;
97if ($this->_sections['classes']['show']):
98
99            for ($this->_sections['classes']['index'] = $this->_sections['classes']['start'], $this->_sections['classes']['iteration'] = 1;
100                 $this->_sections['classes']['iteration'] <= $this->_sections['classes']['total'];
101                 $this->_sections['classes']['index'] += $this->_sections['classes']['step'], $this->_sections['classes']['iteration']++):
102$this->_sections['classes']['rownum'] = $this->_sections['classes']['iteration'];
103$this->_sections['classes']['index_prev'] = $this->_sections['classes']['index'] - $this->_sections['classes']['step'];
104$this->_sections['classes']['index_next'] = $this->_sections['classes']['index'] + $this->_sections['classes']['step'];
105$this->_sections['classes']['first']      = ($this->_sections['classes']['iteration'] == 1);
106$this->_sections['classes']['last']       = ($this->_sections['classes']['iteration'] == $this->_sections['classes']['total']);
107?>
108				<tr>
109					<td style="padding-right: 2em; vertical-align: top">
110						<?php echo $this->_tpl_vars['classes'][$this->_sections['classes']['index']]['link']; ?>
111
112					</td>
113					<td>
114					<?php if ($this->_tpl_vars['classes'][$this->_sections['classes']['index']]['sdesc']): ?>
115						<?php echo $this->_tpl_vars['classes'][$this->_sections['classes']['index']]['sdesc']; ?>
116
117					<?php else: ?>
118						<?php echo $this->_tpl_vars['classes'][$this->_sections['classes']['index']]['desc']; ?>
119
120					<?php endif; ?>
121					</td>
122				</tr>
123				<?php endfor; endif; ?>
124			</table>
125		</div>
126	</div>
127<?php endif; ?>
128
129<?php if ($this->_tpl_vars['includes']): ?>
130	<a name="sec-includes"></a>
131	<div class="info-box">
132		<div class="info-box-title">Includes</div>
133		<div class="nav-bar">
134			<a href="#sec-description">Description</a> |
135			<?php if ($this->_tpl_vars['classes']): ?>
136				<a href="#sec-classes">Classes</a>
137				<?php if ($this->_tpl_vars['includes'] || $this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
138			<?php endif; ?>
139			<span class="disabled">Includes</span>
140			<?php if ($this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
141			<?php if ($this->_tpl_vars['defines']): ?>
142				<a href="#sec-constants">Constants</a>
143				<?php if ($this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
144			<?php endif; ?>
145			<?php if ($this->_tpl_vars['globals']): ?>
146				<a href="#sec-variables">Variables</a>
147				<?php if ($this->_tpl_vars['functions']): ?>|<?php endif; ?>
148			<?php endif; ?>
149			<?php if ($this->_tpl_vars['functions']): ?>
150				<a href="#sec-functions">Functions</a>
151			<?php endif; ?>
152		</div>
153		<div class="info-box-body">
154			<?php $_smarty_tpl_vars = $this->_tpl_vars;
155$this->_smarty_include(array('smarty_include_tpl_file' => "include.tpl", 'smarty_include_vars' => array()));
156$this->_tpl_vars = $_smarty_tpl_vars;
157unset($_smarty_tpl_vars);
158 ?>
159		</div>
160	</div>
161<?php endif; ?>
162
163<?php if ($this->_tpl_vars['defines']): ?>
164	<a name="sec-constants"></a>
165	<div class="info-box">
166		<div class="info-box-title">Constants</div>
167		<div class="nav-bar">
168			<a href="#sec-description">Description</a> |
169			<?php if ($this->_tpl_vars['classes']): ?>
170				<a href="#sec-classes">Classes</a>
171				<?php if ($this->_tpl_vars['includes'] || $this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
172			<?php endif; ?>
173			<?php if ($this->_tpl_vars['includes']): ?>
174				<a href="#sec-includes">Includes</a>
175				<?php if ($this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
176			<?php endif; ?>
177			<span class="disabled">Constants</span>
178			<?php if ($this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
179			<?php if ($this->_tpl_vars['globals']): ?>
180				<a href="#sec-variables">Variables</a>
181				<?php if ($this->_tpl_vars['functions']): ?>|<?php endif; ?>
182			<?php endif; ?>
183			<?php if ($this->_tpl_vars['functions']): ?>
184				<a href="#sec-functions">Functions</a>
185			<?php endif; ?>
186		</div>
187		<div class="info-box-body">
188			<?php $_smarty_tpl_vars = $this->_tpl_vars;
189$this->_smarty_include(array('smarty_include_tpl_file' => "define.tpl", 'smarty_include_vars' => array()));
190$this->_tpl_vars = $_smarty_tpl_vars;
191unset($_smarty_tpl_vars);
192 ?>
193		</div>
194	</div>
195<?php endif; ?>
196
197<?php if ($this->_tpl_vars['globals']): ?>
198	<a name="sec-variables"></a>
199	<div class="info-box">
200		<div class="info-box-title">Variables</div>
201		<div class="nav-bar">
202			<a href="#sec-description">Description</a> |
203			<?php if ($this->_tpl_vars['classes']): ?>
204				<a href="#sec-classes">Classes</a>
205				<?php if ($this->_tpl_vars['includes'] || $this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
206			<?php endif; ?>
207			<?php if ($this->_tpl_vars['includes']): ?>
208				<a href="#sec-includes">Includes</a>
209				<?php if ($this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
210			<?php endif; ?>
211			<?php if ($this->_tpl_vars['defines']): ?>
212				<a href="#sec-constants">Constants</a>
213				<?php if ($this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
214			<?php endif; ?>
215			<span class="disabled">Variables</span>
216			<?php if ($this->_tpl_vars['functions']): ?>|<?php endif; ?>
217			<?php if ($this->_tpl_vars['functions']): ?>
218				<a href="#sec-functions">Functions</a>
219			<?php endif; ?>
220		</div>
221		<div class="info-box-body">
222			<?php $_smarty_tpl_vars = $this->_tpl_vars;
223$this->_smarty_include(array('smarty_include_tpl_file' => "global.tpl", 'smarty_include_vars' => array()));
224$this->_tpl_vars = $_smarty_tpl_vars;
225unset($_smarty_tpl_vars);
226 ?>
227		</div>
228	</div>
229<?php endif; ?>
230
231<?php if ($this->_tpl_vars['functions']): ?>
232	<a name="sec-functions"></a>
233	<div class="info-box">
234		<div class="info-box-title">Functions</div>
235		<div class="nav-bar">
236			<a href="#sec-description">Description</a> |
237			<?php if ($this->_tpl_vars['classes']): ?>
238				<a href="#sec-classes">Classes</a>
239				<?php if ($this->_tpl_vars['includes'] || $this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
240			<?php endif; ?>
241			<?php if ($this->_tpl_vars['includes']): ?>
242				<a href="#sec-includes">Includes</a>
243				<?php if ($this->_tpl_vars['defines'] || $this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
244			<?php endif; ?>
245			<?php if ($this->_tpl_vars['defines']): ?>
246				<a href="#sec-constants">Constants</a>
247				<?php if ($this->_tpl_vars['globals'] || $this->_tpl_vars['functions']): ?>|<?php endif; ?>
248			<?php endif; ?>
249			<?php if ($this->_tpl_vars['globals']): ?>
250				<a href="#sec-variables">Variables</a>
251				<?php if ($this->_tpl_vars['functions']): ?>|<?php endif; ?>
252			<?php endif; ?>
253			<span class="disabled">Functions</span>
254		</div>
255		<div class="info-box-body">
256			<?php $_smarty_tpl_vars = $this->_tpl_vars;
257$this->_smarty_include(array('smarty_include_tpl_file' => "function.tpl", 'smarty_include_vars' => array()));
258$this->_tpl_vars = $_smarty_tpl_vars;
259unset($_smarty_tpl_vars);
260 ?>
261		</div>
262	</div>
263<?php endif; ?>
264
265<?php $_smarty_tpl_vars = $this->_tpl_vars;
266$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array('top3' => true)));
267$this->_tpl_vars = $_smarty_tpl_vars;
268unset($_smarty_tpl_vars);
269 ?>