-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
90 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,28 @@ | ||
<? | ||
/* | ||
Проблемы: | ||
1. Всегда видеть итоговую строку ???? не понятно как | ||
2. формат для денежных полей (право, разделители, запятая) http://workblog.neteos.eu/270/javascript/extjs/extjs-numberfield-accepts-comma-and-keeps-precision-on-display | ||
3. текст в прелоадерах (убрать стандартный) | ||
13. проблема с подгрузкой скриптов в IE | ||
14. сохранение настроек главного грида (баг - не сохранются настройки видимости, не сохраняется позиция actioncolumn) | ||
*/ | ||
require_once('lib/init.php'); | ||
?> | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset=utf-8> | ||
<title><?=$settings['site_name'];?></title> | ||
<link rel="shortcut icon" href="<?=$settings['static'];?>/favicon.png" /> | ||
<link href="<?=$settings['static'];?>/style.css?<?=$settings['version'];?>" media="all" rel="stylesheet" type="text/css" /> | ||
<link href="<?=$settings['extjs'];?>/resources/css/ext-all.css" media="all" rel="stylesheet" type="text/css" /> | ||
<link href="<?=$settings['extjs']?>/examples/ux/grid/css/GridFilters.css" rel="stylesheet" type="text/css" /> | ||
<link href="<?=$settings['extjs']?>/examples/ux/grid/css/RangeMenu.css" rel="stylesheet" type="text/css" /> | ||
<script src="<?=$settings['extjs'];?>/ext-all.js" type="text/javascript"></script> | ||
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> | ||
<script language="javascript"> | ||
var settings = <? unset($settings['ocr']); echo json_encode($settings);?>; | ||
var translate = <?=json_encode($lng->get(null));?>; | ||
</script> | ||
<script src="<?=$settings['static'];?>/js/script.js?<?=$settings['version'];?>" charset="UTF-8" type="text/javascript"></script> | ||
<script src="<?=$settings['extjs'];?>/locale/ext-lang-<? if( $lng->slang == "us" ) echo "en"; else echo $lng->slang; ?>.js" charset="UTF-8" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<div id="logout"></div> | ||
<div id="main"></div> | ||
<?=$settings['add'];?> | ||
</body> | ||
<? | ||
require_once('lib/init.php'); | ||
?> | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset=utf-8> | ||
<title><?=$settings['site_name'];?></title> | ||
<link rel="shortcut icon" href="<?=$settings['static'];?>/favicon.png" /> | ||
<link href="<?=$settings['static'];?>/style.css?<?=$settings['version'];?>" media="all" rel="stylesheet" type="text/css" /> | ||
<link href="<?=$settings['extjs'];?>/resources/css/ext-all.css" media="all" rel="stylesheet" type="text/css" /> | ||
<link href="<?=$settings['extjs']?>/examples/ux/grid/css/GridFilters.css" rel="stylesheet" type="text/css" /> | ||
<link href="<?=$settings['extjs']?>/examples/ux/grid/css/RangeMenu.css" rel="stylesheet" type="text/css" /> | ||
<script src="<?=$settings['extjs'];?>/ext-all.js" type="text/javascript"></script> | ||
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> | ||
<script language="javascript"> | ||
var settings = <? unset($settings['ocr']); echo json_encode($settings);?>; | ||
var translate = <?=json_encode($lng->get(null));?>; | ||
</script> | ||
<script src="<?=$settings['static'];?>/js/script.js?<?=$settings['version'];?>" charset="UTF-8" type="text/javascript"></script> | ||
<script src="<?=$settings['extjs'];?>/locale/ext-lang-<? if( $lng->slang == "us" ) echo "en"; else echo $lng->slang; ?>.js" charset="UTF-8" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<div id="logout"></div> | ||
<div id="main"></div> | ||
<?=$settings['add'];?> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters