Beispiel #1
0
								<?php 
}
?>
						</select>
				</p>
				<p><strong><?php 
echo Kohana::lang('form.add_function');
?>
</strong></p>
				<p><?php 
echo Kohana::lang('quete.info_fonction');
?>
</p>
				<pre>$txt = 'Votre quête est terminée';
$maj['xp'] = $quete-&gt;xp + $this-&gt;user-&gt;xp;<br />$maj['argent'] = $quete-&gt;argent + $this-&gt;user-&gt;argent;
<strong class="rouge">&lt;-- <?php 
echo Kohana::lang('form.your_code');
?>
 --&gt;</strong><br />$this-&gt;user-&gt;update( $maj, $this-&gt;user-&gt;id );</pre>
				<?php 
echo Code_Core::editeur('fonction', $row->fonction ? $row->fonction : '<?php ?>', 200);
?>
				<strong class="rouge"><?php 
echo Kohana::lang('form.warning_function');
?>
</strong>

		</div>
		<div class="clear"></div>
</article>
Beispiel #2
0
<?php

defined('SYSPATH') or die('No direct access allowed.');
?>
<div class="row_form">
		<?php 
echo Code_Core::editeur('html', isset($data->html) && $data->html ? $data->html : '', 200);
?>
</div>
Beispiel #3
0
<article class="module width_full relative">
		<form method="post" action="<?php 
echo url::base(TRUE);
?>
config/save/<?php 
echo $file_name;
?>
" >
				<header>
						<h3 class="tabs_involved"><?php 
echo Kohana::lang('config.update');
?>
</h3>
				</header>
				<div class="module_content">
						<?php 
echo Code_Core::editeur('fichier', $file, 600);
?>
				</div>
				<footer>
						<div class="submit_link">
								<input type="submit" value="<?php 
echo Kohana::lang('form.modif');
?>
" class="alt_btn">
						</div>
				</footer>
				<div class="clear"></div>
		</form>
</article>