コード例 #1
0
ファイル: rss_services.php プロジェクト: jasanders/os-aios
  <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'];
    }
コード例 #2
0
ファイル: rss_keyboard.php プロジェクト: jasanders/os-aios
	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();
}