예제 #1
0
파일: index.en.php 프로젝트: rosariojr/xsce
<HTML>
<HEAD>

<TITLE>Welcome to the School Server</TITLE>

</HEAD>
<BODY>
<div id="wrapper">	
<h1>Welcome to the School Server</h1>
<?php 
require 'incl/banner.html';
?>

<div id="main"> 
<br><h2>Interesting Things You Can Do Here:</h2>

<?php 
service_link("pathagar", "Read Books on Pathagar", "Pathagar is a Book Server that contains a local collection of books that you can read without downloading them from the internet.");
iiab_link("Internet In A Box", "Internet-in-a-Box is a copy of some of the most important material on the internet, such as the Wikipedia, stored locally where you can reach it easily.", "Searching for Internet In A Box");
service_link("moodle-xs", "Moodle Home Page", "Moodle is a collection of lessons and study materials organized to help you learn many fascinating things.");
service_link("upload", "Upload Files", "From this link you can upload various files such as images and activities");
service_link("activity-server", "Download an Activity", "You can add a new activity to your XO from this link.");
?>

<BR> Enjoy Exploring!
</div><!-- #main -->
</div><!-- #wrapper -->
</BODY>
<script type="text/javascript" src="incl/xs-portal.js"></script>
</HTML>
예제 #2
0
파일: index.hi.php 프로젝트: rosariojr/xsce
<HTML>
<HEAD>

<TITLE>Welcome to the School Server</TITLE>

</HEAD>
<BODY>
<div id="wrapper">	
<h1>स्वागतम् Welcome to the School Server</h1>
<?php 
require 'incl/banner.html';
?>

<div id="main"> 
<br><h2>Interesting Things You Can Do Here:</h2>

<?php 
service_link("pathagar", "Read Books on पाठागार", "Ipsum ");
iiab_link("Internet In A Box", "Lorem Ipsum ", "Searching for Internet In A Box");
service_link("moodle-xs", "मूडल्", "लोरेम इप्सुम dolor sit amet, consectetur dipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non ");
service_link("upload", "Upload", "Lorem Ipsum");
service_link("activity-server", "Download an Activity", "Lorem Ipsum");
?>

<BR> Enjoy Exploring!
</div><!-- #main -->
</div><!-- #wrapper -->
</BODY>
<script type="text/javascript" src="incl/xs-portal.js"></script>
</HTML>