Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iiab menu js #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
202 changes: 202 additions & 0 deletions local-dev-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
<!DOCTYPE html>
<html>
<head>
<script>
// Put the list of menu items here
var menuItems = [
"ar-kaos-big",
"ar-kaos",
"ar-tabshoura_kg",
"ar-wikibooks_ar_all",
"ar-wikipedia_ar_all",
"ar-wikipedia_ar_medicine",
"ar-wikiquote_ar_all",
"ar-wiktionary_ar_all",
"en-afristory-za",
"en-afristory",
"en-asst_medical",
"en-ck12",
"en-ebooks",
"en-edison",
"en-elgg",
"en-fairshake",
"en-GCF2015",
"en-gutenberg_en_all",
"en-healthphone",
"en-hesperian_health",
"en-iicba",
"en-infonet",
"en-kalite-ess",
"en-kalite-india",
"en-kalite",
"en-kalite_health",
"en-law_library",
"en-local_content",
"en-math_expression",
"en-medline_plus-static",
"en-medline_plus",
"en-moodle",
"en-musictheory",
"en-nextcloud",
"en-olpc",
"en-osm",
"en-owncloud",
"en-oya",
"en-phet_html",
"en-practical_action",
"en-radiolab",
"en-rpi_guide",
"en-saylor",
"en-scale-of-universe",
"en-scratch",
"en-sugarizer",
"en-tabshoura_kg",
"en-tedmed_en_all",
"en-ted_en_science",
"en-understanding_algebra",
"en-usb",
"en-wikibooks_en_all",
"en-wikipedia_en_all",
"en-wikipedia_en_for_schools",
"en-wikipedia_en_medicine",
"en-wikipedia_en_simple_all",
"en-wikipedia_en_wp1-08",
"en-wikipedia_kn_medicine",
"en-wikisource_en_all",
"en-wikispecies_en_all",
"en-wikiversity_en_all",
"en-wikivoyage_en_all",
"en-wiktionary_en_all",
"en-wiktionary_en_simple_all",
"es-ap_didact",
"es-bibliofilo",
"es-biblioteca",
"es-blockly_games",
"es-cnbguatemala",
"es-ebooks",
"es-educalab",
"es-GCF2015",
"es-guatemala",
"es-guias",
"es-hesperian_health",
"es-medline_plus",
"es-soluciones",
"es-vedoque",
"es-wikibooks_es_all",
"es-wikihow",
"es-wikipedia_es_all",
"es-wikisource_es_all",
"es-wikiversity_es_all",
"es-wikivoyage_es_all",
"es-wiktionary_es_all",
"fr-ebooksgratuits",
"fr-haitifutur",
"fr-phet-haiti",
"fr-wikipedia_fr_all",
"hi-healthphone",
"kn-healthphone",
"kn-wikipedia_kn_all",
"kn-wikipedia_kn_medicine",
"kn-wikisource_kn_all",
"kn-wiktionary_kn_all"
];

</script>
<title>Internet in a Box - HOME</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="/common/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/common/css/font-awesome.min.css">
<link rel="stylesheet" href="/common/css/star-rating.min.css" media="all" type="text/css"/>
<link rel="stylesheet" type="text/css" href="/common/css/xo-common.css">
<link rel="stylesheet" type="text/css" href="/menu-files/css/iiab-menu.css">

<script src="/common/js/jquery.min.js"></script>
<script src="/common/js/bootstrap.min.js"></script>
<script src="/common/js/star-rating.min.js" type="text/javascript"></script>

</head>

<body>
<div id="header">
<div style="padding-left: 80%; padding-top: 30px;">
<img id="btn-feedback" src="/menu-files/images/button_feedback.png">
</div>
</div>

<div class="haut cf">
<ul>
<li><a href="http://schoolserver.xsce.org" target="_blank">Internet in a Box School Server</a></li>
<li><a href="/menu-files/html/credits.html">Credits</a></li>
</ul>
</div>

<div id="content"></div>

<div class="haut cf" style="margin-bottom: 80px;">
<ul>
<li><a href="http://schoolserver.lan" target="_blank">Internet in a Box School Server</a></li>
<li><a href="/menu-files/html/credits.html">Credits</a></li>
</ul>
<div id="footer_right">Internet in a Box</div>
</div>

<!-- Feedback Dialog Modal -->
<div class="modal fade" id="feedbackModal" tabindex="-1" role="dialog" aria-labelledby="feedbackModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h2 class="modal-title" style="text-align: center;" id="feedbackModalLabel">We Welcome Your Feedback!</h2>
</div>
<div class="modal-body">
<form id="feedbackForm">

<div class="form-group">
<label for="feedback-name" class="control-label">Your Name:</label>
<input name="name" type="text" class="form-control" id="feedback-name">
</div>

<div class="form-group">
<label for="feedback-email" class="control-label">Your Email Address:</label>
<input name="name" type="text" class="form-control" id="feedback-email">
</div>

<div class="form-group">
<label for="about_you-text" class="control-label">A little bit about You:</label>
<textarea name="about_you" class="form-control" id="about_you-text"></textarea>
</div>

<div class="form-group">
<label for="feedback-rating" class="control-label">Please Rate this App:</label>
<input name="rating" id="feedback-rating" value="0" type="number" class="rating form-control" min=0 max=5 step=0.5 data-size="xs" >
</div>

<div class="form-group">
<label for="comments-text" class="control-label">Your Comments:</label>
<textarea name="comments" class="form-control" id="comments-text" rows="8" placeholder="How did this benefit you or your community? What can we improve?"></textarea>
</div>

</form>

<h2 class="modal-title" style="text-align: center;" id="feedbackMessageModal"></h2>

</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button id="btn-submitFeedback" type="button" class="btn btn-primary">Share your Feedback</button>
</div>
</div>
</div>
</div>
</div> <!-- End Feedback Dialog Modal -->
<div id="feedbackThanksModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<!-- <div id="feedbackThanksMessageModal" class="modal-body"></div> -->
</div>
</div>
</div>
<script src="/menu-files/js/iiab-menu.js"></script>

</body>
</html>
99 changes: 62 additions & 37 deletions menu-files/html/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,73 @@
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" media="all" href="xs-portal.css" />
<HTML>
<HEAD>

<TITLE>Credits</TITLE>

<HEAD>
<TITLE>Credits</TITLE>
</HEAD>

<BODY>
<h1>Internet-in-a-Box Credits</h1>

Internet-in-a-Box (formerly known as XSCE School Server) includes a variety of educational and other content and applications which are attributed as follows:<br><br>

All Wikipedia content is available for free at <a href="https://www.wikipedia.org/">www.wikipedia.org</a>.<br>
All other Wikimedia content is available for free via links at <a href="https://www.wikimedia.org/">www.wikimedia.org</a>.<br>
All Khan Academy content is available for free at <a href="https://www.khanacademy.org/">www.khanacademy.org</a>.<br>
All CK-12 content is available for free at <a href="https://www.ck12.org/">www.ck12.org</a>.<br>
All PhET Interactive Simulations content is available for free at <a href="https://phet.colorado.edu">phet.colorado.edu</a>.<br>
All MedLine content is available for free at <a href="https://medlineplus.gov/">medlineplus.gov</a>.<br>
All Hesperian content is available for free at <a href="http://hesperian.org/">hesperian.org</a>.<br>
Arabic translations of Hesperian content were done by Arab Resource Collective and are available for free at <a href="http://www.mawared.org">mawared.org</a>.<br>
All Gutenberg content is available for free at <a href="http://www.gutenberg.org/">www.gutenberg.org</a>.<br>
All OLPC content is available for free at <a href="http://wiki.laptop.org/go/Library_grid">wiki.laptop.org</a>.<br>
All MIT Scratch content is available for free at <a href="https://scratch.mit.edu">scratch.mit.edu</a>.<br>
All UNESCO's IICBA content is available for free at <a href="http://www.iicba.unesco.org/?q=elibrary">www.iicba.unesco.org</a>.<br>
All Math Expression content is available for free at <a href="http://www.mathexpression.com">www.mathexpression.com</a>.<br>
All Music Theory content is available for free at <a href="http://www.musictheory.net">www.musictheory.net</a>.<br>
All HealthPhone content is available for free at <a href="http://www.healthphone.org/">www.healthphone.org</a>.<br>
All Centers for Disease Control content is available for free at <a href="https://www.cdc.gov/">www.cdc.gov</a>.<br>
All Global Emergency Medicine Wiki content is available for free at <a href="https://wikem.org/wiki/Main_Page">wikem.org/wiki/Main_Page</a>.<br><br>

Internet-in-a-Box also includes the work of content aggregators which we gratefully acknowledge:<br><br>

RACHEL is a curation of selected offline content at <a href="http://rachel.worldpossible.org/">rachel.worldpossible.org</a>.<br>
Kiwix is a ZIM server and repository of Wikimedia and other content in a compressed ZIM file format at <a href="http://www.kiwix.org/">www.kiwix.org</a>.<br>
KA Lite is a server and repository of Khan Academy content in various languages at <a href="https://learningequality.org/ka-lite/">learningequality.org/ka-lite</a>.<br><br>

Internet-in-a-Box also contains a number of applications each of which has its own attribution information which is included.<br><br>

This Internet-in-a-Box distribution resides at <a href="https://github.com/iiab">github.com/iiab</a>.<br><br>

It is licensed under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.<br><br>

Licensing information may be found at <a href="https://github.com/iiab/iiab/blob/master/LICENSE">github.com/iiab/iiab/blob/master/LICENSE</a>.<br>
Internet-in-a-Box (formerly known as XSCE School Server) includes a variety of educational and other content and applications
which are attributed as follows:
<br>
<br> All Wikipedia content is available for free at
<a href="https://www.wikipedia.org/">www.wikipedia.org</a>.
<br> All other Wikimedia content is available for free via links at
<a href="https://www.wikimedia.org/">www.wikimedia.org</a>.
<br> All Khan Academy content is available for free at
<a href="https://www.khanacademy.org/">www.khanacademy.org</a>.
<br> All CK-12 content is available for free at
<a href="https://www.ck12.org/">www.ck12.org</a>.
<br> All PhET Interactive Simulations content is available for free at
<a href="https://phet.colorado.edu">phet.colorado.edu</a>.
<br> All MedLine content is available for free at
<a href="https://medlineplus.gov/">medlineplus.gov</a>.
<br> All Hesperian content is available for free at
<a href="http://hesperian.org/">hesperian.org</a>.
<br> Arabic translations of Hesperian content were done by Arab Resource Collective and are available for free at
<a href="http://www.mawared.org">mawared.org</a>.
<br> All Gutenberg content is available for free at
<a href="http://www.gutenberg.org/">www.gutenberg.org</a>.
<br> All OLPC content is available for free at
<a href="http://wiki.laptop.org/go/Library_grid">wiki.laptop.org</a>.
<br> All MIT Scratch content is available for free at
<a href="https://scratch.mit.edu">scratch.mit.edu</a>.
<br> All UNESCO's IICBA content is available for free at
<a href="http://www.iicba.unesco.org/?q=elibrary">www.iicba.unesco.org</a>.
<br> All Math Expression content is available for free at
<a href="http://www.mathexpression.com">www.mathexpression.com</a>.
<br> All Music Theory content is available for free at
<a href="http://www.musictheory.net">www.musictheory.net</a>.
<br> All HealthPhone content is available for free at
<a href="http://www.healthphone.org/">www.healthphone.org</a>.
<br> All Centers for Disease Control content is available for free at
<a href="https://www.cdc.gov/">www.cdc.gov</a>.
<br> All Global Emergency Medicine Wiki content is available for free at
<a href="https://wikem.org/wiki/Main_Page">wikem.org/wiki/Main_Page</a>.
<br>
<br> Internet-in-a-Box also includes the work of content aggregators which we gratefully acknowledge:
<br>
<br> RACHEL is a curation of selected offline content at
<a href="http://rachel.worldpossible.org/">rachel.worldpossible.org</a>.
<br> Kiwix is a ZIM server and repository of Wikimedia and other content in a compressed ZIM file format at
<a href="http://www.kiwix.org/">www.kiwix.org</a>.
<br> KA Lite is a server and repository of Khan Academy content in various languages at
<a href="https://learningequality.org/ka-lite/">learningequality.org/ka-lite</a>.
<br>
<br> Internet-in-a-Box also contains a number of applications each of which has its own attribution information which is included.
<br>
<br> This Internet-in-a-Box distribution resides at
<a href="https://github.com/iiab">github.com/iiab</a>.
<br>
<br> It is licensed under the terms of the GNU Library General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
<br>
<br> Licensing information may be found at
<a href="https://github.com/iiab/iiab/blob/master/LICENSE">github.com/iiab/iiab/blob/master/LICENSE</a>.
<br>

<script type="text/javascript" src="incl/xs-portal.js"></script>
</BODY>
<script type="text/javascript" src="incl/xs-portal.js"></script>
</HTML>
Loading