Example #1
0
    <h3><?php 
    echo EVENT_PLUGINS;
    ?>
</h3>
    <a href="?serendipity[adminModule]=plugins&amp;serendipity[adminAction]=addnew&amp;serendipity[type]=event" class="serendipityIconLink"><img src="<?php 
    echo serendipity_getTemplateFile('admin/img/install.png');
    ?>
" style="border: 0px none ; vertical-align: middle; display: inline;" alt="" /><?php 
    echo sprintf(CLICK_HERE_TO_INSTALL_PLUGIN, EVENT_PLUGIN);
    ?>
</a>
    <?php 
    serendipity_plugin_api::hook_event('backend_plugins_event_header', $serendipity);
    ?>
    <?php 
    show_plugins(true);
    ?>

    <?php 
    if (count($serendipity['memSnaps']) > 0) {
        ?>
    <h3>Memory Usage</h3>
    <div>
        <pre><?php 
        print_r($serendipity['memSnaps']);
        ?>
</pre>
    </div>
    <?php 
    }
}
Example #2
0
            </dl>
            <dl>
                <dt class="game3"><?php 
echo $ah_langpackage->ah_game_application;
?>
</dt><?php 
echo $ah_langpackage->ah_game_application_detail;
?>
            </dl>
        </div>
	</div>
	<!--插件位置!-->
	<div class="index_newMember">
		
		<?php 
echo isset($plugins['index_newMember']) ? show_plugins($plugins['index_newMembers']) : '';
?>
	</div>
	<!--插件位置!-->
<script language="javascript">
function goLogin(){
	Dialog.confirm("<?php 
echo $pu_langpackage->pu_login;
?>
",function(){top.location="<?php 
echo $indexFile;
?>
";});
}
function getEnt(){
	document.onkeydown = function (e){
Example #3
0
?>

<?php 
if ($show_ques == true) {
    ?>
<div class="question_box">
	<form name='acform' method="post" action="do.php?act=pr_access_login&holder_id=<?php 
    echo $holder_id;
    ?>
">
	  <h2><?php 
    echo $pr_langpackage->pr_ans;
    ?>
</h2>
	  <p><?php 
    echo $pr_langpackage->pr_select_que;
    ?>
:<?php 
    echo pri_ques($user_info['access_questions'], $user_info['access_answers'], $holder_id);
    ?>
</p>
	  <p><?php 
    echo $pr_langpackage->pr_write_ans;
    ?>
:<input name="answer" type="text" /></p>
	  <p><input class="button" name="" type="submit" value="<?php 
    echo $pr_langpackage->pr_button_action;
    ?>
" /></p>
	</form>
</div>
Example #4
0
	Dialog.confirm("<?php 
echo $pu_langpackage->pu_login;
?>
",function(){top.location="<?php 
echo $indexFile;
?>
";});
}
</script>
</head>
<body>
<?php 
include "uiparts/guestheader.php";
?>
<div class="main">
	<?php 
include "{$index_ref}";
?>
</div>
<div class='index_bottom'>
	
	<?php 
echo isset($plugins['index_bottom']) ? show_plugins($plugins['index_bottom']) : '';
?>
</div>
<?php 
require "uiparts/footor.php";
?>
<SCRIPT language=JavaScript src="servtools/ajax_client/auto_ajax.js"></SCRIPT>
</body>
</html>
Example #5
0
                if ($plugin->serendipity_owner == '0' || $plugin->serendipity_owner == $serendipity['authorid'] || serendipity_checkPermission('adminPluginsMaintainOthers')) {
                    serendipity_plugin_api::remove_plugin_instance($key);
                }
            }
        }
    }
    if (isset($_POST['SAVE'])) {
        $data['save'] = true;
        $data['timestamp'] = serendipity_strftime('%H:%M:%S');
    }
    ob_start();
    serendipity_plugin_api::hook_event('backend_pluginlisting_header', $null);
    $data['backend_pluginlisting_header'] = ob_get_contents();
    ob_end_clean();
    ob_start();
    serendipity_plugin_api::hook_event('backend_plugins_sidebar_header', $serendipity);
    $data['backend_plugins_sidebar_header'] = ob_get_contents();
    ob_end_clean();
    $data['sidebar_plugins'] = show_plugins(false, $sidebars);
    ob_start();
    serendipity_plugin_api::hook_event('backend_plugins_event_header', $serendipity);
    $data['backend_plugins_event_header'] = ob_get_contents();
    ob_end_clean();
    $data['event_plugins'] = show_plugins(true);
    if (count($serendipity['memSnaps']) > 0) {
        $data['$memsnaps'] = $serendipity['memSnaps'];
    }
    $data['updateAllMsg'] = isset($serendipity['GET']['updateAllMsg']);
}
echo serendipity_smarty_show('admin/plugins.inc.tpl', $data);
/* vim: set sts=4 ts=4 expandtab : */
Example #6
0
echo $mn_langpackage->mn_pal;
?>
</h4><a href="modules.php?app=friend_all&user_id=<?php 
echo $user_id;
?>
" target='frame_content'><?php 
echo $mp_langpackage->mp_more;
?>
</a></div>
                <div class="sideitem_body"><ul id='friend_list' class="userlist"></ul></div>
            </div>
        </div>
        <!--plugins!-->
        <div class="main_right_friend">
            <?php 
echo isset($plugins['main_right_friend']) ? show_plugins($plugins['main_right_friend']) : '';
?>
        </div>
        <!--plugins!-->                
    </div>
    <div id="bigpart" class="bigpart">
    	<iframe onload="this.height=frame_content.document.body.scrollHeight" id="frame_content" name="frame_content" src="modules.php<?php 
echo '?' . $_SERVER['QUERY_STRING'];
?>
" scrolling="no" frameborder="0" width="100%" height="100%" allowTransparency="true"></iframe>
    </div>
</div>
</div>
<?php 
require "uiparts/footor.php";
?>
Example #7
0
	    </tr>
	   	<tr>
            <th valign="top"><?php 
echo $b_langpackage->b_pic;
?>
:</th>
            <td colspan="2">
                <div id="POPUP_KE_IMAGE">
                    <iframe name="KindImageIframe" id="KindImageIframe" width="100%" height=50  allowTransparency="true" scrolling=no src='modules.php?app=upload_form' frameborder=0></iframe>
                </div>
            </td>
	    </tr>
			<!-- plugins !-->
			<div class="blog_add_bottom">
				<?php 
echo isset($plugins['blog_add_bottom']) ? show_plugins($plugins['blog_add_bottom']) : '';
?>
			</div>
			<!-- plugins !-->
	    <tr>
	    	<td></td>
	    	<td colspan="2"><?php 
echo album_name($album_rs, $album_id);
echo $b_langpackage->b_sel_album;
?>
</td>
	    	<script type='text/javascript'>
				var album_select=document.getElementById("album_name");
				album_select.onchange=list_album_photos;
				function list_album_photos(){//获取接受返回信息层
					var album_select_val=document.getElementById("album_name").value;
Example #8
0
        <li class="app_friend"><a href="javascript:void(0);" onclick="frame_content.location.href='<?php 
echo $siteDomain;
?>
modules.php?app=mypals';return false;" hidefocus="true"><span><?php 
echo $mn_langpackage->mn_pal;
?>
</span></a></li>
        <li class="app_message"><a href="javascript:void(0);" onclick="frame_content.location.href='<?php 
echo $siteDomain;
?>
modules.php?app=msgboard_more';return false;" hidefocus="true"><span><?php 
echo $mn_langpackage->mn_msg;
?>
</span></a></li>
        <li class="app_set"><a href="javascript:void(0);" onclick="frame_content.location.href='<?php 
echo $siteDomain;
?>
modules.php?app=mag_app';return false;" hidefocus="true"><?php 
echo $mn_langpackage->mn_set_app;
?>
</a></li>
        <!-- plugins !-->
        <div class='main_left_menu'>
        <?php 
echo isset($plugins['main_left_menu']) ? show_plugins($plugins['main_left_menu']) : '';
?>
        </div>
        <!-- plugins !-->  
    </ul>
</div>
Example #9
0
			<dd><?php 
echo $ah_langpackage->ah_residence;
?>
:<span><?php 
echo $user_info["reside_province"] ? $user_info["reside_province"] == $user_info["reside_city"] ? $user_info["reside_province"] : $user_info["reside_province"] . $user_info["reside_city"] : $u_langpackage->u_set;
?>
</span></dd>
      <dd><?php 
echo $ah_langpackage->ah_birthday;
?>
:<span><?php 
echo $user_info["birth_year"] && $user_info["birth_month"] && $user_info["birth_day"] ? $user_info["birth_year"] . $u_langpackage->u_year . $user_info["birth_month"] . $u_langpackage->u_month . $user_info["birth_day"] . $u_langpackage->u_day : $u_langpackage->u_set;
?>
</span></dd>
			<dd><?php 
echo $ah_langpackage->ah_hometown;
?>
:<span><?php 
echo $user_info["birth_province"] ? $user_info["birth_province"] == $user_info["birth_city"] ? $user_info["birth_province"] : $user_info["birth_province"] . $user_info["birth_city"] : $u_langpackage->u_set;
?>
</span></dd>
		</dl>
	</div>
	<!-- plugins !-->
	<div class='home_info_bottom'>
		<?php 
echo isset($plugins['home_info_bottom']) ? show_plugins($plugins['home_info_bottom']) : '';
?>
	</div>
	<!-- plugins !-->	
</div>