/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to modules/settings.php

  • Committer: Suren A. Chilingaryan
  • Date: 2011-01-26 02:48:39 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: csa@dside.dyndns.org-20110126024839-nv6qp2ie9stmd2dn
Support of Appled devices by Toni Pirhonen

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$settings_title = _("Settings");
 
3
 
 
4
function settingsJS() {
 
5
?> 
 
6
    settings = new XMLMODULE("settings_div");
 
7
    settings.EnableJS();
 
8
    settings.SetModuleType(CONTROL_MODULE_TYPE);
 
9
    adei.RegisterCustomProperty("p_id","main");
 
10
    searcher = new SEARCH("settings","searchresults");
 
11
<?    
 
12
    return "settings";
 
13
}
 
14
 
 
15
 
 
16
function settingsPage() {
 
17
?>
 
18
    <div id="settings_div" class="xml_module">Loading...
 
19
    <div id="searchresults"></div>
 
20
    </div>
 
21
<?}?>
 
 
b'\\ No newline at end of file'