Skip to content

Instantly share code, notes, and snippets.

@jibolaoseni
Created March 17, 2012 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jibolaoseni/4274cad974ba84ed8535 to your computer and use it in GitHub Desktop.
Save jibolaoseni/4274cad974ba84ed8535 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<!-- /*
* Copyright (c) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/ -->
<ModulePrefs title="">
<Require feature="rpc"/>
</ModulePrefs>
<Content type="xml"><![CDATA[
<!DOCTYPE xml>
<head> <SCRIPT language=Javascript>
<!--
var today_date= new Date()
var month=today_date.getMonth()
var today=today_date.getDate()
var year=today_date.getFullYear()
var months = new Array(
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December");
// -->
</SCRIPT>
</head>
<!-- The hangout API JavaScript. Always include this first -->
<script src="//hangoutsapi.talkgadget.google.com/hangouts/api/hangout.js?v=0.2"></script>
<!-- The JavaScript for this app. This must always be a full URL not a
relative path.
Tip: You can load it from a local web server such as
http://localhost/app.js for faster single user development -->
<script src="//YOUR_APP_ID.appspot.com/static/app.js"></script>
<SCRIPT language=Javascript>
<!-- Script courtesy of Web-Source.net - Your Guide to Professional Web Site Design and Development
document.write(months[month]+" "+today+", "+year)
// -->
</SCRIPT>
<h1><img src="home/jibolaoseni/Desktop/diversity.jpg" alt="Howfar" height="100" width="100">Howfar</h1>
<div style="float: left; padding: 0px 20px; border-right: 1px solid #EEE">
<p>Collaborate with your team. working while you play!</p>
<Script language="JavaScript">
<!--function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}
//-->
</SCRIPT>
<FORM NAME="form1">
<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1">
<OPTION VALUE="">-------Select a task-------
<OPTION VALUE=go to"batcomputers.net/email">Check e-mail
<OPTION VALUE="track project progress">Track deadlines
<OPTION VALUE="requests"> Requests
<OPTION VALUE="html_codes_chart.htm">Calendar
<OPTION VALUE="javascript_codes.htm">JavaScript Codes
<OPTION VALUE="216_color_chart.htm">Color Code Chart</SELECT>
</FORM>
</div>
<div style="clear: both;"></div>
</Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment