mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 01:30:25 +00:00
54 lines
1.5 KiB
HTML
54 lines
1.5 KiB
HTML
<!--
|
|
Copyright 2010 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.
|
|
-->
|
|
|
|
<style type="text/css">
|
|
body {
|
|
padding: 0px;
|
|
margin: 1px;
|
|
min-width: 320px;
|
|
overflow: hidden;
|
|
background-image: -webkit-gradient(radial, 50% 10%, 10, 50% 10%, 400, from(#f1f8eb), to(#FFF));
|
|
}
|
|
|
|
td {
|
|
font-family: verdana;
|
|
font-size: 12px;
|
|
color: black;
|
|
}
|
|
|
|
*:focus {
|
|
outline: none;
|
|
}
|
|
</style>
|
|
|
|
<script src="chrome_ex_oauthsimple.js"></script>
|
|
<script src="chrome_ex_oauth.js"></script>
|
|
<script src="send_logic.js"></script>
|
|
<script src="popup.js"></script>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td><img src="icon_48.png" style="margin-right: 4px;"/></td>
|
|
<td width="100%" valign="middle">
|
|
<b><div id="msg"></div></b>
|
|
<p><a id="help" href="#"></a> <span id="sep">|</span>
|
|
<a id="signout" href="#" style="color: gray;"></a></p>
|
|
</td>
|
|
<td valign="top"><a id="close" href="#"><img src="popup_close.png" style="margin: 2px;"></a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|