コード例 #1
0
     $pageBody = itr(914) . finishForm(itr(67));
     $pageTitle = itr(913);
 } else {
 }
 //ACTION newScriptExecute
 if ($wvActionId == 'newScriptExecute') {
     $sqlquery = 'INSERT INTO `script` ( `dce_id` , `dce_category` , `dce_name` , `dce_html` , `dce_comment` , `dce_decomposition` , `dce_aka` , `dce_see_also` , `dce_comments` , `dce_mojikyo` , `dce_tron` , `dce_armscii8` , `dce_unicode` ) VALUES ( NULL , \'' . fv('characterCategory') . '\', \'' . fv('characterName') . '\', \'' . fv('characterHtml') . '\', NULL, \'' . fv('characterDecomposition') . '\', \'' . fv('characterAka') . '\', \'' . fv('characterSeeAlso') . '\', \'' . fv('characterComments') . '\', \'' . fv('characterMojikyo') . '\', \'' . fv('characterTron') . '\', \'' . fv('characterArmscii') . '\', \'' . fv('characterUnicode') . '\' );';
     echo $sqlquery;
     mysql_query($sqlquery);
     $pageBody = itr(915) . mysql_insert_id() . itr(916);
     $pageTitle = itr(917);
 } else {
 }
 //ACTION newCharacterCategory
 if ($wvActionId == 'newCharacterCategory') {
     $pageBody = itr(914) . finishForm(itr(67));
     $pageTitle = itr(913);
 } else {
 }
 //ACTION newCharacterCategoryExecute
 if ($wvActionId == 'newCharacterCategoryExecute') {
     $sqlquery = 'INSERT INTO `character_category` ( `dce_id` , `dce_category` , `dce_name` , `dce_html` , `dce_comment` , `dce_decomposition` , `dce_aka` , `dce_see_also` , `dce_comments` , `dce_mojikyo` , `dce_tron` , `dce_armscii8` , `dce_unicode` ) VALUES ( NULL , \'' . fv('characterCategory') . '\', \'' . fv('characterName') . '\', \'' . fv('characterHtml') . '\', NULL, \'' . fv('characterDecomposition') . '\', \'' . fv('characterAka') . '\', \'' . fv('characterSeeAlso') . '\', \'' . fv('characterComments') . '\', \'' . fv('characterMojikyo') . '\', \'' . fv('characterTron') . '\', \'' . fv('characterArmscii') . '\', \'' . fv('characterUnicode') . '\' );';
     echo $sqlquery;
     mysql_query($sqlquery);
     $pageBody = itr(915) . mysql_insert_id() . itr(916);
     $pageTitle = itr(917);
 } else {
 }
 //ACTION nodeIndex (final action in action defs)
 if ($wvActionId == 'nodeIndex') {
     $nodeMin = 0;
コード例 #2
0
ファイル: asst1Main.php プロジェクト: vIIPrezIIv/Web
function DisplayData()
{
    setUpForm("H");
    finishForm();
}
コード例 #3
0
 function new_intf()
 {
     global $pageBody;
     global $pageTitle;
     if (!isset($wvLocaleString)) {
         $wvLocaleString = null;
     }
     if (!isset($HttpsWPUrl)) {
         $HttpsWPUrl = null;
     }
     $newInterface_exchange = new intf(0, $wvLocaleString, $HttpsWPUrl, '');
     global $baggage_claim;
     $text_object = $baggage_claim->claim_luggage('InterfaceTextObject');
     $pageBody = beginForm(itr(1264), itr(1263)) . $text_object->request_content() . finishForm(itr(67));
     $pageTitle = itr(81);
 }