示例#1
0
文件: show.php 项目: ezioms/RpgEditor
        ?>
                            style="padding-left:<?php 
        echo $val->level * 12;
        ?>
px;"><?php 
        echo $val->name;
        ?>
</option>
                    <?php 
    }
    ?>
                <?php 
}
?>
            </select>
        </p>
        <p>
            <?php 
Fck_Core::editeur('article', isset($row->article) ? $row->article : '');
?>
        </p>

        <p>
            <?php 
Fck_Core::editeur('reponse', isset($row->reponse) ? $row->reponse : '');
?>
        </p>
    </div>
    <div class="clear"></div>
</article>
示例#2
0
文件: show.php 项目: ezioms/RpgEditor
						<strong><?php 
echo Kohana::lang('quete.article_stop');
?>
 : </strong>
						<?php 
Fck_Core::editeur('article_stop', isset($row->article_stop) ? $row->article_stop : '');
?>
				</p>
				
				<p>
						<strong><?php 
echo Kohana::lang('quete.article_help');
?>
 : </strong>
						<?php 
Fck_Core::editeur('article_help', isset($row->article_help) ? $row->article_help : '');
?>
				</p>
				<p class="form-line">
						<label for="niveau" class="form-label"><?php 
echo Kohana::lang('quete.level');
?>
 :</label>
						<select name="niveau" id="niveau" class="inputbox" >
								<?php 
for ($n = 0; $n <= 100; $n++) {
    ?>
										<option value="<?php 
    echo $n;
    ?>
" <?php