Хранилища Subversion ant

Редакция

Редакция 55 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 55 Редакция 70
Строка 19... Строка 19...
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 *
20
 *
21
 */
21
 */
22
22
23
23
24
include "lib/init.php";
24
require_once "lib/init.php";
25
25
26
$query =& $db->query("SELECT * FROM settings WHERE opt LIKE 'version'");
26
$query =& $db->query("SELECT * FROM settings WHERE opt LIKE 'version'");
27
$query->fetchInto($antv, DB_FETCHMODE_ASSOC);
27
$query->fetchInto($antv, DB_FETCHMODE_ASSOC);
28
$antversion = $antv["optvalue"];
28
$antversion = $antv["optvalue"];
29
29
Строка 111... Строка 111...
111
$modern .= "<p id='getfile'></p>";
111
$modern .= "<p id='getfile'></p>";
112
112
113
$smarty->assign('modern',$modern);
113
$smarty->assign('modern',$modern);
114
$smarty->assign('scripts',$scripts);
114
$smarty->assign('scripts',$scripts);
115
$smarty->assign('antversion',$antversion);
115
$smarty->assign('antversion',$antversion);
116
$smarty->assign('interface'," &bull; <a href='./classic.php'>Классический интерфейс</a>");
116
$smarty->assign('interface'," &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
117
117
118
$smarty->display('modern.tpl');
118
$smarty->display('modern.tpl');
119
119
120
?>
120
?>