Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2175

Přidáno uživatelem David Raška před asi 11 roky(ů)

Upravy:
- uprava vzhledu pole pro zadavani sablony url
- pridani napovedy k "Odeslat jako formular"

Zobrazit rozdíly:

freenetis/branches/1.1/application/controllers/device_active_links.php
$form->input('url_pattern')
->label('URL pattern')
->help(help::hint('url_pattern'))
->rules('required');
->rules('required')
->style('width:400px');
$form->input('name')
->label('Name')
......
$form->dropdown('as_form')
->label('Send as form')
->help(help::hint('send_as_form'))
->options(arr::bool())
->selected(0);
......
->label('URL pattern')
->help(help::hint('url_pattern'))
->rules('required')
->value(htmlspecialchars_decode($active_link->url_pattern));
->value(htmlspecialchars_decode($active_link->url_pattern))
->style('width:600px');
$form->input('name')
->label('Name')
......
$form->dropdown('as_form')
->label('Send as form')
->help(help::hint('send_as_form'))
->options(arr::bool())
->selected($active_link->as_form);
freenetis/branches/1.1/application/i18n/cs_CZ/help.php
'self_cancel' => 'Je-li daná zpráva samozrušitelná, znamená to, že při jejím zobrazení členovi se v patičce stránky objeví odkaz, který mu umožní přesměrování vypnout. Vhodné pro zprávy informativního charakteru. Rozlišuje se samozrušitelnost pro jednu IP adresu anebo pro všechny IP adresy člena.',
'self_cancel_text' => 'Text pro odkaz určený k zrušení přesměrování členem. Tento text se zobrazuje v patičce stránky přesměrovanému členovi.',
'self_cancel_url' => 'Je to adresa na centrální bráně, na které běží lighthttpd web server. Pravidla firewallu na centrální bráně takto poznají uživatelův úmysl ukončit přesměrování. Stránka tedy může obsahovat stručnou informaci pro uživatele o ukončení přesměrování a případný rozcestník.',
'send_as_form' => 'Odešle parametry v odkazu metodou POST. Položky zadávejte stejně jako v případě metody GET, např.<br/>http://{ip_address}?username={login}&pass={password}',
'service' => 'Je-li pro tuto IP adresu zapnuta služba, pak je tato IP adresa využívána pro Radius. Typicky jde o IP adresy aktivních síťových prvků, na které je se možné pomocí Radiusu přihlásit.',
'set_whitelist_to_member' => 'Trvalá bílá listina je seznam členů, pro které neplatí přesměrování. Jde například o důležitou partnerskou instituci zapojenou do sítě, například městský úřad apod. Všechna systémová přesměrování tedy nemohou ve výchozím stavu obtěžovat počítače s IP adresou na bílé listině. Lze ovšem vytvořit takové zprávy, které budou ignorovat tuto listinu, např. informování o nadcházejícím výpadku. Pro dočasnou bílou listinu platí to samé, ale IP adresy v ní jsou po určeném čase z této listiny mazány. Např. uživatel byl přesměrován kvůli neplacení a chceme mu umožnit krátkodobý přístup na internet do internetového bankovnictví.',
'sms_enabled' => 'Určuje zda-li zasílání SMS zpráv ze systému do sítě tohoto operátora je povoleno.',
freenetis/branches/1.1/application/i18n/en_US/help.php
'self_cancel' => 'If the message self cancelable, it means that when the display member in the bottom of the page will see a link that will redirect him off. Suitable for informative messages. A distinction is samozrušitelnost for one IP address or IP addresses for all members.',
'self_cancel_text' => 'The text for link is designed to cancel mamber redirection. This text is displayed in the bottom of the page redirected member.',
'self_cancel_url' => 'It addresses the central gate, which runs lighthttpd web server. Firewall rules on the central gate thus identify the user\'s intention to terminate redirection. Page therefore may contain brief information for the user to terminate any links and redirects.',
'send_as_form' => 'Sends parameters in link using POST method. Enter items as in GET method, e.g.<br/>http://{ip_address}?username={login}&pass={password}',
'service' => 'If the IP address for this service is enabled, then this IP address used for the Radius. Typically, these IP addresses of active network elements on which it is possible to log on via Radius.',
'set_whitelist_to_member' => 'Permanent white list is a list of members for which it does not redirect. This is such an important partner institution involved in the network, such as municipal authorities, etc. Any diversion system is not in default bother computer with an IP address on the white list. But you can create a message that will ignore this list, such as informing of impending failure. For temporary whitelist does the same, but IP addresses in it after a specified time from the instrument clean. Eg. user was redirected due to non-payment and we want him to allow short-term Internet access to internet banking.',
'sms_enabled' => 'Specifies whether to send SMS messages from the system into a network of this operator is allowed.',

Také k dispozici: Unified diff