Exemplo n.º 1
0
  <channel>
    <itemSize>
      <script>
	itemCount;
      </script>
    </itemSize>
  </channel>
<?php 
        }
    }
    $view = new rssSkinSevicesView();
    $view->topTitle = '
	<script>
	  pageTitle;
	</script>';
    $view->bottomTitle = getRssCommandPrompt('menu') . getMsg('coreRssPromptMenu') . '   ' . getRssCommandPrompt('enter') . getMsg('coreRssPromptActs');
    $view->showRss();
}
//
// ------------------------------------
function rss_services_actions_content()
{
    global $mos;
    if (!isset($_REQUEST['mod'])) {
        return;
    }
    $mod = $_REQUEST['mod'];
    $page = 'xml_services';
    if (isset($_REQUEST['ret'])) {
        $page = $_REQUEST['ret'];
    }
Exemplo n.º 2
0
	redrawDisplay();
  </onRefresh>

  <onExit>
	setRefreshTime(-1);
  </onExit>
<?php 
        }
        //
        // ------------------------------------
        public function showChannel()
        {
            ?>
  <channel>
    <itemSize>
      <script>
	itemCount;
      </script>
    </itemSize>
  </channel>
<?php 
        }
    }
    $view = new rssSkinKeyboardView();
    $view->topTitle = '
	<script>
	  pageTitle;
	</script>';
    $view->bottomTitle = getRssCommandPrompt('menu') . getMsg('coreRssPromptKbdSel') . '   ' . getRssCommandPrompt('stop') . getMsg('coreRssPromptKbdDel') . '   ' . getRssCommandPrompt('play') . getMsg('coreRssPromptKbdOk');
    $view->showRss();
}