My favorites
|
Sign in
glazkov-attic
Code Repository for attic.glazkov.com
Project Home
Downloads
Issues
Source
Checkout
|
Browse
|
Changes
|
r2
r3›
Source path:
svn
/
trunk
/
YourTimesheets
/
Tools
/
clean.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Load This Page to Blow Away Accumulated Gears Data</title>
<script type="text/javascript" src="Scripts/gears_init.js"></script>
</head>
<body>
<script type="text/javascript">
var server = google.gears.factory.create('beta.localserver', '1.0');
server.removeStore('YourTimesheets');
var db = google.gears.factory.create('beta.database', '1.0');
db.open('YourTimesheets');
db.execute('DROP TABLE IF EXISTS Entries');
</script>
</body>
</html>
Show details
Hide details
Change log
r2
by dimitri.glazkov on Jan 24, 2008
Diff
initial check-in
Go to:
/trunk/YourTimesheets
/trunk/YourTimesheets/Default.aspx
...k/YourTimesheets/Default.aspx.cs
/trunk/YourTimesheets/Images
...imesheets/Images/exclamation.png
...imesheets/Images/information.png
/trunk/YourTimesheets/Scripts
...Timesheets/Scripts/breadboard.js
...urTimesheets/Scripts/database.js
...nk/YourTimesheets/Scripts/dom.js
...esheets/Scripts/gearification.js
...Timesheets/Scripts/gears_init.js
...YourTimesheets/Scripts/online.js
.../YourTimesheets/Scripts/store.js
...k/YourTimesheets/Scripts/sync.js
...rTimesheets/Scripts/validator.js
/trunk/YourTimesheets/Styles
...YourTimesheets/Styles/screen.css
/trunk/YourTimesheets/Tools
.../YourTimesheets/Tools/clean.html
/trunk/YourTimesheets/Web.Config
...ourTimesheets/YourTimesheets.sln
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 714 bytes, 16 lines
View raw file
Hosted by