Files
GPW/GPW_Smart/Test.aspx
T
2016-12-14 15:23:54 +01:00

65 lines
3.2 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="GPW_Smart.Test" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>nativeDroid II - jQueryMobile Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.css" />
<link rel="stylesheet" href="../Content/waves/waves.min.css" />
<link rel="stylesheet" href="../Content/wow/animate.css" />
<link rel="stylesheet" href="../Content/nativeDroid/nativedroid2.css" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
</head>
<body>
<form id="form1" runat="server">
<div data-role="page">
<nd2-include data-src="~/fragments/panel.left.html"></nd2-include>
<div data-role="panel" id="bottomsheet" data-animate="false" data-position='bottom' data-display="overlay">
<nd2-include data-src="~/fragments/bottom.sheet.html"></nd2-include>
</div>
<div data-role="header" data-position="fixed" class="wow fadeInDown" data-wow-delay="0.2s">
<a href="#bottomsheet" class="ui-btn ui-btn-right wow fadeIn" data-wow-delay='1.2s'><i class="zmdi zmdi-more-vert"></i></a>
<a href="#leftpanel" class="ui-btn ui-btn-left wow fadeIn" data-wow-delay='0.8s'><i class="zmdi zmdi-menu"></i></a>
<h1 class="wow fadeIn" data-wow-delay='0.4s'>Page Title</h1>
</div>
<div role="main" class="ui-content" data-inset="false">
<p>(home)</p>
test pagina JQM finto android...
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Horizontal, mini sized:</legend>
<input type="radio" name="radio-choice-h-6" id="radio-choice-h-6a" value="on" checked="checked">
<label for="radio-choice-h-6a">One</label>
<input type="radio" name="radio-choice-h-6" id="radio-choice-h-6b" value="off">
<label for="radio-choice-h-6b">Two</label>
<input type="radio" name="radio-choice-h-6" id="radio-choice-h-6c" value="other">
<label for="radio-choice-h-6c">Three</label>
</fieldset>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
<script src="../Content/waves/waves.min.js"></script>
<script src="../Content/wow/wow.min.js"></script>
<script src="../Scripts/nativedroid2.js"></script>
<script src="../Scripts/nd2settings.js"></script>
</form>
</body>
</html>