/site/public/index.html
HTML | 57 lines | 57 code | 0 blank | 0 comment | 0 complexity | c0c7d8b1e5f5d58602cadf917f67a0b0 MD5 | raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <title>BudgetMinder</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="minimum-scale=1.0, width=device-width, maximum-scale=1.6, user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="YES">
- <link rel="apple-touch-icon" href="Images/WebClipIcon.png">
- <link rel="stylesheet" href="main.css">
- <link rel="stylesheet" type="text/css" href="Parts/Transitions.css">
- <script type="text/javascript" src="javascripts/jquery-1.4.1.min.js"></script>
- <script type="text/javascript" src="Parts/utilities.js" charset="utf-8"></script>
- <script type="text/javascript" src="Parts/setup.js" charset="utf-8"></script>
- <script type="text/javascript" src="main.js" charset="utf-8"></script>
- <script type="text/javascript" src="Parts/Transitions.js" charset="utf-8"></script>
- <script type="text/javascript" src="Parts/StackLayout.js" charset="utf-8"></script>
- <script type="text/javascript" src="Parts/Text.js" charset="utf-8"></script>
- <script type="text/javascript" src="Parts/PushButton.js" charset="utf-8"></script>
- <script type="text/javascript" src="Parts/ButtonHandler.js" charset="utf-8"></script>
- <script type="text/javascript" src="Parts/Gauge.js" charset="utf-8"></script>
- </head>
- <body onload="load();">
- <div apple-part="com.apple.Dashcode.part.StackLayout" id="views">
- <div id="front" apple-part-locked="true">
- <div apple-part="com.apple.Dashcode.part.roundedrectanglewebshape" apple-style="image-theme: 0; image-shape: 3; image-button-type: 3; image-opacity: 1.00; image-top-color: 0,0,0,1; image-bottom-color: 0.224114552,0.320941418,0.467391312,1; image-radius: 11,11,11,11; image-border: 0; image-border-color: 0.388143748,0.455268174,0.538719773,1; image-border-width: 4; shine-on: 1; shine-strength: 0.37; shine-alpha-level: 0.50; shine-height: 0.78; glass-arc-height: 0.12; embossed-on: 0; embossed-depth: 1; embossed-shadow: 0.68; embossed-highlight: 0.3; shadow-include-shadow: 0;" id="background">
- <div apple-part="com.apple.Dashcode.part.roundedrectanglewebshape" apple-style="image-theme: 1; image-shape: 3; image-button-type: 3; image-opacity: 1.00; image-top-color: 1,1,1,1; image-bottom-color: 0.615400016,0.615400016,0.615400016,0.5; image-radius: 7,7,7,7; image-border: 1; image-border-color: 0.529399991,0.529399991,0.529399991,1; image-border-width: 1; shine-on: 0; shine-strength: 0.90; shine-alpha-level: 0.67; shine-height: 0.50; glass-arc-height: 0.06; embossed-on: 0; embossed-depth: 1; embossed-shadow: 0.68; embossed-highlight: 0.3; shadow-include-shadow: 0;" id="roundedRectangleShape">
- </div>
- <div apple-part="com.apple.Dashcode.part.gauge" class="apple-no-children" id="gauge"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="spentLabel"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="remainingLabel"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="cycleLabel"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="currencyLabel"></div>
- <input type="number" name="" value="" class="apple-textfield apple-no-children" apple-part="com.apple.Dashcode.part.textfield" id="expenseField" apple-text-overflow="" onchange="expenseValueChange(event)">
- <div apple-part="com.apple.Dashcode.part.pushbutton" class="apple-no-children" apple-text-overflow="ellipsis" apple-style="image-theme: 0; image-shape: 3; image-button-type: 0; image-opacity: 1.00; image-top-color: 0.290196091,0.423529416,0.607843161,1; image-bottom-color: 1,1,1,1; image-radius: 5,5,5,5; image-border: 1; image-border-color: 0,0,0,0.2; image-border-width: 1; shine-on: 1; shine-strength: 0.17; shine-alpha-level: 0.04; shine-height: 0.50; glass-arc-height: 0.00; embossed-on: 1; embossed-depth: 1; embossed-shadow: 0.68; embossed-highlight: 0.3; shadow-include-shadow: 0;" id="addExpenseBtn"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="amountSpentVal" apple-style="part-height-dependent: true;"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="amountRemainingVal"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="nextCycleVal" apple-style="part-height-dependent: true;"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="daysUntilVal"></div>
- </div>
- <div apple-part="com.apple.Dashcode.part.pushbutton" class="apple-no-children" apple-text-overflow="ellipsis" apple-style="image-theme: 3; image-shape: 3; image-button-type: 0; image-opacity: 1.00; image-top-color: 0,0,0,1; image-bottom-color: 1,1,1,1; image-radius: 0,0,0,0; image-border: 0; image-border-color: 0,0,0,0.2; image-border-width: 1; shine-on: 1; shine-strength: 0.17; shine-alpha-level: 0.04; shine-height: 0.50; glass-arc-height: 0.00; embossed-on: 1; embossed-depth: 1; embossed-shadow: 0.68; embossed-highlight: 0.3; shadow-include-shadow: 0;" id="infoButton" checked="checked"></div>
- </div>
- <div id="settings" apple-part-locked="true">
- <div apple-part="com.apple.Dashcode.part.rectanglewebshape" apple-style="image-theme: 0; image-shape: 3; image-button-type: 3; image-opacity: 1.00; image-top-color: 0,0,0,1; image-bottom-color: 1,1,1,1; image-radius: 0,0,0,0; image-border: 1; image-border-color: 0.147959173,0.147959173,0.147959173,1; image-border-width: 1; shine-on: 1; shine-strength: 0.14; shine-alpha-level: 0.00; shine-height: 0.48; glass-arc-height: 0.06; embossed-on: 1; embossed-depth: 1; embossed-shadow: 0; embossed-highlight: 0.1; shadow-include-shadow: 0;" id="header">
- <div apple-part="com.apple.Dashcode.part.pushbutton" class="apple-no-children" apple-text-overflow="ellipsis" apple-style="image-theme: 0; image-shape: 3; image-button-type: 0; image-opacity: 1.00; image-top-color: 0.141176477,0.384313732,0.870588243,1; image-bottom-color: 1,1,1,1; image-radius: 5,5,5,5; image-border: 1; image-border-color: 0,0,0,0.2; image-border-width: 1; shine-on: 1; shine-strength: 0.16; shine-alpha-level: 0.00; shine-height: 0.50; glass-arc-height: 0.00; embossed-on: 1; embossed-depth: 1; embossed-shadow: 0.68; embossed-highlight: 0.3; shadow-include-shadow: 0;" id="done"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="settingsTitle"></div>
- </div>
- <div apple-part="com.apple.Dashcode.part.pushbutton" class="apple-no-children" apple-text-overflow="ellipsis" apple-style="image-theme: 0; image-shape: 3; image-button-type: 0; image-opacity: 1.00; image-top-color: 0.725490212,0,0,1; image-bottom-color: 0.689516127,0,0,1; image-radius: 5,5,5,5; image-border: 1; image-border-color: 0,0,0,0.2; image-border-width: 1; shine-on: 1; shine-strength: 0.30; shine-alpha-level: 0.20; shine-height: 0.50; glass-arc-height: 0.00; embossed-on: 1; embossed-depth: 1; embossed-shadow: 0.68; embossed-highlight: 0.3; shadow-include-shadow: 0;" id="reset"></div>
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="footer" apple-group="text" apple-style="part-height-dependent: true;"></div>
- <input type="text" name="" value="" class="apple-textfield apple-no-children" apple-part="com.apple.Dashcode.part.textfield" id="usernameField">
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="usernameLabel"></div>
- <input type="password" name="" value="" class="apple-textfield apple-no-children" apple-part="com.apple.Dashcode.part.textfield" id="passwordField">
- <div apple-part="com.apple.Dashcode.part.webtext" class="apple-text apple-no-children" apple-default-image-visibility="hidden" apple-text-overflow="ellipsis" id="passwordLabel"></div>
- <div apple-part="com.apple.Dashcode.part.pushbutton" class="apple-no-children" apple-text-overflow="ellipsis" apple-style="image-theme: 0; image-shape: 3; image-button-type: 0; image-opacity: 1.00; image-top-color: 0.290196091,0.423529416,0.607843161,1; image-bottom-color: 1,1,1,1; image-radius: 5,5,5,5; image-border: 1; image-border-color: 0,0,0,0.2; image-border-width: 1; shine-on: 1; shine-strength: 0.17; shine-alpha-level: 0.04; shine-height: 0.50; glass-arc-height: 0.00; embossed-on: 1; embossed-depth: 1; embossed-shadow: 0.68; embossed-highlight: 0.3; shadow-include-shadow: 0;" id="authenticateBtn"></div>
- </div>
- </div>
- </body>
- </html>