This file contains hidden or 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
{ | |
"$jason": { | |
"head": { | |
"title": "Hello Commfi", | |
"style": { | |
"font": "HelveticaNeue", | |
"size": "5", | |
"color": "#000000", | |
"padding": "0" | |
} |
This file contains hidden or 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
{ | |
"$jason": { | |
"head": { | |
"title": "Hello Commfi", | |
"style": { | |
"font": "HelveticaNeue", | |
"size": "5", | |
"color": "#000000", | |
"padding": "0" | |
} |
This file contains hidden or 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
{ | |
"$jason": { | |
"head": { | |
}, | |
"body": { | |
"background": { | |
"type": "html", | |
"text": "<html><head><style></style><script>document.location='https://mob.commfi.net/about';</script></head><body>Loading</body></html>", | |
"style": { | |
"height": "300", |
This file contains hidden or 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
{ | |
"$jason": { | |
"head": { | |
"title": "Hello Commfi", | |
"style": { | |
"font": "HelveticaNeue", | |
"size": "20", | |
"color": "#ffffff", | |
"padding": "10" | |
} |
This file contains hidden or 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
{ | |
"$jason": { | |
"head": { | |
"title": "Hello Commfi", | |
"style": { | |
"font": "HelveticaNeue", | |
"size": "20", | |
"color": "#ffffff", | |
"padding": "10" | |
} |
This file contains hidden or 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
{ | |
"$jason": { | |
"head": { | |
"title": "Hello Commfi", | |
"style": { | |
"font": "HelveticaNeue", | |
"size": "5", | |
"color": "#000000", | |
"padding": "0" | |
} |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
{{header}} | |
<body> | |
<div id="wrapper"> | |
<div class="w1"> | |
{{top_info}} | |
<section id="main"> | |
<aside id="sidebar"> | |
<h2>Каталог дверей</h2> |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
@@CHUNK~header~ALL~~<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>[*pagetitle*]</title> | |
<meta name="keywords" content="Главная" /> | |
<meta name="description" content="" /> | |
<base href="http://site.ru/"/> |
This file contains hidden or 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
//<?php | |
/** | |
* OnBeforeTempFormSave | |
*/ | |
$e = $modx->event; | |
switch($e->name) { | |
case 'OnBeforeTempFormSave': | |
global $template; |
This file contains hidden or 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
//<?php | |
/** | |
* wuManager plugin | |
* | |
* @properties &wuFormReplace=Заменить поля пользователей;textarea;country~hide||mobilephone~rename~Номер клиента||street~rename~Наименование организации||street~rename~Адрес||fax~rename~Скидка||city~rename~ОГРН||state~rename~ИНН||zip~rename~КПП||dob~hide||gender~hide | |
&jqPath=Путь к jQuery;text;http://code.jquery.com/jquery-latest.js | |
&addSumAfter=Показать сумму покупок после поля;text;fax | |
* @internal @events OnWebPageInit,OnWebLogout,OnWUsrFormRender | |
*/ |
NewerOlder