Beispiel #1
0
function page_footer()
{
    //Page Footer
    echo "<div id='footer'>\n";
    echo "<p></p>";
    echo "<p>";
    echo languageSwitcher();
    if (isset($_SESSION['mid'])) {
        echo " | <a href='mailto:LACTOR <" . WEB_SUPPORT_EMAIL . ">?subject=LACTOR Web Issue for Mother " . $_SESSION['mid'] . "'>" . _("Contact Web Support") . "</a>";
    } else {
        echo " | <a href='mailto:LACTOR <" . TECH_SUPPORT_EMAIL . ">?subject=LACTOR Web Issue'>" . _("Contact Web Support") . "</a>";
    }
    echo " | <a href='security_info.php'>" . _("View Security/Privacy Information") . "</a></p>";
    echo "<p>" . _("This project is supported by grants from") . " ";
    echo "<a href='http://ilca.org'>" . _("The International Lactation Consultant Association") . "</a>, ";
    echo _("the") . " <a href='http://www.indianactsi.org/'>" . _("Indiana CTSI") . "</a>, ";
    echo _("and by") . " <a href='http://www.purdue.edu/bbc/'>" . _("Purdue University's Bindley Bioscience Center") . ".</a></p>";
    echo "</div>\n";
}
Beispiel #2
0
            <tr><td><?php 
echo _("Email");
?>
:</td><td><input id="standardtextform" type="text" name="user" /></td>
            <tr><td><?php 
echo _("Password");
?>
:</td><td><input id="standardtextform" type="password" name="pass" /></td>
            </tbody></table><br />
            <input id="standardsubmit" type="submit" value="<?php 
echo _("Log In");
?>
" />
            <span style='float:right;'>
            <?php 
echo languageSwitcher();
?>
            </span>
          </form>
        </div>
      </div>
    </div>   
  </div>


  <br/>
  <p>
    <a href="reset_pass.php"><?php 
echo _("Forgot your password?");
?>
</a> |
Beispiel #3
0
                    <li><?php 
    _e("Main configuration");
    ?>
</li>
                    <li><?php 
    _e("Hosts configuration");
    ?>
</li>
                    <li><?php 
    _e("Services installation");
    ?>
</li>
                </ol>

                <p><?php 
    printf(T_("If the current language does not match yours (%1s), you can make Jappix speak %2s it will be saved."), getLanguageName($locale), languageSwitcher($locale));
    ?>
</p>

                <p><?php 
    _e("If you want to get some help about the Jappix installation and configuration, you can use our whole documentation, available at:");
    ?>
 <a href="https://github.com/jappix/jappix/wiki" target="_blank">https://github.com/jappix/jappix/wiki</a></p>

                <p><?php 
    _e("It's time to build your own social cloud: just go to the next step!");
    ?>
</p>
            <?php 
} else {
    if ($step == 2) {