Skip to content

Instantly share code, notes, and snippets.

View johnpeterdinesh's full-sized avatar

johnpeterdinesh

View GitHub Profile
<?xml version="1.0" encoding="utf-8" ?>
<Module>
<ModulePrefs title="New Vacation Request" title_url="https://sites.google.com/site/gcalweeknumbers/name-days" description="New Vacation Request" height="100" width="400" scrolling="true" author="Dinesh" />
<Content type="html"><![CDATA[
<input type="button" value="Create Vacation Request" onclick="window.open('https://script.google.com/macros/s/AKfycbxPW9uFxZ0zbqPx07fMkI0Nx2Img9HvrHzfrrodqehCshNVI_k/exec')" />
]]></Content>
</Module>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <style> body { margin: 0; padding: 0; overflow: hidden; } body, td, select { font-family: Arial; font-size: 8pt; margin: -1px; } #dateForm { text-align: center; padding-top: 5px; padding-bottom: 5px; margin-bottom: 0; /* needed in IE to avoid extra whitespace at the bottom. */ } #jumpButton { margin-top: 5px; width:89%; } </style>
<input type="button" value="Create Vacation Request" onclick="window.open('https://script.google.com/macros/s/AKfycbxPW9uFxZ0zbqPx07fMkI0Nx2Img9HvrHzfrrodqehCshNVI_k/exec')" />
</body> </html>