Pointer master moved
|
@ -13,7 +13,7 @@
|
||||||
* - http://www.mydomain.org -> config.www.php
|
* - http://www.mydomain.org -> config.www.php
|
||||||
* - http://test.mydomain.org -> config.test.php
|
* - http://test.mydomain.org -> config.test.php
|
||||||
**/
|
**/
|
||||||
$conf = [
|
return [
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Database parameters.
|
* Database parameters.
|
||||||
|
|
|
@ -138,7 +138,7 @@ class Web
|
||||||
else
|
else
|
||||||
$confFile = _CONFIG_DIR .'/config.php';
|
$confFile = _CONFIG_DIR .'/config.php';
|
||||||
|
|
||||||
require ($confFile);
|
$conf = require ($confFile);
|
||||||
self::$confIncluded = TRUE;
|
self::$confIncluded = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 298 KiB After Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 285 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 426 KiB |
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 297 KiB After Width: | Height: | Size: 297 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
@ -46,7 +46,7 @@ Vn.Catalog = new Class
|
||||||
this.gui.$('top-bar').style.backgroundColor = '';
|
this.gui.$('top-bar').style.backgroundColor = '';
|
||||||
Vn.Node.remove (this.$('right-panel'));
|
Vn.Node.remove (this.$('right-panel'));
|
||||||
}
|
}
|
||||||
|
|
||||||
,setView: function (view)
|
,setView: function (view)
|
||||||
{
|
{
|
||||||
if (view === Vn.Catalog.View.GRID)
|
if (view === Vn.Catalog.View.GRID)
|
||||||
|
@ -248,7 +248,7 @@ Vn.Catalog = new Class
|
||||||
else
|
else
|
||||||
Htk.Toast.showError (_('YouMustBeLoggedIn'));
|
Htk.Toast.showError (_('YouMustBeLoggedIn'));
|
||||||
}
|
}
|
||||||
|
|
||||||
,onConfigureClick: function ()
|
,onConfigureClick: function ()
|
||||||
{
|
{
|
||||||
if (!Vn.Cookie.check ('hedera_guest'))
|
if (!Vn.Cookie.check ('hedera_guest'))
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
|
|
||||||
.catalog button.menu
|
|
||||||
{
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.catalog div.center
|
|
||||||
{
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
.right-panel
|
|
||||||
{
|
|
||||||
display: none;
|
|
||||||
}
|
|
|
@ -177,60 +177,8 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<<<<<<< HEAD
|
|
||||||
</div>
|
|
||||||
<div id="menu" class="right-panel" on-click="onMenuClick">
|
|
||||||
<button class="basket" on-click="onBasketClick" title="Shopping basket">
|
|
||||||
<t>Basket</t>
|
|
||||||
</button><button class="configure" on-click="onConfigClick" title="_Configure shopping basket">
|
|
||||||
<t>Configure</t>
|
|
||||||
</button>
|
|
||||||
<div class="basket-info">
|
|
||||||
<p>
|
|
||||||
<htk-text form="basket" column="date_send" format="_%A, %e of %B"/>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<span id="method"/>
|
|
||||||
<htk-text form="basket" column="agency"/>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<htk-repeater
|
|
||||||
model="realms-model"
|
|
||||||
form-id="realm-form"
|
|
||||||
renderer="realmRenderer"
|
|
||||||
class="realms-box">
|
|
||||||
<db-model id="realms-model" on-status-changed="onTypeChange">
|
|
||||||
SELECT id, reino, color FROM vn2008.reinos
|
|
||||||
WHERE display != FALSE ORDER BY reino
|
|
||||||
</db-model>
|
|
||||||
<template>
|
|
||||||
<a id="link">
|
|
||||||
<img id="image"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
</htk-repeater>
|
|
||||||
<htk-repeater
|
|
||||||
model="types-model"
|
|
||||||
form-id="type-form"
|
|
||||||
renderer="typeRenderer"
|
|
||||||
empty-message="_SelectFamily"
|
|
||||||
class="types-box">
|
|
||||||
<db-model id="types-model" on-status-changed="refreshTitle">
|
|
||||||
CALL type_list (#realm)
|
|
||||||
<sql-batch property="batch">
|
|
||||||
<item name="realm" param="realm"/>
|
|
||||||
</sql-batch>
|
|
||||||
</db-model>
|
|
||||||
<template>
|
|
||||||
<a id="link">
|
|
||||||
<htk-text form="type-form" column="Tipo"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
</htk-repeater>
|
|
||||||
=======
|
|
||||||
</custom>
|
</custom>
|
||||||
</htk-repeater>
|
</htk-repeater>
|
||||||
>>>>>>> 5f64002b1d4eebc7fcfd7ff1916d7658fbaf57fb
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="right-panel" class="right-panel" on-click="onRightPanelClick">
|
<div id="right-panel" class="right-panel" on-click="onRightPanelClick">
|
||||||
|
|
|
@ -196,7 +196,8 @@ Vn.Checkout = new Class
|
||||||
|
|
||||||
,calendarRestrict: function (date)
|
,calendarRestrict: function (date)
|
||||||
{
|
{
|
||||||
return date.getTime () >= this.today.getTime ();
|
return date.getTime () >= this.today.getTime ()
|
||||||
|
&& date.getDay () != 0;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
<htk-text form="iter" column="iban"/>
|
<htk-text form="iter" column="iban"/>
|
||||||
<htk-text form="iter" column="entity_id"/>
|
<htk-text form="iter" column="entity_id"/>
|
||||||
<htk-text form="iter" column="office"/>
|
<htk-text form="iter" column="office"/>
|
||||||
<htk-text form="iter" column="DC"/>
|
<htk-text form="iter" column="dc"/>
|
||||||
<htk-text form="iter" column="number"/>
|
<htk-text form="iter" column="number"/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |