mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
12 lines
985 B
PHP
12 lines
985 B
PHP
<div class='messagebox ui-corner-all'>
|
|
<div class='header ui-widget-header'><?php echo sprintf($clang->gT("Welcome to %s!"), 'LimeSurvey'); ?></div>
|
|
<br />
|
|
<p><?php $clang->eT("Some piece-of-cake steps to create your very own first survey:"); ?></p><br />
|
|
<ol>
|
|
<li><?php echo sprintf($clang->gT('Create a new survey clicking on the %s icon in the upper right.'), "<img src='" . Yii::app()->getConfig('adminimageurl') . "add_20.png' name='ShowHelp' title='' alt='" . $clang->gT("Add survey") . "'/>"); ?></li>
|
|
<li><?php $clang->eT('Create a new question group inside your survey.'); ?></li>
|
|
<li><?php $clang->eT('Create one or more questions inside the new question group.'); ?></li>
|
|
<li><?php echo sprintf($clang->gT('Done. Test your survey using the %s icon.'), "<img src='" . Yii::app()->getConfig('adminimageurl') . "do_20.png' name='ShowHelp' title='' alt='" . $clang->gT("Test survey") . "'/>"); ?></li>
|
|
</ol>
|
|
<br />
|
|
</div>
|