fixing <? without php for Jessie
This commit is contained in:
parent
8b906527fa
commit
3e3a9d4e83
|
@ -191,16 +191,16 @@ display:none;
|
|||
}
|
||||
</style>
|
||||
<div class="info">
|
||||
<h4 class="toggle toggle-next"><a href="javascript:void(0)" class="btn"> <?= _("Need open DNS Slave servers?")?> ▼</a></h4>
|
||||
<h4 class="toggle toggle-next"><a href="javascript:void(0)" class="btn"> <?php __("Need open DNS Slave servers?"); ?> ▼</a></h4>
|
||||
<div class="info-hide">
|
||||
<p><?= _("We offer free of charge DNS servers for alternc users."); ?></p>
|
||||
<h2><?= _("How does it work?") ?> </h2>
|
||||
<p><? __("We offer free of charge DNS servers for alternc users."); ?></p>
|
||||
<h2><? __("How does it work?"); ?> </h2>
|
||||
<ol>
|
||||
<li><?= sprintf(_("<strong>Give access to the alternc.net servers.</strong> Follow the instructions on <a href='%s' target='blank'>this page</a>. They will help you to configure this page and configure your alternc.net account."),"http://aide-alternc.org/go.php?hid=400") ?></li>
|
||||
<li><? printf(_("<strong>Give access to the alternc.net servers.</strong> Follow the instructions on <a href='%s' target='blank'>this page</a>. They will help you to configure this page and configure your alternc.net account."),"http://aide-alternc.org/go.php?hid=400"); ?></li>
|
||||
<li><?= sprintf(_("<strong>Subscribe to alternc.net.</strong> Go to <a href='%s' target='_blank' class='btn btn-inline btn-link'>the alternc.net site</a> to use the DNS servers provided for free by the AlternC association and enter the required informations for each server you want to connect to the service."),"http://alternc.net/")?> </li>
|
||||
</ol>
|
||||
<br />
|
||||
<p><?= _("The alternc.net servers will take care of transfering and distributing to the world your domains zones.") ?> </p>
|
||||
<p><? __("The alternc.net servers will take care of transfering and distributing to the world your domains zones."); ?> </p>
|
||||
</div><!-- info-hide -->
|
||||
</div><!-- info -->
|
||||
<?php include_once("foot.php"); ?>
|
||||
|
|
|
@ -60,7 +60,7 @@ $favicon = variable_get('favicon', 'favicon.ico' ,'You can specify a favicon, fo
|
|||
|
||||
</head>
|
||||
<body onload="prettyPrint()">
|
||||
<?
|
||||
<?php
|
||||
|
||||
if ($isinvited && isset($oldid) && !empty($oldid) && $oldid!=$cuid ) {
|
||||
echo "<div align=center><p class='alert alert-warning'>";
|
||||
|
|
Loading…
Reference in New Issue